.flex-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

h1 span{
color: var(--vms-light-blue);
}
.ebook-cont-sec * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.zw-template-inner .content-wrap {
	max-width: 1170px;
	padding: 80px 0;
}

.ebook-cont-sec .content-wrap>div {
	width: 50%;
	vertical-align: top;
	display: table-cell;
}

.ebook-cont-sec .content-wrap.demo-cnt-wrap>div:first-child {
	padding-right: 5%;
}

.ebook-cont-sec .content-wrap>div.iframe-pop-sec {
	width: 50%;
    border: 1px solid #e5e4e4;
    box-shadow: 21px 21px 22px #00000007;
    border-radius: 10px;
}
.ebook-cont-sec .content-wrap>div.iframe-pop-sec iframe{
border-radius: 10px;
}
.ebook-cont-wrap li {
	font-family: var(--primaryfont-semibold);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 15px;
	padding-left: 30px;
	position: relative;
}

.ebook-cont-wrap li::before {
	width: 14px;
	height: 14px;
	left: 0;
	top: 6px;
	border-radius: 50%;
	border: 2px solid #021d16;
}

.ebook-cont-wrap li::before,
.ebook-cont-wrap li::after {
	position: absolute;
	content: "";
	z-index: 1;
}

.ebook-cont-wrap li::after {
	top: 11px;
	left: 4px;
	width: 7px;
	border-left: 2px solid #021d16;
	height: 3px;
	border-bottom: 2px solid #021d16;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.ebook-cont-wrap p span{
    display: inline-block;
}
.pagewrapper header ul li a.request-form{
	display: none;
}
/* Form Style */
.zform-container {
	border: 1px solid #cedfee;
	-webkit-box-shadow: 1px 1px 0 #eff6f4, 2px 2px 0 #cedfee, 3px 3px 0 #eff6f4, 4px 4px 0 #cedfee, 5px 5px 0 #eff6f4, 6px 6px 0 #cedfee, 7px 7px 0 #eff6f4, 8px 8px 0 #cedfee, 9px 9px 0 #eff6f4, 10px 10px 0 #cedfee;
	box-shadow: 1px 1px 0 #eff6f4, 2px 2px 0 #cedfee, 3px 3px 0 #eff6f4, 4px 4px 0 #cedfee, 5px 5px 0 #eff6f4, 6px 6px 0 #cedfee, 7px 7px 0 #eff6f4, 8px 8px 0 #cedfee, 9px 9px 0 #eff6f4, 10px 10px 0 #cedfee;
	border-radius: 10px;
	padding: 15px 20px 30px;
	max-width: 500px;
	min-height: 600px;
	margin: 0 auto;
}
.form-block {
	width: 600px;
	margin: 50px auto;
	box-shadow: 0px 0px 20px 4px rgba(207, 207, 207, 0.3);
	background: #ffffff;
	padding: 50px;
	box-sizing: border-box;
	border-radius: 5px;
}

.form-group {
	position: relative;
	margin-top: 20px;
}

.form-group:first-child {
	margin-top: 10px;
}

.form-group>label:not(.error) {
	font-family: var(--zf-primary-semibold);
}

.form-group>label{
	display: block;
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 5px;
}

.form-group input:not([type="checkbox"]),
.form-group textarea,
.form-group select {
	width: 100%;
	line-height: 18px;
	font-size: 14px;
	padding: 12px;
	border: 1px solid #d9d9d9;
	margin-bottom: 0;
	box-sizing: border-box;
	border-radius: 4px;
	color: #000;
	font-family: var(--primaryfont-regular);
}
div.zgdprform-state-container .globalstatecode, 
div.zgdprform-countrylist-container .globalcountrycode{
	border-radius: 4px;
}

.form-group textarea {
	height: 120px;
}

.form-group input:focus,
.form-group textarea:focus,
.form-group select:focus,
.form-group input:active,
.form-group textarea:active,
.form-group select:active {
	outline: 0;
	box-shadow: none;
}

.form-group textarea {
	height: 100px;
}

label.error {
	color: red;
	font-size: 12px;
	vertical-align: top;
    margin-bottom: 0px;
}

.reload {
	text-decoration: none;
}

.captcha-code img {
	border: 1px solid #d9d9d9;
	border-radius: 4px;
	margin: 20px 0 0;
}

@keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

.button-group {
	position: relative;
	width: fit-content;
	margin: 0 auto;
}

.button-group .button {
	line-height: 45px;
	padding: 0 60px;
	border-radius: 5px;
	border: 0;
	outline: 0;
}

button.button:focus {
	outline: 0;
}

.button-group.active .loading {
	border-radius: 50%;
	width: 24px;
	height: 24px;
	border: 0.25rem solid rgba(255, 255, 255, 0.2);
	border-top-color: white;
	-webkit-animation: spin 1s infinite linear;
	animation: spin 1s infinite linear;
	position: absolute;
	top: 12%;
	left: 36%;
	transform: translate(-50%, -50%);
}
.submit-btn{
    background: #f0483e;
    border: 1px solid #f0483e;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    padding: 15px 40px;
    font-family: var(--zf-primary-bold);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-transform: uppercase;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
/* Form Style */
/* Form Success */
.success-alert {
    display: none;
    margin: 0 auto 0;
    height: 42px;
    position: fixed;
    z-index: 999999;
    width: 100%;
    left: 0;
    top: 0;
}

.scs-pop-inr {
    padding: 12px 20px;
    position: relative;
    max-width: 460px;
    margin: 0 auto;
    background: #40bd60;
    width: 100%;
    opacity: 0
}

.scs-pop-inr.animate {
    animation: bounceIn .8s forwards;
    -webiki-animation: bounceIn .8s forwards
}

@keyframes bounceIn {
    0%,20%,40%,60%,80%,100% {
        -webkit-animation-timing-function: cubic-bezier(0.215,0.610,0.355,1.000);
        animation-timing-function: cubic-bezier(0.215,0.610,0.355,1.000)
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3)
    }

    20% {
        -webkit-transform: scale3d(1.1,1.1,1.1);
        transform: scale3d(1.1,1.1,1.1)
    }

    40% {
        -webkit-transform: scale3d(.9,.9,.9);
        transform: scale3d(.9,.9,.9)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03,1.03,1.03);
        transform: scale3d(1.03,1.03,1.03)
    }

    80% {
        -webkit-transform: scale3d(.97,.97,.97);
        transform: scale3d(.97,.97,.97)
    }

    100% {
        opacity: 1;
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1)
    }
}

.st-name.error {
    display: none
}

.success-alert .scs-txt {
    font-size: 14px;
    display: block;
    text-align: center;
    font-family: var(--zf-primary-regular);
    color: #fff
}

.success-alert .close-icn {
    font-size: 13px;
    cursor: pointer;
    color: #fff;
    font-family: var(--zf-primary-regular);
    position: absolute;
    top: 5px;
    right: 12px
}

/* Form Success */

@media only screen and (min-width:1600px) {
	.ebook-cont-sec ul li {
		margin: 12px auto;
	}

	.ebook-cont-sec ul li::after {
		top: 11px;
		left: 4px;
	}
}
@media(max-width:1023px){
.product-title+.product-nav-links li a.active{
    box-shadow: none;
}
}
@media only screen and (min-width:992px) and (max-width:1200px) {
	.ebook-cont-sec .content-wrap>div {
		width: 48%;
	}
}

@media only screen and (max-width:991px) {
.zw-product-header .zmenu-demo .zcr-btn-clr-sml{
font-size:13px;
}
	.zw-template-inner .content-wrap {
		max-width: 650px;
		padding: 50px 0;
	}

	h1 {
		font-size: 40px;
	}

	.ebook-cont-sec .content-wrap>div {
		display: block;
		width: 100%;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		max-width: 900px;
		margin: 0 auto;
	}

	.ebook-cont-sec .content-wrap.demo-cnt-wrap>div:first-child {
		padding-right: 0;
	}

	.ebook-cont-sec .content-wrap>div.iframe-pop-sec {
		width: 100%;
		max-width: 100%;
		margin: 50px 0 0;
		padding: 0;
	}

	#block-system-main section .content-wrap,
	#block-system-main .content-wrap {
		padding: 60px 0 30px;
		width: 90%;
	}

	.z-small-content-wrap {
		max-width: 100%;
		width: 100%;
		padding: 0;
	}
}


@media only screen and (max-width:767px) {
	      /* footer all product hide */
		  .zcommon-link-container>span.zallprd-menu{
			display: none;
		  }
			/* footer all product hide */
	h1 {
		font-size: 28px;
	}

	.zw-template-inner .content-wrap {
		padding: 30px 0;
	}
    
    .iframe-pop-sec iframe{
        width: 100%;
    }

	.procurement-logo {
		max-width: 130px;
	}

	.pagewrapper header ul li {
		margin-left: 18px;
	}
	.procurement-logo {
		max-width: 120px;
	}

	.procurement-menu {
		position: relative;
	}

	.mbl-menu {
		display: block;
		font-size: 16px;
	}

	.pagewrapper header .mbl-menu ul li {
		position: relative;
		padding: 0 20px 0 0;
		cursor: pointer;
	}

	.mbl-menu ul li:after {
		content: '';
		position: absolute;
		width: 0;
		height: 0;
		border-left: 5px solid transparent;
		border-right: 5px solid transparent;
		border-top: 5px solid #000;
		position: absolute;
		top: 0;
		bottom: 0;
		right: 1px;
		margin: auto;
	}

    .procurement-menu nav {
        position: absolute;
        right: -5px;
        top: 30px;
        width: 190px;
        z-index: 1;
        background: #fff;
        display: none;
        padding-bottom: 10px;
    }

	.pagewrapper header nav .flex-content {
		display: block;
	}

	.pagewrapper header ul li a {
		padding: 10px 10px 0px;
		display: block;
	}

	.pagewrapper header ul li,
	.procurement-menu ul li:last-child {
		margin: 0;
	}

	.pagewrapper header ul li a.active {
		border-bottom: none;
	}

	.pagewrapper header ul li a.request-form, 
	.pagewrapper header ul li a.request-access {
		margin: 12px 10px 0;
	}
    /* .zcommon-link-container,.zmobile-menu-search{
        display:none;
    } */
/* .zmobile-menu-new ul{
    padding: 15px 20px 15px 25px;
} */
.zmobile-menu-new .zmenu-demo .zcr-btn-clr-sml{
margin-top:10px;
display:inline-block;
}
}

@media screen and (min-width:480px){
	.captcha-sec {
		display: flex;
		flex-wrap: wrap;
		align-items: flex-start;
		justify-content: space-between;
		margin-bottom: 10px;
	}
	.captcha-sec .captcha-input {
		width: 62%
	}
	.captcha-sec .captcha-code {
		width: 38%;
		display: flex;
		align-items: center;
	}
	.captcha-sec input[type="text"],
	.captcha-sec img#imgid {
		height: 50px;
	}
	.captcha-sec input[type="text"] {
		line-height: 24px;
		border-radius: 4px 0px 0px 4px;
		border-right: 0px;
	}
	.captcha-sec img#imgid {
		border: 1px solid #d9d9d9;
		display: inline-block;
		width: 80%;
		margin-top: 0px;
		border-radius: 0px 4px 4px 0px;
	}
	.captcha-sec a.reload-img {
		height: 20px;
		width: 20px;
	}
}
.zsiq_custommain, .zls-sptwndw{
    display: none !important;
}
/* Arabic Style */
.i18n-ar .ebook-cont-sec .content-wrap.demo-cnt-wrap>div:first-child{padding-right: 0;padding-left: 5%;}
.i18n-ar .ebook-cont-wrap li{padding-left: 0;padding-right: 30px;}
.i18n-ar .ebook-cont-wrap li::before{left: unset;right: 0;}
.i18n-ar .ebook-cont-wrap li::after{left: unset;right: 3px;}
@media only screen and (min-width: 1600px){
    .i18n-ar .ebook-cont-wrap li::after{left: unset;right: 3px;}
}