#popup_get_contact {
	visibility: hidden;
	position: fixed;
	left: 0px;
	bottom: 0px;
	width:100%;
	height:100%;
	text-align:center;
	z-index: 1000;
	background:rgba(0,0,0,.6);
}
.popup_get_contact_inner{
	width: 80%;
	max-width:512px;
	position: relative;
	margin: 60px  auto;
	background-color: #FFF;
    line-height:26px;
	padding: 15px;
	height: auto;
	text-align: justify;
	margin-left:auto;
	margin-right:auto;
	
	z-index: 3000;
	font-size:14px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#333333;
	
}
#popup_get_contact .close{
	position: absolute;
	top: 0;
	right: 0;
	margin-top: -17px;
	margin-right: -15px;
}
.contact_pop{
float:left; 
width:100%; 
margin-bottom:20px;
}
.contact_pop_label{

float:left;
}
.contact_pop_label_inner{
color:#FF0000; 
font-size:12px; 
display:none;
}
.contact_pop_text{
padding:5px; 
border:1px solid #999999;
width: 100%;
height: 34px;
font-size: 12px;
}
#popup_get_contact .heading{
    color: #454343;
    font-weight: bold;
    font-size: 13px;
}
@media only screen and (max-width: 700px) {
    .popup_scroll_mobile{
       height: 80% !important;
       overflow-y: scroll;
        
    }

   
}