.pagewrapper {
	overflow: hidden;
}

.pagewrapper * {
	box-sizing: border-box;
}

.pagewrapper .content-wrap {
	max-width: 1280px;
	padding: 90px 0;
}

.product-header-top {
	display: none;
}

.act-btn {
	padding: 12px 30px;
	background: #f0483e;
	color: #fff;
}

.pop-inner-wrap .act-btn {
	padding: 10px 15px;
	margin: 15px;
	font-size: 14px;
}

h1,
h2,
h3 {
	font-family: var(--zf-primary-bold);
}

.popup-opened {
	overflow: hidden;
}

.zw-product-header,
.banner {
	background-color: #F3F7FF;
}

.bnr-inner {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.bnr-inner>div {
	width: 45%;
	position: relative;
}

.bnr-right {
	margin: 0 auto;
}


/* .bnr-right {
	padding-left: 80px;
	text-align: center;
}

.bnr-right img {
	max-width: 400px;
	width: 100%;
} */

.user-details {
	text-align: center;
	max-width: 700px;
	margin: 0px auto;
	padding: 50px;
	box-shadow: 0 0 20px 4px rgb(0 0 0 / 6%);
	border-radius: 20px;
	position: relative;
	background-color: #fff
}

.user-details img {
	max-width: 90px;
}

.field-group {
	margin-bottom: 40px;
}

.user-details input[type="text"] {
	display: block;
	width: 100%;
	font-size: 18px;
	padding: 14px 10px;
	border-radius: 3px;
	border: 1px solid #C1C0C0;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.field-group p {
	font-size: 15px;
	max-width: 370px;
	margin-inline: auto;
}

.pagewrapper ::placeholder {
	color: #C1C0C0;
	opacity: 1;
}

.pagewrapper :-ms-input-placeholder {
	color: #C1C0C0;
}

.pagewrapper ::-ms-input-placeholder {
	color: #C1C0C0;
}


.box-popup {
	left: 0;
	right: 0;
	margin: auto;
	top: 100px;
	z-index: 2;
	max-width: 500px;
	visibility: hidden;
	opacity: 0;
	transition: all 500ms ease;
	position: fixed;
	height: calc(100vh - 140px);
	max-height: 80%;
}

.box-popup.active {
	top: 120px;
	opacity: 1;
	visibility: visible;
}

.pop-inner-wrap {
	position: relative;
	height: 100%;
	max-height: max-content;
	border-radius: 10px;
	background: #fff;
	overflow: auto;
	z-index: 2;
	background: #fff;
	text-align: center
}

.pop-inner {
	padding: 40px 50px 30px 50px;
}

.popup-overlay {
	position: fixed;
	background: #000;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	opacity: .7;
}

span.zclose {
	position: absolute;
	background: #000;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	right: 10px;
	top: 10px;
	cursor: pointer;
	z-index: 3;
}

.zclose:before,
.zclose:after {
	content: '';
	position: absolute;
	height: 14px;
	width: 2px;
	background: #FFF;
	top: 8px;
}

.zclose:before {
	transform: rotate(45deg);
	left: 14px;
}

.zclose:after {
	transform: rotate(-45deg);
	right: 14px;
}

#err-msg {
	display: none;
	margin-bottom: 10px;
}

#err-msg,
#err-msg a {
	color: red;
}

#loader {
	display: none;
	margin-bottom: 10px
}

#loader img {
	margin: 0;
	max-width: 50px;
}

span.certificate-name {
	font-family: var(--zf-primary-semibold);
}

.popup-txt-desc,
.support-txt {
	color: #616161;
	font-size: 14px;
	margin-bottom: 10px;
}

.popup-txt-desc {
	margin-top: 20px
}

.valid-certificate {
	width: 100%;
	background: #0FB084;
	color: #fff;
	background-size: 40px;
	background-position: 25px 15px;
	padding: 10px 10px 10px 10px;
	text-align: center;
	margin-bottom: 0;
}

.expired .valid-certificate {
	background: #DF5547;
	color: #fff;
	background-size: 40px;
	background-position: 20px 15px;
}

.valid-certificate>.certificate-id-wrap {
	display: block;
	width: 100%;
	margin: 0 0 5px 0;
	line-height: 1;
	font-size: 14px;
}

span.valid-certi {
	font-size: 16px;
	font-family: var(--zf-primary-semibold);
}

.pop-inner-wrap h4 {
	font-size: 20px;
	font-family: var(--zf-primary-semibold);
	margin-bottom: 10px;
}

.pop-inner-wrap .zwc-certificate-type {
	font-size: 20px;
	font-family: var(--zf-primary-semibold);
}

.pop-inner-wrap .zwc-certificate-type .certificate-type {
	font-size: 24px;
}

img.dev-photo {
	width: 60px;
	vertical-align: middle;
	box-shadow: 0 0 6px 0px rgb(0 0 0 / 16%);
}

span.valid-till,
span#certificate-date {
	font-size: 14px;
}

span.scan-anim {
	position: absolute;
	width: 58%;
	height: 90%;
	background: rgb(224 85 70 / 16%);
	left: 28%;
	top: 4.7%;
	border-bottom: 5px solid #DF5547;
	animation: scan 5s linear 1;
}

.cert-opened .scan-anim {
	animation: none
}

a.certi-type-link {
	font-size: 15px;
	text-decoration: underline;
}

span.certificate-ctry,
.certificate-city {
	font-size: 15px;
}

@keyframes scan {
	0% {
		height: 0%;
	}

	30% {
		height: 90%;
	}

	60% {
		height: 0%;
	}

	100% {
		height: 90%;
	}
}

.loader-block {
	display: block;
}

.user-details .bt-spinner {
	margin: 20px auto 0;
	display: none;
}

@keyframes spin {
	from {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

.zwc-badge-wrap {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.zwc-certificate-img {
	margin-top: -20px;
}

.zwc-certificate-id {
	font-size: 18px;
	color: #0047FF;
}

.zwc-dev-info {
	display: flex;
	gap: 10px;
	align-items: center;
	justify-content: center;
}

.zwc-dev-info>p {
	margin-bottom: 0;
}

.zwc-dev-info:has(img)>p {
	text-align: left;
}

.zwc-sumbit-btn {
	color: #fff;
	background: #f0483e;
	border: 0px;
	font-size: 16px;
	padding: 12px 40px;
	text-transform: uppercase;
	font-family: var(--zf-primary-semibold);
	cursor: pointer;
}

@media all and (max-width: 1199px) {
	.bnr-inner {
		align-items: flex-start;
	}

	.user-details {
		padding: 40px;
	}
}

@media all and (min-width:768px) and (max-width:1399px) {
	/* .bnr-right {
		max-width: 400px;
		margin: 0 auto;
	} */

	span.scan-anim {
		width: 69%;
		left: 26%;
	}



}

@media all and (min-width:768px) and (max-width:991px) {
	.pagewrapper .content-wrap {
		padding: 60px 0;
	}

	.user-details {
		margin: 0px auto 40px;
		max-width: 600px
	}

}

@media all and (max-width:991px) {

	.bnr-inner>div {
		width: 100%;
	}

	.bnr-left {
		max-width: 600px;
		margin: 0 auto 30px;
	}

}


@media all and (max-width:767px) {
	.pagewrapper .content-wrap {
		padding: 60px 0;
		max-width: 500px;
	}

	.banner .content-wrap {
		padding-top: 30px
	}



	/* .bnr-right {
		padding-left: 0px;
		max-width: 250px
	} */

	span.scan-anim {
		left: 8%;
		width: 85%;
	}

	.pop-inner {
		padding: 40px 20px 30px 20px;
	}

	.user-details {
		margin: 0px auto 30px;
		padding: 30px 20px;
		border-radius: 10px;
	}

	.field-group {
		margin-bottom: 20px;
	}

	.field-group h3 {
		font-size: 18px
	}

	.user-details img {
		max-width: 60px;
	}

	.box-popup {
		width: 90%;
		padding: 0px 0px 0px 0px;
	}

	.box-popup.active {
		top: 80px;
	}

	.pop-inner-wrap .zwc-certificate-type {
		max-width: 330px;
		margin-inline: auto;
	}

	.pop-inner-wrap .zwc-certificate-type .certificate-type {
		font-size: 18px;
	}

	.pop-inner-wrap .zwc-certificate-type,
	.zwc-certificate-id {
		font-size: 16px;
	}

	.popup-txt-desc,
	.support-txt {
		font-size: 12px
	}

	img.dev-photo {
		width: 50px;
	}
}

@media (max-width: 480px) {
	.field-group p {
		font-size: 12px;
		max-width: 300px;
	}
}