button,input{ 
-webkit-appearance: none; 
} 
button:hover{ 
cursor: pointer; 
} 
.overlay{
	position: fixed;
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
	    background-color: rgb(0, 0, 0);
    opacity: 0.9;
    display: block;
    z-index: 999999999999999999999999999999999999999999999;
      display: none;
}	
.modalblock .form-send{
	width: 100%;
	    padding-top: 31px;
}
.modalblock{
	width: 420px;
	height: 400px;
	position: fixed;
	top: 20%;
	left: 50%;
	margin-left: -210px;
   z-index: 999999999999999999999999999999999999999999999;
	  background-color: #fff;
	  text-align: center;
	  display: none;
	}
	.modalblock p{
    padding-top: 40px;
		    color: #00bfa5;
		    font-size: 32px;
    font-family: "RalewayBold";
	}


.modalblock	form input{
		text-align: center;
		margin: 0px auto;
		width: 360px;
		height: 50px;
 font-family: "RalewayMedium";
    border: 0px #FFFFFF solid;
    background-color: #adabab;
    color: #fff !important;
    font-size: 24px;
    padding: 0px;
    -webkit-appearance: none; 
	}
.modalblock ::-webkit-input-placeholder {color:#fff;}
.modalblock ::-moz-placeholder          {color:#fff;}/* Firefox 19+ */
.modalblock :-moz-placeholder           {color:#fff;}/* Firefox 18- */
.modalblock :-ms-input-placeholder      {color:#fff;}

.modalblock .submit{
    position: relative;
    top: 67px;
    width: 348px;
		height: 50px;
	background-color: #00bfa5;
	}
.close{
	    padding-top: 22px !important;
font-weight: normal !important;
    text-align: right !important;
    padding-right: 20px !important;
    font-size: 42px !important;
}
.submit:hover{
	cursor: pointer;
}
.close:hover{
	cursor: pointer;}

	@media (min-width: 319px) and (max-width: 480px) {
	.modalblock{
		top: 15%;
	width: 320px;
    height: 370px;

	margin-left: -160px;
	}
	.modalblock p{
padding-top: 10px;
	font-size: 24px;

	}

	.modalblock form input{
width: 294px;
    height: 50px;
	}
	.submit{
		    width: 282px !important;
		        height: 46px !important;
	}
}