section.sec-contact h2{
    background-color: #3a3937;
    padding:1rem  1.5rem;
    color: #fff;
}
h3{
    padding: .7rem 2rem;
    background-color: #e8e5e0;
    margin-top: 2rem;
}

/******/
  #formWrap {
      margin: 0 auto 10vh;
      color:#555;
      line-height:1.2;
      max-width: 700px;
      text-align: left;
  }
  #formWrap p.top{
    margin-bottom: 5%;
    text-align: center;
    line-height: 2;
  }
  table.formTable{
      width:100%;
      margin:0 auto;
      border-collapse:collapse;
  }
  
  table.formTable td,table.formTable th{
  
      width:auto;
      display:block;
  }
  table.formTable th{
      width:100%;
      font-weight:normal;
      text-align:left;
    font-weight: bold;
    padding:.5rem 0
  }
  table.formTable td span{
    display: block;
    margin-top: 6px;
  }
  input{
 border: solid black 1px
    font-weight: bold;
    width: 100%;
    background:#f1f1f1;
    padding: 1rem .5rem;
    font-size: 1rem;
  }
  
  input:focus {
    outline: none;
  }
  textarea{
    width: 100%;
    background:#f1f1f1;
border: solid black 1px;
    font-weight: bold;
    padding:.5rem
  }
  .btn{
    text-align: center;
  }
  .btn input {
    margin: 0 auto;
    display:inline;
    border: solid #333 1px;
    padding: 1rem 2rem;
    background: #333;
    color: #fff;
    margin: 0 auto;
    border-radius: 3rem;
    width: 30%;
    transition: ease .3s;
  }
  .btn input:hover{
    border: solid #333 1px;
    background: #fff;
    color: #333;
    transition: ease .3s
  }
  
  table.formTable td{
    margin-bottom: 1.5rem;
    margin-bottom: 30px;
  }
  #formWrap ol {
    position: relative;
    overflow: hidden;
    counter-reset: wizard;
    list-style: none;
    width: 100%;
    padding: 0;
    margin:10% auto
  }
  #formWrap li {
    position: relative;
    float: left;
    width: 33%;
    text-align: center;
    color: #333;
  }
  #formWrap .current ~ li {
    color: #D6D6D6;
  }
  #formWrap li:before {
    counter-increment: wizard;
    content: counter(wizard);
    display: block;
    color: white;
    background-color: #333;
    border: 4px solid #333;
    text-align: center;
    width: 2.5em;
    height: 2.5em;
    line-height: 2.5em;
    border-radius: 2.5em;
    position: relative;
    left: 50%;
    margin-bottom: 1.25em;
    margin-left: -1.25em;
    z-index: 1;
    font-weight: bold;
  }
  #formWrap .current ~ li:before {
    background-color: #D6D6D6;
    color: #B6B6B6;
    border-color: #D6D6D6;
  }
  #formWrap li + li:after {
    content: "";
    display: block;
    width: 100%;
    background-color: #333;
    height: 4px;
    position: absolute;
    left: -50%;
    top: 1.25em;
    z-index: 0;
  }
  #formWrap .current ~ li:after {
    background-color: #D6D6D6;
  }
  .thanks{
    padding: 10% 0;
  }
  .thanks p{
    line-height: 3.5rem;
  }
  .button{
    border: solid #333 2px;
    background:#fff;
    margin: .5rem 0;
    width: 350px;
    cursor: pointer;
  }
  
  .button_send{
    border: solid #333 2px;
    background:#333;
    margin: .5rem 1rem;
    color: #fff;
    width: 40%;
  }
  .center{
    text-align: center;
  }
  @media  (max-width: 768px){
  
    .btn input {
      width: 100%;
    }
  .button{
    width: 100%;
  }
    .button_send{
      width: 100%;
    }
  }
  th{
    display: flex;
  }
  th span.req{
    color: red;
  display: inline;
  margin-left:1px;
  font-weight: normal;
font-size: smaller;}
  
  .bg{
    background: #D6D6D6;
    height: 200px;
    width: 100%;
    position: block;
  }
  
  #formWra select{
    font-size: 1rem;
  }
  
 
.select {
    display: inline-block;
    position: relative;
    border: 1px solid #eee;
    vertical-align: middle;
  }
   
  select {
    appearance: none;
    width: 350px;
    padding: 11px 15px;
    padding-right: 1em;
    outline: 0;
    background: #fff;
    background-image: none;
    box-shadow: none;
    text-indent: 0.01px;
    text-overflow: ellipsis;
    cursor: pointer;
    position: relative;
    font-size: 1rem;
  }
   
  select::-ms-expand {
    display: none;
  }
  
  @media  (max-width: 500px){
  
  th{
    font-size: larger;
    margin-left: 5px;
  }
    #formWrap p.top{
        text-align: left;
      }
    #formWrap p{
      text-align: left;
      line-height:1.5rem
    }
  .bg{
    background: #D6D6D6;
    height: 100px;
  }
  
  #formWrap {
      width:100%;
  }
  
  input{
    margin: 0 auto;
  }
  
  textarea{
    width: 100%;
    padding:0
  }
  select {
    appearance: none;
    width: 280px;
    padding: 5px;
    padding-right:0;
    outline: 0;
    font-size: 1rem;
  }
}