body{overflow-x: hidden; }
.input_wecallyouback {
    border: 1px solid white; 
	width:170px;
    -webkit-box-shadow: 
      inset 0 0 4px  rgba(0,0,0,0.1),
            0 0 8px rgba(0,0,0,0.1); 
    -moz-box-shadow: 
      inset 0 0 4px  rgba(0,0,0,0.1),
            0 0 8px rgba(0,0,0,0.1); 
    box-shadow: 
      inset 0 0 4px  rgba(0,0,0,0.1),
            0 0 8px rgba(0,0,0,0.1); 
    padding: 5px;
    background: rgba(255,255,255,0.5);
    margin: 0 0 10px 0;
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;	
}	
#footer_wecallyouback {
	height:60px;
	bottom:0;
	margin:0 auto;
	position:fixed;
	z-index:20000;
	width:100%;
	box-shadow: 0px 0px 10px 2px #888888;
	}
.wrap_wecallyouback {
	width: 172px;
	}	
#conf {
	clear:both;
	float:left;
	text-align:justify;
	color:#090 !important;
	display:none;
	font-size:small;
	}
		
#name {
	float:left;
	}
	
#number{
	float:left;	
}

#submit_button{
	float:left;	
	height:22px;	
}

#reset_button{
	float:left;	
	padding-right:2px;	
	height:40px;
}

#gdpr_row{
	float:left;	
	height:22px;	
}

#rep {
	float:right;
	position:absolute;
	bottom:57px;
	right:0;
	display:none;
}

#explanation{
	width: 100%;	
	text-align:justify !important;
	float:left;
}

#wecall {
text-align:center !important;
font-weight:bold;
padding-bottom:10px;
}
#What, #plus, #a, #b, #ques {
	float:left;
	padding:1px;	
}

#re_captcha{
	float:left;
}
#Button1{
	margin-right:5px;
}
#CaglarInput{
width:128px !important;
font-size: 11px;
}
.wcybbtn1 {
  cursor:pointer;	
  background: #CCC;
  background-image: -webkit-linear-gradient(top, #CCC, #999);
  background-image: -moz-linear-gradient(top, #CCC, #999);
  background-image: -ms-linear-gradient(top, #CCC, #999);
  background-image: -o-linear-gradient(top, #CCC, #999);
  background-image: linear-gradient(to bottom, #CCC, #999);
  -webkit-border-radius: 28;
  -moz-border-radius: 28;
  border-radius: 28px;
  font-family: Arial;
  color: #ffffff;
  font-size: 12px;
  padding: 5px 10px 5px 10px;
  text-decoration: none;
  margin-bottom:5px;
}

.wcybbtn1:hover {
  background: #666;
  text-decoration: none;
}

#error_name, #error_email, #error_phone, #error_gdpr {
	clear:both;
	float:left;
    font-size: .625rem;
    font-weight: 700;
    color: #f54c3e;
}
#submit1, #clear {
	outline:none;
}