.modal_form {
	width: 300px; 
	height: 345px;
	border-radius: 5px;
	border: 3px #000 solid;
	background: #fff;
	position: fixed; 
	top: 45%; 
	left: 50%;
	margin-top: -150px;
	margin-left: -175px;
	display: none;
	opacity: 0;
	z-index: 5;
	padding: 20px 20px;
	box-sizing: content-box;
}

.modal_form .modal_close {
	width: 21px;
	height: 21px;
	position: absolute;
	top: 10px;
	right: 10px;
	cursor: pointer;
	display: block;
	color:#000;
}
.head_modal_form{
	color:#000;
	font-weight: 700;
	font-size: 1.143rem;
    line-height: 1.444;
    letter-spacing: .33px;
	text-align:center;
}
span.required{
	color:red;
}
p.required{
	color:#000;
	font-size: 15px;
    margin-top: 10px;
}

.form_h4{
	font-size:.857rem;
	margin-bottom:10px;
	margin-top:20px;
	text-shadow: -1px 0px 12px rgb(184, 182, 181);
}

.text-style-tiny{
	font-size: .857rem;
    line-height: 1.333;
    font-weight: 400;
	opacity: .5;
	text-align: center;
	color: #191919;
}

.send_form{
	margin: 10px 0;
	cursor:pointer;
}

#overlay {
	z-index:3; 
	position:fixed;
	background-color:#000;
	opacity:0.8;
	-moz-opacity:0.8;
	filter:alpha(opacity=80);
	width:100%; 
	height:100%;
	top:0;
	left:0;
	cursor:pointer;
	display:none;
}
.open_modal{
	cursor: pointer;
}

.btn-primary{
	margin-top: 10px;
}

.btn_whatsapp, .btn_whatsapp:hover{
	background: green;
}

.btn_whatsapp:hover{
	background: #008000eb;
}

.send_form_error{
	color: red;
}