/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 22 2021 | 08:06:09 */
.wpcf7-form .wpcf7-list-item {
  display: inline;
  margin: 0;
  text-align: left;
}

.wpcf7-list-item-label {
  vertical-align: middle;
  margin-right: 10px;
  margin-left: -2px;
}

.wpcf7-list-item.last .wpcf7-list-item-label {
  margin-right: 0px;
}

.wpcf7-form input[type="text"],
.wpcf7-form input[type="password"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="url"],
.wpcf7-form input[type="tel"],
.wpcf7-form textarea {
  width: 100%;
  padding: 10px 15px;
  font-size: 15px;
  line-height: 1.5em;
  border: 1px solid #ccc;
}

.wpcf7-form input[type="submit"] {
  width: 100%;
  height: auto;
  font-size: 18px;
  line-height: 1.5em;
  color: #fff;
  padding: 15px 15px;
  border: 3px solid;
  border-color: #29abe2;
  background-color: #29abe2;
  transition: all .4s ease-out;
}

.wpcf7-form input[type="submit"]:hover {
  color: #29abe2;
  text-decoration: none;
  background-color: transparent;
}

div.wpcf7-response-output {
  font-size: 13px;
  margin: 0 0 20px !important;
  padding: 10px 15px !important;
}

.form-input {
  font-size: 13px;
  margin-bottom: 20px;
}

input[type="checkbox"],
input[type="radio"] {
  width: 20px;
  height: 20px;
  border: 2px solid #999;
}

@media only screen and (max-width: 568px) and (min-width: 0) {
  .wpcf7-form .wpcf7-form-control-wrap {
    margin: 0 auto;
  }
}
