.email1form .field-left {
  float: left;
  margin-bottom: 15px !important;
  margin-right: 2% !important;
  margin-top: 0;
  overflow: hidden;
  width: 32%;
}

.ctct-custom-form input[type="text"] {
  box-shadow: none !important;
    border-radius: 0  !important;
  color: #747474 !important;
  height: 40px !important;
  border: 1px solid #d5d5d5 !important;
  box-sizing: border-box !important;
   font-family: "muliregular"!important;
  font-size: 13px !important;
    margin: 0 !important;
    padding: 0 !important;
}


.check-item {
  display: inline-block;
  width: 33%;
}
p.check-list-head {
  margin: 0;
}
.check-item input {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  vertical-align: middle;
}
.email1form button {
margin-bottom: 25px;
  background: #75aebc none repeat scroll 0 0;
  border: 2px solid #75aebc;
  color: #ffffff;
  font-family: "montserratregular";
  font-size: 22px;
  height: 42px;
  text-transform: uppercase;
  width: 100%;
transition: all 0.5s ease 0s;
-webkit-transition: all 0.5s ease 0s;
-ms-webkit-transition: all 0.5s ease 0s;
cursor: pointer;
}
.email1form button:hover {
  background: #354448 none repeat scroll 0 0 !important;
}
.email1form .field-left.field-right {
  margin-right: 0 !important;
}
.field-left input {
  display: block;
  width: 100%;
}
.field-left select {
  width: 100%;
}
.ctct-form-defaults {
    color: #000;
    padding:15px;
    border-radius:5px;
}
.ctct-custom-form * { box-sizing:border-box; }
.ctct-custom-form p { margin: 0; margin-bottom: 24px;}


.ctct-custom-form select {
  background-color: #ffffff;
  box-sizing: border-box;
  height: 40px;
box-shadow:none !important;
  width: 100%;
}


.ctct-custom-form .ctct-form-required { position: relative; }
.ctct-custom-form .ctct-form-required:before {content: "\2217";position: absolute;top: -4px;left: -12px;color: #002346; }
.ctct-custom-form input[type="text"]:focus { outline: 1px solid #5dacd6; }
.ctct-custom-form .ctct-form-errorMessage {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 12px;
    color: #75aebc; 
}
.ctct-custom-form select.is-error {
  border: 1px solid #75aebc;
}
.ctct-custom-form ::-webkit-input-placeholder { color: #88919a; }
.ctct-custom-form :-moz-placeholder { color: #88919a; }
.ctct-custom-form ::-moz-placeholder { color: #88919a; }
.ctct-custom-form :-ms-input-placeholder { color: #88919a; }
.ctct-custom-form input.is-error, .ctct-custom-form .ctct-form-input.is-error {
    border-color: #75aebc !important;
    color: #f5463b !important; 
}
.ctct-custom-form label {
    display: block;
    margin-bottom: 6px;
    line-height: 1; 
}

