.request-section{
background-color: #707374;
padding: 3px;
cursor: pointer;
}
.request-section h3{
font-size: 20px;
font-weight: 700;
color: #ffffff;
text-transform: uppercase;
font-family: 'Arial';
letter-spacing: 2px;

}
.request-section p{
font-size: 11px;
color: #ffffff;
font-family: 'Arial';
font-weight: 300;
background-color: #dd744d;
padding: 3px 10px 5px 10px;

}
.call-icon{
background: url('call-back-icon.png') no-repeat -1px 0;
width: 46px;
height: 42px;
display: inline-block;
vertical-align: middle;
}
.call-form{
background-color: #dd744d;
margin-top: 10px;
padding: 15px;

}
.all-call-field{
color: #ffc8b4;
font-size: 11px;
font-family: 'Arial';
font-style: italic;
text-align: right;

}
.call-form .error-msg{
color: #982900;
font-size: 11px;
font-weight: 400;
font-family: 'Arial';
float: right;
background-color: #fa9f7d;
padding: 2px 10px;
border-radius: 5px;
margin-top: 4px;

}
/***/
.call-form fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  margin-bottom: 10px;
}
.call-form input {
  display: block;
  width: 100%;
  height: 3em;
  padding: 16px 8px;
  border: 0;
  border-radius: 0;
  font-size: 13px;
  font-weight: 700;
  font-family: 'Arial';
  line-height: 1;
  background:transparent;
  color: #fff;
  outline: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.call-form .form-label fieldset {
  position: relative;
}
.call-form .form-label input {
  border-radius: 0px 0px 0 0;
  border-radius: 0 0 0px 0px;
border-bottom: 1px solid #b85733;
background-color: transparent;
border-top: 0px;
border-left: 0px;
border-right: 0px;
box-sizing: border-box;
}
.call-form .form-label label {
  position: absolute;
  top: 8px;
  left: 0px;
  color: #ffc0a8;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.call-form .form-css-label input[data-empty="false"], .call-form .form-css-label input:valid, .call-form .form-css-label input:focus {
  padding: 22px 8px 10px;
  outline: none;
  -moz-box-shadow: 0 0 0px #51cbee;
  -webkit-box-shadow: 0 0 0px #51cbee;
  box-shadow: 0 0 0px #51cbee;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  border: 0px solid #51cbee;
  border-bottom: 1px solid #ff9269;
}
.call-form .form-css-label input:focus {
  outline: 0;
  background:transparent;
}
.call-form .form-css-label input[data-empty="false"] + label, .call-form .form-css-label input:valid + label, .call-form .form-css-label input:focus + label {
  color: #fff;
  font-weight: 700;
  font-size: 12px;
  font-family: 'Arial';
  -webkit-transform: translate3d(0, -10px, 0);
          transform: translate3d(0, -10px, 0);
}

.call-form .form-js-label input[data-empty="false"], .call-form .form-js-label input:focus {
  padding: 22px 8px 10px;
}
.call-form .form-js-label input:focus {
  outline: 0;
  background: white;
}
.call-form .send-req{
background-color: #ffaf3e;
border: 0px;
color: #fff;
font-size: 14px;
font-weight: 700;
font-family: 'Arial';
padding: 14px 20px;
width: 100%;
border-radius: 3px;
box-shadow: 0px 2px 0px 0px #ee9517;
text-transform: uppercase;
margin: 5px 0px;
cursor: pointer;
}
.call-form .send-req:hover{
background-color:#ee9517;
color: #fff;
}
.call-form .we-res{
text-align: center;
color: #ffd3c3;
font-size: 12px;
font-weight: 400;
font-family: 'Arial';
margin: 5px 0px;
}
.call-form .we-res-icon{
background: url('call-lock-icon.png') no-repeat -3px -1px;
width: 12px;
height: 14px;
display: inline-block;
margin-right: 3px;
}
.wvcall-back{
z-index:999;
}
@media (max-width: 420px){
.wvcall-back {
position: relative !important;
right: 0px !important;
top: 0px !important;
font-family: 'Arial';
}
.request-section h3 {
    font-size: 15px;
}
.mob-pad0{
padding:0px;
}
.request-section p {
font-size: 9px;
}
}
@media (max-width: 980px){
.wvcall-back {
z-index: 999;
}
}