.zwnew-page-wrapper {
	overflow: hidden;
}

.zwnew-page-wrapper h2 {
	font-size: 65px;
	line-height: 75px;
	letter-spacing: -2px;
}

.zwnew-page-wrapper h3 {
	font-size: 34px;
	line-height: 45px;
	letter-spacing: -1px;
}

.zwnew-page-wrapper h2,
.zwnew-page-wrapper h3,
.zwnew-page-wrapper h4 {
	font-family: var(--zf-secondary-bold);
}

.zwnew-page-wrapper .act-btn {
	padding: 12px 30px;
	font-size: 17px;
	border-radius: 5px
}

.zrecog-box h2,
.ztesti-box h2,
.zwnew-rating-section h2 {
	font-size: 36px;
}

/* banner section */
.zwnew-banner-section {
	padding: 150px 0 180px;
}

.zwnew-banner-box {
	display: flex;
	align-items: center;
	justify-content: center;
}

.zwnew-banner-cont {
	width: 55%;
}

.zwnew-banner-section h1 {
	font-size: 85px;
	line-height: 95px;
	letter-spacing: -2px;
	margin: 0;
}

.zwnew-banner-section h1>span {
	display: block;
}

.zwnew-banner-cont>p {
	margin: 20px 0 30px;
	font-family: var(--zf-secondary-light);
	font-size: 28px;
	line-height: 38px;
}

.zwnew-banner-img {
	width: 45%;
	position: relative;
}

.zwnew-banner-img img {
	display: block;
	margin: 0 0 0 auto;
}

/* Feature section */
.zwnew-feature-section {
	padding: 0;
}

.zwnew-ftrs-tab {
	position: relative;
	max-width: 1280px;
	margin: 0 auto;
}

.zwnew-ftrs-nav ul {
	text-align: center;
	width: 100%;
	position: absolute;
	background: #FFFFFF 0% 0% no-repeat padding-box;
	border: 1px solid #EAEAEA;
	border-radius: 20px;
	left: 0;
	top: -30px;
	transition: width .3s ease;
}

.zwnew-ftrs-nav ul.attach {
	position: fixed;
	top: 65px;
	width: 100%;
	z-index: 99;
	border: none;
	border-radius: unset;
	box-shadow: 0px 2px 3px #00000036;
}

.zwnew-ftrs-nav .bottomroller {
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 0;
	height: 3px;
	margin: 0;
	background: #f70011;
	z-index: -1;
	-webkit-transition: width 400ms linear, -webkit-transform 400ms linear;
	transition: width 400ms linear, -webkit-transform 400ms linear;
	transition: width 400ms linear, transform 400ms linear;
	transition: width 400ms linear, transform 400ms linear, -webkit-transform 400ms linear;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	visibility: hidden;
}

.zwnew-ftrs-nav .bottomroller.active {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	visibility: visible;
}

.zwnew-ftrs-nav ul li {
	display: inline-block;
	margin: 0 30px;
}

.zfeatures-main {
	max-width: 95%;
	margin: 0 auto;
}

.zfeatures-section-wrap {
	padding: 120px 0;
	background: #B93F3F;
	text-align: center;
	color: #fff;
	border-radius: 30px;
	margin: 0 0 7px;
}

.zfeatures-section-wrap:nth-child(2n) {
	background: #342A2A;
}

.zwnew-ftrs-nav ul li a {
	font-family: var(--zf-secondary-medium);
	color: #555555;
	font-size: 16px;
	padding: 15px 0;
	display: block;
}

.zwnew-ftrs-nav ul li.active a {
	font-family: var(--secondaryfont-semibold);
	color: #000;
}

.zfeatures-box {
	max-width: 933px;
	margin: 0 auto;
	padding: 50px 0;
}

.zfeatures-box.znconnectors {
	max-width: 1170px;
}

.znconnectors>ul {
	display: flex;
	flex-wrap: wrap;
	gap: 70px;
	justify-content: center;
	margin: 50px 0;
}

.znconnectors>ul>li {
	width: 26%;
	position: relative;
}

.znconnectors>ul>li strong {
	text-decoration: underline;
	display: block;
	font-family: var(--zf-secondary-semibold);
}

.znconnectors>ul>li p {
	margin: 0;
}

.znconnectors>ul>li:after {
	content: '';
	position: absolute;
	width: 1px;
	height: 50%;
	background: #912A2A;
	right: -30px;
	top: 0;
	bottom: 0;
	margin: auto;
}

.znconnectors>ul>li:last-child:after {
	width: 50%;
	height: 1px;
	top: -30px;
	margin: 0 auto;
	right: 0;
	left: 0;
}

.znconnectors>ul>li:nth-child(3n):after {
	display: none;
}

.i18n-ar .znconnectors>ul>li:after {
	right: auto;
	left: -30px;
}

.i18n-ar .znconnectors>ul>li:last-child:after {
	left: 0;
	right: 0;
	direction: unset;
	text-align: center;
}

/* zconnectors icons */
.zconnectors-wrap {
	background: #a13838;
	max-width: 850px;
	margin: 0 auto;
	padding: 50px 20px;
	border-radius: 20px;
}

.zconnectors-wrap>ul {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(175px, 1fr));
	gap: 12px 15px;
	max-width: 745px;
	margin: 0 auto;
}

.zconnectors-wrap>ul>li {
	background: #fff;
	padding: 18.5px 15px;
	border-radius: 8px;
	color: #000;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.zconnectors-wrap>ul>li>.zicon {
	display: flex;
	margin: 0 0 10px;
	min-height: 50px;
	align-items: center;
}

.zconnectors-wrap>ul>li>.zicon img {
	max-width: 100%;
}

.zconnectors-wrap>ul>li>p {
	font-size: 13px;
	font-family: var(--zf-secondary-medium);
	line-height: 20px;
	display: block;
	margin: 0;
}

.zconnectors-wrap>ul>li:first-child {
	background: #f4f8ed;
}

.zconnectors-wrap>ul>li:nth-child(2) {
	background: #f2f2f2;
}

.zconnectors-wrap>ul>li:nth-child(3) {
	background: #f6f8ff;
}

.zconnectors-wrap>ul>li:nth-child(4) {
	background: #f5f5f5;
}

.zconnectors-wrap>ul>li:nth-child(5) {
	background: #fcf2fd;
}

.zconnectors-wrap>ul>li:nth-child(6) {
	background: #eff8fa;
}

.zconnectors-wrap>ul>li:nth-child(7) {
	background: #f2f9ff;
}

.zconnectors-wrap>ul>li:nth-child(8) {
	background: #eff8ff;
}

/* enhance icons */
.zconnectors-wrap.enicons>ul {
	grid-template-columns: repeat(auto-fill, minmax(75px, 1fr));
}

.zconnectors-wrap.enicons>ul>li {
	grid-column: span 2;
}

.zconnectors-wrap.enicons>ul>li:first-child,
.zconnectors-wrap.enicons>ul>li:nth-child(5) {
	grid-column: span 1;
}

.zconnectors-wrap.enicons>ul>li.zicon-block {
	background: #993434;
}

.zconnectors-wrap.enicons>ul>li:nth-child(2) {
	background: #fff9eb;
}

.zconnectors-wrap.enicons>ul>li:nth-child(3) {
	background: #f2f9ff;
}

.zconnectors-wrap.enicons>ul>li:nth-child(4) {
	background: #f2f9ff;
}

.zconnectors-wrap.enicons>ul>li:nth-child(7) {
	background: #fff7f7;
}

.zconnectors-wrap.enicons>ul>li:nth-child(8) {
	background: #f1ffef;
}

/* feature box */

.zfeatures-box:last-child {
	padding-bottom: 0;
}

.zfeatures-box>p {
	max-width: 660px;
	margin: 0 auto 30px;
}

.zauditing h3 {
	max-width: 480px;
	margin: 0 auto 20px;
}

.zauditing p {
	max-width: 500px;
}

.zslider-tab {
	margin: 40px auto 0;
}

.zfeatures-section-wrap .slick-track {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
}

.zslider-tab li {
	border: 1px solid #4a4040;
	border-radius: 21px;
	padding: 8px 30px;
	font-family: var(--zf-secondary-semibold);
	width: auto !important;
	cursor: pointer;
	position: relative;
	overflow: hidden;
}

.other-lang .zslider-tab li {
	padding: 8px 15px;
	word-wrap: break-word;
}

.zslider-tab li:before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0%;
	height: 100%;
	background-color: #a83e3e;
	z-index: -1;
}

.zslider-tab li.slick-current:before {
	transition: all 5s linear;
	width: 100%;
}

.zfeatures-section-wrap .slick-dots {
	background: #372d2d;
	max-width: 100px;
	border-radius: 21px;
	margin: 40px auto 0;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	padding: 10px;
}

.zfeatures-section-wrap .slick-dots li {
	background: #4a4242;
	border: none;
	width: 8px;
	height: 8px;
	vertical-align: middle;
}

.zfeatures-section-wrap .slick-dots li.slick-active {
	background: #fff;
	border: none;
	width: 10px;
	height: 10px;
}

/* other platform section */
.zwnew-otp-section {
	padding: 120px 0 0;
}

.zwnew-otp-section h2 {
	text-align: center;
	font-size: 50px;
}

.zwnew-otp-section ul {
	margin: 50px 0 20px;
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}

.zwnew-otp-section ul>li {
	background: #F8F8F8;
	width: calc(50% - 10px);
	border-radius: 10px;
	padding: 70px 90px;
}

.zwnew-otp-section ul>li h4 {
	font-size: 30px;
	line-height: 40px;
	max-width: 320px;
}

.zwnew-otp-section ul>li p {
	max-width: 340px;
	margin: 0 0 30px;
}

.zcliq-analytics-img {
	max-width: 270px;
}

.zwnew-relnotes {
	padding: 60px 0 80px;
	max-width: 550px;
	text-align: center;
	margin: 0 auto;
}

.zwnew-relnotes h3 {
	font-size: 32px;
}

.zwnew-relnotes a {
	color: #3376F7;
	border: 1px solid;
	border-radius: 20px;
	padding: 5px 14px;
	display: inline-block;
	font-family: var(--secondaryfont-semibold);
	margin: 10px 0 0;
	position: relative;
	letter-spacing: -0.2px;
}

.zwnew-relnotes a:after {
	content: '';
	border: solid;
	border-width: 0 1.5px 1.5px 0;
	padding: 3px;
	margin: 0 0 0 3px;
	transform: rotate(-45deg);
	width: 8px;
	height: 8px;
	display: inline-block;
	position: relative;
	top: -1px;
}

/* zintegration icons */

.zinteg-icons>ul {
	margin: 0;
	display: flex;
	max-width: 270px;
	gap: 2px;
	position: relative;
	flex-wrap: nowrap;
}

.zinteg-icons>ul>li {
	width: 134px;
	height: 130px;
	border-radius: 10px;
	background: #fff;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 0;
	opacity: 0;
	-ms-filter: "alpha(opacity=0)";
	-webkit-transition: all 1s ease;
	transition: all 1s ease;
	text-align: center;
}

.zinteg-icons>ul>li:first-child {
	transform: translateX(-50px);
}

.zinteg-icons>ul>li:last-child {
	transform: translateX(50px);
	transition-delay: .5s;
}

.zinteg-icons>ul>li.zanalytics-icon {
	background: #963434;
}

.zinteg-icons>ul>li.zchatgpt-icon {
	background: #27c49b;
}

.zinteg-icons>ul>li.zcliq-icon {
	background: #236db4;
}

.zinteg-icons>ul>li.zanalytics-icon img,
.zinteg-icons>ul>li.zcliq-icon img {
	filter: brightness(100);
}

.middle-animated .zinteg-icons>ul>li:first-child,
.middle-animated .zinteg-icons>ul>li:last-child {
	opacity: 1;
	-ms-filter: "alpha(opacity=100)";
	-webkit-transition: all 1s ease;
	transition: all 1s ease;
	transform: translateX(0)
}

.zinteg-icons>ul:before {
	content: '';
	position: absolute;
	width: 40px;
	height: 40px;
	background: #fff;
	border-radius: 100%;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	margin: auto;
	z-index: 1
}

.zinteg-icons>ul:after {
	content: '+';
	position: absolute;
	width: 20px;
	height: 20px;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	margin: auto;
	color: #000;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 32px;
	font-family: var(--primaryfont-semibold);
	z-index: 1
}

.zinteg-icons>ul:before,
.zinteg-icons>ul:after {
	opacity: 0;
	-ms-filter: "alpha(opacity=100)";
	-webkit-transition: all 1s ease;
	transition: all 1s ease;
	transform: scale(1.5)
}

.middle-animated .zinteg-icons>ul:before,
.middle-animated .zinteg-icons>ul:after {
	opacity: 1;
	-ms-filter: "alpha(opacity=100)";
	-webkit-transition: all 1s ease;
	transition: all 1s ease;
	transform: scale(1)
}

.zinteg-icons>ul>li p {
	font-size: 10px;
	color: #fff;
	margin: 7px 0 0;
	font-family: var(--zf-secondary-medium);
}



/* recognition section */
.zrecog-box {
	color: #fff;
	background: linear-gradient(45deg, #571d1d 0%, #3f2222 35%, #342828 100%);
	border-radius: 20px;
	padding: 80px 0;
}

.zrecog-box h2 {
	max-width: 720px;
	margin: 0 auto;
}

.zrecog-box ul {
	max-width: 720px;
	margin: 30px auto 0;
}

.zrecog-box ul>li {
	display: grid;
	grid-template-columns: 37% 57%;
	gap: 40px;
	margin: 0 0 30px;
	align-items: center;
}

.zrec-img {
	background: #472c2b;
	width: 270px;
	height: 110px;
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.zrec-img img {
	display: block;
	filter: brightness(100);
}

.zrecog-box ul>li p {
	margin: 0;
}

.zrecog-box ul>li p>strong {
	font-family: var(--zf-secondary-semibold);
}

/* testimonial section */
.zwnew-testi-section {
	padding: 20px 0;
}

.ztesti-box {
	background: #FFE9D9;
	box-shadow: 50px 50px 36px #00000003;
	border-radius: 20px;
	padding: 100px 0;
}

.ztesti-box h2 {
	max-width: 700px;
	margin: 0 auto;
}

.ztesti-box>ul {
	margin: 30px auto 0;
	max-width: 700px;
}

.ztesti-box>ul li>p {
	font-size: 24px;
}

.ztesti-cust {
	display: flex;
	align-items: center;
	gap: 15px;
	margin: 30px 0 0;
}

.ztesti-cust-details h5 {
	font-size: 24px;
	color: #8E37AF;
	margin: 0;
}

.ztesti-cust-details p {
	margin: 0;
	font-size: 16px;
}

.ztesti-cust-pic {
	width: 72px;
	height: 72px;
	border-radius: 100%;
	overflow: hidden;
	background: #fff;
}

.ztesti-cust-pic img {
	display: block;
}

.ztesti-box .slick-dots {
	background: #ffdec7;
	max-width: 70px;
	border-radius: 21px;
	margin: 40px 0 0;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	padding: 10px;
}

.ztesti-box .slick-dots li {
	background: #f1cab1;
	border: none;
	width: 8px;
	height: 8px;
	vertical-align: middle;
}

.ztesti-box .slick-dots li.slick-active {
	background: #fff;
	border: none;
	width: 10px;
	height: 10px;
}

/* rating section */
.zwnew-rating-section {
	padding: 100px 0;
}

.zwnew-rating-section h2 {
	text-align: center;
	font-size: 36px;
}

/* bottom section */
.zwnew-bottom-section {
	background: #342a2a;
	color: #fff;
	padding: 100px 0;
	text-align: center;
}

.zwnew-bottom-section h2 {
	font-size: 54px;
	line-height: 64px;
	max-width: 760px;
	margin: 0 auto 30px;
}

@media only screen and (min-width : 1400px) and (max-width: 1599px) {
	.zwnew-banner-section h1 {
		font-size: 64px;
		line-height: 70px;
	}

	.zwnew-page-wrapper h2 {
		font-size: 50px;
		line-height: 60px;
	}

	.zrecog-box h2,
	.ztesti-box h2,
	.zwnew-rating-section h2 {
		font-size: 32px;
		line-height: 38px;
	}


	.zwnew-bottom-section h2 {
		font-size: 42px;
		line-height: 54px;
		max-width: 560px;
		margin: 0 auto 30px;
	}

}

@media only screen and (min-width : 1200px) and (max-width: 1399px) {
	.zwnew-banner-section h1 {
		font-size: 64px;
		line-height: 70px;
	}

	.zwnew-page-wrapper h2 {
		font-size: 50px;
		line-height: 60px;
	}

	.zrecog-box h2,
	.ztesti-box h2,
	.zwnew-rating-section h2 {
		font-size: 32px;
		line-height: 38px;
	}

	.zwnew-ftrs-tab {
		max-width: 1000px;
	}

	.zwnew-bottom-section h2 {
		font-size: 42px;
		line-height: 54px;
		max-width: 560px;
		margin: 0 auto 30px;
	}
}

@media only screen and (min-width : 992px) and (max-width: 1199px) {
	.zwnew-banner-section h1 {
		font-size: 54px;
		line-height: 64px;
	}

	.zwnew-page-wrapper h2 {
		font-size: 48px;
		line-height: 58px;
	}

	.zrecog-box h2,
	.ztesti-box h2,
	.zwnew-rating-section h2 {
		font-size: 36px;
	}

	.zwnew-banner-section {
		padding: 80px 0 120px;
	}

	.zwnew-banner-cont>p {
		font-size: 24px;
		line-height: 34px;
	}

	.zwnew-ftrs-tab {
		max-width: 850px;
	}

	.other-lang .zwnew-ftrs-tab {
		max-width: 1000px;
	}

	.zwnew-ftrs-nav ul.attach {
		top: 0;
	}

	.zfeatures-main {
		max-width: 100%;
	}

	.zfeatures-section-wrap {
		padding: 80px 0;
		border-radius: 0;
		margin: 0;
	}

	.zfeatures-box img {
		max-width: 70%;
	}

	.zslider-tab li {
		padding: 8px 24px;
	}

	.other-lang .zslider-tab li {
		padding: 8px 15px;
	}

	.zfeatures-section-wrap .slick-dots {
		margin: 20px auto 0;
	}

	.zwnew-otp-section {
		padding: 80px 0 0;
	}

	.zwnew-otp-section ul>li {
		padding: 70px 70px;
	}

	.zinteg-icons>ul>li
	{
		padding: 0;
	}

	.zwnew-rating-section {
		padding: 40px 0 80px;
	}

	.zwnew-bottom-section h2 {
		font-size: 42px;
		line-height: 54px;
		max-width: 560px;
		margin: 0 auto 30px;
	}
}


@media only screen and (min-width : 768px) and (max-width: 991px) {

	.zwnew-page-wrapper h2,
	.zwnew-otp-section h2 {
		font-size: 36px;
		line-height: 46px;
	}

	.zrecog-box h2,
	.ztesti-box h2,
	.zwnew-rating-section h2 {
		font-size: 30px;
	}

	.zwnew-page-wrapper h3 {
		font-size: 24px;
		line-height: 32px;
	}

	.zwnew-banner-section {
		padding: 60px 0 100px;
	}

	.zwnew-banner-section h1 {
		font-size: 36px;
		line-height: 46px;
		margin: 0 0 15px;
	}

	.zwnew-banner-cont>p {
		margin: 0 auto 20px;
		font-size: 19px;
		line-height: 29px;
	}

	.zwnew-page-wrapper .act-btn {
		padding: 8px 20px;
		font-size: 15px;
	}

	.zwnew-ftrs-tab {
		max-width: 680px;
	}

	.other-lang .zwnew-ftrs-tab {
		max-width: 800px;
	}

	.zwnew-ftrs-nav ul li {
		margin: 0 15px;
	}

	.other-lang .zwnew-ftrs-nav ul li {
		margin: 0 10px;
	}

	.zwnew-ftrs-nav ul.attach {
		top: 0;
	}

	.zfeatures-main {
		max-width: 100%;
	}

	.zfeatures-section-wrap {
		padding: 80px 0;
		border-radius: 0;
		margin: 0;
	}

	.znconnectors>ul>li {
		width: 45%;
	}

	.znconnectors>ul>li:nth-child(3):before {
		content: '';
		position: absolute;
		background: #912A2A;
		width: 50%;
		height: 1px;
		top: -30px;
		margin: 0 auto;
		right: 0;
		left: 0;
	}

	.znconnectors>ul>li:nth-child(2):after {
		display: none;
	}

	.znconnectors>ul>li:nth-child(3):after {
		content: '';
		position: absolute;
		width: 1px;
		height: 50%;
		background: #912a2a;
		right: -30px;
		top: 0;
		bottom: 0;
		margin: auto;
		display: block;
	}

	.zconnectors-wrap.enicons>ul>li.zicon-block {
		display: none;
	}

	.zconnectors-wrap.enicons>ul {
		grid-template-columns: repeat(auto-fill, minmax(95px, 1fr));
	}

	.zfeatures-box {
		padding: 30px 0;
	}

	.zfeatures-box>p {
		max-width: 520px;
	}

	.zfeatures-box img {
		max-width: 70%;
	}

	.zslider-tab li {
		padding: 8px 12px;
		font-size: 14px;
	}

	.zfeatures-section-wrap .slick-dots {
		margin: 20px auto 0;
	}

	.zwnew-otp-section {
		padding: 60px 0 0;
	}

	.zwnew-otp-section ul>li {
		padding: 50px 20px
	}

	.zwnew-otp-section ul>li h4 {
		font-size: 22px;
		line-height: 28px;
		max-width: 240px;
	}

	.zinteg-icons>ul>li
	{
		padding: 0;
	}

	.zwnew-relnotes {
		max-width: 400px;
	}

	.zwnew-relnotes h3 {
		font-size: 24px;
	}

	.zrecog-box,
	.ztesti-box {
		padding: 60px 20px;
	}

	.zwnew-rating-section {
		padding: 40px 0 60px;
	}

	.zwnew-bottom-section {
		padding: 60px 0;
	}

	.zwnew-bottom-section h2 {
		font-size: 30px;
		line-height: 40px;
		max-width: 400px;
		margin: 0 auto 30px;
	}
}

@media only screen and (max-width : 767px) {

	.zwnew-page-wrapper h2,
	.zwnew-otp-section h2 {
		font-size: 36px;
		line-height: 46px;
		letter-spacing: 0px;
	}

	.zrecog-box h2,
	.ztesti-box h2,
	.zwnew-rating-section h2 {
		font-size: 30px;
		letter-spacing: 0px;
	}

	.zwnew-page-wrapper h3 {
		font-size: 24px;
		line-height: 32px;
		letter-spacing: 0;
	}

	.zwnew-banner-section {
		padding: 50px 0;
	}

	.zwnew-banner-box {
		flex-direction: column;
	}

	.zwnew-banner-cont {
		width: 100%;
		text-align: center;
		margin: 0 auto 40px;
		max-width: 600px;
	}

	.zwnew-banner-section h1 {
		font-size: 36px;
		line-height: 46px;
		margin: 0 0 15px;
		letter-spacing: -1px;
	}

	.zwnew-banner-cont>p {
		margin: 0 auto 20px;
		font-size: 19px;
		line-height: 29px;
	}

	.zwnew-page-wrapper .act-btn {
		padding: 8px 20px;
		font-size: 15px;
	}

	.zwnew-banner-img {
		width: 100%;
		position: relative;
		max-width: 450px;
	}

	.zwnew-ftrs-tab,
	.zslider-tab {
		display: none;
	}

	.zwnew-ftrs-nav ul li {
		margin: 0 15px;
	}

	.zwnew-ftrs-nav ul.attach {
		top: 0;
	}

	.zfeatures-main {
		max-width: 100%;
	}

	.znconnectors>ul {
		gap: 30px;
		margin: 30px auto;
		max-width: 400px;
	}

	.znconnectors>ul>li {
		width: 100%;
	}

	.znconnectors>ul>li:after,
	.znconnectors>ul>li:nth-child(3):before {
		display: none;
	}

	.zfeatures-section-wrap {
		padding: 60px 0;
		border-radius: 0;
		margin: 0;
	}

	.zconnectors-wrap.enicons>ul>li.zicon-block {
		display: none;
	}

	.zfeatures-box {
		padding: 40px 0;
	}

	.zfeatures-box>p {
		max-width: 520px;
		line-height: 25px;
	}

	.zfeatures-box img {
		max-width: 100%;
	}

	.zslider-tab li {
		padding: 8px 12px;
		font-size: 14px;
	}

	.zfeatures-section-wrap .slick-dots {
		margin: 20px auto 0;
	}

	.zwnew-otp-section {
		padding: 60px 0 0;
	}

	.zwnew-otp-section ul {
		max-width: 420px;
		margin: 40px auto 20px;
	}

	.zwnew-otp-section ul>li {
		padding: 50px 20px;
		width: 100%;
	}

	.zwnew-otp-section ul>li h4 {
		font-size: 22px;
		line-height: 28px;
		max-width: 240px;
	}

	.zinteg-icons>ul>li
	{
		padding: 0;
	}

	.zinteg-icons>ul {
		max-width: 250px;
		margin: 0;
	}

	.zwnew-relnotes {
		max-width: 400px;
	}

	.zwnew-relnotes h3 {
		font-size: 24px;
	}

	.zrecog-box {
		padding: 40px 20px;
	}

	.ztesti-box {
		padding: 40px 20px 20px;
	}

	.zrecog-box h2 {
		text-align: center;
	}

	.zrecog-box ul {
		max-width: 380px;
		margin: 30px auto 0;
		text-align: center;
	}

	.zrecog-box ul>li {
		display: block;
	}

	.zrecog-box ul>li:last-child {
		margin: 0;
	}

	.zrec-img {
		margin: 0 auto 20px
	}

	.ztesti-box .slick-dots {
		margin: 20px 0 0;
	}

	.zwnew-rating-section {
		padding: 40px 0;
	}

	.zwnew-bottom-section {
		padding: 40px 0;
	}

	.zwnew-bottom-section h2 {
		font-size: 30px;
		line-height: 40px;
		max-width: 400px;
		margin: 0 auto 30px;
	}
}

@media only screen and (max-width : 480px) {
	.zwnew-banner-cont>p {
		max-width: 240px;
	}

	.zwnew-banner-img {
		max-width: 100%;
	}

	.zwnew-page-wrapper h2,
	.zwnew-otp-section h2 {
		font-size: 30px;
		line-height: 40px;
	}

	.zwnew-page-wrapper h3 {
		font-size: 22px;
		line-height: 30px;
	}

	.zrecog-box h2,
	.ztesti-box h2,
	.zwnew-rating-section h2 {
		font-size: 24px;
		line-height: 34px;
	}

	.zconnectors-wrap>ul
	{
		grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
		max-width: 300px;
	}

	.zconnectors-wrap.enicons>ul {
		grid-template-columns: repeat(auto-fill, minmax(55px, 1fr));
	}

	.zconnectors-wrap>ul>li
	{
		padding: 18.5px 10px;
	}

	.zconnectors-wrap.enicons>ul>li:first-child,
	.zconnectors-wrap.enicons>ul>li:nth-child(5) {
		grid-column: none;
	}

	.zrec-img {
		max-width: 200px;
	}

	.zrec-img img {
		max-width: 120px;
	}

	.ztesti-box>ul li>p {
		font-size: 20px;
	}

	.ztesti-cust {
		display: block;
	}

	.ztesti-cust-details {
		margin: 20px 0 0;
	}

	.ztesti-cust-details h5 {
		font-size: 19px;
	}

	.ztesti-cust-details p {
		font-size: 14px;
		line-height: 20px;
	}

	.zwnew-bottom-section h2 {
		font-size: 26px;
		line-height: 34px;
		max-width: 280px;
	}
}

/* other lang css start */

.other-lang section.zwnew-testi-section {
	display: none;
}

.i18n-ar .zfeatures-section-wrap h2,
.i18n-ar .zfeatures-section-wrap .zfeatures-box h3,
.i18n-ar .zfeatures-section-wrap .zfeatures-box p,
.i18n-ar .zfeatures-box h3,
.i18n-ar .zwnew-bottom-section h2,
.i18n-ar .zwnew-bottom-section .content-wrap {
	text-align: center;
}

.i18n-ar .zslider-tab li:before {
	right: 0;
	left: unset;
}

.i18n-ar .slick-track,
.i18n-ar .zwnew-ftrs-nav ul {
	direction: rtl;
}

.i18n-ar h5.rating-txt,
.i18n-ar .rating-sec {
	direction: ltr;
}
.i18n-ar .znconnectors>ul>li strong,.i18n-ar .zwnew-relnotes h3,.i18n-ar .zwnew-relnotes  {
    text-align: center;
}

.i18n-ar .zwnew-relnotes a:after {
    margin: 0 3px 0 0;
    transform: rotate(135deg);
}
.i18n-ar ul.slick-dots {
	margin: 0 auto;
	text-align: center;
	display: block;
}

.i18n-ar .rating-left .svg-sprites.get-app {
	margin-right: 60px;
	margin-left: unset;
}

.i18n-ar .rating-left .svg-sprites.gatner {
	margin: 0 20px 0 0;
}

.i18n-ar .rating-left .svg-sprites.google-play {
	margin-right: 40px;
	margin-left: unset;
}

.i18n-ar .rating-left .svg-sprites.capterra {
	margin-right: 30px;
	margin-left: unset;
}

@media (max-width: 767px) {

	.i18n-ar .zwnew-banner-cont h1,
	.i18n-ar .zwnew-banner-cont p,
	.i18n-ar .zwnew-banner-box .zwnew-banner-cont,
	.i18n-ar .zwnew-banner-cont h1 span,
	.i18n-ar .zrecog-box p {
		text-align: center;
	}
}

@media (max-width: 1199px) {
	.i18n-ar .zfeatures-box {
		text-align: center;
	}
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
	.other-lang .zwnew-bottom-section h2 {
		max-width: 720px;
	}
}

/* other lang css end */