.fullform {
  padding: 80px 0;
}
.fullform .form .inner {
  background-color: #75C0C3;
  color: #fff;
  padding: 34px 46px 64px;
  border-radius: 20px;
  margin-top: -34px;
  position: relative;
  z-index: 1;
}
.fullform .form {
  position: relative;
  z-index: 1;
}
.fullform .form .contact-deco {
  position: absolute;
  right: -43px;
  top: 71px;
  z-index: -1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.fullform .form .inner ::-moz-selection {
  color: #fff;
  background-color: #A6217A;
}
.fullform .form .inner ::selection {
  color: #fff;
  background-color: #A6217A;
}
.fullform .form .inner ::moz-selection { 
  color: #fff;
  background-color: #A6217A;
}


@media (max-width: 992px) {}
@media (max-width: 768px) {}
@media (max-width: 400px) {
  .fullform .form .inner {
    padding: 20px; 
  }
  input {
    padding: 10px 10px !important;

  }
  .frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_form_field .frm_input_group .frm_inline_box {
    height: 49px !important; 
  }
  .container {
    max-width: 95% !important;
  }
}
@media (max-width: 300px) {
  
}