:root {
	--sprite-icons: url("/sites/zweb/images/qengine/healthcare-testing/sprite.svg");
	--testing-types-icon: url("/sites/zweb/images/qengine/healthcare-testing/testing-types-icons.svg");
	--white-color: #ffffff;
	--black-color: #000000;
}

.zinline-block {
	display: inline-block;
}

.page-wrapper .content-wrap {
	max-width: 1170px;
	padding: 50px 0px;
}

.flex-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

h1,
h2 {
	font-family: var(--zf-primary-bold);
}

.block-content h2 {
	letter-spacing: -0.92px;
}

.block-content h3 {
	letter-spacing: -0.6px;
}

.block-content h4 {
	letter-spacing: -0.52px;
}

.act-btn,
.cta-btn {
	padding: 12px 30px;
}

.block-content img {
	vertical-align: top;
}

.block-content .zgreen-anim-txt {
	display: block;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-image: -webkit-linear-gradient(left, var(--zqe-text-green), var(--zqe-text-green) 50%, #000 50%);
	background-image: linear-gradient(to right, var(--zqe-text-green), var(--zqe-text-green) 50%, #000 50%);
	background-size: 200% 100%;
	background-position: 0 0
}

[class|="zsprite"] {
	display: inline-block;
	background: var(--sprite-icons) no-repeat;
	background-size: 524px auto;
	background-position: 0 0;
	letter-spacing: -40px;
}

.zsprite-bnr-icon1 {
	background-position: -14px -11px;
	width: 81px;
	height: 81px;
}

.zsprite-bnr-icon2 {
	background-position: -98px -14px;
	width: 76px;
	height: 80px;
}

.zsprite-bnr-icon3 {
	background-position: -180px -15px;
	width: 80px;
	height: 80px;
}

.zsprite-bnr-icon4 {
	background-position: -263px -14px;
	width: 76px;
	height: 80px;
}

[class|="zsprite-fea"] {
	margin-bottom: 20px;
}

.zsprite-fea-icon1 {
	background-position: -346px -26px;
	width: 50px;
	height: 58px;
}

.zsprite-fea-icon2 {
	background-position: -401px -28px;
	width: 58px;
	height: 58px;
}

.zsprite-fea-icon3 {
	background-position: -463px -25px;
	width: 58px;
	height: 57px;
}

[class|="ztesting-types-icon"] {
	display: inline-block;
	background: var(--testing-types-icon) no-repeat;
	background-size: 598px auto;
	background-position: 0 0;
	letter-spacing: -40px;
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

.ztesting-types-icon-1 {
	background-position: -4px -5px;
	width: 45px;
	height: 46px;
	/*! display: flex; */
	/*! align-items: center; */
	/*! justify-content: center; */
}

.ztesting-types-icon-2 {
	background-position: -55px -7px;
	width: 48px;
	height: 43px;
}

.ztesting-types-icon-3 {
	background-position: -108px -5px;
	width: 48px;
	height: 43px;
}

.ztesting-types-icon-4 {
	background-position: -160px -6px;
	width: 39px;
	height: 44px;
}

.ztesting-types-icon-5 {
	background-position: -204px -4px;
	width: 33px;
	height: 48px;
}

.ztesting-types-icon-6 {
	background-position: -242px -4px;
	width: 48px;
	height: 48px;
}

.ztesting-types-icon-7 {
	background-position: -296px -7px;
	width: 42px;
	height: 42px;
}

.ztesting-types-icon-8 {
	background-position: -344px -5px;
	width: 44px;
	height: 46px;
}

.ztesting-types-icon-9 {
	background-position: -393px -4px;
	width: 46px;
	height: 48px;
}

.ztesting-types-icon-10 {
	background-position: -445px -4px;
	width: 48px;
	height: 44px;
}

.ztesting-types-icon-11 {
	background-position: -499px -6px;
	width: 46px;
	height: 43px;
}

.ztesting-types-icon-12 {
	background-position: -550px -6px;
	width: 44px;
	height: 45px;
}

.zsprite-qengine-logo {
	background: var(--product-icons) no-repeat;
	background-size: var(--zp-i-bs);
	background-position: var(--zp-qengine-bp);
	width: var(--zp-i-w);
	height: var(--zp-i-h);
	-webkit-transform: scale(1.6);
	transform: scale(1.6);
	-webkit-filter: brightness(0) invert(1);
	filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="1" /><feFuncG type="linear" slope="1" /><feFuncB type="linear" slope="1" /></feComponentTransfer><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="table" tableValues="1 0" /><feFuncG type="table" tableValues="1 0" /><feFuncB type="table" tableValues="1 0" /></feComponentTransfer></filter></svg>#filter');
	filter: brightness(0) invert(1)
}

/* banner-Section */
.zw-product-header,
.banner-section {
	background: var(--zqe-light-green-bg);
}

.page-wrapper .banner-section .content-wrap {
	max-width: 1280px;
	padding-top: 70px;
}

.banner-section {
	position: relative;
}

.banner-section .green-txt {
	color: var(--zqe-text-green);
}

.banner-section .block-content {
	position: relative;
}

.banner-section .banner-content {
	position: relative;
	z-index: 1;
}

.banner-section .zbnr-icons {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	display: none;
}

.banner-section p:last-child {
	margin-bottom: 0px;
}

.banner-section .zbnr-icons li {
	position: absolute;
}

.banner-section .zbnr-icons li:nth-child(1) {
	top: -6%;
	left: 8%;
}

.banner-section .zbnr-icons li:nth-child(2) {
	top: -6%;
	right: 8%;
}

.banner-section .zbnr-icons li:nth-child(3) {
	bottom: 15%;
	left: 2%;
}

.banner-section .zbnr-icons li:nth-child(4) {
	bottom: 15%;
	right: 2%;
}

/* banner-Section */
/* Feature-Box-Section */
.feature-box-section.feature-box-1 {
	position: relative;
}

.feature-box-section.feature-box-1:before {
	content: '';
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 50%;
	background: var(--zqe-light-green-bg);
}

.page-wrapper .feature-box-section.feature-box-1 .content-wrap {
	max-width: 1340px;
	padding: 0px;
}

.feature-box-section.feature-box-1 .block-content {
	background: var(--zqe-dark-green-bg);
	color: var(--white-color);
	border-radius: 10px;
}

.feature-box-section.feature-box-1 .block-content {
	padding: 30px;
}

.feature-box-section .fea-title p:last-child {
	margin-bottom: 0;
}

.feature-box-section .flex-content {
	-webkit-box-align: unset;
	-ms-flex-align: unset;
	-ms-grid-row-align: unset;
	align-items: unset;
	gap: 15px;
}

.feature-box-section.feature-box-2 .flex-content {
	gap: 20px;
}

.feature-box-section .fea-box {
	padding: 30px 25px;
	border-radius: 10px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
}

.feature-box-section .fea-box p:last-child {
	margin-bottom: 0px;
}

.feature-box-section.feature-box-1 .fea-box {
	background: rgba(255, 255, 255, 0.025);
	border: 1px solid rgba(255, 255, 255, 0.04);
}

.feature-box-section.feature-box-1 .fea-box h3 {
	color: var(--zqe-text-green);
}

.feature-box-section.feature-box-2 .fea-box {
	background: transparent;
	border: 2px solid var(--zqe-green-bg);
}

.feature-box-section span.ztick-icon {
	display: inline-block;
	position: relative;
	background: var(--zqe-green-bg);
	width: 30px;
	height: 30px;
	border-radius: 100%;
	margin-bottom: 15px;
}

.feature-box-section span.ztick-icon:after {
	content: '';
	border-right: 2px solid #ffffff;
	border-bottom: 2px solid #ffffff;
	position: relative;
	width: 7px;
	height: 17px;
	display: inline-block;
	z-index: 1;
	-webkit-transform: rotate(44deg);
	transform: rotate(44deg);
	left: 8px;
	top: 3px;
}

/* Feature-Box-Section */
/* Testing-Types-section */
.testing-types-section {
	background: var(--zqe-dark-green-bg);
	color: var(--white-color);
}

.testing-types-section .testing-types-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.testing-types-section .testing-types-list .hexagon-block {
	width: 26%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
}

.testing-types-section .testing-types-list .ztyp-block {
	width: 37%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.testing-types-section .testing-types-list .ztyp-block.ztyp-block-left {

	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: start;
}

.testing-types-section .testing-types-list .ztyp-block.ztyp-block-right {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: end;
}

.testing-types-section .testing-types-list .hexagon-box {
	position: relative;
}

.testing-types-section .testing-types-list .zsvg {
	max-width: 180px;
	width: 100%;
}

.testing-types-section .testing-types-list .hexagon-shape-left>.zsvg {
	-webkit-transform: rotate(180deg) translate(0%, 4%);
	transform: rotate(180deg) translate(0%, 4%);
}

.testing-types-section .testing-types-list .hexagon-shape-left,
.testing-types-section .testing-types-list .hexagon-shape-right {
	position: absolute;
	top: 22%;
}

.testing-types-section .testing-types-list .hexagon-shape-left {
	left: -30%;
}

.testing-types-section .testing-types-list .hexagon-shape-right {
	right: -30%;
}

.testing-types-section .testing-types-list .hexagon-shape {
	position: relative;
	width: 225px;
	height: 160px;
	margin: 22px 3px;
	border-left: solid 1px transparent;
	border-right: solid 1px transparent;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	border-radius: 10px;
	z-index: 2;
}

.testing-types-section .testing-types-list .hexagon-shape:before,
.testing-types-section .testing-types-list .hexagon-shape:after {
	content: "";
	position: absolute;
	width: 160px;
	height: 160px;
	left: 14%;
	border-radius: 10px;
	-webkit-transform: scaleY(0.5) rotate(-45deg);
	transform: scaleY(0.5) rotate(-45deg);
}

.testing-types-section .testing-types-list .hexagon-shape:before {
	top: -76px;
	border-top: solid 2px transparent;
	border-right: solid 2px transparent;
}

.testing-types-section .testing-types-list .hexagon-shape:after {
	bottom: -76px;
	border-bottom: solid 2px transparent;
	border-left: solid 2px transparent;
}

.testing-types-section .testing-types-list .hexagon-shape.zqengine-logo {
	background: var(--zqe-green-bg);
	border-left: solid 1px var(--zqe-green-bg);
	border-right: solid 1px var(--zqe-green-bg);
}

.testing-types-section .testing-types-list .hexagon-shape.zqengine-logo:before,
.testing-types-section .testing-types-list .hexagon-shape.zqengine-logo:after {
	background: var(--zqe-green-bg);
}

.testing-types-section .testing-types-list .hexagon-shape.zqengine-logo:before {
	border-top: solid 2px var(--zqe-green-bg);
	border-right: solid 2px var(--zqe-green-bg)
}

.testing-types-section .testing-types-list .hexagon-shape.zqengine-logo:after {
	border-bottom: solid 2px var(--zqe-green-bg);
	border-left: solid 2px var(--zqe-green-bg);
}

.testing-types-section .testing-types-list .hexagon-shape.zqengine-logo span:before {
	content: "";
	position: absolute;
	background: var(--product-icons) no-repeat;
	background-size: var(--zp-i-bs);
	background-position: var(--zp-qengine-bp);
	width: var(--zp-i-w);
	height: var(--zp-i-h);
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%) scale(2.8) rotate(-90deg);
	transform: translate(-50%, -50%) scale(2.5) rotate(-90deg);
	-webkit-transform-origin: center center;
	transform-origin: center center;
	-webkit-filter: brightness(0) invert(1);
	filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="1" /><feFuncG type="linear" slope="1" /><feFuncB type="linear" slope="1" /></feComponentTransfer><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="table" tableValues="1 0" /><feFuncG type="table" tableValues="1 0" /><feFuncB type="table" tableValues="1 0" /></feComponentTransfer></filter></svg>#filter');
	filter: brightness(0) invert(1);
	z-index: 1;
}

.testing-types-section .testing-types-list .ztyp-block .ztyp-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	margin: 10px 0px;
}

.testing-types-section .testing-types-list .ztyp-block .ztyp-box-title,
.testing-types-section .testing-types-list .ztyp-block .ztyp-box-title:before {
	background: #132F1B;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 230px;
	height: 90px;
	max-width: 100%;
	font-size: 16px;
	padding: 15px 30px;
	text-align: center;
}

.testing-types-section .testing-types-list .ztyp-block .ztyp-box-title:before {
	background: var(--zqe-dark-green-bg);
	content: '';
	width: calc(230px - 5px);
	height: 86px;
	position: absolute;
	top: 2px;
	z-index: -1;
}

.testing-types-section .testing-types-list .ztyp-block.ztyp-block-left .ztyp-box-title,
.testing-types-section .testing-types-list .ztyp-block.ztyp-block-left .ztyp-box-title:before {
	-webkit-clip-path: polygon(100% 0%, 92% 50%, 100% 100%, 10% 100%, 0% 50%, 10% 0%);
	clip-path: polygon(100% 0%, 92% 50%, 100% 100%, 10% 100%, 0% 50%, 10% 0%);
}

.testing-types-section .testing-types-list .ztyp-block.ztyp-block-left .ztyp-box-title:before {
	left: 2px;
}

.testing-types-section .testing-types-list .ztyp-block.ztyp-block-right .ztyp-box {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.testing-types-section .testing-types-list .ztyp-block.ztyp-block-right .ztyp-box-title,
.testing-types-section .testing-types-list .ztyp-block.ztyp-block-right .ztyp-box-title:before {
	-webkit-clip-path: polygon(90% 2%, 100% 50%, 90% 100%, 0 100%, 10% 50%, 0 0);
	clip-path: polygon(90% 2%, 100% 50%, 90% 100%, 0 100%, 10% 50%, 0 0);
}

.testing-types-section .testing-types-list .ztyp-block.ztyp-block-right .ztyp-box-title:before {
	right: 2px;
}

.testing-types-section .testing-types-list .ztyp-block .ztyp-box-icon {
	position: relative;
}

.testing-types-section .testing-types-list .ztyp-block .ztyp-box-icon .ztyp-icon {
	width: 90px;
	height: 65px;
	background: #1F211E;
	border-left: solid 1px #1F211E;
	border-right: solid 1px #1F211E;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.testing-types-section .testing-types-list .ztyp-block .ztyp-box-icon .ztyp-icon:before,
.testing-types-section .testing-types-list .ztyp-block .ztyp-box-icon .ztyp-icon:after {
	content: "";
	position: absolute;
	background: #1F211E;
	width: 63px;
	height: 64px;
	left: 14%;
	-webkit-transform: scaleY(0.5) rotate(-45deg);
	transform: scaleY(0.5) rotate(-45deg);
	z-index: -1;
}

.testing-types-section .testing-types-list .ztyp-block .ztyp-box-icon .ztyp-icon:before {
	top: -32px;
	border-top: solid 2px #1F211E;
	border-right: solid 2px #1F211E;
}

.testing-types-section .testing-types-list .ztyp-block .ztyp-box-icon .ztyp-icon:after {
	bottom: -32px;
	border-bottom: solid 2px #1F211E;
	border-left: solid 2px #1F211E;
}

/* Testing-Types-section */

@media only screen and (max-width: 767px) {
	.block-content .zgreen-anim-txt {
		display: inline-block;
	}

	.page-wrapper .banner-section .content-wrap {
		padding-top: 30px;
	}

	.page-wrapper .banner-section .content-wrap,
	.page-wrapper .feature-box-section .content-wrap,
	.page-wrapper .content-wrap {
		max-width: 600px;
	}

	.page-wrapper .testing-types-section .content-wrap {
		max-width: 100%;
	}

	.zflex-one-col,
	.zflex-two-col,
	.zflex-three-col {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
	}

	.feature-box-section .fea-icon {
		-webkit-transform: scale(0.7) translate(-20%, 5%);
		transform: scale(0.7) translate(-20%, 5%);
	}

	.feature-box-section .flex-content,
	.feature-box-section.feature-box-2 .flex-content {
		row-gap: 0px;
	}

	.feature-box-section .feature-block .fea-box:not(:last-child) {
		margin-bottom: 40px;
	}

	.feature-box-section .fea-title {
		margin-bottom: 40px;
	}

	.testing-types-section .testing-types-list {
		margin-top: 30px;
	}

	.testing-types-section .testing-types-list .hexagon-block {
		display: none;
	}

	.testing-types-section .testing-types-list .ztyp-block {
		width: 100%;
	}

	.testing-types-section .testing-types-list .ztyp-block .ztyp-box {
		width: 300px;
		margin: 10px 15px;
	}

	.testing-types-section .testing-types-list .ztyp-block .ztyp-box-icon .ztyp-icon {
		width: 90px;
		height: 55px;
	}

	.testing-types-section .testing-types-list .ztyp-block .ztyp-box-title {
		width: 190px;
		font-size: 14px;
	}

	.testing-types-section .testing-types-list .ztyp-block .ztyp-box-title:before {
		width: calc(190px - 5px);
	}

	.testing-types-section .testing-types-list .ztyp-block.ztyp-block-left .ztyp-box {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
	}

	.testing-types-section .testing-types-list .ztyp-block.ztyp-block-left .ztyp-box-title,
	.testing-types-section .testing-types-list .ztyp-block.ztyp-block-left .ztyp-box-title:before {
		-webkit-clip-path: polygon(90% 2%, 100% 50%, 90% 100%, 0 100%, 10% 50%, 0 0);
		clip-path: polygon(90% 2%, 100% 50%, 90% 100%, 0 100%, 10% 50%, 0 0);
	}

	.testing-types-section .testing-types-list .ztyp-block.ztyp-block-left,
	.testing-types-section .testing-types-list .ztyp-block.ztyp-block-right {
		-webkit-box-pack: unset;
		-ms-flex-pack: unset;
		justify-content: unset;
	}
}

@media only screen and (max-width: 400px) {
	.testing-types-section .testing-types-list .ztyp-block .ztyp-box {
		margin: 10px 0px;
	}
}
@media only screen and (max-width: 320px) {
	.testing-types-section .testing-types-list .ztyp-block .ztyp-box-icon{
		display: none;
	}
	.testing-types-section .testing-types-list .ztyp-block .ztyp-box-title {
		width: 280px;
	}
	.testing-types-section .testing-types-list .ztyp-block .ztyp-box-title::before {
		width: calc(280px - 5px);
	  }
}

@media only screen and (min-width: 768px) {
	.page-wrapper .content-wrap {
		padding: 70px 0px;
	}

	.page-wrapper .steps-section .content-wrap {
		padding-top: 50px;
	}

	.zflex-one-col {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
	}

	.zflex-two-col {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
	}

	.zflex-three-col {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33%;
		flex: 0 0 33%;
	}

	.zflex-row-reverse-lg {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
	}

	.banner-section .banner-content,
	.feature-box-section .fea-title {
		text-align: center;
	}

	.banner-section .banner-content {
		max-width: 780px;
		margin: 0px auto;
		width: 64%;
	}

	.banner-section .zbnr-icons {
		display: block;
	}

	.feature-box-section .fea-title {
		max-width: 880px;
		margin: 0 auto 60px;
	}

	.feature-box-section .fea-box {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 calc(50% - 8px);
		flex: 0 0 calc(50% - 8px);
	}

	.feature-box-section.feature-box-2 .fea-box {
		-ms-flex: 0 0 calc(50% - 11px);
		-webkit-box-flex: 0;
		flex: 0 0 calc(50% - 11px);
	}

	.testing-types-section .block-title {
		margin-bottom: 50px;
		text-align: center;
	}

	.testing-types-section .block-title p {
		max-width: 980px;
		margin: 0px auto 15px;
	}

}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.banner-section .zbnr-icons li:nth-child(1) {
		left: 2%;
	}

	.banner-section .zbnr-icons li:nth-child(2) {
		right: 2%;
	}

	.banner-section .zbnr-icons li:nth-child(3) {
		left: -2%;
	}

	.banner-section .zbnr-icons li:nth-child(4) {
		right: -2%;
	}

	.banner-section .zbnr-icons li {
		-webkit-transform: scale(0.6);
		transform: scale(0.6);
	}

	.testing-types-section .testing-types-list {
		max-width: 680px;
		margin: 0px auto;
	}

	.testing-types-section .testing-types-list .ztyp-block {
		width: 50%;
	}

	.testing-types-section .testing-types-list .hexagon-block {
		display: none;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.banner-section .zbnr-icons li:nth-child(1) {
		left: 2%;
	}

	.banner-section .zbnr-icons li:nth-child(2) {
		right: 2%;
	}

	.banner-section .zbnr-icons li:nth-child(3) {
		left: 4%;
	}

	.banner-section .zbnr-icons li:nth-child(4) {
		right: 4%;
	}

	.banner-section .zbnr-icons li {
		-webkit-transform: scale(0.7);
		transform: scale(0.7);
	}
	.testing-types-section .testing-types-list .hexagon-shape-left, 
	.testing-types-section .testing-types-list .hexagon-shape-right{
		display: none;
	}
	.testing-types-section .testing-types-list .hexagon-shape{
		-webkit-transform: rotate(90deg) scale(0.85);
		transform: rotate(90deg) scale(0.85);
	}
}

@media only screen and (min-width: 992px) {
	.testing-types-section .testing-types-list .ztyp-block .ztyp-box {
		position: relative;
		z-index: 1;
	}

	.testing-types-section .testing-types-list .ztyp-block.ztyp-block-left .ztyp-box:nth-child(1),
	.testing-types-section .testing-types-list .ztyp-block.ztyp-block-left .ztyp-box:nth-child(6) {
		left: 28%;
	}

	.testing-types-section .testing-types-list .ztyp-block.ztyp-block-left .ztyp-box:nth-child(2),
	.testing-types-section .testing-types-list .ztyp-block.ztyp-block-left .ztyp-box:nth-child(5) {
		left: 12%;
	}

	.testing-types-section .testing-types-list .ztyp-block.ztyp-block-left .ztyp-box:nth-child(3),
	.testing-types-section .testing-types-list .ztyp-block.ztyp-block-left .ztyp-box:nth-child(4) {
		left: 0%;
	}

	.testing-types-section .testing-types-list .ztyp-block.ztyp-block-right .ztyp-box:nth-child(1),
	.testing-types-section .testing-types-list .ztyp-block.ztyp-block-right .ztyp-box:nth-child(6) {
		right: 28%;
	}

	.testing-types-section .testing-types-list .ztyp-block.ztyp-block-right .ztyp-box:nth-child(2),
	.testing-types-section .testing-types-list .ztyp-block.ztyp-block-right .ztyp-box:nth-child(5) {
		right: 12%;
	}

	.testing-types-section .testing-types-list .ztyp-block.ztyp-block-right .ztyp-box:nth-child(3),
	.testing-types-section .testing-types-list .ztyp-block.ztyp-block-right .ztyp-box:nth-child(4) {
		right: 0%;
	}
}

@media only screen and (min-width: 1200px) {
	.page-wrapper .content-wrap {
		padding: 100px 0px;
	}

	.page-wrapper .mob-only {
		display: none;
	}

	.i18n-en h1 {
		font-size: 50px;
	}

	.i18n-en h2 {
		font-size: 36px;
	}

	.banner-section .zbnr-icons li {
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		-webkit-transform: scale(0.5);
		transform: scale(0.5);
		-webkit-transition: all 800ms cubic-bezier(0.11, 0.16, 0.43, 0.86);
		transition: all 800ms cubic-bezier(0.11, 0.16, 0.43, 0.86)
	}

	.banner-section .middle-animated .zbnr-icons li {
		opacity: 1;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	.banner-section .zbnr-icons li:nth-child(1) {
		-webkit-transition-delay: 100ms;
		transition-delay: 100ms;
	}

	.banner-section .zbnr-icons li:nth-child(2) {
		-webkit-transition-delay: 300ms;
		transition-delay: 300ms;
	}

	.banner-section .zbnr-icons li:nth-child(3) {
		-webkit-transition-delay: 600ms;
		transition-delay: 600ms;
	}

	.banner-section .zbnr-icons li:nth-child(4) {
		-webkit-transition-delay: 900ms;
		transition-delay: 900ms;
	}

	.feature-box-section.feature-box-1 .block-content {
		padding: 80px 70px;
	}
	.feature-box-section.feature-box-2 .flex-content {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		gap: 20px;
	}
	.feature-box-section .fea-box {
		padding: 35px;
		-ms-flex: 0 0 calc(33.3% - 15px);
		-webkit-box-flex: 0;
		flex: 0 0 calc(33.3% - 15px);
		-webkit-transform: translateY(50px);
		transform: translateY(50px);
	}

	.feature-box-section.feature-box-2 .fea-box {
		-ms-flex: 0 0 calc(33.3% - 20px);
		-webkit-box-flex: 0;
		flex: 0 0 calc(33.3% - 20px);
	}

	.feature-box-section .zwe-op.fea-box {
		-webkit-transform: translateY(0px);
		transform: translateY(0px);
		-webkit-transition: all 800ms cubic-bezier(0.11, 0.16, 0.43, 0.86);
		transition: all 800ms cubic-bezier(0.11, 0.16, 0.43, 0.86)
	}

	.feature-box-section .zwe-op.fea-box:nth-child(1) {
		-webkit-transition-delay: 200ms;
		transition-delay: 200ms;
	}

	.feature-box-section .zwe-op.fea-box:nth-child(2) {
		-webkit-transition-delay: 400ms;
		transition-delay: 400ms;
	}

	.feature-box-section .zwe-op.fea-box:nth-child(3) {
		-webkit-transition-delay: 600ms;
		transition-delay: 600ms;
	}

	.feature-box-section .zwe-op.fea-box:nth-child(4) {
		-webkit-transition-delay: 800ms;
		transition-delay: 800ms;
	}

	.feature-box-section .zwe-op.fea-box:nth-child(5) {
		-webkit-transition-delay: 1000ms;
		transition-delay: 1000ms;
	}

	.feature-box-section .zwe-op.fea-box:nth-child(6) {
		-webkit-transition-delay: 1200ms;
		transition-delay: 1200ms;
	}

	.testing-types-section .testing-types-list .hexagon-block {
		-webkit-transform: scale(0.8);
		transform: scale(0.8);
	}

	.testing-types-section .top-animated .testing-types-list .hexagon-block {
		-webkit-transform: scale(1);
		transform: scale(1);
		-webkit-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)
	}

	.testing-types-section .testing-types-list .hexagon-shape-left {
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		-webkit-transform: translateX(100px);
		transform: translateX(100px);
	}

	.testing-types-section .testing-types-list .hexagon-shape-right {
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		-webkit-transform: translateX(-100px);
		transform: translateX(-100px);
	}

	.testing-types-section .top-animated .testing-types-list .hexagon-shape-left,
	.testing-types-section .top-animated .testing-types-list .hexagon-shape-right {
		opacity: 1;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		-webkit-transform: translateX(0px);
		transform: translateX(0px);
		-webkit-transition: all 800ms cubic-bezier(0.11, 0.16, 0.43, 0.86);
		transition: all 800ms cubic-bezier(0.11, 0.16, 0.43, 0.86);
		-webkit-transition-delay: 400ms;
		transition-delay: 400ms
	}

	.testing-types-section .testing-types-list .ztyp-block .ztyp-box {
		opacity: 0;
		-ms-filter: "alpha(opacity=0)";
		-webkit-transition: all 800ms cubic-bezier(0.11, 0.16, 0.43, 0.86);
		transition: all 800ms cubic-bezier(0.11, 0.16, 0.43, 0.86)
	}

	.testing-types-section .testing-types-list .ztyp-block.ztyp-block-left .ztyp-box {
		-webkit-transform: translate(10%, 0%);
		transform: translate(10%, 0%);
	}

	.testing-types-section .testing-types-list .ztyp-block.ztyp-block-right .ztyp-box {
		-webkit-transform: translate(-10%, 0%);
		transform: translate(-10%, 0%);
	}

	.testing-types-section .testing-types-list .ztyp-block .ztyp-box:nth-child(1) {
		-webkit-transition-delay: 600ms;
		transition-delay: 600ms
	}

	.testing-types-section .testing-types-list .ztyp-block .ztyp-box:nth-child(2) {
		-webkit-transition-delay: 800ms;
		transition-delay: 800ms
	}

	.testing-types-section .testing-types-list .ztyp-block .ztyp-box:nth-child(3) {
		-webkit-transition-delay: 1000ms;
		transition-delay: 1000ms
	}

	.testing-types-section .testing-types-list .ztyp-block .ztyp-box:nth-child(4) {
		-webkit-transition-delay: 1200ms;
		transition-delay: 1200ms
	}

	.testing-types-section .testing-types-list .ztyp-block .ztyp-box:nth-child(5) {
		-webkit-transition-delay: 1400ms;
		transition-delay: 1400ms
	}

	.testing-types-section .testing-types-list .ztyp-block .ztyp-box:nth-child(6) {
		-webkit-transition-delay: 1600ms;
		transition-delay: 1600ms
	}

	.testing-types-section .top-animated .testing-types-list .ztyp-block .ztyp-box {
		opacity: 1;
		-ms-filter: "alpha(opacity=100)";
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0)
	}
}

@media only screen and (min-width: 1400px) {
	.i18n-en h1 {
		font-size: 54px;
	}

	.i18n-en h2 {
		font-size: 46px;
	}
}