
#reasonForContact{
  margin-top:0px;
}
 .mktoForm .mktoButtonRow {
  display: flex;
  }
 .mktoForm div,  .mktoForm span,  .mktoForm label,  .mktoForm p {

}
 .mktoHtmlText  {
margin-top: 0px;
width: 100% !important;
font-size: 16px;
}
.mktoLogicalField {
  padding-top: 13px !important;
}
.mktoForm .mktoButtonWrap.mktoSimple .mktoButton{
        background: linear-gradient(to bottom, #008D9A 0%, #7AC162 100%);
        border-radius: 8px;
        border: 0px solid;
        padding:10px 30px 10px 30px !important;
        text-decoration: none !important;
  color: #ffffff !important;
  display: inline-block;
    margin-bottom: 0;
    font-weight: 600 !important;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    font-size: 26px;
    line-height: 1.42857143;
}
 .mktoForm .mktoButtonWrap.mktoSimple .mktoButton:hover {
  background: linear-gradient(to bottom, #008D9A 0%, #193F57 100%);
  color:#ffffff !important;
  text-decoration: none !important;
}
 .mktoForm .mktoRequiredField .mktoAsterix{
  left: -9px;
  text-align: left !important;
  margin-top: 0px;
}
 .mktoForm a{
  color:#aa3ea0 !important;
  text-decoration: underline;
}

.mktoForm .mktoError .mktoErrorArrowWrap {
  display: none;
}
.mktoForm .mktoError {
  position: absolute;
  z-index: 99;
  color: #bf0000;
  top: auto;
  left: 0px;
}

.mktoForm .mktoError .mktoErrorMsg {
  padding: 0.4em 0.6em !important;
}


.form-area{
  padding: 0px;
  border-radius: 0px;
  /* background-color:#F2FAFB; */
}

/*Forms*/
.mktoForm .mktoOffset {
    height: 0 !important;
}
.mktoForm div, .mktoForm span, .mktoForm label, .mktoForm p {
  margin: 0;
  padding: 0;
  width: 100% !important;
}
.mktoForm{
  color: #333333 !important;
font-family: "Nunito", sans-serif !important;
font-size: 1rem !important;
font-weight: 400 !important;
background-color: #fff0;
border-radius: 0px;
padding: 0px;
padding-bottom: 10px !important;
width: 100% !important;
}
.mktoForm select{
  width: 100%;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  padding: 10px;
  margin: 20px 0;
  border: 1px solid #c4c4c4;
  background: url("https://go.biocina.com/rs/921-MBH-807/images/down-arrow.png") no-repeat;
  cursor:pointer;
  background-size: 12px;
  background-position: calc(100% - 11px) 13px;
  background-repeat: no-repeat;
}
.mktoForm input[type="text"], .mktoForm input[type="url"], .mktoForm input[type="email"], .mktoForm input[type="tel"], .mktoForm input[type="number"], .mktoForm input[type="date"], .mktoForm textarea.mktoField, .mktoForm select.mktoField {
  font-family: "Nunito", sans-serif !important;
    font-size: 16px !important;
    line-height: 21px !important;
    background-color: rgb(255, 255, 255);
    border-color: ;
    color: rgb(0, 0, 0);
    border-radius: 0px !important;
    width: 100% !important;
    padding: 13px !important;
    min-height: 38px;
    border: 1px solid #c4c4c4;
}
.mktoForm textarea.mktoField, .mktoForm select.mktoField {
  border-radius: 0px !important;
  border: 1px solid #c4c4c4;
  padding-left: 8px !important;
}

.mktoForm textarea[rows="2"] {
    height: 150px !important;
}
.mktoForm .mktoRequiredField .mktoAsterix {
  position: absolute;
}
.mktoForm button.mktoButton {
  transition: all .333s ease-in-out;
  cursor: pointer;
  margin: 0;
    margin-top: 0px;
    background: linear-gradient(to bottom, #008D9A 0%, #7AC162 100%);
    border-radius: 8px;
    border: 0px solid;
    padding:14px 30px 14px 30px;
    text-decoration: none !important;
color: #ffffff !important;
  font-weight: bold;
  margin-top: 12px;
}
.mktoForm button.mktoButton:hover {
  background: linear-gradient(to bottom, #008D9A 0%, #193F57 100%);
  color:#ffffff !important;
  text-decoration: none !important;
}
.mktoForm .mktoRadioList > label, .mktoForm .mktoCheckboxList > label {
  font-weight: 600 !important;
  font-size: 13px;
  margin-bottom: 7px !important;
}
.mktoForm .mktoLabel {
  font-family: "Nunito", sans-serif !important;
    font-size: 14px;
    display: block;
    float: none;
    width: auto;
    text-align: left;
    line-height: 20px !important;
    padding-top: 0;
    margin-bottom: 4px;
    width: auto !important;
    margin-top: 10px;
    font-weight: 400 !important;
}
.mktoForm .mktoRequiredField label.mktoLabel {
  font-weight: bold !important;
}

.mktoButtonWrap{
  margin:0px !important;
}

.mktoButtonRow {
    display: inline-block;
    position: relative;
    margin: 0px auto !important;
    width: 100% !important;
}

.mktoForm .mktoLabel {
  margin-left: 5px !important;
  margin-bottom: 0px !important;
  margin-top:8px !important;
}
.mktoFormCol .mktoLabel{
  margin-bottom: 10px !important;
}
/* MEDIA QUERIES */
@media(max-width: 1100px){

}

@media(max-width: 820px){

}
@media(max-width: 820px){

}
@media(max-width: 768px){

}

@media(max-width: 660px){
.mktoForm .mktoLabel {
    margin-left: 5px !important;
    margin-bottom: 3px !important;
    margin-top: 5px !important;
  }
 .mktoForm .mktoRequiredField .mktoAsterix {
    margin-left: 5px !important;
    left: -14px;
  }
.mktoForm {
    padding-top: 10px !important;
  }
}
@media only screen and (max-width: 480px){}
  .mktoForm, .mktoForm * {
  padding: 0px !important;
  }
}
@media only screen and (max-width: 480px), only screen and (max-device-width: 480px), only screen and (max-device-height: 480px){
  .mktoMobileShow .mktoForm, .mktoForm *  {
    padding: 0px !important;
  }
}
