.contentus{}
.contentus ul{
    display: grid;
    gap: 22px;
    grid-template-columns: 1fr 1fr 1fr;
    width: 94%;
    margin: 0 auto;
}
.contentus ul li{
    background: rgba(245, 248, 249, 1);
    padding: 16% 5%;
    text-align: center;
    box-shadow: 0 0 9px 0 rgba(0,0,0,.15);
    margin-top: 3%;
}
.contentus ul li img{
    width:66px
}
.contentus ul li h3{
    color: #333;
    font-size: 16px;
    font-weight: 400;
    line-height: 37px;
}
.contentus ul li p{
    font-size: 14px;
    color: #999;
}
.message{}
.boxbg{margin-bottom: 0px;}
.formbg{
    padding: 52px 0 0px;
    }
.formbg .w>h2{
    text-align: center;
    font-size: 40px;
    line-height: 64px;
    font-weight: 600;
}
.formbg .w>p{
    text-align: center;
    font-size: 16px;
    font-weight: 400;
}
/*  */
.form {
    width: 95%;
    margin: 0 auto;
    /* input placeholder  */
    margin-top: 31px;
  }
  .form ::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #ccc;
    font-size: 14px;
  }
  .form :-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #ccc;
    font-size: 14px;
  }
  .form ::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #ccc;
    font-size: 14px;
  }
  .form :-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #ccc;
    font-size: 14px;
  }
  .group {
    display: flex;
    display: -webkit-box;
    /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
    display: -moz-box;
    /* Firefox 17- */
    display: -webkit-flex;
    /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
    display: -moz-flex;
    /* Firefox 18+ */
    display: -ms-flexbox;
    /* IE 10 */
    height: 50px;
    margin-bottom: 10px;
    background-color: #ffffff;
    border-radius: 5px;
    padding-left: 20px;
    padding-right: 20px;
    border: 1px solid #b7aeae;
    margin-bottom: 37px;
  }
  .group:nth-last-child(2) {
    margin-bottom: 0;
  }
  label {
    width: 120px;
    font-size: 16px;
  }
  label i {
    color: #cf2009;
    font-style: normal;
    display: inline-block;
    margin: 0 4px;
  }
  label,
  .text {
    line-height: 50px;
    height: 48px;
  }
  label,
  .text,
  .msg {
    color: #5f5f5f;
  }
  .text,
  .msg {
    flex: 1;
    overflow: hidden;
  }
  .group.max,
  .msg {
    height: 160px;
    overflow: hidden;
  }
  .msg {
    resize: none;
    width: 100%;
    line-height: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .submit {
    display: block;
    margin: 50px auto 0;
  }
  /*  */
  span {
    color: inherit;
  }
  table {
    border-collapse: collapse;
  }
  input,
  textarea {
outline: none; 
  border: none;
  }
  input {
   border: none; 
   appearance: none;
    -moz-appearance: none;
   outline: none; 
   -webkit-appearance: none; 
  }
  :-moz-placeholder,
  ::-moz-placeholder,
  input:-ms-input-placeholder,
  input::-webkit-input-placeholder {
    color: inherit;
    opacity: 0.55;
    font-size: 14px;
  }
  textarea {
    resize: none;
    overflow: auto;
  }
  input:-webkit-autofill {
    box-shadow: 0 0 0px 1000px white inset;
  }
  button,
  input,
  select,
  textarea {
    font-size: 100%;
  }
  /*  */
  .submit {
    display: block;
    width: 200px;
    height: 55px;
    line-height: 55px;
    border-radius: 28px;
    color: #fff;
    background: linear-gradient(to right, #58cb5c, #0f6bb0, #18b5e9);
    transition: background 0.3s ease;
    -webkit-transition: background 0.3s ease;
    -moz-transition: background 0.3s ease;
    -ms-transition: background 0.3s ease;
    -o-transition: background 0.3s ease;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    border: 1px;
  }
  .submit:hover {
    background: linear-gradient(to right, #58cb5c, #2595e9, #e98c18);
  }
  .formbg .title{
text-align: left;
margin-left: 3%;
  }