/* HS csS */

label{color: #f6821f !important; font-weight: bold; letter-spacing: 2px;}
input[type="text"],input[type="email"]{border: 1px solid #eee; border-radius: 5px; padding: 20px; height: 40px    ; font-size: 16px; width: 100%;}
.error{color: red;}
.btn-orange{background-color: #f6821f !important; width: 100% !important;border-radius: 5px !important; color: #fff;}
.btn-orange{background: url(../images/hand-arrow.png) scroll 30% center  #f6821f  no-repeat !important;
    font-weight:bold;
}
.heading-orange span{
    color: #6e6e6e;font-size: 22px;

}
.heading-orange{color: #f6821f;font-size: 22px }
 
@media  screen and (max-width: 600px) {
    .btn-orange{background: url(../images/hand-arrow.png) scroll 10% center  #f6821f  no-repeat !important;
        font-weight:bold;
    }
    
  } 

  @media  screen and (max-width: 768px) {
    .btn-orange{background: url(../images/hand-arrow.png) scroll 10% center  #f6821f  no-repeat !important;
        font-weight:bold;
    }
    
  }