.wpcf7, .mc4wp-form {
    font-family: 'Poppins', sans-serif;
}
.wpcf7 input[type="submit"],
.wpcf7 input[type="reset"],
.wpcf7 input[type="search"],
.wpcf7 input[type="password"],
.wpcf7 input[type=email],
.wpcf7 input[type=text], 
.wpcf7 input[type=tel],
.mc4wp-form input[type="submit"],
.mc4wp-form input[type="reset"],
.mc4wp-form input[type="search"],
.mc4wp-form input[type="password"],
.mc4wp-form input[type=email],
.mc4wp-form input[type=text], 
.mc4wp-form input[type=tel]
{
    -webkit-appearance:none;
    appearance:none;
    border-radius:0;
    font-family: 'Poppins', sans-serif;
    color:#85888C;
}

.wpcf7 input[type=email], 
.wpcf7 input[type=text], 
.wpcf7 input[type=tel],
.wpcf7 textarea,
.mc4wp-form input[type=email], 
.mc4wp-form input[type=text], 
.mc4wp-form input[type=tel],
.mc4wp-form textarea

{
    padding: 10px 10px 8px 10px;
    border-radius: 5px;
    border: 1px solid #C4C4C4;
    font-size: 14px;
    width: 100%;
    margin-top: 15px;
    font-family: 'Poppins', sans-serif;
    
}

.wpcf7 input[type=checkbox],
span.wpcf7-list-item,
.mc4wp-form input[type=checkbox],
{
    margin:0px;
}

.wpcf7 .row *,
.mc4wp-form .row *  {
    font-size: 14px;
}
.wpcf7 span.wpcf7-not-valid-tip {
   font-size: 12px;
}
.wpcf7 .row,
.mc4wp-form .row {
    font-size: 0px;
}
.wpcf7 input[type=submit] {
    color: #003569;
    background-color: #FFD100;
    border: none;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    width: 180px;
    padding: 10px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}
.wpcf7 input[type=checkbox],
.mc4wp-form input[type=checkbox] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: inline-block;
    height: 16px;
    border-radius: 5px;
    width: 16px;
    margin-top: 0;
    margin-left: 0;
    vertical-align: middle;
    border: 4px solid #fff;
    background: #fff;
    -webkit-transition: background-color 50ms;
    transition: background-color 50ms;
    outline: none;
    border: 1px solid #bbb;
}
.wpcf7 input[type=checkbox]:checked,
.mc4wp-form input[type=checkbox]:checked {
    background-color: #262d4c;

    border: 1px solid #bbb;
}
.wpcf7 .row .half.btnsubmit,
.mc4wp-form .row .btnsubmit {
    text-align: center;
    margin-top: 10px;
}
.mc4wp-form .row.privacy {
    margin-top:20px;
    font-family: 'Poppins';
}

.mc4wp-form .row .btnsubmit {
font-family: 'Poppins', sans-serif;
  font-size: 14px;
  display: inline-block;
  text-transform: uppercase;
  padding: 11px 20px;
  border: none;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  font-weight: 500;
  cursor: pointer;
  vertical-align: middle;
  background-color: #FED061;
  color: #003569;
}
@media (min-width: 768px) { 
    .wpcf7 .row .half,
    .mc4wp-form .row .half {
        width: 50%;
        width: calc(50% - 10px);
        display: inline-block;
        vertical-align: top;
    }
    .wpcf7 .row .half:first-child,
    .mc4wp-form .row .half:first-child {
        margin-right:10px;
    }
    .wpcf7 .row .half:last-child,
    .mc4wp-form .row .half:last-child {
        margin-left:10px;
    }
    .wpcf7 .row .half.btnsubmit,
    .wpcf7 .row .half.privacy,
    .mc4wp-form .row .half.btnsubmit,
    .mc4wp-form .row .half.privacy {
        width:100%;
        margin-left: 0px;
        margin-right: 0px;
    }
    .mc4wp-form-fields {
        max-width: 600px;
        margin-bottom: 20px;
    }
    
   
}
    

@media (min-width: 992px) { 
    .wpcf7 .row .half.btnsubmit,
    .mc4wp-form .row .half.btnsubmit {
        width:180px;
        margin-left: 0px;
        margin-right: 0px;
    }
    .wpcf7 .row .half.privacy,
    .mc4wp-form .row .half.privacy {
        width:calc(100% - 180px);
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 20px;
    }

    html:lang(de) .wpcf7 .row .half.privacy, 
    html:lang(de) .mc4wp-form .row .half.privacy,
    html:lang(fr) .wpcf7 .row .half.privacy, 
    html:lang(fr) .mc4wp-form .row .half.privacy,
    html:lang(es) .wpcf7 .row .half.privacy, 
    html:lang(es) .mc4wp-form .row .half.privacy {
        width:100%;
    }
}