* {
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
}
.zw-product-header{
	background: #28163b;
}
.i18n-ar .banner-img {
	width: 400px;
	text-align: left;
	margin-left: 0;
	margin-right: auto;
}
#z-faq h2 {
	font-size: 22px;
	margin-bottom: 15px;
}
/* Watch video */
.btn-container{
	display: flex;
	align-items: center;
	justify-content: left;
}
.watch-btn-wrap {
	margin: 0px 0 0 20px;
	display: inline-block
}
.watch-btn {
	display: inline;
	padding: 12px 0 10px 35px;
	color: #fff;
	padding: 10px 0 10px 38px;
	text-transform: none;
	position: relative;
	cursor: pointer
}

.watch-btn:after,.watch-btn:before {
	position: absolute;
	content: ''
}

.watch-btn:before {
	left: 0;
	top: 8px;
	width: 26px;
	height: 26px;
	border: 1px solid #fff;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 100%
}

.watch-btn:after {
	left: 11px;
	top: 16px;
	width: 0;
	height: 0;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 7px solid #fff
}
/* Watch video */

.i18n-ar .zmeetingnav.zmakefixed {
	/* right: 0; */
	left: auto;
	width: 260px;
}

.zmeetingnav.zmakefixed {}
.i18n-ar .zbanner>div,
.i18n-ar .zbanner p,
.i18n-ar .zbanner h1,
.i18n-ar div.apps-download-links-wrap,
.i18n-ar .zbanner h5 {
	text-align: right;
}

.i18n-ar .zmeetingnav ul li a {
	padding-right: 12px;
}

.i18n-ar .zmeetingnav-inner a:before {
	left: inherit;
	right: 0px;
}

.i18n-ar .zlist>div {
	padding-right: 0px;
}

.i18n-ar .zmeetinglist {
	margin-left: 0;
}

.zsection {
	position: relative;
}

.zsection .content-wrap {
	position: relative;
	width: 90%;
	margin: 0 auto;
	padding: 60px 0;
	overflow: hidden;
	max-width: 1140px;
}

/* banner section */
@media screen and (min-width:1200px) {
	h1 {
		font-size: 50px;
	}
	h2,h3 {
		font-size: 32px;
	}
	h4{
		font-size: 22px;
	}
}

h2,
h3 {
	font-family: var(--zf-secondary-bold);
	margin-bottom: 50px;
}

h4 {
	margin-bottom: 10px;
}

.zbanner {
	text-align: center;
}

.zbanner .content-wrap {
	padding-top: 55px;
	padding-bottom: 90px;
	overflow: visible;
}

.zone .content-wrap {
	/* padding-top: 90px; */
}

.zbanner p {
	max-width: 750px;
	margin: 0 auto 20px;
}

.zmeetingnav {
	width: 24%;
	position: absolute;
	-webkit-transition: all 600ms linear;
	-o-transition: all 600ms linear;
	transition: all 600ms linear;
	top: 90px;
	width: 490px;
	/* border: 1px solid; */
}

.zmeetingnav-inner ul {
	max-width: 270px;
	/* border: 1px solid red; */
	margin-left: 0;
}

.zmeetingnav.zmakefixed {
	position: fixed;
	top: 80px;
	z-index: 1;
	width: 270px;
}

.zmeetinglist {
	width: 800px;
	margin-left: 30%;
	padding: 0px 10px;
	max-width: 70%;
}
.zmeetinglist.bg{
	/* padding: 60px 50px; */
}

.zmeetingnav ul li {
	margin-bottom: 13px;
}
.other-lang .zmeetingnav ul li{
background:transparent;
}

.zmeetingnav ul li a {
	color: #000;
	font-family: var(--zf-secondary-semibold);
	display: inline-block;
	position: relative;
	-webkit-transform: translateY(-65%);
		-ms-transform: translateY(-65%);
			transform: translateY(-65%);
	top: 50%;
font-size: 15px;
}

.zmeetingnav,
.zmeetinglist {
	float: left;
}

.zmeetingnav ul li.active,
.zmeetingnav-inner ul li.pre-active {
	color: #2196f3;
}

.zmeetingnav ul li {
	position: relative;
	padding-left: 20px;
	background: #FFEEE0;
	height: 60px;
}

.zmeetingnav ul li.active:before,
.zmeetingnav ul li.pre-active:before {
	content: '';
	position: absolute;
	width: 6px;
	height: 0;
	background: #2196f3;
	top: 0;
	left: 0;
	-webkit-animation: mymove .4s;
	animation: mymove .4s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	background: transparent -o-linear-gradient(top, #FFB667 0%, #FF803C 100%) 0% 0% no-repeat padding-box;
	background: transparent -webkit-gradient(linear, left top, left bottom, from(#FFB667), to(#FF803C)) 0% 0% no-repeat padding-box;
	background: transparent linear-gradient(180deg, #FFB667 0%, #FF803C 100%) 0% 0% no-repeat padding-box;
}

.zmeetingnav ul li.active a:hover {
	color: #2196f3;
}

.zmeetingnav ul li a:hover {
	color: #5f5f5f;
}

.zmeetingnav ul li:nth-child(1).active:before,
.zmeetingnav ul li:nth-child(2).active:before,
.zmeetingnav ul li:nth-child(1).pre-active:before {
	-webkit-animation: mymovetwo .4s;
	animation: mymovetwo .4s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}

@-webkit-keyframes mymove {
	from {
		height: 0px;
	}

	to {
		height: 60px;
	}
}

/* Standard syntax */
@keyframes mymove {
	from {
		height: 0px;
	}

	to {
		height: 60px;
	}
}

@-webkit-keyframes mymovetwo {
	from {
		height: 0px;
	}

	to {
		height: 60px;
	}
}

/* Standard syntax */
@keyframes mymovetwo {
	from {
		height: 0px;
	}

	to {
		height:60px;
	}
}



/* zschedule */
.zschedule {
	/* background: #fafafa; */
}

/* icons */
div#z-faq .zlist > div {
	padding-top: 0px;
}

div#z-faq .zlist > div p {
	margin-bottom: 40px;
}
.zmeetinglist {
	position: relative;
}
.bg.zmeetinglist {
	/* background: #FFF6F0; */
}

.zinnerlist .zlist:last-child p,.two-sec-part .zlist:nth-last-child(2) p {
	margin-bottom: 0;
}
.zmeetinglist:after {
	content: none;
	position: absolute;




	width: 100%;
	height: 1px;
	/* background: #cec8af; */
	background: #b1b0b0;
	bottom: -40px;
}

.zsecurity .zmeetinglist:after {
	content: none;
}
.two-sec-part .zlist > div {
	padding-top: 0px;
}

.two-sec-part .zlist {
	width: 48%;
	max-width: 430px;
}

.two-sec-part.zinnerlist {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	-webkit-box-pack: justify;
		-ms-flex-pack: justify;
			justify-content: space-between;
}

.zlist {
	position: relative;
}

.zlist>div {
	padding-top: 0px;
}
#z-faq .zlist>div {
	padding-left:0;
}

.zlist p {
	margin-bottom: 60px;
}

[class|=zicon] {
	background: url(//www.zohowebstatic.com/sites/zweb/images/meeting/free-online-meeting/sprite.png);
	background-repeat: no-repeat;
	background-size: 980px;
	display: inline-block;
	vertical-align: middle;
	position: static;
	width: 56px;
	height: 55px;
	top: -2px;
}
/* .other-lang [class|=zicon]{
	display: none;
} */

.zicon-meet {
	background-position: 0 0;
}
.zicon-app{
	background-position: -576px -77px;
	width: 68px;
	height: 54px;
}
.zicon-api{
	background-position: -560px -59px;
	width: 58px;
	height: 54px;
	background-size: 850px;
}
.zicon-rsv {
	background-position: -57px 0;
}

.zicon-embed {
	background-position: -117px 0;
}

.zicon-email {
background-position: -168px -1px;
}

.zicon-audio {
	background-position: -222px -5px;
	width: 61px;
}

.zicon-video {
	background-position: -284px -9px;
	height: 60px;
	width: 47px;
}

.zicon-screen {
	background-position: -328px -5px;
	width: 77px;
}

.zicon-inchat {
	background-position: -404px -9px;
	width: 63px;
}

.zicon-record {
	background-position: -478px -9px;
}
.zicon-cx-domain{
	background-position: -480px -71px;
	background-size: 930px;
	width: 66px;
}

.zicon-embed{
	background-position:-112px -9px;
}
.zicon-lock {
	background-position: -316px 0;
}

.zicon-switch {
	background-position: 0 -34px;
	height: 36px;
}

.zicon-mute {
	background-position: -35px -36px;
}

.zicon-give {
	background-position: -70px -36px;
}

.zicon-remove {
	background-position: -105px -36px;
}

.zicon-co {
	background-position: -523px -9px;
	width: 59px;
}
.zicon-dept {
	background-position: -287px -70px;
	width: 62px;
	height: 58px;
	background-size: 900px;
}
.zicon-manage {
background-position: -477px 2px;
	width: 54px;
	height: 61px;
	background-size: 800px;
}

.zicon-define {
	background-position: -665px -4px;
	width: 67px;
}

.zicon-crm {
	background-position: -244px -35px;
}

.zicon-project {
	background-position: -281px -35px;
}

.zicon-calender {
	background-position: -315px -35px
}

.zicon-in {
background-position: -715px -4px;
	width: 66px;
}
.zicon-ctrl{
	background-position: -801px -4px;
	width: 58px;
}
.zicon-security {
background-position: -781px -4px;
}

.zicon-privacy {
background-position: -839px -4px;
	width: 61px;
}

.zicon-gdpr {
	background-position: -899px -6px;
	width: 59px;
	height: 58px;
}
.zicon-action-log {
background-position: -365px -70px;
	width: 59px;
	height: 58px;
	background-size: 940px;
}
.zicon-anonymize {
	background-position: -426px -70px;
	width: 59px;
	height: 58px;
	background-size: 940px;
}

.zhost {
	text-align: center;
}

.zhost h3 {
	margin-bottom: 20px;
}

.zhost .content-wrap {
	padding: 90px 0;
}

.zmeetingnav.zmakefixed.remove {
	display: none;
}

/* promotion section */

.zpromotion {
	background: #3247b0;
	padding: 10px 80px 10px 10px;
	position: relative;
	-webkit-box-sizing: border-box !important;
			box-sizing: border-box !important;
	/*display: none;*/
}

.zpromotion p {
	margin: 0;
	text-align: center;
	color: #fff;
	font-size: 16px;
	font-family: var(--zf-primary-semibold);
}

.zpromotion p span {
	margin-right: 0;
	font-family: var(--zf-primary-semibold);
}

.zpromotion p a {
	border-bottom: 1px solid #ffd600;
	padding: 0px 0px;
	display: inline-block;
	color: #ffd600;
	line-height: 1.3;
	margin-left: 0px;
	font-family: var(--zf-primary-extrabold);
}

.zpremoclose {
	position: absolute;
	right: 22px;
	top: 13px;
	width: 20px;
	height: 20px;
	opacity: 1;
	background: #fff;
	border-radius: 50%;
	font-size: 0;
	cursor: pointer;
	text-indent: -9999px;
}

.zpremoclose:before,
.zpremoclose:after {
	position: absolute;
	left: 9px;
	content: ' ';
	height: 11px;
	width: 2px;
	background-color: #000;
	top: 5px;
}

.zpremoclose:after {
	-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
			transform: rotate(-45deg);
}

.zpremoclose:before {
	-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
			transform: rotate(45deg);
}


@media only screen and (max-width: 1400px) {
	.zmeetinglist:after {
		content: none;
	}
}
@media only screen and (max-width: 1366px) {
	.banner-img .main-img{
		transform: translateX(9%) scale(1.3) !important;
	}
}
@media only screen and (max-width: 1040px) {
	.zmeetingnav-inner ul {
		margin-left: 40px;
	}

	.zmeetingnav {
		display: none;
	}

	.zmeetingnav,
	.zmeetinglist {
		float: none;
	}

	.zmeetinglist {
		margin: 0 auto;
	}
}

@media only screen and (max-width:991px) {
	.zpromotion {
		width: 100%;
	}

	.zpromotion p {
		margin: 0;
		font-size: 14px;
		line-height: 1.7;
	}

	.zpromotion p a {
		margin-left: 0;
		border: 0px;
		padding: 0px 0px;
		display: inline-block;
	}
	.zmeetinglist{
		width: 100%;
		max-width: 100%;
	}
}

@media only screen and (max-width: 768px) {
	h1 {
		font-size: 32px;
	}

	.zpromotion {
		position: relative;
		top: 0px;
		z-index: 999;
		padding-right: 50px;
	}

	.zpromotion p a {
		border: 0px;
		padding: 0px 0px;
		display: inline-block;
		margin-left: 0px;
	}

	.zpromotion p {
		margin: 0;
		font-size: 14px;
		line-height: 1.7;
	}

	.zmeetingnav,
	.zmeetinglist {
		/* max-width: 90%; */
	}
	.zmeetinglist.bg{
		padding: 0px 20px;
	}
	.two-sec-part .zlist {
		max-width: 100%;
		width: 100%;
	}
}
@media only screen and (max-width: 610px) {
	.btn-container{
		flex-direction: column;
	}
	.watch-btn-wrap {
		margin: 20px 0 0 0px;
	}
}
@media only screen and (max-width: 480px) {
	.zmeetinglist {
		max-width: 100%;
	}

	.zsection .content-wrap {
		padding: 40px 0;
	}

	.zsection.zbanner .content-wrap {
		padding: 60px 0;
	}

	.zsection.zhost .content-wrap {
		max-width: 300px;
		margin: 0 auto 20px;
	}

	.zsection.zone .content-wrap {
		padding-top: 70px;
	}

	h1 {
		font-size: 26px;
	}

	h2,
	h3 {
		font-size: 24px;
		margin-bottom: 40px;
	}
	h4{
		font-size: 19px;
	}

	.zmeetinglist{
		padding: 0 20px;
	}
}

@media only screen and (max-width: 360px) {
	.zmeetinglist {
		max-width: 100%;
	}
}

.apps-download-links-wrap {
	margin: 0px 0 0;
}
#mini-panel-product_menu .menu-icon-help-header .product-title a{
	color: #fff;
}

#mini-panel-product_menu .product-nav-links li .nolink,#mini-panel-product_menu .product-nav-links .menu>li>a  {
	color: #fff;
}
#mini-panel-product_menu .product-header-top .menu li a{
	color:#000;
}
.product-nav-links .menu li a.active{
	-webkit-box-shadow: 0 -2px 0 #fff inset;
			box-shadow: 0 -2px 0 #fff inset;
}

section#block-panels-mini-product-menu {
	background: #28163b;
}
.zbanner {
	background: #28163b;
	color: #fff;
	margin-bottom: 100px;
}
@media(max-width:767px){
	.main-container-wrapper #mini-panel-product_menu .menu-icon-help-header .product-title a{
		color: #fff;
	}
}



/*Online meetings on-the-go Start*/

.mobile-apps-section {
	color: #fff;
	background: #261739
}

.mobile-apps-section .content-wrap {
	overflow: visible;
	padding-top: 0;
	padding:80px 0px;
}

.mobile-apps-section .arrow-link {
	color: #4f88f6;
	display: none;
    margin-bottom: 20px;
}

.mobile-apps-section .arrow-link::after {
	bottom: 1px
}

.mobile-apps-section::before {
	content: "";
	position: absolute;
	top: -310px;
	left: 0;
	width: 100%;
	height: 320px;
	/* background: #261739; */
	z-index: -2
}

.apps-download-links-wrap a {
	display: none;
	height: 40px;
	margin: 30px 10px 0 0 !important;
	background: url(//www.zohowebstatic.com/sites/zweb/images/commonroot/download-apps-sprite2x.png) no-repeat left top;
	background-size: auto 40px
}

.apps-download-links-wrap a.g-play {
	width: 134px;
	background-position: -135px 0
}

.apps-download-links-wrap a.app-store {
	width: 135px;
	background-position: 0 0
}
.apps-download-links-wrap a.app-store,.apps-download-links-wrap a.g-play {

    margin-top: 4px !important;

}
.mobile-app-cont-wrap p {
	padding-right: 10px;
	width: 460px;
	max-width: 100%
}

.mobile-app-img-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative
}

.mobile-app-img-wrap > div {
	max-width: 50%;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	position: relative;
	z-index: 1;
}

.mobile-app-img-wrap > span {
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	-webkit-transition: all 500ms cubic-bezier(0.11, 0.16, 0.43, 0.86);
	-o-transition: all 500ms cubic-bezier(0.11, 0.16, 0.43, 0.86);
	transition: all 500ms cubic-bezier(0.11, 0.16, 0.43, 0.86);
	z-index: 0;
}

.dark-them-bg {
	background-image: url(//www.zohowebstatic.com/sites/zweb/images/meeting/home/mobile-app-bg-b.svg);
	height: 260px;
	width: 220px;
	top: 150px;
	left: -90px
}

.day-them-bg {
	background-image: url(//www.zohowebstatic.com/sites/zweb/images/meeting/home/mobile-app-bg-a.svg);
	height: 290px;
	width: 200px;
	top: 115px;
	right: 8px
}

.content-wrap .day-screen,
.content-wrap .dark-screen {
	top: 90px;
	-webkit-transition: all 500ms cubic-bezier(0.11, 0.16, 0.43, 0.86);
	-o-transition: all 500ms cubic-bezier(0.11, 0.16, 0.43, 0.86);
	transition: all 500ms cubic-bezier(0.11, 0.16, 0.43, 0.86)
}

.content-wrap.middle-animated .day-screen {
	top: 140px;
	-webkit-transition: all 500ms cubic-bezier(0.11, 0.16, 0.43, 0.86) .5s;
	-o-transition: all 500ms cubic-bezier(0.11, 0.16, 0.43, 0.86) .5s;
	transition: all 500ms cubic-bezier(0.11, 0.16, 0.43, 0.86) .5s
}

.content-wrap.middle-animated .dark-screen {
	top: 0;
	-webkit-transition: all 500ms cubic-bezier(0.11, 0.16, 0.43, 0.86) .5s;
	-o-transition: all 500ms cubic-bezier(0.11, 0.16, 0.43, 0.86) .5s;
	transition: all 500ms cubic-bezier(0.11, 0.16, 0.43, 0.86) .5s
}
.arrow-link {
	position: relative;
	color: #2854ce;
	font-family: 'Zoho_Puvi_Medium';
}
.mobile-apps-section .arrow-link {
	color: #4f88f6;
	display: none;
}
body.lang-en .mobile-apps-section .arrow-link, body.lang-jp .mobile-apps-section .arrow-link {
	display: inline-block;
}
.mobile-app-cont-wrap h2{margin-bottom: 15px;}
.rt-arrow {
	content: "";
	background-image: url(//www.zohowebstatic.com/sites/zweb/images/meeting/home/common-sprites2x.png);
	background-repeat: no-repeat;
	background-size: 1300px;
	position: relative;
	right: -1px;
	top: auto;
	width: 26px;
	height: 13px;
	bottom: -8px;
	background-position: -1008px -144px;
	-webkit-transition: all 500ms cubic-bezier(0.11,0.16,0.43,0.86);
	-o-transition: all 500ms cubic-bezier(0.11,0.16,0.43,0.86);
	transition: all 500ms cubic-bezier(0.11,0.16,0.43,0.86);
	display: inline-block;
}

/*Online meetings on-the-go end*/

/*Customer-rating-part-start*/

.customer-rating-section {
	padding-top: 0;position: relative;
	background-color: #261739;
}


.customer-rating-section .content-wrap {
	padding-top: 80px;
}
.customer-rating-section::after{content: "";position: absolute;top: -2px;left: 0;width: 100%;height: 50%;background-color: #fff;}
.svg-sprites {
	background-image: url("//www.zohowebstatic.com/sites/zweb/images/meeting/analytics-rating-sprites.svg");
	background-repeat: no-repeat
}

.rating-txt span {
	font-size: 22px;
	color: #333;
	background-position: -588px -369px;
}

.star-con {
	width: 113px;
	position: relative;
	height: 20px;
	margin: 0 auto
}

.four_half1,
.four_half2,
.four_half3,
.four_star,
.star-con .gray-star {
	width: 113px;
	height: 20px
}

.star-con .anim-star {
	width: 0;
	left: 0;
	top: 0;
	position: absolute;
	z-index: 2;
	-webkit-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
	background-position: -588px -369px
}

.star-con .gray-star {
	background-position: -730px -369px;
	left: 0;
	top: 0;
	position: absolute;
	z-index: 1
}

.four_star {
	background-position: -20px -369px
}

.rating .static-value {
	font-size: 16px;
	color: #838383
}

.rating-list h5 {
	text-align: center
}

.rating-wrap {
	margin: 0 auto;
	text-align: center !important;
	position: relative;
	padding: 70px 0;
	width: 1024px;
	z-index: 22;
	max-width: 100%;
	background-color: #fff;
	-webkit-box-shadow: 0px -7px 16px #00000015;
			box-shadow: 0px -7px 16px #00000015;
	border-radius: 20px;
}

.rating-wrap>span {
	position: absolute;
	background: #34224a
}


.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: center;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.flex-wrap > div {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
	z-index: 22;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.rating-wrap>h2 {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	max-width: 830px;
	margin: 0 auto 10px;
	position: relative;
	text-align: center;
	font-size: 36px;
}

.rating-wrap>p {
	border: 1px solid #7b6565db;
	padding: 6px 30px;
	border-radius: 20px;
	font-weight: bold;
	font-family: 'Zoho_Puvi_SemiBoldItalic';
	text-align: center;
	display: inline-block
}

.i18n-vi .rating-wrap>p {
	font-family: 'opensanssemibold'
}
.i18n-ar .customer-rating-section *{
	text-align: center !important;
}

.rating-list {
	width: 95%;
	margin: 50px auto 0
}

.rating-list>li {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: calc(92% / 4);
	margin: 4px 5px;
	padding: 30px 15px;
	border-radius: 10px;
	opacity: 0
}

.rating-list>li:nth-child(1) {
	background: #d9edfc;
}

.rating-list>li:nth-child(2) {
	background: #fff0ef
}

.rating-list>li:nth-child(3) {
	background: #e0fffd
}

.rating-list>li:nth-child(4) {
	background: #fff6ec;
}

.rating-list .stars-container {
	position: relative;
	display: inline-block;
	color: transparent;
	font-size: 20px;
	letter-spacing: 7px;
	text-align: center;
	max-width: 100%;
	margin: 0 auto;
	font-family: Zoho_Puvi_Regular, sans-serif
}

.i18n-vi .rating-list .stars-container {
	font-family: opensansregular
}

.rating-list .stars-container::before {
	position: absolute;
	top: 0;
	left: 0;
	content: '\2605\2605\2605\2605\2605';
	color: #f8ddbc;
}
.middle-animated .visible {
	opacity: 1;
}
.z-main-container .zdelay100 {
	-webkit-transition-delay: 100ms;
	-o-transition-delay: 100ms;
	transition-delay: 100ms;
}
.i18n-ar .rating-list .stars-container::after{
	right:0;
	left:auto;
}
.rating-list .stars-container::after {
	position: absolute;
	top: 0;
	left: 0;
	content: '\2605\2605\2605\2605\2605';
	color: #f9a826;
	overflow: hidden;
	-webkit-transition: all 2.5s ease;
	-o-transition: all 2.5s ease;
	transition: all 2.5s ease;
	width: 0;
}

.rating-list .stars-90.done::after {
	width: 87.5%;
}

.rating-list .stars-96.done::after {
	width: 88%
}

.rating-list .stars-99.done::after {
	width: 92%
}

.counter-star {
	display: block;
	text-align: center;
	font-weight: 300;
	color: #888;
	margin-top: 5px
}

.counter-star span {
	color: #000
}

.rating-list .img-leads {
	background-image: url(//www.zohowebstatic.com/sites/zweb/images/meeting/home/common-sprites2x.png);
	background-size: 1130px auto;
	background-repeat: no-repeat;
	display: block;
	margin: 0 auto 5px;
	height: 40px
}

.awards-3 {
	width: 58px;
	background-position: -526px -105px
}

.capterra {
	width: 127px;
	background-position: -355px -104px
}

.rating-list .software-advice {
	width: 168px;
	background-position: -616px -108px;
	background-size: 1180px
}

.rating-list .g2 {
	width: 40px;
	background-position: -490px -112px;
	height: 38px;
	background-size: 1150px auto
}



.footer-wrap {
	text-align: center;
	padding: 20px 20px;
	margin: 0 auto 50px;
	max-width: 800px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center
}

.footer-wrap p {
	margin: 0 auto 10px;
	padding: 8px 30px;
	border-radius: 20px;
	font-weight: bold;
	font-family: 'Zoho_Puvi_SemiBoldItalic';
	background: #f2f2f2;
	text-align: center;
	display: inline-block
}

.i18n-vi .footer-wrap p {
	font-family: 'opensanssemibold'
}

.footer-wrap span {
	width: 100px;
	height: 100px;
	background: url(//www.zohowebstatic.com/sites/zweb/images/meeting/home/footer-comp.gif) no-repeat;
	display: block;
	margin: 0 auto 10px;
	background-size: contain
}

.body-umain .desktop-cta,
.body-umain .scroll-signup-btn {
	display: none !important
}

.signup-box span#zip-countryname-change,
.signup-box .za-tos-container label,
.signup-box .sign_agree a {
	color: #fff
}


@media only screen and (max-width: 991px) and (min-width: 768px){
.z-main-container .meeting-world-section .flex-wrap>div, .trust-teams-sprites, .rating-wrap {max-width: 100%;width: 100%;} 
.rating-wrap>h2 {max-width: 500px;}
}
@media only screen and (max-width: 991px){
.z-main-container h2 {font-size: 30px;}
.rating-list>li {width: auto;}
}
@media (min-width: 768px){
.in-view .zmoveup {-webkit-transform: translateY(0);-ms-transform: translateY(0);transform: translateY(0);}
}

@media only screen and (max-width: 767px){
.rating-wrap {width: 100%;}
.rating-wrap .flex-wrap {display: -webkit-box;display: -ms-flexbox;display: flex;margin: 30px auto 0;max-width: 450px;}
.z-main-container h5 {font-size: 16px;}
.rating-list>li {-webkit-box-sizing: border-box;box-sizing: border-box;width: calc(80%);}
.rating-list>li {margin: 10px auto;}

}


/*Customer-rating-part-End*/


/*responsive css*/

@media only screen and (min-width:992px) and (max-width:1199px) {
	.flex-wrap .mobile-app-cont-wrap {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 47%;
		flex: 0 0 47%;
		max-width: 47%
	}

	.flex-wrap .mobile-app-img-wrap {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%
	}
}
@media only screen and (max-width:1199px) {
.dark-them-bg{left: -60px;}
.customer-rating-section::after{content: unset;}
}
@media only screen and (max-width: 1080px) {
	.flex-wrap .mobile-app-img-wrap {
		flex: 0 0 53%;
		max-width: 53%;
	}
    .dark-them-bg{
        display: none;
    }
}
@media only screen and (max-width:767px) {
.zbanner{
		margin-bottom: 60px;
	}
	.banner-content-wrap{
		padding: 10px 0 0 !important;
	}
	.zbanner .content-wrap{
		padding-bottom: 60px;
	}
	.web-banner,
	.anim-element-parent,
	.trust-teams-sprites > li:nth-child(1)::after,
	.trust-teams-sprites > li:nth-child(3)::before,
	.dark-screen,
	.day-screen,
	.home-pricing-section::after,
	.mobile-apps-section::before,
	.day-them-bg,
	.mobile-app-img-wrap > span,
	.rating-wrap .large-circle,
	.rating-wrap .small-circle {
		display: none;
	}

	.mobile-app-cont-wrap {
		text-align: center
	}

	.mobile-app-cont-wrap p {
		padding-right: 0;
		margin: 0 auto 10px
	}
.rating-wrap>h2{font-size: 24px;    max-width: 500px;}

.rating-wrap {
	padding-left: 10px;
	padding-right: 10px;
}
.customer-rating-section .content-wrap{padding-bottom: 0px;
}
	

}




@media only screen and (max-width:991px) {

	.mobile-app-img-wrap {
		display: none
	}

	.flex-wrap .mobile-app-cont-wrap {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		text-align: center
	}

	.flex-wrap .mobile-app-cont-wrap * {
		text-align: center;
		margin-left: auto;
		margin-right: auto
	}
	/* .rating-wrap>h2{font-size: 32px;} */
}


#z-integrations .zlist span{
/* background: url(//www.zohowebstatic.com/sites/zweb/images/commonroot/integration-icons-sprite-2x.png);
	background-repeat: no-repeat;
	background-size: 970px;
	display: inline-block;
	vertical-align: middle;
	position: absolute;
	width: 35px;
	height: 34px;
	top: -2px;*/
}
#z-integrations span.zicon-crm{background-position: -40px -2px;width: 37px;}
#z-integrations span.zicon-project{background-position: -351px -81px;}
#z-integrations span.zicon-connect{width: 37px;height: 38px;background-position: -546px -118px;}
#z-integrations span.zicon-teams{width: 39px;height: 36px;background-position: -776px -234px;}
#z-integrations span.zicon-mail{width: 39px;height: 39px;background-position: -194px -38px;}
#z-integrations span.zicon-gmail{width: 39px;height: 30px;background-position: -155px -82px;}
#z-integrations span.zicon-bookings{width: 39px;height: 38px;background-position: -504px -117px;}
#z-integrations span.zicon-outlook{width: 39px;height: 35px;background-position: -233px -41px;}
#z-integrations span.zicon-notebook{width: 40px;height: 38px;background-position: -814px -117px;}
#z-integrations span.zicon-flow{width: 40px;height: 38px;background-position: -78px -116px;}
#z-integrations .zlist span.zicon-bigin{background-image: url(//www.zohowebstatic.com/sites/zweb/images/producticon/bigin.svg?itok=gU4ooUNJ);background-size: 30px;width:30px;height: 40px;}
div#z-moderator .zinnerlist .zlist:nth-child(1) img {
	width: 206px;
	left: -11%;
	max-width: 90%;
}
div#z-moderator .zinnerlist .zlist:nth-child(2) img {
	width: 206px;
	left: 0;
	top: -5px;
}
div#z-moderator .zinnerlist .zlist:nth-child(3) img {
	width: 240px;
	left: -10%;
	top: -25px;
}
div#z-moderator .zinnerlist .zlist:nth-child(4) img {
	width: 206px;
	left: -12px;
	top: -25px;
}
div#z-moderator .zinnerlist .zlist:nth-child(5) img {
	width: 236px;
	left: -9%;
	top: -6px;
}
.i18n-ar div#z-moderator .zinnerlist .zlist img{
	right:0;
	left:auto;
}

div#z-moderator .zlist >div {
	//padding-top: 140px;
}

div#z-moderator .zinnerlist .zlist img {
	position: absolute;
	top: 0;
}
.other-lang div#z-moderator .zinnerlist .zlist img {
	position: relative;
}
.zinnerlist .analytics >div{
padding-top: 0px;
}
.zicon-analytics {
background-position: -731px -59px;
	width: 58px;
	height: 54px;
	background-size: 850px;
}
.zicon-analyze2{
background-position: -793px -59px;
	width: 58px;
	height: 54px;
	background-size: 850px
}
.banner-content-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	padding: 50px 0 0;
	text-align: left;
}

.banner-content {
	width: 55%;
}

.banner-img-wrap {
	width: 45%;
	position: relative;
	padding-left: 1%;
	padding-top: 5%;
}

.banner-img .main-img {
	-webkit-transform: translateX(9%) scale(1.5);
	-ms-transform: translateX(9%) scale(1.5);
	transform: translateX(9%) scale(1.5);
	position: relative;
}

.banner-img .sub-img {
	position: absolute;
	/* width: 20%; */
	/* left: 0; */
}

.sub-img1 {
	width: 28%;
	left: 4%;
	top: -5%;
	z-index: 1;
}

.banner-img {
	margin-left: 10%;
	width: 500px;
	position: relative;
}
.sub-img2 {
	left: 0;
	width: 28%;
	top: 45%;
}

.sub-img3 {
	width: 20%;
	left: 23%;
	bottom: 3%;
}

.sub-img4 {
	width: 40%;
	left: 30%;
	top: 12%;
	z-index: 0;
}

.sub-img5 {
	width: 24%;
	left: 60%;
	top: -26%;
	z-index: 1;
}

.sub-img6 {
	width: 35%;
	left: 75%;
	z-index: 0;
	top: 0%;
}

.sub-img7 {
	width: 30%;
	bottom: 9%;
	right: 3%;
}
.float-img {
	background: url(//www.zohowebstatic.com/sites/zweb/images/meeting/free-online-meeting/sprite.png);
	background-repeat: no-repeat;
	background-size: 980px;
	display: inline-block;
	vertical-align: middle;
	position: absolute;
	/* width: 56px; */
	/* height: 55px; */
	top: -2px;
}

.float1 {
	width: 51px;
	height: 53px;
	background-position: 0 -71px;
	top: -30%;
	left: 0;
	z-index: 1;
	left: 36%;
}

.float2 {
	width: 31px;
	height: 32px;
	background-position: -51px -80px;
	bottom: -12%;
	left: 0;
	z-index: 1;
	left: 6%;
	top: auto;
}
.float3 {
	width: 35px;
	height: 35px;
	background-position: -82px -79px;
	bottom: -7%;
	left: auto;
	z-index: 1;
	right: -4%;
	top: auto;
}
.banner-content-wrap p {
	max-width: 750px;
	margin: 0 auto 20px;
	max-width: 630px;
	margin: 0 0 30px;
	font-size: 18px;
}



@media screen and (max-width:1200px) {
	.i18n-ar .banner-content *{
		text-align: center !important;
	}
	.banner-img-wrap{
		display: none;
	}
	.banner-content{
		width: 800px;
		max-width: 100%;
		margin: 0 auto 20px;
		text-align: center;
	}
	.banner-content-wrap p{
		max-width: 100%;
	}
	.banner-content-wrap{
		padding-bottom: 0;
	}
	.btn-container{
		justify-content: center;
	}
}
@media screen and (min-width:1201px) and (max-width:1600px) {
	.banner-img {
		width: 380px;
	}
}
@media (min-width: 768px) {
	.zoom{
	-webkit-transform: scale(0);
		-ms-transform: scale(0);
			transform: scale(0);
			-webkit-transition: all 0.8s cubic-bezier(0.11, 0.16, 0.43, 0.86);
	-o-transition: all 0.8s cubic-bezier(0.11, 0.16, 0.43, 0.86);
	transition: all 0.8s cubic-bezier(0.11, 0.16, 0.43, 0.86);
}
.transition-alone{
	-webkit-transition: all 1300ms cubic-bezier(0.11, 0.16, 0.43, 0.86);
	-o-transition: all 1000ms cubic-bezier(0.11, 0.16, 0.43, 0.86);
	-webkit-transition: all 1000ms cubic-bezier(0.11, 0.16, 0.43, 0.86);
	transition: all 1000ms cubic-bezier(0.11, 0.16, 0.43, 0.86);
}
.fadein {
	opacity: 0;
	-ms-filter: "alpha(opacity=0)";
	-webkit-transition: all 1000ms cubic-bezier(0.11, 0.16, 0.43, 0.86);
	-o-transition: all 1000ms cubic-bezier(0.11, 0.16, 0.43, 0.86);
	transition: all 1000ms cubic-bezier(0.11, 0.16, 0.43, 0.86);
}

.fadeinup {
	opacity: 0;
	-webkit-transform: translateY(30px);
	-ms-transform: translateY(30px);
		transform: translateY(30px);
	-ms-filter: "alpha(opacity=0)";
	-webkit-transition: all 1000ms cubic-bezier(0.11, 0.16, 0.43, 0.86);
	-o-transition: all 1000ms cubic-bezier(0.11, 0.16, 0.43, 0.86);
	transition: all 1000ms cubic-bezier(0.11, 0.16, 0.43, 0.86);
}
.fadeinupcontent{
	opacity: 1;
	-webkit-transform: translateY(30px);
	-ms-transform: translateY(30px);
		transform: translateY(30px);
	-ms-filter: "alpha(opacity=0)";
	-webkit-transition: all 1000ms cubic-bezier(0.11, 0.16, 0.43, 0.86);
	-o-transition: all 1000ms cubic-bezier(0.11, 0.16, 0.43, 0.86);
	transition: all 1000ms cubic-bezier(0.11, 0.16, 0.43, 0.86);
}
.fadeindown {
	opacity: 0;
	-webkit-transform: translateY(-30px);
	-ms-transform: translateY(-30px);
		transform: translateY(-30px);
	-ms-filter: "alpha(opacity=0)";
	-webkit-transition: all 1000ms cubic-bezier(0.11, 0.16, 0.43, 0.86);
	-o-transition: all 1000ms cubic-bezier(0.11, 0.16, 0.43, 0.86);
	transition: all 1000ms cubic-bezier(0.11, 0.16, 0.43, 0.86);
}

.fadeinleft {
	opacity: 0;
	-webkit-transform: translateX(-30px);
	-ms-transform: translateX(-30px);
		transform: translateX(-30px);
	-ms-filter: "alpha(opacity=0)";
	-webkit-transition: all 1000ms cubic-bezier(0.11, 0.16, 0.43, 0.86);
	-o-transition: all 1000ms cubic-bezier(0.11, 0.16, 0.43, 0.86);
	transition: all 1000ms cubic-bezier(0.11, 0.16, 0.43, 0.86);
}

.fadeinright {
	opacity: 0;
	-webkit-transform: translateX(30px);
	-ms-transform: translateX(30px);
		transform: translateX(30px);
	-ms-filter: "alpha(opacity=0)";
	-webkit-transition: all 1000ms cubic-bezier(0.11, 0.16, 0.43, 0.86);
	transition: all 1000ms cubic-bezier(0.11, 0.16, 0.43, 0.86);
	-moz-transition: all 1000ms cubic-bezier(0.11, 0.16, 0.43, 0.86);
	-ms-transition: all 1000ms cubic-bezier(0.11, 0.16, 0.43, 0.86);
	-o-transition: all 1000ms cubic-bezier(0.11, 0.16, 0.43, 0.86);
}

.middle-animated .fadein {
	opacity: 1;
	-ms-filter: "alpha(opacity=100)";
}

.middle-animated .fadeinup,.middle-animated .fadeinupcontent,
.middle-animated .fadeindown {
	opacity: 1;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
		transform: translateY(0);
	-ms-filter: "alpha(opacity=100)";
}

.middle-animated .fadeinleft,
.middle-animated .fadeinright,
.middle-animated .fadeinleft,
.middle-animated .fadeinright {
	opacity: 1;
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
	-ms-filter: "alpha(opacity=100)";
}

.middle-animated .zoom{
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.delay1 {
	-webkit-transition-delay: 200ms;
	-o-transition-delay: 200ms;
		transition-delay: 200ms;
}

.delay2 {
	-webkit-transition-delay: 400ms;
	-o-transition-delay: 400ms;
		transition-delay: 400ms;
}

.delay3 {
	-webkit-transition-delay: 600ms;
	-o-transition-delay: 600ms;
		transition-delay: 600ms;
}

.delay4 {
	-webkit-transition-delay: 800ms;
	-o-transition-delay: 800ms;
		transition-delay: 800ms;
}

.delay5 {
	-webkit-transition-delay: 1000ms;
	-o-transition-delay: 1000ms;
		transition-delay: 1000ms;
}

.delay6 {
	-webkit-transition-delay: 1200ms;
	-o-transition-delay: 1200ms;
		transition-delay: 1200ms;
}

.delay7 {
	-webkit-transition-delay: 1400ms;
	-o-transition-delay: 1400ms;
		transition-delay: 1400ms;
}

.delay8 {
	-webkit-transition-delay: 1600ms;
	-o-transition-delay: 1600ms;
		transition-delay: 1600ms;
}

.delay9 {
	-webkit-transition-delay: 1800ms;
	-o-transition-delay: 1800ms;
		transition-delay: 1800ms;
}

.delay10 {
	-webkit-transition-delay: 2000ms;
	-o-transition-delay: 2000ms;
		transition-delay: 2000ms;
}
}
.float1{
	-webkit-animation: 3s ease infinite normal none running floatY_b_vertical 5s;
			animation: 3s ease infinite normal none running floatY_b_vertical 5s;
}
.float2{
	-webkit-animation: 2s ease infinite normal none running floatY_a_vertical 4s;
			animation: 2s ease infinite normal none running floatY_a_vertical 4s;
}
.float3{
	-webkit-animation: 7s ease infinite normal none running floatY_a_vertical 4s;
			animation: 7s ease infinite normal none running floatY_a_vertical 4s;
}
@-webkit-keyframes floatY_a_vertical {
	0% {
		-webkit-transform: translateY(0);
				transform: translateY(0)
	}

	50% {
		-webkit-transform: translateY(-10px);
				transform: translateY(-10px)
	}

	100% {
		-webkit-transform: translateY(0);
				transform: translateY(0)
	}
}
@keyframes floatY_a_vertical {
	0% {
		-webkit-transform: translateY(0);
				transform: translateY(0)
	}

	50% {
		-webkit-transform: translateY(-10px);
				transform: translateY(-10px)
	}

	100% {
		-webkit-transform: translateY(0);
				transform: translateY(0)
	}
}
@-webkit-keyframes floatY_b_vertical {
	0% {
		-webkit-transform: translateY(0);
				transform: translateY(0)
	}

	50% {
		-webkit-transform: translateY(10px);
				transform: translateY(10px)
	}

	100% {
		-webkit-transform: translateY(0);
				transform: translateY(0)
	}
}
@keyframes floatY_b_vertical {
	0% {
		-webkit-transform: translateY(0);
				transform: translateY(0)
	}

	50% {
		-webkit-transform: translateY(10px);
				transform: translateY(10px)
	}

	100% {
		-webkit-transform: translateY(0);
				transform: translateY(0)
	}
}

/* Arabic starts */

.i18n-ar .zmeetingnav ul li.active:before,.i18n-ar .zmeetingnav ul li.pre-active:before{
	right: 0;
	left: auto;
}

.i18n-ar .zmeetingnav ul li {
	padding-right: 20px;
	padding-left: 0;
}

.i18n-ar .day-them-bg {
	left: 8px;
	right: auto;
}

.i18n-ar .dark-them-bg {
	right: -90px;
	left: auto;
	transform: rotateY(180deg);
}



/* Arabic Ends */
/*testimonial start*/

/*slider start*/
.testimonial-section {
	padding: 130px 0px 0;
}
.testimonial-inner {
	max-width: 940px;
	margin: 0 auto;
}
.testimonial-section .content-wrap {
	position: relative;
}
.testimonial-section h2 {
	/* line-height: 41px; */
	max-width: 780px;
	margin: 10px auto 20px;
	text-align: center;
}
.slick-cont h4 {
	margin-bottom: 0px;
}
.slick-cont h4 + p {
	font-size: 15px;
	font-family: Zoho_Puvi_Medium;
	max-width: 315px;
	margin: 0 auto 20px;
	padding: 5px 0 0;
	line-height: normal;
}
.slick-cont img {
	width: 80px;
}
.slick-wrap {
	display: block;
	box-sizing: border-box;
	text-align: center;
	margin: 0 auto;
}

.slick-wrap > div:nth-child(1) {
	max-width: 745px;
	margin: 0 auto;
}

.slick-wrap > div:nth-child(2) .slick-cont {
	padding-top: 40px;
	position: relative;
}

.testimonial-section .slick-dots li {
	background: transparent url(//www.zohowebstatic.com/sites/zweb/images/meeting/webcasting/testimonial-sprites.png) no-repeat;
	background-size: 288px auto;
	width: 70px;
	height: 70px;
	border-radius: 50%;
	margin: 0 10px;
	cursor: pointer;
	border: none;
}
.slick-dots li.slick-active {
	width: 70px;
	height: 70px;
	-webkit-transform: scale(1.3);
	-ms-transform: scale(1.3);
	transform: scale(1.3);
	border: 0 solid transparent;
	border-radius: 50%;
	background: url("//www.zohowebstatic.com/sites/zweb/images/meeting/webcasting/testimonial-sprites.png") no-repeat;
	background-size: 288px auto;
	margin: 0 15px;
}

.progress-svg {
	width: 85px;
	height: 85px;
	-webkit-transform: translate(-3px, -3px);
	-ms-transform: translate(-3px, -3px);
	transform: translate(-3px, -3px);
	position: absolute;
	left: 0;
	top: 0;
}
.slick-active .circle-go {
	-webkit-animation: progress 16s forwards;
	animation: progress 16s forwards;
}
.circle-go {
	fill: rgba(255, 255, 255, 0);
	stroke: #f8aa56;
	stroke-width: 3;
	stroke-linecap: round;
	stroke-dasharray: 360px;
	stroke-dashoffset: 360;
}
.slick-dots li button {
	width: 70px;
	height: 70px;
	display: block;
	border: 0;
	outline: 0;
	background-color: transparent;
	cursor: pointer;
	position: relative;
	z-index: 0;
}
.slick-dots li.slick-active {
	border: none;
}
.slick-dots li.slick-active button {
	width: 70px;
	height: 70px;
}

.slick-img {
	width: 260px;
	margin: 0 auto;
	pointer-events: none;
}

.slick-img::after {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	right: -14px;
	top: 14px;
	border: 1px solid #f0884d;
	z-index: -1;
	border-radius: 0 0 22px 0;
}

.slick-slide > p {
	font-style: italic;
	font-size: 19px;
margin-bottom: 0;}

.slick-slide > p > strong {
	font-weight: bold;
}

.slick-slide h5 {
	color: #16bc6c;
}
span.quotes-img {
	width: 80px;
	height: 56px;
	position: relative;
	margin: 0 auto 15px;
	background: url(//www.zohowebstatic.com/sites/zweb/images/meeting/video-conferencing/vc-sprite.svg)
	no-repeat;
	background-size: 413px auto;
	background-position: -285px -151px;
	z-index: 1;
	display: block;
}
.slick-dots li:nth-child(1) {
	background-position: -74px 0;
}
.slick-dots li:nth-child(2) {
	background-position: -146px 0;
}
.slick-dots li:nth-child(3) {
	background-position: -218px 0;
}
@-webkit-keyframes progress {
	from {
	stroke-dashoffset: 360;
	}
	to {
	stroke-dashoffset: 0;
	}
}
@keyframes progress {
	from {
	stroke-dashoffset: 360;
	}
	to {
	stroke-dashoffset: 0;
	}
}
@media(min-width:992px){
	.slick-slide > p {
		font-style: italic;
		font-size: 25px;
	margin-bottom: 20px;}
}
/*testimonial end*/
#z-integrations span.zicon-slack {
	background-position: -351px -3px;
}
.zicon-virtual {
background-position: -121px -70px;
	width: 65px;
}
.zicon-raise {
	background-position: -620px -53px;
	width: 62px;
	background-size: 852px;
	height: 60px;
}
.zicon-replay {
	background-position: -467px -5px;
	width: 57px;
}
.zicon-cloud {
	background-position: -785px -63px;
	width: 56px;
}
.zicon-whiteboard {
	background-position: -256px -70px;
}
.zicon-cohosts {
	background-position: -185px -70px;
	width: 71px;
}
.zpromo-inner {
	background: #28163b;
	color: #fff;
	max-width: 840px;
	margin: 0 auto;
	padding: 30px 80px;
	display: flex;
	border-radius: 12px;
	flex-wrap: wrap;
	box-sizing: border-box;
position: relative;
	align-items: center;
}

.color-yellow {
	color: #ffaf2f;
}

.zpromo-inner p, .zpromo-left h3 {
	margin-bottom: 0;
}

.zpromo-left {
	width: 35%;
}

.zpromo-right {
	width: 65%;
}

.zpromo-right p>span {
	display: inline-block;
	font-family: var(--secondaryfont-bold);
	font-size: 22px;
}

.zpromo-left h3 {
	font-size: 36px;
	line-height: 0.8;
}
.zfree-plan-promo .content-wrap {
	padding: 20px 0 120px;
}
.zpromo-inner:before {
	content: '';
	width: 110px;
	height: 110px;
	position: absolute;
	background-image: url(//www.zohowebstatic.com/sites/zweb/images/meeting/meeting-index-zfree-promo-icon.svg);
	background-size: 100px auto;
	top: -40px;
	left: -40px;
	background-repeat: no-repeat;
	z-index: -1;
}
.zpromo-inner p {
	font-size: 20px;
}
@media only screen and (max-width: 991px){
.zpromo-inner {
	max-width: 640px;
	padding: 30px 40px;
}
	.zpromo-left {
	width: 30%;
}
	.zpromo-right {
	width: 70%;
}
.zpromo-left h3 {
	font-size: 28px;
}
}

@media only screen and (max-width: 767px){
		.zpromo-left {
	width: 100%;
	margin-bottom: 20px;
}
	.zpromo-inner {
		
		width:90%;
	max-width: 640px;
	}
	.zpromo-right {
	width: 100%;
}

.zpromo-left h3 {
	font-size: 26px;
}
.zfree-plan-promo .content-wrap {
	padding: 40px 0;
}
}
@media only screen and (max-width: 480px){
.zsection.zbanner .content-wrap {
		padding: 40px 0;
	}
.zpromo-right p>span{
	display: inline;
	font-size: 18px;
} 
.zpromo-inner p {
	font-size: 16px;
}
.zpromo-left h3 {
	font-size: 22px;
}
.zlist p,.two-sec-part .zlist:nth-last-child(2) p{
		margin-bottom: 40px;
}

}

/* Other lang  */
.other-lang .testimonial-section{
	display: none;
}
.other-lang .zicon-record {
	background-position: -467px -9px;
}
.other-lang .zicon-define {
	background-position: -651px -4px;
	width: 65px;
}
.other-lang .zicon-record {
	background-position: -467px -9px;
}
.other-lang div#z-moderator .zlist>div {
	/* padding-top: 140px; */
}
.other-lang div#z-moderator .zinnerlist .zlist:nth-child(3) img,.other-lang div#z-moderator .zinnerlist .zlist:nth-child(4) img{
	top: 0px;
}

.other-lang #z-integrations .zlist span{
	background: url(//www.zohowebstatic.com/sites/zweb/images/commonroot/integration-icons-sprite-2x.png);
	background-repeat: no-repeat;
	background-size: 970px;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	width: 35px;
	height: 34px;
	top: -2px;
	margin-bottom: 10px;
}
.other-lang #z-integrations span.zicon-crm {
	background-position: -40px -2px;
	width: 37px;
}
.other-lang #z-integrations span.zicon-project {
	background-position: -351px -81px;
}
.other-lang #z-integrations .zlist span.zicon-bigin,.i18n-de #z-integrations .zlist span.zicon-bigin {
	background-image: url(//www.zohowebstatic.com/sites/zweb/images/desk/bigin-s.png);
	background-size: 30px;
	width: 30px;
	height: 40px;
}
.other-lang #z-integrations span.zicon-connect {
	width: 37px;
	height: 38px;
	background-position: -622px -78px;
}
.other-lang #z-integrations span.zicon-teams {
	width: 39px;
	height: 36px;
	background-position: -776px -234px;
}
.other-lang #z-integrations span.zicon-mail {
	width: 39px;
	height: 39px;
	background-position: -194px -38px;
}
.other-lang #z-integrations span.zicon-gmail {
	width: 39px;
	height: 30px;
	background-position: -155px -82px;
}
.other-lang #z-integrations span.zicon-bookings {
	width: 39px;
	height: 38px;
	background-position: -504px -117px;
}
.other-lang #z-integrations span.zicon-outlook {
	width: 39px;
	height: 35px;
	background-position: -233px -41px;
}
.other-lang #z-integrations span.zicon-notebook {
	width: 40px;
	height: 38px;
	background-position: -814px -117px;
}
 .other-lang .two-sec-part .zlist {
	width: 48%;
	max-width: 430px;
}
/* AR starts */
.i18n-ar .zhost, .i18n-ar .zhost *{text-align: center;}
.i18n-ar .mobile-app-cont-wrap p{padding-right: 0;padding-left: 10px;}

@media only screen and (min-width: 768px) and (max-width: 991px){
	.two-sec-part .zlist {
		max-width: 50%;
		width: 48%;
	}

	.other-lang div#z-moderator .zinnerlist .zlist:nth-child(5) img {
		width: 240px;
		left: -5%;
	}
	.other-lang div#z-moderator .zinnerlist .zlist:nth-child(3) img {
		left: 0;
	}
	.other-lang div#z-moderator .zinnerlist .zlist:nth-child(3) img{
		left: -7%; 
	}
	.other-lang div#z-moderator .zinnerlist .zlist:nth-child(1) img {
		left: -6%;
	}
	.other-lang div#z-moderator .zinnerlist .zlist:nth-child(4) img{
		left: -1%;
	}
}

@media only screen and (max-width: 767px){
	  .other-lang .two-sec-part .zlist {
	width: 100%;
	max-width: 100%;
}
.other-lang .zlist p,.other-lang.two-sec-part .zlist:nth-last-child(2) p{
		margin-bottom: 40px!important;
}

.other-lang h3{
font-size: 20px;
}
	.other-lang div#z-moderator .zinnerlist .zlist:nth-child(5) img {
		width: 240px;
		left: -5%;
	}
	.other-lang div#z-moderator .zinnerlist .zlist:nth-child(3) img {
		left: 0;
	}
	.other-lang div#z-moderator .zinnerlist .zlist:nth-child(3) img{
		left: -4%; 
	}
	.other-lang div#z-moderator .zinnerlist .zlist:nth-child(1) img {
		left: -4%;
	}
	.other-lang div#z-moderator .zinnerlist .zlist:nth-child(4) img{
		left: -1%;
	}
}
/*  */
/* .list-section{
    position: relative;
    width: 100%;
    padding: 100px 0 100px;
}
.list-inner-section{
    background: #28163b;
    padding: 80px;
    border-radius: 25px;
    color: #fff;
    position: relative;
    width: 75%;
    margin: 0 auto;
}
.list-cont{
    position: relative;
    width: 100%;
    max-width: 700px;
    margin: 0 auto 40px;
    text-align: center;
}
.list-inner-section ul{
    display: flex;
    flex-wrap: wrap;
}
.list-inner-section ul li {
    background: url(//www.zohowebstatic.com/sites/zweb/images/meeting/alternative-page/check.png) 69px 2px / 23px no-repeat;
    list-style-type: none;
    line-height: 1.6;
    vertical-align: middle;
    padding-left: 112px;
    margin-bottom: 20px;
    font-size: 20px;
    width: 50%;
}
.list-inner-section h2 {
	margin-bottom: 20px;
}
.list-inner-section ul li:nth-child(3), .list-inner-section ul li:nth-child(4){
    margin-bottom: 0;
} */
.table_section{
    position: relative;
    width: 100%;
    padding: 100px 0 100px;
    /* background: #f7f7f7; */
    max-width: 1000px;
    margin: 0px auto;
    border-radius: 40px;
}
.table_head{
    position: relative;
    width: 100%;
    max-width: 700px;
    margin: 0 auto 40px;
    text-align: center;
}
.table_cont{
    overflow-x: auto;
    position: relative;
}
table.table {
    position: relative;
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
    min-width: 450px;
    border: 1px solid #c2bfbf;
}
th, td{
    border: 1px solid #c2bfbf;padding: 5px 30px;width: 50%;
}
.table th{
    font-weight: bold;
    padding: 15px 10px;
    background: #3588db;
    color: #fff;
    font-size: 19px;
    border: none;
}
.table td:nth-child(2){
    text-align: center;
}
.tick {
    background: url(//www.zohowebstatic.com/sites/zweb/images/meeting/alternative-page/check.png) 0px 1px / 20px no-repeat;
    list-style-type: none;
    width: 22px;
    position: relative;
    display: block;
    margin: 0 auto;
}
.watch-btn-wrap span{
	font-size: 18px;
	padding: 10px 20px;
	margin: 30px 0;
	display: none;
	background-color: rgb(170, 17, 17);
	color: #fff;
	border-radius: 10px;
}
.double-columns {
	display: flex;
    justify-content: space-between;
    align-items: stretch;
    padding: 0 45px;
    margin: 30px auto;
    max-width: 1170px;
}
.double-columns p {
	font-size: 18px;
    line-height: 1.6;
}
.double-columns h3 {
	font-size: 25px;
    margin-bottom: 15px;
}
.double-columns > div{
    width: 48%;
    position: relative;
}
.zicon-one {
    background-position: -2px -132px;
    width: 57px;
    height: 60px;
}
.zicon-two {
    background-position: -62px -132px;
    width: 67px;
    height: 54px;
}
.zicon-one,.zicon-two{
    margin-bottom: 13px;
}
.last-column h2 {
	margin-bottom: 80px;
}
.z-video{
    text-align: center;
    position: relative;
}
@media only screen and (max-width: 1199px) {
    /* .list-inner-section ul li{
        font-size: 17px;
    } */
    .last-column{
        padding-bottom: 60px;
    }
    .last-column h2 {
        margin-bottom: 50px;
    }
    .double-columns p {
        font-size: 17px;
    }
    .zmeetinglist h3{
        font-size: 26px;
    }
}
@media only screen and (max-width: 991px) {
    .double-columns h3{
        font-size: 21px;
    }
    .double-columns p{
        font-size: 15px;
    }
    .z-video iframe{
        position: relative;
        width: 80%;
        height: 360px;
    }
    
    .table_head{
        max-width: 570px;
    }
    .table_section{
        padding: 60px 0 60px;
        /* margin: 60px auto; */
        border-radius: 0;
    }
}
@media only screen and (max-width: 767px) {
    /* .list-inner-section ul li,.list-inner-section ul li:nth-child(3) {
        width: 370px;
        margin: 0 auto 15px;
    } */
    .double-columns{
        flex-direction: column;
        padding: 0;
    }
    .double-columns > div{
        width: 100%;
        text-align: center;
    }
    .double-columns > div.first{
        margin-bottom: 30px;
    }
    .break{
        display: none;
    }
    .table th, td{
        font-size: 16px;
    }
}
@media only screen and (max-width: 480px) {
    .z-video iframe{
        height: 240px;
    }
    /* .list-inner-section ul li, .list-inner-section ul li:nth-child(3){
        background: url(//www.zohowebstatic.com/sites/zweb/images/meeting/alternative-page/check.png) 10px 2px / 23px no-repeat;
        padding-left: 45px;
        width: 100%;
    }
    .list-inner-section ul li {
        font-size: 16px;
    }*/
    .table_section{
        padding: 40px 0 60px;
    } 
}
@media only screen and (max-width: 400px) {
    .z-video iframe{
        height: 160px;
    }
}