/* #rev_slider_5_2_wrapper rs-slide {
	filter: blur(4px);
} */
.custom_form {
	max-width: 600px;
	z-index: 10000;
	width: 100%;
	background: #fff;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.custom_heading {
	padding: 15px;
    background: #976d4b;
    color: #fff;
    border-color: #976d4b;
	font-weight: 600;
    font-size: 18px;
}
.custom_content {
	padding: 15px;
	border: 1px solid #e0e0e0;
}
span.close_form {
    float: right;
    font-size: 20px;
    line-height: 30px;
	cursor: pointer;
	color: #000;
}
.custom_content input {
    margin-bottom: 15px;
    padding: 10px 15px;
}
