.region.region-content * {
	box-sizing: border-box
}

.zw-product-header  {
	background: #e1f0ff;
}

h2 {
	font-family: var(--zf-primary-bold);
	position: relative;
	margin-bottom: 25px
}

.pagewrapper .content-wrap {
	padding: 80px 0
}

.show-lgin.act-btn {
	background: #f0483e;
	color: #fff
}
.banner .flex-content{
    align-items: center;
}
.blk-emt {
	display: block
}

.banner {
	background: #e1f0ff;
}

.bnr-left {
width:55%;
	max-width: 670px;
}

.bnr-left h1 sup {
	font-size: 15px
}
.bnr-right{
width:40%
}
.bnr-right img {
    display: block;
    box-shadow: 5px 5px 0 rgb(0 0 0 / 10%), 10px 10px 0 rgb(0 0 0 / 5%);
    border-radius: 10px;
}

.lcap-featured-sec-inner {
	margin-top: 30px
}

.lcap-featured-sec .video-play-icon img {
	border-radius: 10px;
	margin: 20px 0;
	border: 2px solid #3a719b;
	padding: 10px
}

.lcap-featured-sec .video-play-icon {
	position: relative;
	cursor: pointer;
	max-width: 650px
}

.video-play-icon a::before,
.video-play-icon a::after {
	content: "";
	position: absolute;
	transform: translate(51%, 50%)
}
.non-umain .video-play-icon a::before{
right: 51%;
}
.umain .video-play-icon a::before{
right: 50.6%;
}
.video-play-icon a::before {
	border-color: transparent transparent transparent #000;
	border-style: solid;
	border-width: 10px 0 10px 16px;
	width: 0;
	height: 0;
	bottom: 50%;
	z-index: 1
}

.video-play-icon a::after {
	width: 55px;
	height: 55px;
	right: 51%;
	bottom: 50%;
	border-radius: 50px;
	background: #ffffffd4
}

.quotes-sec {
	background: #e3edf5;
	padding: 30px;
	margin-bottom: 50px
}

.quotes-sec .quotes-cont {
	margin-bottom: 0;
	color: #1e4665;
	border-left: 5px solid #3a719b;
	padding-left: 20px
}

.testi-custmr {
	padding: 20px 0 20px 100px;
	vertical-align: middle;
	display: block;
	position: relative
}

.testi-custmr:after {
	content: "";
	background-image: url(/sites/zweb/images/creator/ashish-chaturvedi.jpg);
	background-size: 72px;
	background-repeat: no-repeat;
	margin-top: -40px;
	height: 70px;
	width: 70px;
	left: 0;
	top: 50%;
	border-radius: 100%;
	position: absolute;
	border: 5px solid #3a719b
}

.testi-custmr span:nth-child(1) {
	color: #3a719c;
	font-family: var(--primaryfont-bold)
}

.testi-custmr span:nth-child(2) {
	display: block
}
.stark-points li {
	position: relative;
	margin-bottom: 10px;
	padding-left: 30px;
	position: relative
}
.stark-points li:before {
	position: absolute;
	content: "";
	height: 10px;
	width: 10px;
	background: #a61d14;
	left: 0;
	top: 8px;
	transform: rotate(45deg)
}

.stark-points li span {
	font-family: var(--primaryfont-semibold)
}

.spark-content {
width: 55%;
	max-width: 700px;
}

.spark-content h2 {
	max-width: 700px
}

.spark-content p span {
	font-family: var(--primaryfont-bold)
}

.umain .lcap-featured-sec .flex-content {
	justify-content:space-between;
}

.umain .spark-content {
	padding-right: 0
}

.webinar-form {
	width: 40%
}

.flex-content {
	display: flex;
	flex-wrap: wrap;
    justify-content: space-between;
}

.ebook-banner-sec h1 {
	max-width: 800px
}
.stark-points {
    margin-bottom: 30px;
}
.nucleus-quotes p{
color: #1e4665;
    border-left: 5px solid #3a719b;
    padding-left: 20px;
    line-height: 1.6;
    max-width: 970px;
    margin: 0 auto;
    font-size: 32px;
    font-family: var(--zf-primary-bold);
}
.form-section {
    background: #f5f5f5;
    padding: 30px;
}
.spark-content h3{
max-width: 580px;
}
.zcr-btn-clr{
cursor:pointer!important;
}
@media(max-width:1199px) {
.pagewrapper .content-wrap{
padding:60px 0;
}
.nucleus-quotes p{
font-size:25px;
}
	.webinar-form {
		width: 45%
	}

	.spark-content {
		width: 55%;
		padding-right: 5%
	}

	.i18n-en h1 {
		font-size: 32px
	}
}

@media(max-width:991px) {
.form-section,.webinar-form{
    max-width: 500px;
}
	.webinar-form,
	.spark-content {
		width: 100%
	}

	.spark-content {
		padding-right: 0
	}

	.webinar-form {
		margin-top: 50px
	}

	.banner .content-wrap {
		width: 90%;
		grid-template-columns: 1fr;
		gap: 50px;
		max-width: 750px
	}

}

@media screen and (max-width:767px) {
.bnr-left,.bnr-right{
width:100%;
}
.bnr-right{
margin-top:30px;
}
.form-section {
    padding: 20px;
}
	.h1-highlight {
		display: inline-block
	}

	.i18n-en h1 {
		font-size: 30px
	}

	.feature-heading p span {
		display: inline-block
	}

	.features-part {
		width: 90%;
		margin: 0 auto
	}

	.z-small-content-wrap {
		max-width: 470px
	}

	.quotes-sec {
		padding: 40px 30px
	}

	.webinar-form {
		background: #f5f5f5
	}
}


@media only screen and (min-width:992px) and (max-width:1399px) {
	.ebook-banner-sec::after {
		opacity: .5
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	h1 {
		font-size: 34px
	}

	#block-system-main .ebook-banner-sec .content-wrap {
		padding: 120px 60px 100px;
		box-sizing: border-box
	}

	.ebook-banner-sec::after {
		opacity: .35
	}

	.solutions-sec-inner h2 {
		margin-bottom: 20px
	}
}

@media only screen and (max-width:767px) {
	h1 {
		font-size: 30px
	}

	h2 {
		padding-bottom: 0;
		margin-bottom: 20px
	}

	#block-system-main {
		margin-top: 0
	}

	#block-system-main .ebook-banner-sec .content-wrap {
		padding: 70px 0
	}

	#block-system-main section .content-wrap,
	#block-system-main .content-wrap {
		padding: 60px 0;
		width: 80%
	}

	.ebook-banner-sec::after {
		display: none
	}

	.solutions-sec-inner {
		margin-top: 60px
	}
}

@media only screen and (max-width:480px) {
	h1 {
		font-size: 26px
	}

	.trynow-btn {
		padding: 12px 25px;
		font-size: 15px
	}
}