div.wpcf7 {
    margin: 0;
    padding: 0;
}

div.wpcf7-response-output {
    margin: 2em 0.5em 1em;
    padding: 0.2em 1em;
}

div.wpcf7 .screen-reader-response {
    position: absolute;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    width: 1px;
    margin: 0;
    padding: 0;
    border: 0;
}

div.wpcf7-mail-sent-ok {
    border: 2px solid #398f14;
}

div.wpcf7-mail-sent-ng {
    border: 2px solid #ff0000;
}

div.wpcf7-spam-blocked {
    border: 2px solid #ffa500;
}

div.wpcf7-validation-errors {
    border: 2px solid #f7e700;
}

span.wpcf7-form-control-wrap {
    position: relative;
}

span.wpcf7-not-valid-tip {
    color: #f00;
    font-size: 1em;
    display: block;
}

.use-floating-validation-tip span.wpcf7-not-valid-tip {
    position: absolute;
    top: 20%;
    left: 20%;
    z-index: 100;
    border: 1px solid #ff0000;
    background: #fff;
    padding: .2em .8em;
}

span.wpcf7-list-item {
    margin-right: 1em;
}

.wpcf7-display-none {
    display: none;
}

div.wpcf7 img.ajax-loader {
    border: none;
    vertical-align: middle;
    margin-left: 4px;
}

div.wpcf7 div.ajax-error {
    display: none;
}

div.wpcf7 .placeheld {
    color: #888;
}
 /*
form select{
  max-width: 552px;
  width: 100%;
  margin-bottom: 10px;
  border-radius: 5px;
  height: 40px;

    padding: 0 0 0 10px;
  border:none;

    font-size: 14px;
  line-height: 24px;
  font-family: 'opensanslight';
  color: #a2a2a2;
      -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: #fff url(../images/reqst-from-arrow.png)no-repeat 97% 53%;
}
*/
    /*
select.round {
 background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%), radial-gradient(#fff 70%, transparent 72%);
 background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 5px) calc(1em + 2px), calc(100% - .5em) .5em;
 background-size: 16px 16px, 16px 16px, 1.5em 1.5em;
 background-repeat: no-repeat;
}

select.round:focus {
 background-image: linear-gradient(45deg, gray 50%, transparent 50%), linear-gradient(135deg, transparent 50%, gray 50%), radial-gradient(#fff 70%, transparent 70%);
  background-position: calc(100% - 8px) 19px, calc(100% - 24px) 19px, calc(100% - 0.5em) 0.5em;
  background-size: 16px 16px, 16px 16px, 1.5em 1.5em;
  background-repeat: no-repeat;
  outline: 0;
}*/

}
form input[type=checkbox] {
  margin: 17px 2px 20px 5px !important;
  width: 15px !important;
  border: 0 !important;
  height: auto;
  background: none !important;
}
.RequiredResponse {
     width: 100%;
    font-family: 'opensanslight';
  font-size: 11px;
  line-height: 27px;
  color: #666;
    padding: 0;
    margin: 0;
/*    display: block;*/
}
.Quoteby{
     width: 100%;
    font-family: 'opensanslight';
  font-size: 11px;
  line-height: 27px;
  color: #666;
}
.wpcf7-list-item-label{
    padding: 0 0 2% 0;
}

