.home-form-top{
  margin-top: -350px;
}
.ft-product-mesurment-section:before {
  background-color: #ffffff!important;
}
.ft1-feature-section {
  padding: 50px 0px 50px;
}
.ft-contact-form-wrapper input, .ft-contact-form-wrapper textarea {
  width: 100%;
  height: 55px;
  border-radius: 5px;
  margin-bottom: 0px;
  padding-left: 20px;
  border: 1px solid #cbcbcb;
}
.ft-service-sidebar-widget .service-form-widget input, .ft-service-sidebar-widget .service-form-widget textarea {
  width: 100%;
  color: #fff;
  height: 55px;
  padding-left: 15px;
  margin-bottom: 0px;
  border: 1px solid #fff;
  background-color: transparent;
}

.service-form-widget label.error{
  color: #ffc81a!important;
  font-size: 12px;
}
.service-form-widget input.error{
  border: 1px solid #ffc81a !important;
}

label.error{
  color: #ea1e00;
  font-size: 12px;
}
input.error{
  border: 1px solid #ea1e00!important;
}
.star_num{
  font-weight: 500;
  color: #000;
}
.ft-service-sidebar-widget .service-form-widget select {
  width: 100%;
  color: #fff;
  height: 55px;
  padding-left: 15px;
  margin-bottom: 15px;
  border: 1px solid #fff;
  background-color: #ea1e00;
}
@media screen and (max-width: 768px) {
  .home-form-top{
    margin-top: -50px;
  }
  .ft1-welcome-section {
    padding:0px;
  }
}