@media only screen and (min-width: 730px) and (max-width: 998px) {
  .form-boxs {
    margin-top: 80px;
  }
}
@media only screen and (min-width: 600px) and (max-width: 750px) {
  .form-boxs {
    margin-top: 100px;
  }
  .product-lead-form {
    margin-left: 0px !important;
  }
  .overview_right_box .overview_img {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .form-boxs {
    margin-top: 100px;
  }
  .product-lead-form {
    margin-left: 0px !important;
  }
  .overview_right_box .overview_img {
    width: 100%;
  }

}

.product-lead-form {
  border: 1px solid #dedede;
  padding: 24px;
  border-radius: 10px;
  margin-left: 20px;
}