.styled-fluent-form .frm-fluent-form .ff-el-form-control {
  height: 48px;
  text-align: center;
  color: #ffffff;
  background: none;
  border: 1px solid #ffffff;
  border-radius: 30px;
  line-height: 1.56;
  box-shadow: none;
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 1.38px;
  resize: none;
}
.styled-fluent-form .frm-fluent-form .ff-el-form-control::placeholder,
.styled-fluent-form .frm-fluent-form .ff-el-form-control:focus {
  color: #ffffff;
}
.styled-fluent-form .frm-fluent-form .ff-el-is-error .ff-el-form-control{
    border-color: rgb(208, 0, 0);
    border-style: dashed;
}
.styled-fluent-form .frm-fluent-form .iti__selected-flag {
    border-radius: 30px 0 0 30px;
}
.styled-fluent-form .frm-fluent-form .ff-el-form-control:focus {
  border-color: #ffffff;
  background-color: transparent;
  box-shadow: 0 0 6px rgba(0,0,0,0.4);
}
.styled-fluent-form .frm-fluent-form textarea{
    min-height: auto;
    line-height: 2.2 !important;
}
.styled-fluent-form .frm-fluent-form input[type=checkbox],
.styled-fluent-form .frm-fluent-form input[type=radio]{
  position:static;
  left:auto;
}

.styled-fluent-form .frm-fluent-form .ff-el-form-check label{
  display: flex !important;
  justify-content: center;
  align-items: flex-start;
}

.styled-fluent-form .frm-fluent-form .ff_tc_checkbox{
  padding-right: 8px;
}

.styled-fluent-form .fluentform .frm-fluent-form .ff-el-tc label.ff_tc_label>span{
  padding-top: 0 !important;
}

.styled-fluent-form .frm-fluent-form .ff-el-form-check-label a{
  color: #ffffff;
  opacity: 0.7;
}

.styled-fluent-form .frm-fluent-form .ff-el-form-check-label p{
  color: #ffffff;
  font-size: 13px;
  line-height: normal;
}

.styled-fluent-form .frm-fluent-form .ff-el-form-check-label a:hover{
  opacity: 1;
}

.styled-fluent-form .frm-fluent-form .ff-btn-submit {
  color: #00b2a9 !important;
  background-color: #ffffff !important;
  border: 1px solid #ffffff !important;
  margin: 15px 0 0;
  padding: 14px 31px 14px 31px;
  border-radius: 30px;
  transition: all 0.25s ease-out 0s;
  display: inline-block;
  font-family: "Urbanist", sans-serif;
  vertical-align: baseline;
  outline: none !important;
  line-height: 1.56;
  box-shadow: none;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.38px;
  text-transform: uppercase;
}
.styled-fluent-form .frm-fluent-form .ff-btn-submit:hover {
  color: #ffffff !important;
  background-color: #00b2a9 !important;
  opacity: 1;
}

.styled-fluent-form .fluentform .frm-fluent-form .ff-el-form-check-label .ff-el-form-check-input{
  vertical-align: top;
}

/* When form is on a white background */
.styled-fluent-form.white-background .frm-fluent-form .ff-el-form-control {
  color: #00b2a9;
  border: 1px solid #00b2a9;
}
.styled-fluent-form.white-background .frm-fluent-form .ff-el-form-control::placeholder,
.styled-fluent-form.white-background .frm-fluent-form .ff-el-form-control:focus {
  color: #00b2a9;
}
.styled-fluent-form.white-background .frm-fluent-form .ff-el-form-control:focus {
  border-color: #00b2a9;
  background-color: transparent;
}
.styled-fluent-form.white-background .frm-fluent-form .ff-el-form-check-label a{
  color: #00b2a9;
}
.styled-fluent-form.white-background .frm-fluent-form .ff-el-form-check-label p{
  color: #565656;
}
.styled-fluent-form.white-background .frm-fluent-form .ff-el-is-error .ff-el-form-control{
  border-color: rgb(208, 0, 0);
  border-style: dashed;
}
.styled-fluent-form.white-background .frm-fluent-form .ff-btn-submit {
  color: #ffffff !important;
  background-color: #00b2a9 !important;
  border: 1px solid #00b2a9 !important;
}

.styled-fluent-form.white-background .frm-fluent-form .ff-btn-submit:hover {
  color: #00b2a9 !important;
  background-color: #ffffff !important;
  border: 1px solid #00b2a9 !important;
}

.contact-wrapp .styled-fluent-form .frm-fluent-form {
  width:60%;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .contact-wrapp .styled-fluent-form .frm-fluent-form {
    width: 100%;
    padding: 0 10%;
  }
}

.contact-wrapp .styled-fluent-form .frm-fluent-form textarea {
  min-height: 112px;
}

.contact-wrapp .styled-fluent-form .ff-message-success {
  display: inline-block;
  margin: 0 15px;
  padding: 15px 20px;
  text-align: center !important;
  background-color: #ffffff !important;
  color: #00b2a9 !important;
  border-radius: 25px;
  border: none !important;
}
