#exampleModalok {
	width: 330px;
	height: 160px; 
	background-color: #2fadee;
	border-radius: none;
}
	
.text {
	margin-top: 14px;
	font-size: 28px; 
	color: #FFFFFF; 
    font-family: 'pf_dindisplay_promedium';
	line-height: 30px;
}

.thx {
    font-family: 'pf_dindisplay_promedium';
	font-size: 26px; 
	margin-top: 5px;
	line-height: 31px;
	color: #FFFFFF;
}

.smal {
    font-family: 'pf_dindisplay_proregular';
	font-size: 22px; 
	line-height: 27px;
	color: #FFFFFF;
}

/*-------------------------------------------------- Call1 -------------------------------------------------*/

#callback {
	text-align: center;
	width: 165px;
	height: 32px;
	cursor: pointer;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 4px;
	-webkit-box-shadow: 0px 3px 0px #c39405;
	-moz-box-shadow: 0px 3px 0px #c39405;
	box-shadow: 0px 3px 0px #c39405;
	font-family: 'pf_dindisplay_proregular';
	color: #363839;
	font-size: 18px;
	background: #ffcc00;
	padding: -2px 0px 0px 0px;
	text-decoration: none;
}

#callback:hover{
	background: #ffde00;
	text-decoration: none;
}

#callback:active{
	margin-top:2px;
	-webkit-box-shadow: 0px 1px 0px #c39405;
	-moz-box-shadow: 0px 1px 0px #c39405;
	box-shadow: 0px 1px 0px #c39405;
	text-decoration: none;
}

#exampleModal{
	width: 330px;
	height: 320px;
	background-color: #2fadee;
	border-radius: none;
}


#name {
	margin-top: 25px;
	width: 258px;
	height: 45px;
	padding-left: 36px;
	border: 0px solid #7676e4;
    font-family: 'pf_dindisplay_prolight';
	font-size: 18px;
	background: transparent url("../images/name_ico.png") no-repeat 11px center;
	outline: none;
	border-radius: 4px;
	background-color: #ffffff;
}

#phone {
	margin-top: 15px;
	width: 258px;
	height: 42px;
	padding-left: 36px;
	border: 0px solid #7676e4;
	font-family: 'pf_dindisplay_prolight';
	font-size: 18px;
	background: transparent url("../images/phone_ico.png") no-repeat 11px center;
	outline: none;
	border-radius: 4px;
	background-color: #ffffff;
}

#submit{	
	margin-top: 22px;
	text-align: center;
	width: 294px;
	height: 60px;
	cursor: pointer;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 5px;
	text-shadow: 0.5px 0.866px 1px rgb( 98, 6, 21 );
	-webkit-box-shadow: 0px 4px 0px #b93a3a;
	-moz-box-shadow: 0px 4px 0px #b93a3a;
	box-shadow: 0px 4px 0px #b93a3a;
	font-family: 'pf_dindisplay_promedium';
	color: #FFFFFF;
	font-size: 24px;
	background: #f34040;
	padding: -2px 0px 0px 0px;
	text-decoration: none;
}
	
#submit:hover{	
	background: #ff5151;
	text-decoration: none;
}
	
#submit:active{	
	margin-top: 25px;
	-webkit-box-shadow: 0px 1px 0px #b93a3a;
	-moz-box-shadow: 0px 1px 0px #b93a3a;
	box-shadow: 0px 1px 0px #b93a3a;
	text-decoration: none;
}

/*--------------------------------------------End Form-------------------------------------------*/



/*-------------------------------------------------- Call2 -------------------------------------------------*/

#callback1{
	text-align: center;
	width: 165px;
	height: 32px;
	cursor: pointer;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 4px;
	-webkit-box-shadow: 0px 3px 0px #c39405;
	-moz-box-shadow: 0px 3px 0px #c39405;
	box-shadow: 0px 3px 0px #c39405;
	font-family: 'pf_dindisplay_proregular';
	color: #363839;
	font-size: 18px;
	background: #ffcc00;
	padding: -2px 0px 0px 0px;
	text-decoration: none;
}

#callback1:hover{
	background: #ffde00;
	text-decoration: none;
}

#callback1:active{
	margin-top:2px;
	-webkit-box-shadow: 0px 1px 0px #c39405;
	-moz-box-shadow: 0px 1px 0px #c39405;
	box-shadow: 0px 1px 0px #c39405;
	text-decoration: none;
}

#exampleModal1{
	width: 330px;
	height: 320px;
	background-color: #2fadee;
	border-radius: none;
}


#name1 {
	margin-top: 25px;
	width: 258px;
	height: 45px;
	padding-left: 36px;
	border: 0px solid #7676e4;
    font-family: 'pf_dindisplay_prolight';
	font-size: 18px;
	background: transparent url("../images/name_ico.png") no-repeat 11px center;
	outline: none;
	border-radius: 4px;
	background-color: #ffffff;
}

#phone1 {
	margin-top: 15px;
	width: 258px;
	height: 42px;
	padding-left: 36px;
	border: 0px solid #7676e4;
	font-family: 'pf_dindisplay_prolight';
	font-size: 18px;
	background: transparent url("../images/phone_ico.png") no-repeat 11px center;
	outline: none;
	border-radius: 4px;
	background-color: #ffffff;
}

#submit1{	
	margin-top: 22px;
	text-align: center;
	width: 294px;
	height: 60px;
	cursor: pointer;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 5px;
	text-shadow: 0.5px 0.866px 1px rgb( 98, 6, 21 );
	-webkit-box-shadow: 0px 4px 0px #b93a3a;
	-moz-box-shadow: 0px 4px 0px #b93a3a;
	box-shadow: 0px 4px 0px #b93a3a;
	font-family: 'pf_dindisplay_promedium';
	color: #FFFFFF;
	font-size: 24px;
	background: #f34040;
	padding: -2px 0px 0px 0px;
	text-decoration: none;
}
	
#submit1:hover{	
	background: #ff5151;
	text-decoration: none;
}
	
#submit1:active{	
	margin-top: 25px;
	-webkit-box-shadow: 0px 1px 0px #b93a3a;
	-moz-box-shadow: 0px 1px 0px #b93a3a;
	box-shadow: 0px 1px 0px #b93a3a;
	text-decoration: none;
}

/*--------------------------------------------End Form-------------------------------------------*/




/*-------------------------------------------------- Request -------------------------------------------------*/

#name2 {
	margin-top: 6px;
	width: 258px;
	height: 45px;
	padding-left: 36px;
	border: 0px solid #7676e4;
    font-family: 'pf_dindisplay_prolight';
	font-size: 18px;
	background: transparent url("../images/name_ico.png") no-repeat 11px center;
	outline: none;
	border-radius: 4px;
	background-color: #ffffff;
}

#phone2 {
	margin-top: 18px;
	width: 258px;
	height: 42px;
	padding-left: 36px;
	border: 0px solid #7676e4;
	font-family: 'pf_dindisplay_prolight';
	font-size: 18px;
	background: transparent url("../images/phone_ico.png") no-repeat 11px center;
	outline: none;
	border-radius: 4px;
	background-color: #ffffff;
}

#submit2{	
	margin-top: 25px;
	text-align: center;
	width: 294px;
	height: 60px;
	cursor: pointer;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 5px;
	text-shadow: 0.5px 0.866px 1px rgb( 98, 6, 21 );
	-webkit-box-shadow: 0px 4px 0px #b93a3a;
	-moz-box-shadow: 0px 4px 0px #b93a3a;
	box-shadow: 0px 4px 0px #b93a3a;
	font-family: 'pf_dindisplay_promedium';
	color: #FFFFFF;
	font-size: 24px;
	background: #f34040;
	padding: -2px 0px 0px 0px;
	text-decoration: none;
}
	
#submit2:hover{	
	background: #ff5151;
	text-decoration: none;
}
	
#submit2:active{	
	margin-top: 28px;
	-webkit-box-shadow: 0px 1px 0px #b93a3a;
	-moz-box-shadow: 0px 1px 0px #b93a3a;
	box-shadow: 0px 1px 0px #b93a3a;
	text-decoration: none;
}

/*--------------------------------------------End Form-------------------------------------------*/




/*-------------------------------------------------- Question -------------------------------------------------*/

#name3 {
	margin-top: 0px;
	width: 221px;
	height: 45px;
	padding-left: 36px;
	border: 0px solid #7676e4;
    font-family: 'pf_dindisplay_prolight';
	font-size: 18px;
	background: transparent url("../images/name_ico.png") no-repeat 11px center;
	outline: none;
	border-radius: 4px;
	background-color: #ffffff;
}

#phone3 {
	margin-top: 0px;	
	margin-left: 44px;
	width: 221px;
	height: 42px;
	padding-left: 36px;
	border: 0px solid #7676e4;
	font-family: 'pf_dindisplay_prolight';
	font-size: 18px;
	background: transparent url("../images/phone_ico.png") no-repeat 11px center;
	outline: none;
	border-radius: 4px;
	background-color: #ffffff;
}

#submit3{	
	margin-top: -2px;
	text-align: center;
	margin-left: 43px;
	width: 258px;
	height: 47px;
	cursor: pointer;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0px 3px 0px #c39405;
	-moz-box-shadow: 0px 3px 0px #c39405;
	box-shadow: 0px 3px 0px #c39405;
	font-family: 'pf_dindisplay_promedium';
	color: #363839;
	font-size: 24px;
	background: #ffcc00;
	padding: -2px 0px 0px 0px;
	text-decoration: none;	
	position: absolute;
}


#submit3:hover{	
	background: #ffde00;
	text-decoration: none;
}

#submit3:active{
	margin-top:0px;
	-webkit-box-shadow: 0px 1px 0px #c39405;
	-moz-box-shadow: 0px 1px 0px #c39405;
	box-shadow: 0px 1px 0px #c39405;
	text-decoration: none;
}

/*--------------------------------------------End Form-------------------------------------------*/



.box-modal {
	position: relative;
	width: 500px;
	padding: 16px;
	background: #fff;
	color: #3c3c3c;
	box-shadow: 0 0 0 6px rgba(11, 159, 236, 0.4);
	border-radius: 6px;
}
.box-modal_close { 
	
	position: absolute; 
	right: 0px; 
	top: 0px; 
	cursor: pointer; 
}

.box-modal_close:hover { 
}