* {
	box-sizing: border-box
}

.zw-product-header {
	background-color: #fffbf0
}

.cta-btn {
	font-weight: 600;
	font-size: 16px;
	line-height: 30px;
	letter-spacing: 0
}

.hero-section,
#block-panels-mini-product-menu {
	background-color: #ffffff;
}

h2.section-title {
	font: normal normal bold 36px/50px var(--zf-primary-bold)
}
/* FAQ Section */
.zwc-faq-block a{
    color: var(--zwc-link-clr);
  }
  .zwc-faq-block {
    background-color: #ffffff;
    width: 100%;
    max-width: 1280px;
    margin: 0 auto; 
    /* border-radius: 20px; */
	padding: 80px;
  }
  .zwc-faq-block h2{
	text-align: center;
  }
  .zwc-faq-block .zwc-title-block {
    margin-bottom: 30px;
  }
  
  .zwc-faq-item button {
    margin-bottom: 10px;
    cursor: pointer;
    padding: 0 20px;
    position: relative;
    font-size: 20px;
    transition: all 0.3s ease;
  }
  .zwc-faq-item h3{
    margin-bottom: 0;
  }
  .zwc-faq-block .content-wrap {
    margin: 0 auto;
    padding: 0;
  }
  
  .zwc-faq-item button:after {
    content: "";
    display: inline-block;
    padding: 4px;
    position: absolute;
    transition: all 0.3s ease;
    border: 1px solid #000;
    clear: both;
    border-width: 0 1px 1px 0;
    right: 10px;
    top: 30px;
    transform: rotate(45deg) translateY(-50%);
  }
  
  .zwc-faq-item.active button:after {
    border: 1px solid #000;
    border-width: 0 1px 1px 0;
    transform: translateY(-50%) rotate(-135deg);
    top: 40px;
  }
  
  body {
    counter-reset: my-count;
  }
  
  .zwc-faq-wrap {
    counter-reset: div;
  }
  
  .zwc-faq-item button::before {
    counter-increment: div;
    content: counter(div) ". ";
    position: absolute;
    left: 0;
  }
  .zwc-faq-item.active button {
    padding: 25px 35px 15px 20px;
  }
  .zwc-faq-item {
    border-bottom: 1px solid rgba(112, 112, 112, 0.2);
    padding: 0;
  }
  
  .zwc-faq-ans {
    display: none;
    padding: 0 20px;
  }
  
  .zwc-faq-item:first-child .zwc-faq-ans {
    display: block;
    width: 98%;
  }
  
  .zwc-faq-item:last-child {
    border-bottom: inherit;
  }
  .zwc-faq-item button {
    color: #000;
    cursor: pointer;
    margin-bottom: 0;
    display: inline-block;
    vertical-align: text-top;
    width: 100%;
    padding: 25px 35px 35px 25px;
    position: relative;
    z-index: 2;
    box-sizing: border-box;
    font-family: var(--zf-secondary-semibold);
    text-align: left;
    margin-top: 0;
    background-color: #ffffff;
    border: 0;
  }
/* FAQ Section */

/* @media only screen and (min-width:768px) and (max-width: 1024px) {
    
} */
@media(max-width: 767px) {
	h2.section-title {
		font-size: 28px;
		line-height: 1.4
	}

	.hero-text {
		padding: 40px 0;
	}
}

.hero-section {
	text-align: center;
	margin-bottom: 70px
}

.hero-text {
	max-width: 960px;
	margin: 0 auto;
	padding: 70px 0
}

.hero-text h1 {
	font: normal normal 800 48px/60px var(--zf-primary-extrabold)
}

.hero-text p {
	font: 17px/32px var(--zf-primary)
}

.hero-image-wrap {
	max-width: 960px;
	margin: 0 auto;
	position: relative
}

.hero-bg-image img {
	margin-bottom: -4%
}

.hero-image img {
	position: absolute;
	bottom: -13.75%;
	left: 50%;
	transform: translateX(-50%);
	width: 80%
}

.hero-online-offline {
	position: absolute;
	right: 5%;
	top: 25%;
	animation: 3s float 1s ease forwards infinite
}

.hero-chat,
.hero-rocket {
	position: absolute
}

.hero-chat-sprite,
.hero-rocket-sprite {
	background-image: url(//cdn.zoho.com.cn/sites/zweb/images/assist/images/smb-icon-sprite.png);
	background-repeat: no-repeat;
	background-size: 842px auto;
	background-position: 0 0;
	height: 65px;
	width: 62px;
	position: absolute
}

.hero-rocket-sprite {
	background-position: -69px 1px;
	height: 70px;
	width: 70px
}

.hero-icon-shadow {
	content: "";
	height: 70%;
	width: 70%;
	display: block;
	border-radius: 50%;
	left: 15%;
	top: 15%;
	position: absolute;
	box-shadow: 0 23px 36px #d1cab8
}

.hero-rocket .hero-icon-shadow {
	left: 11%
}

.hero-chat {
	left: 30%;
	top: 25%;
	height: 65px;
	width: 62px;
	animation: 3s float 1s ease forwards infinite
}

.hero-rocket {
	background-position: -70px 0;
	height: 68px;
	width: 68px;
	right: 21%;
	top: -2%;
	animation: 3s float 1s ease forwards infinite
}

@keyframes float {
	0% {
		transform: translateX(0)
	}

	50% {
		transform: translateX(5px)
	}

	100% {
		transform: translateX(0)
	}
}

@media(max-width: 767px) {
	.hero-text h1 {
		font-size: 30px;
		line-height: 1.3
	}

	.hero-text p {
		font-size: 15px;
		line-height: 1.5
	}

	.hero-image-wrap {
		display: none
	}

	.mobile-only img {
		margin-bottom: -7%
	}
}

@media(min-width: 768px) {
	.mobile-only {
		display: none
	}
}

.brands-section {
	padding: 70px 0
}

.brands-wrap {
	background: #1a243b;
	color: #fff;
	border-radius: 10px;
	padding: 2rem;
	text-align: center
}

.brands-wrap h3, .brands-wrap h2 {
	font: bold 18px/50px var(--zf-primary-bold);
	text-transform: uppercase;
	margin-bottom: 1rem;
	position: relative;
	display: inline-block
}

.brands-wrap h3::before, .brands-wrap h2::before {
	content: "";
	display: block;
	height: 2px;
	width: 15%;
	background: #2d4376;
	top: 50%;
	left: -25%;
	position: absolute
}

.brands-wrap h3::after, .brands-wrap h2::after {
	content: "";
	display: block;
	height: 2px;
	width: 15%;
	background: #2d4376;
	top: 50%;
	right: -25%;
	position: absolute
}

.logo-grid {
	display: flex;
	align-items: center;
	justify-content: space-between
}

.brand-logo {
	height: 25px;
	width: 120px;
	background-image: url(//cdn.zoho.com.cn/sites/zweb/images/assist/images/smb-icon-sprite.png);
	background-repeat: no-repeat;
	background-size: 842px auto;
	background-position: -141px -21px
}

.merck {
	background-position: -141px -21px
}

.hitachi {
	background-position: -478px -166px
}

.oneplus {
	background-position: -267px -22px
}

.ola {
	background-position: -595px -161px;
	height: 35px;
	width: 97px
}

.unf {
	background-position: -388px -15px;
	height: 40px;
	width: 137px
}

.mg {
	background-position: -693px -158px;
	height: 44px;
	width: 46px
}

.tata {
	background-position: -532px -10px;
	height: 50px;
	width: 70px
}

@media(max-width: 767px) {
	.brands-section {
		padding: 50px 0
	}

	.brands-wrap h3::before, .brands-wrap h3::after,
	.brands-wrap h2::before, .brands-wrap h2::after {
		width: 5%
	}

	.brands-wrap h3::before, .brands-wrap h2::before {
		left: -10%
	}

	.brands-wrap h3::after, .brands-wrap h2::after {
		right: -10%
	}

	.logo-grid {
		display: grid;
		grid-template-columns: 1fr 1fr;
		justify-items: center;
		gap: 2rem 1rem
	}
}

@media(min-width: 768px) and (max-width:1023px) {
	.logo-grid {
		flex-wrap: wrap;
		justify-content: space-around;
		max-width: 650px;
		margin: 0 auto;
	}

	.brand-logo {
		margin-right: 5%;
		margin-bottom: 5%
	}

	.brand-logo:nth-child(5),
	.brand-logo:nth-child(6),
	.brand-logo:nth-child(7) {
		margin-bottom: 0
	}

	.middle-animated .outer-circle {
		transform: scale(.8);
	}
}

.why-choose-section {
	padding: 70px 0
}

.why-choose-section h2 {
	text-align: center
}

.why-grid {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	box-shadow: 0 33px 36px #0000000d;
	margin-top: 3rem
}

.why-block {
	width: 33.33%;
	display: flex;
	flex-direction: column
}

.why-block.reversed {
	flex-direction: column-reverse
}

.why-block-img {
	display: flex;
	justify-content: center;
	align-items: center;
	background: #f8efd9;
	position: relative;
	overflow: hidden
}

.why-block-img::before {
	padding-top: 100%;
	display: block;
	content: ""
}

.why-block:nth-child(1) .why-block-img::after,
.why-block:nth-child(3) .why-block-img::after {
	content: "";
	display: block;
	height: 1rem;
	width: 1rem;
	background: #fff;
	position: absolute;
	bottom: -0.5rem;
	transform: rotate(45deg)
}

.why-block.reversed .why-block-img::after {
	content: "";
	display: block;
	height: 1rem;
	width: 1rem;
	background: #df6b4e;
	position: absolute;
	top: -0.5rem;
	transform: rotate(45deg)
}

.why-image-wrap {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center
}

.why-block-img img {
	width: 70%;
	height: auto;
	margin: auto
}

.why-block-text {
	position: relative;
	overflow: hidden
}

.why-block-text::before {
	padding-top: 100%;
	display: block;
	content: ""
}

.why-text-wrap {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	display: flex;
	justify-content: center;
	flex-direction: column;
	padding: 2rem
}

.why-block.reversed .why-text-wrap {
	background-color: #9E3A01;
	color: #fff
}

.why-block.reversed .why-image-wrap {
	background-color: #283553
}

.why-text-wrap h3 {
	font-family: var(--zf-primary-bold);
	font-size: 24px
}
@media only screen and (max-width: 1280px) {
	.why-text-wrap p{font-size: 16px;}
}
@media only screen and (max-width: 1200px) {
	.why-text-wrap h3{font-size: 22px;}
	.why-text-wrap p{font-size: 15px;}
}
@media(max-width: 767px) {
	.why-choose-section {
		padding: 50px 0
	}

	.why-grid {
		flex-direction: column
	}

	.why-block {
		width: 100%
	}

	.why-block.reversed {
		flex-direction: column
	}

	.why-block.reversed .why-block-img::after {
		bottom: -0.5rem;
		top: unset
	}
	/* .why-block-img::before{padding-top: 0%;} */
}

@media(min-width: 768px) and (max-width:1023px) {
	.why-text-wrap h3 {
		font-size: 16px;
		line-height: 1
	}

	.why-text-wrap p {
		font-size: 13px;
		line-height: 1.3
	}

	.why-text-wrap {
		padding: 1rem
	}
}

.integrations-section {
	padding: 70px 0
}

.integrations-wrap {
	display: flex;
	align-items: center;
	justify-content: space-between
}

.integrations-text {
	width: 45%
}

.integrations-text a {
	display: inline-flex;
	align-items: center;
	white-space: nowrap;
	color: #2266ea;
	font-family: var(--zf-primary-semibold)
}

.integrations-text a svg {
	height: 1rem;
	margin-left: .7rem;
	width: 1rem
}

.integrations-text p strong {
	font-family: var(--zf-primary-semibold)
}

.integrations-image {
	width: 50%
}

.int-wrap {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center
}

.inner-circle {
	border: 1px solid #70707038;
	border-radius: 9999px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 1.5rem;
	position: relative;
	min-width: 130px
}

.inner-circle::before {
	padding-top: 100%;
	content: "";
	display: block
}

.zoho-assist-logo img {
	width: 130px;
	height: auto
}

.circle-icon-sprite {
	height: 60px;
	width: 60px;
	background-image: url(//cdn.zoho.com.cn/sites/zweb/images/assist/images/smb-icon-sprite.png);
	background-repeat: no-repeat;
	background-size: 842px auto;
	background-position: 0 0;
	position: absolute;
	box-sizing: content-box;
	background-color: #fff;
	transition: all 1300ms cubic-bezier(0.11, 0.16, 0.43, 0.86), opacity 1300ms cubic-bezier(1, -0.19, 0.12, 0.84);
	opacity: 0
}

.snow {
	position: absolute;
	opacity: 0;
	top: 50%;
	right: 50%;
	transform: translate(50%, -50%);
	background-position: -772px -8px;
	height: 55px;
	width: 55px;
	border-radius: 99px;
	box-shadow: 0 3px 3px #00000022;
	background-color: #fff;
	transition: all 1300ms cubic-bezier(0.11, 0.16, 0.43, 0.86), opacity 1300ms cubic-bezier(1, -0.19, 0.12, 0.84)
}

.middle-animated .snow {
	opacity: 1;
	top: -26px;
	right: 50%;
	transform: translateX(60px)
}

.jira {
	position: absolute;
	background-position: -114px -79px;
	height: 62px;
	width: 62px;
	border-radius: 99px;
	box-shadow: 0 8px 8px #00000022;
	background-color: #fff;
	border: 10px solid #fff;
	box-sizing: content-box;
	transition: all 1300ms cubic-bezier(0.11, 0.16, 0.43, 0.86), opacity 1300ms cubic-bezier(1, -0.19, 0.12, 0.84);
	opacity: 0;
	bottom: 50%;
	left: 50%;
	transform: translate(-50%, 50%)
}

.middle-animated .jira {
	bottom: -32px;
	left: 50%;
	transform: translateX(-60px);
	opacity: 1
}

.center-circle {
	border: 1px dashed #70707061;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	border-radius: 9999px;
	padding: 3.5rem;
	position: relative
}

.center-circle::before {
	content: "";
	display: block;
	padding-top: 100%
}

.center-circle::after {
	background: #f2f2f2;
	content: "";
	display: block;
	height: 30px;
	width: 30px;
	position: absolute;
	bottom: 0;
	right: 50%;
	transform: translateX(80px);
	border-radius: 999px
}

.outer-circle {
	border: 1px dashed #70707061;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	border-radius: 9999px;
	padding: 4rem;
	position: relative;
	transform: scale(0);
	transition: transform 600ms cubic-bezier(0.11, 0.16, 0.43, 0.86), opacity 600ms cubic-bezier(0.11, 0.16, 0.43, 0.86);
	opacity: 0
}

.middle-animated .outer-circle {
	transform: scale(.8);
	opacity: 1
}

.outer-circle::before {
	content: "";
	display: block;
	padding-top: 100%
}

.outer-circle::after {
	display: block;
	content: "";
	background: #f2f2f2;
	height: 20px;
	width: 20px;
	position: absolute;
	right: 30px;
	top: 60%;
	border-radius: 99px
}

.outicon1 {
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-position: -714px -3px;
	height: 65px;
	width: 65px;
	box-shadow: 0 6px 4px #00000022;
	border-radius: 999px;
	border: 10px solid #fff
}

.middle-animated .outicon1 {
	top: -40px;
	left: 50%;
	transform: translateX(30px);
	opacity: 1;
	background: var(--product-icons) no-repeat;
	background-size: var(--zp-i-bs);
	background-position: var(--zp-desk-bp);
	width: var(--zp-i-w);
	height: var(--zp-i-h)
}

.outicon2 {
	top: 50%;
	right: 50%;
	transform: translate(50%, -50%);
	background-position: 7px -74px;
	height: 70px;
	width: 70px;
	box-shadow: 0 43px 56px #00000022;
	border-radius: 999px;
	border: 10px solid #fff
}

.middle-animated .outicon2 {
	top: 50%;
	right: -50px;
	transform: translateY(-110px);
	opacity: 1
}

.outicon3 {
	bottom: 50%;
	right: 50%;
	transform: translate(50%, 50%);
	background-position: -229px -71px;
	height: 75px;
	width: 75px;
	box-shadow: 0 4px 4px #00000022;
	border-radius: 999px;
	border: 10px solid #fff
}

.middle-animated .outicon3 {
	bottom: 15px;
	right: 15px;
	opacity: 1;
	transform: none
}

.outicon4 {
	bottom: 50%;
	left: 50%;
	transform: translate(-50%, 50%);
	opacity: 0;
	background-position: -174px -78px;
	height: 60px;
	width: 60px;
	box-shadow: 0 43px 56px #00000022;
	border-radius: 999px;
	border: 10px solid #fff
}

.middle-animated .outicon4 {
	bottom: 0;
	left: 30px;
	opacity: 1;
	transform: none
}

.outicon5 {
	top: 50%;
	left: 50%;
	transform: translate(-50px, -50%);
	opacity: 0;
	background-position: -61px -86px;
	height: 48px;
	width: 48px;
	box-shadow: 0 2px 2px #00000022;
	border-radius: 999px;
	border: 10px solid #fff
}

.middle-animated .outicon5 {
	top: 50%;
	left: -35px;
	transform: translateY(-50px);
	opacity: 1
}

.outicon6 {
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	opacity: 0;
	background-position: -472px 13px;
	height: 75px;
	width: 75px;
	box-shadow: 0 43px 56px #00000022;
	border-radius: 999px;
	border: 10px solid #fff;
	background-size: 650px auto
}

.middle-animated .outicon6 {
	top: -10px;
	left: 10px;
	transform: none;
	opacity: 1
}

.circle1 {
	background: #f2f2f2;
	content: "";
	display: block;
	height: 10px;
	width: 10px;
	position: absolute;
	top: 63%;
	left: 9%;
	border-radius: 999px
}

.circle2 {
	background: #f2f2f2;
	content: "";
	display: block;
	height: 17px;
	width: 17px;
	position: absolute;
	top: 10%;
	left: 10%;
	border-radius: 999px
}

@media(max-width: 767px) {
	.integrations-section {
		padding: 50px 0
	}

	.integrations-wrap {
		flex-direction: column
	}

	.integrations-text {
		width: 100%
	}

	.integrations-image {
		margin-top: 5rem;
		width: 100%
	}

	.zoho-assist-logo img {
		width: 110px
	}

	.inner-circle {
		min-width: 50px;
		padding: 1rem
	}

	.outer-circle {
		padding: 3rem
	}

	.center-circle {
		padding: 2.5rem
	}
}

section.ztestimonial {
	margin: 100px 0;
        display:none;
}

.testimonial-inner {
	background: #fffbf0;
	border-radius: 20px;
	padding: 5rem;
	text-align: center
}

.testimonial-quote {
	height: 54px;
	width: 85px;
	background-image: url(//cdn.zoho.com.cn/sites/zweb/images/assist/images/smb-icon-sprite.png);
	margin: 0 auto;
	background-repeat: no-repeat;
	background-size: 842px auto;
	background-position: -302px -81px;
	margin-bottom: 1rem
}

.testimonial-inner>p {
	font: normal normal normal 17px/28px var(--zf-primary);
	max-width: 720px;
	margin: 0 auto
}

.ztesti_slider p {
	font-family: var(--zf-primary-semibold);
	font-style: italic;
	font-size: 22px;
	line-height: 34px;
	opacity: 0;
	transform: translateY(80px);
	transition: 1s all 0 cubic-bezier(0.11, 0.16, 0.43, 0.86)
}

.slider-wrapper {
	padding-top: 50px;
	max-width: 780px;
	margin: auto
}

section.ztestimonial .middle-animated .activetestimonial_content p {
	opacity: 1;
	transform: translateY(0)
}

.activetestimonial_content p {
	animation: 1s testimonialcontentanimation ease forwards
}

.activetestimonial_content .zclient-details {
	animation: 1.5s testimonialcontentanimation ease forwards
}

@keyframes testimonialcontentanimation {
	from {
		opacity: 0;
		transform: translateY(80px)
	}

	to {
		opacity: 1;
		transform: translateY(0)
	}
}

.zclient-details {
	font: normal normal normal 16px/50px var(--zf-primary);
	opacity: 0;
	transform: translateY(80px);
	transition: 1s all .5s cubic-bezier(0.11, 0.16, 0.43, 0.86)
}

section.ztestimonial .middle-animated .zclient-details {
	opacity: 1;
	transform: translateY(0)
}

.zclient-details span {
	font-family: var(--zf-secondary-bold)
}

.zclient-img img {
	max-width: 200px;
	width: 100%
}

.ztesti_slider {
	justify-content: space-between;
	display: none;
	opacity: 0
}

.ztesti_slider.activetestimonial_content {
	display: flex;
	opacity: 1;
	transition: 1s opacity ease
}

.zclient_sprite {
	background-image: url(//cdn.zoho.com.cn/sites/zweb/images/assist/images/smb-icon-sprite.png);
	background-size: 842px auto
}

.zclient-img .zclient_sprite {
	width: 200px;
	height: 196px
}

.zclient1 {
	background-position: -205px 1px
}

.zclient2 {
	background-position: -410px 0
}

.zclient3 {
	background-position: 0 0
}

.zclient4 {
	background-position: -616px 0
}

.slick-initialized .slick-slide {
	display: flex
}

section.zfeatures {
	padding: 0 0 100px 0;
	background: #141438;
	color: #fff
}

.ztestimonial_loader {
	position: relative;
	margin-top: 2rem
}

.ztestimonial_loader .zclient_sprite {
	width: 60px;
	height: 60px;
	display: inline-block;
	margin-right: 5px;
	border: 3px solid transparent;
	border-radius: 50%;
	position: relative;
	transform: scale(0.9)
}

.zcloader svg {
	top: -3px;
	position: absolute;
	left: -5px
}

.zcloader.activetesti {
	opacity: 1;
	transform: scale(1);
	transition: 1s all ease
}

.zcloader {
	cursor: pointer
}

.zclient_loader2 svg {
	left: 0
}

.zclient_loader1.zclient_sprite {
	background-position: -396px -82px;
	margin-right: -1px
}

.zclient_loader2 {
	background-position: -451px -82px
}

.zclient_loader3 {
	background-position: -517px -82px
}

.ztestimonial_loader .zclient_sprite.zclient_loader4 {
	background-position: -576px -82px;
	margin-right: 0;
	width: 54px
}

.circle {
	display: none
}

.activetesti .circle {
	display: block;
	stroke-dasharray: 1000;
	stroke-dashoffset: 1000;
	animation: ringloader 50s ease-out
}

@keyframes ringloader {
	to {
		stroke-dashoffset: 0
	}
}

.zfeatures h2 {
	transform: translateY(80px);
	transition: 1s all 0 cubic-bezier(0.11, 0.16, 0.43, 0.86)
}

.zfeatures .middle-animated h2 {
	transform: translateY(0)
}

@media(max-width: 767px) {
	section.ztestimonial {
		margin: 50px 0
	}

	.testimonial-inner {
		padding: 1rem
	}

	.testimonial-inner>p {
		font-size: 15px;
		line-height: 1.4
	}

	.ztesti_slider p {
		font-size: 17px;
		line-height: 1.6
	}

	.zclient-details {
		font-size: 14px
	}

	.slider-wrapper {
		padding-top: 0
	}
}

.awards-section {
	display: none;
	padding: 70px 0;
	text-align: center
}

.awards-section h2 {
	margin-bottom: 0
}

.awards-section p {
	font-size: 18px;
	line-height: 40px
}

.rating-section ul {
	margin: 50px auto 0;
	display: flex;
	justify-content: space-between
}

.zrating_list {
	padding: 2rem;
	border-radius: 10px;
	width: 15%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center
}

.img-leads {
	height: 36px;
	background-image: url(//cdn.zoho.com.cn/sites/zweb/images/assist/images/smb-icon-sprite.png);
	background-size: 842px auto;
	background-repeat: no-repeat;
	background-position: left 0;
	display: block;
	margin: 0 auto 5px
}

.gartner {
	background-position: -694px -90px;
	width: 155px;
	margin-left: -0.75rem
}

.capterra {
	background-position: 3px -160px;
	width: 120px
}

.trustradius {
	background-position: -128px -160px;
	width: 54px
}

.g2 {
	background-position: -193px -161px;
	width: 38px
}

.sicon {
	background-position: -239px -161px;
	width: 55px
}

.getapp {
	background-position: -304px -160px;
	width: 90px
}

.bg-1 {
	background: #f8f5ff
}

.bg-2 {
	background: #f0f9ff
}

.bg-3 {
	background: #f2f7ff
}

.bg-4 {
	background: #fff2f0
}

.bg-5 {
	background: #f2faff
}

.bg-6 {
	background: #f6ffef
}

.stars-container {
	position: relative;
	display: inline-block;
	color: transparent;
	font-size: 21px;
	letter-spacing: 2px
}

.stars-container:before {
	position: absolute;
	top: 0;
	left: 0;
	content: "\2605\2605\2605\2605\2605";
	color: #f8ddbc
}

.stars-container:after {
	position: absolute;
	top: 0;
	left: 0;
	content: "\2605\2605\2605\2605\2605";
	color: #faa829;
	overflow: hidden;
	transition: ease all 3s;
	width: 0
}

.counter-star {
	display: block;
	text-align: center;
	font-weight: 300;
	color: #838383;
	font-size: 17px
}

.current-value {
	font-size: 24px;
	color: #000
}

.awards-section .middle-animated .stars-container.stars-92:after {
	animation: starRateOne .5s ease-out .6s forwards
}

.awards-section .middle-animated .stars-container.stars-90:after {
	animation: starRateTwo .5s ease-out .6s forwards
}

.awards-section .middle-animated .stars-container.stars-80:after {
	animation: starRateThree .5s ease-out .6s forwards
}

@keyframes starRateOne {
	0% {
		width: 0;
		opacity: 0
	}

	100% {
		width: 93%;
		opacity: 1
	}
}

@keyframes starRateTwo {
	0% {
		width: 0;
		opacity: 0
	}

	100% {
		width: 90%;
		opacity: 1
	}
}

@keyframes starRateThree {
	0% {
		width: 0;
		opacity: 0
	}

	100% {
		width: 80%;
		opacity: 1
	}
}

@media(max-width: 1023px) {
	.rating-section ul {
		flex-wrap: wrap
	}

	li.zrating_list {
		width: 31%;
		margin-bottom: 2rem
	}
}

@media(max-width: 767px) {
	.awards-section {
		padding: 50px 0
	}

	.awards-section p {
		font-size: 15px;
		line-height: 1.5;
		margin-top: 1rem
	}

	.rating-section ul {
		flex-wrap: wrap
	}

	li.zrating_list {
		width: 47%;
		margin-bottom: 6%
	}
}

.bottom-cta-section {
	padding: 70px 0
}

.bottom-cta-inner {
	padding: 70px 0;
	text-align: center;
	max-width: 912px;
	margin: 0 auto;
	background: #1a243b;
	color: #fff;
	border-radius: 10px
}

.bottom-cta-icon {
	background: url(//cdn.zoho.com.cn/sites/zweb/images/assist/images/smb-icon-sprite.png);
	background-repeat: no-repeat;
	background-size: 842px auto;
	width: 80px;
	height: 70px;
	margin: 0 auto;
	background-position: -397px -142px
}

.bottom-cta-section p {
	font: normal normal normal 22px/40px var(--zf-primary);
	margin-bottom: 2rem
}

.bottom-cta-section h2 {
	margin-bottom: .5rem
}

@media(max-width: 767px) {
	.bottom-cta-section {
		padding-top: 50px
	}

	.bottom-cta-inner {
		padding: 3rem 2rem
	}

	.bottom-cta-section h2 {
		font-size: 28px
	}

	.bottom-cta-section p {
		font-size: 15px;
		line-height: 1.5;
		margin-top: 1rem
	}
}

.slideup {
	transform: translateY(30px);
	transition: transform 1300ms cubic-bezier(0.11, 0.16, 0.43, 0.86)
}

.middle-animated .slideup {
	transform: translateY(0);
	transition: transform 1300ms cubic-bezier(0.11, 0.16, 0.43, 0.86)
}

@media(max-width: 767px) {
	.middle-animated .snow {
		transform: translateX(60px) scale(0.7)
	}

	.middle-animated .jira {
		transform: translateX(-60px) scale(0.7)
	}

	.middle-animated .outicon1 {
		transform: translateX(30px) scale(0.7)
	}

	.middle-animated .outicon2 {
		transform: translateY(-110px) scale(0.7);
		right: -40px
	}

	.middle-animated .outicon3 {
		transform: translate(12px, 35px) scale(0.7)
	}

	.middle-animated .outicon4 {
		transform: translate(-4px, 7px) scale(0.7)
	}

	.middle-animated .outicon5 {
		transform: translateY(-50px) scale(0.7)
	}

	.middle-animated .outicon6 {
		transform: translate(0, -10px) scale(0.7)
	}

	.center-circle::after {
		height: 25px;
		width: 25px;
		bottom: 10px
	}

	.circle2 {
		height: 15px;
		width: 15px;
		top: 8%;
		left: 8%
	}

	.outer-circle::after {
		height: 15px;
		width: 15px;
		right: 15px;
		top: 55%
	}

	.gartner {
		margin-left: -1.5rem;
		transform: scale(0.9)
	}

	.capterra {
		transform: scale(0.9)
	}
}

.zfaq-section {
	background: #fffbf0;
	margin: 80px auto;
	text-align: center;
	padding: 100px 80px;
	border-radius: 7px
}

.faq-section,
.faq-section * {
	box-sizing: border-box
}

.zfaq-section div {
	width: 970px;
	padding: 0 20px;
	margin: 0 auto;
	max-width: 100%
}

.zfaq_wrapper .zfaq-wrap:first-child {
	border-top: 0
}

.zfaq_wrapper .zfaq-wrap {
	position: relative;
	padding: 0;
	border-bottom: 1px solid #ffe5af;
	border-top: 1px solid #fff
}

.zfaq_wrapper h2 {
	padding-top: 0
}

.zfaq_wrapper h2:not(.faq-heading) {
	color: #000;
	font-size: 19px;
	cursor: pointer;
	margin-bottom: 0;
	display: inline-block;
	vertical-align: text-top;
	width: 100%;
	padding: 20px 35px 20px 0;
	position: relative;
	z-index: 2;
	box-sizing: border-box;
	font-family: var(--zf-secondary-semibold);
	text-align: left;
	margin-top: 0
}

.zfaq_wrapper .zfaq-wrap p {
	display: none;
	padding: 0;
	text-align: left
}

.zfaq_wrapper .zfaq-wrap .arrow {
	position: absolute;
	right: 22px;
	top: 34px;
	width: 8px;
	height: 8px;
	cursor: pointer;
	font-size: 16px
}

.zfaq_wrapper .zfaq-wrap .arrow:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	transform: rotate(135deg);
	-ms-transform: rotate(45deg)
}

.zfaq-wrap.active .arrow:before {
	transform: rotate(315deg);
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	top: 1px;
	-ms-transform: rotate(135deg)
}

.faq-a {
	fill: #e0c797
}

.faq-b,
.faq-d {
	stroke-width: 1.5px
}

.faq-b {
	stroke-linejoin: round
}

.faq-b,
.faq-d,
.faq-f {
	stroke-linecap: round
}

.faq-b,
.faq-d,
.faq-e,
.faq-f {
	stroke: #000
}

.faq-b,
.faq-d,
.faq-e,
.faq-f,
.faq-h {
	fill: none
}

.faq-c {
	fill: #fff5e2
}

@media(max-width: 991px) {
	.zfaq-section {
		padding: 80px 0 40px;
		margin: 40px 0
	}
}

@media(max-width: 767px) {
	.za-re-desktop .zfaq-section {
		margin-top: 70px
	}

	.faq-heading {
		padding-top: 60px
	}
	.why-block-text::before {
		padding-top: 40%;
	}
	.zwc-faq-block{
		padding: 60px 0 0;
	}
	.zwc-faq-item h3{
		font-size: 18px;
	}
}
@media only screen and (min-width: 480px) and (max-width: 600px) {
	.why-block-text::before {
		padding-top: 60%;
	}
}

@media only screen and (max-width: 480px) {
	.why-block-text::before {
		padding-top: 90%;
	}
}
@media only screen and (max-width: 400px) {
	.why-block-text::before {
		padding-top: 130%;
	}
}
/* other lang start */

.other-lang .ztestimonial {
	display: none;
}

.i18n-ar .hero-text h1,
.i18n-ar .hero-text p,
.i18n-ar .hero-text,
.i18n-ar .brands-wrap.slideup,
.i18n-ar .why-image-wrap,
.i18n-ar .zfeature_icon.faq.fadein,
.i18n-ar h2.faq-heading,
.i18n-ar .bottom-cta-section h2,
.i18n-ar .bottom-cta-section p,
.i18n-ar .content-wrap .bottom-cta-inner {
	text-align: center;
}

.i18n-ar .zfaq_wrapper h2:not(.faq-heading),
.i18n-ar .zfaq_wrapper p {
	text-align: right;
}

.i18n-ar .zfaq_wrapper .zfaq-wrap .arrow {
	left: 22px;
	right: unset;
}

.i18n-ar .integrations-text a svg {
	transform: scale(-1);
}

.i18n-ar .zfaq_wrapper h2:not(.faq-heading) {
	padding: 20px 0 20px 35px;
}

.i18n-ar .brands-wrap {
	text-align: center;
}
@media only screen and (min-width: 768px) {
	.other-lang .why-block-img::before{    padding-top: 130%;}
	.other-lang .why-block-text::before{    padding-top: 130%;}
}
@media (min-width: 767px) {
	.i18n-vi .bottom-cta-inner {
		padding: 70px 20px;
	}
}

/* other lang end */
