:root {
	--sprite-icon: url("/sites/zweb/images/qengine/salesforce-testing/sprite.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%, var(--black-color) 50%);
	background-image: linear-gradient(to right, var(--zqe-text-green), var(--zqe-text-green) 50%, var(--black-color) 50%);
	background-size: 200% 100%;
	background-position: 0 0
}
[class|="zsprite"] {
	display: inline-block;
	background: var(--sprite-icon) no-repeat;
	background-size: 217px auto;
	background-position: 0 0;
	letter-spacing: -40px;
}
.zsprite-bnr-icon1 {
	background-position: 0 -18px;
	width: 85px;
	height: 87px;
}

[class|="zsprite-fea"] {
	margin-bottom: 20px;
	height: 40px;
}
.zsprite-fea-icon1 {
	background-position: -9px -1px;
	width: 34px;
	height: 40px;
}
.zsprite-fea-icon2 {
	background-position: -45px -4px;
	width: 42px;
	height: 33px;
}
.zsprite-fea-icon3 {
	background-position: -89px -1px;
	width: 48px;
	height: 36px;
}
.zsprite-fea-icon4 {
	background-position: -139px -3px;
	width: 35px;
	height: 33px;
}
.zsprite-fea-icon5 {
	background-position: -178px -1px;
	width: 39px;
	height: 39px;
}
/* banner-section */
.zw-product-header,
.banner-section,
.sf-testing-section {
	background: var(--zqe-light-green-bg);
}
.page-wrapper .banner-section .content-wrap {
	padding: 70px 0px 50px;
}
.banner-section .banner-image {
	position: relative;
	max-width: 530px;
	margin-left: auto;
}
.banner-section .banner-image .banr-video{
	position: relative;
	max-width: 488px;
	width: 92%;
	margin-bottom: 15%;
}
.banner-section .banner-image .banr-img{
	position: absolute;
	right: 0px;
	bottom: 0px;
	max-width: 485px;
	width: 92%;
}
/* banner-section */
/* sf-testing-section */
.sf-testing-section {
	position: relative;
}
.sf-testing-section:before {
	content: '';
	background: var(--white-color);
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 50%;
}
.page-wrapper .sf-testing-section .content-wrap {
	padding: 0px;
}
.sf-testing-section .block-content {
	background: var(--zqe-green-bg);
	color: var(--white-color);
	padding: 30px;
	border-radius: 10px
}
.sf-testing-section .block-content p:last-child {
	margin-bottom: 0;
}
/* sf-testing-section */
/* feature-box-section */
.feature-box-section .flex-content {
	-webkit-box-align: unset;
	-ms-flex-align: unset;
	-ms-grid-row-align: unset;
	align-items: unset;
	margin-bottom: -2px;
	margin-right: -2px;
}
.feature-box-section .feature-block {
	overflow: hidden;
}
.feature-box-section .fea-box {
	position: relative;
	padding: 35px 0px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
}
.feature-box-section .fea-box:before,
.feature-box-section .fea-box:after {
	content: '';
	position: absolute;
	bottom: 0px;
}
.feature-box-section .fea-box:before {
	width: 100%;
	height: 2px;
	border-top: 1px dashed rgba(190, 190, 190, 1);
	left: 0px;
}
.feature-box-section .fea-box:after {
	width: 2px;
	height: 100%;
	border-left: 1px dashed rgba(190, 190, 190, 1);
	right: 0px;
}
.feature-box-section .fea-box p:last-child {
	margin-bottom: 0px;
}

/* feature-box-section */
/* testing-points-section */
.testing-points-section {
	background: var(--zqe-gray-bg);
}
.testing-points-section .zlist-box h4 {
	font-family: var(--zf-primary-semibold);
	color: var(--zqe-text-green);
}
.testing-points-section .sft-slider-image {
	max-width: 1100px;
	margin: 30px auto;
}
.testing-points-section .sft-slider-image img {
	border-radius: 8px;
	box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, 0.06);
	border: 1px solid rgba(0, 0, 0, 0.1);
}
.testing-points-section .sft-slider-image .slick-dots li.slick-active{
	background: var(--zqe-dark-green-bg);
	border-color: var(--zqe-dark-green-bg);
}
.testing-points-section .ecoms-testing {
	max-width: 1000px;
	width: 95%;
	margin-bottom: 5%;
	margin-right: 5%;
	border-radius: 10px;
}
.testing-points-section ul.zlisings {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	max-width: 1030px;
	margin: 0px auto;
}
.testing-points-section ul.zlisings li {
	position: relative;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	padding: 20px 25px 20px 0px;
}
.testing-points-section ul.zlisings li:nth-child(even) {
	padding: 20px 0px 20px 25px;
}
.testing-points-section ul.zlisings li:before,
.testing-points-section ul.zlisings li:after {
	content: '';
	position: absolute;
	bottom: 0
}
.testing-points-section ul.zlisings li:before {
	width: 100%;
	height: 2px;
	border-top: 1px solid rgba(255, 255, 255, 0.06);
	left: 0
}
.testing-points-section ul.zlisings li:after {
	width: 2px;
	height: 100%;
	border-left: 1px solid rgba(255, 255, 255, 0.06);
	right: 0
}
.testing-points-section ul.zlisings li .zlist-box {
	position: relative;
	padding-left: 35px;
}
.testing-points-section ul.zlisings li .zlist-box p:last-child {
	margin-bottom: 0px;
}
.testing-points-section ul.zlisings li .zlist-box:before,
.testing-points-section ul.zlisings li .zlist-box:after {
	content: '';
	position: absolute;
}
.testing-points-section ul.zlisings li .zlist-box:before {
	width: 22px;
	height: 22px;
	left: 0px;
	top: 4px;
	border-radius: 50%;
	background: var(--zqe-text-green);
}
.testing-points-section ul.zlisings li .zlist-box:after {
	top: 12px;
	left: 5px;
	width: 12px;
	height: 5px;
	border-left: 2px solid var(--white-color);
	border-bottom: 2px solid var(--white-color);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
/* testing-points-section */
/* testing-types-section */
.testing-types-section{
	background: var(--zqe-dark-green-bg);
	color: var(--white-color);
}
.testing-types-section .sqr-block{
	margin-top: 50px;
}
.testing-types-section .sqr-block,
.testing-types-section .sqr-box .sqr-shape{
	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;
	text-align: center;
  }
  .testing-types-section .sqr-box .sqr-shape{
	width: 130px;
	height: 130px;
	border: solid 2px transparent;
	border-radius: 15px;
	background-image: -webkit-linear-gradient(var(--zqe-dark-green-bg), var(--zqe-dark-green-bg)), -webkit-linear-gradient(top, #0A5812 0%, transparent 100%);
	background-image: linear-gradient(var(--zqe-dark-green-bg), var(--zqe-dark-green-bg)), linear-gradient(180deg, #0A5812 0%, transparent 100%);
	background-origin: border-box;
	background-clip: padding-box, border-box;
	padding: 20px;
	margin: 5px 7px;
  }
  .testing-types-section .sqr-box .sqr-shape > span {
	font-family: var(--zf-secondary-medium);
	font-size: 13px;
	line-height: 24px;
	text-transform: uppercase;
  }
  .testing-types-section .sqr-box .zqengine-logo{
	background-image: -webkit-linear-gradient(top, #0B4711 0%, transparent 90%), -webkit-linear-gradient(top, #0A5812 0%, transparent 100%);
	background-image: linear-gradient(180deg, #0B4711 0%, transparent 90%), linear-gradient(180deg, #0A5812 0%, transparent 100%);
  }
  .testing-types-section .sqr-box .zqengine-logo > span {
		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)
	}
/* testing-types-section */
/* bottom-cta-section */
.bottom-cta-section .block-content{
	max-width: 700px;
	margin: 0px auto;
}
/* bottom-cta-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 .feature-box-section .content-wrap,
	.page-wrapper .content-wrap {
		max-width: 600px;
	}
	.zflex-one-col,
	.zflex-two-col,
	.zflex-three-col {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
	}
	.banner-section .banner-image {
		max-width: 350px;
		margin: 20px 0px 0px;  
	}
	.feature-box-section .fea-box:last-child {
		padding-bottom: 0px;
	}
	.testing-points-section ul.zlisings li,
	.testing-points-section ul.zlisings li:nth-child(2n) {
		padding: 10px 0px;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
	}
	.testing-points-section ul.zlisings li:last-child {
		padding-bottom: 0px;
	}
	.testing-points-section ul.zlisings li:after {
		border-left-width: 0px;
	}
	.testing-points-section ul.zlisings li .zlist-box {
		padding-left: 35px;
	}
	.testing-types-section .sqr-block{
		display: block;
	}
	.testing-types-section .sqr-block .sqr-shape {
		display: inline-flex;
	}
	
}
@media only screen and (max-width: 500px) {
		.testing-types-section .sqr-block .zqengine-logo {
		display: none;
	}
}
@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 {
		padding-right: 7%;
	}
	.banner-section .zflex-two-col:first-child {
		-ms-flex: 0 0 52%;
		-webkit-box-flex: 0;
		        flex: 0 0 52%;
	}
	.banner-section .zflex-two-col:last-child {
		-ms-flex: 0 0 48%;
		-webkit-box-flex: 0;
		        flex: 0 0 48%;
	}
	.feature-box-section .fea-title,
	.testing-types-section .block-title,
	.bottom-cta-section {
		text-align: center;
	}
	.sf-testing-section .block-content {
		padding: 50px;
	}
	.feature-box-section .fea-title {
		max-width: 860px;
		margin: 0 auto 60px;
	}
	.feature-box-section .fea-title p {
		max-width: 820px;
		margin: 0 auto 20px;
	}
	.feature-box-section .fea-box {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		padding: 40px;
	}
	.testing-points-section h2,
	.bottom-cta-section h2{
		max-width: 630px;
		margin: 0px auto 20px;
		text-align: center;
	}
	.testing-points-section .sft-slider-image {
		margin: 50px auto;
	}
	.testing-points-section ul.zlisings li:nth-last-child(-n+2) {
		padding-bottom: 0px;
	}
	.testing-points-section ul.zlisings li:nth-last-child(-n+2):before {
		border-top-width: 0px;
	}
}
@media only screen and (min-width:992px) {
	.sf-testing-section .block-content {
		padding: 70px;
	}
	.testing-points-section ul.zlisings li .zlist-box:before {
		width: 25px;
		height: 25px;
		left: 0px;
		top: 2px;
	}
	.testing-points-section ul.zlisings li .zlist-box:after {
		top: 10px;
		left: 6px;
		width: 13px;
		height: 6px;
	}
	.testing-points-section ul.zlisings li .zlist-box {
		padding-left: 45px;
	}
	
	.testing-types-section .sqr-box .sqr-shape{
		width: 170px;
		height: 170px;
		padding: 20px;
		margin: 5px 9px;
	}
	.testing-types-section .sqr-box .sqr-shape > span {
		font-size: 16px;
	}
	.testing-types-section .sqr-box .zqengine-logo > span {
		-webkit-transform: scale(2.25);
		transform: scale(2.25);
	}
}
@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;
	}
	.sf-testing-section .block-content {
		padding: 100px 140px;
	}
	.banner-section .banner-image .banr-img {
		opacity:0;
		-ms-filter:"alpha(opacity=0)";
		-webkit-transform: translateX(5%);
		transform: translateX(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 .banner-image .banr-img {
		opacity:1;
		-ms-filter:"alpha(opacity=100)";
		-webkit-transform: translateX(0%);
		transform: translateX(0%)
	}
	.banner-section .banner-image .banr-video {
		opacity:0;
		-ms-filter:"alpha(opacity=0)";
		-webkit-transform:translateY(5%);
		transform:translateY(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 .banner-image .banr-video {
		opacity:1;
		-ms-filter:"alpha(opacity=100)";
		-webkit-transform:translateY(0%);
		transform:translateY(0%);
		-webkit-transition-delay: 500ms;
		transition-delay: 500ms;
	}
	.banner-section .top-animated .banner-image .banr-video {
		-webkit-animation: floating 5s infinite backwards;
		        animation: floating 5s infinite backwards;
	}
	.feature-box-section .fea-box {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.33%;
		flex: 0 0 33.33%;
		padding: 40px 50px;
	}
	.testing-types-section .sqr-box .sqr-shape:not(.zqengine-logo){
		opacity:0;
		-ms-filter:"alpha(opacity=0)";
		-webkit-transform:scale(0.8) translateY(10%);
		transform:scale(0.8) translateY(10%);
		-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 .middle-animated .sqr-shape:not(.zqengine-logo){
		opacity:1;
		-ms-filter:"alpha(opacity=100)";
		-webkit-transform:scale(1) translateY(0%);
		transform:scale(1) translateY(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);
		-webkit-transition-delay: 400ms;
		transition-delay: 400ms;
	}
}
@media only screen and (min-width: 1400px) {
	.i18n-en h1 {
		font-size: 54px;
	}
	.i18n-en h2 {
		font-size: 46px;
	}
}
/*Zoho-Animations*/
@-webkit-keyframes floating {
    from {
		-webkit-transform:translateY(5%);
		transform:translateY(5%);
   }
    65% {
		-webkit-transform:translateY(0%);
		transform:translateY(0%);
   }
    to {
		-webkit-transform:translateY(5%);
		transform:translateY(5%);
   }
}
@keyframes floating {
    from {
		-webkit-transform:translateY(5%);
		transform:translateY(5%);
   }
    65% {
		-webkit-transform:translateY(0%);
		transform:translateY(0%);
   }
    to {
		-webkit-transform:translateY(5%);
		transform:translateY(5%);
   }
}
/*Zoho-Animations*/