/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 17 2024 | 09:49:23 */
body .pum-overlay.pum-theme-default-theme {
	background-color: rgba(0,0,0,.5);
}
.pum.pum-overlay .pum-container .pum-close.popmake-close {
	font-size: 0;
	top: -15px;
	right: -15px;
	border-radius: 50%;
	padding: 0;
	transition: .3s;
}
.pum.pum-overlay .pum-container .pum-close.popmake-close:hover{
	transition: .3s;
	opacity: .9;
}
.pum .pum-container .pum-close.popmake-close::after {
	content: "x";
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	font-size: 28px;
	font-family: arial;
	font-weight: normal;
	line-height: 2px;
	height: 5px;
}
.pum.pum-overlay .pum-container {
	max-width: 92% !important;
	width: 600px !important;
	left: 50% !important;
	top: 50% !important;
	margin-left: 0 !important;
	transform: translate(-50%, -50%);
}
.pum.pum-overlay .pum-container .pum-content .cusform h2 {
	padding-bottom: 15px;
}
.pum.pum-overlay  label {
	margin-bottom: 5px;
	margin-top: 10px;
	display: block;
	color: #000;
	text-transform: capitalize;
}
