.sec1 h3 {
  line-height: 1.5;
  text-align: center;
}
.contactWrap {
  padding-top: 120px;
}
.contactWrap .topHeadTxt {
  text-align: center;
  margin-bottom: 40px;
}
.contactWrap .formWrap{

}
.formBox{
  display: flex;
  border-bottom: 2px solid #e4e4e4;
  align-items: center;
}
.formBox p{
  padding: 20px 10px;
}
.formBox .headTxt{
  width: 30%;
}
.formBox .headTxt span{
  padding-left: 10px;
}
.formBox .inputArea{
  width: 70%;
}
.inputBox{
  width: 100%;
  padding: 12px;
  border: 1px solid #bbbbbb;
  border-radius: 5px;
}
.btnArea{
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
.btn_inner, .submitBtn{
  width: 200px;
  margin: auto 2%;
  display: block;
  padding: 15px 8px;
  text-align: center;
  border: 1px solid #31180b;
  transition: .3s;
  border-radius: 5px;
  font-weight: bold;
}
.submitBtn{
  color: #fff;
  background: #31180b;
}
.btn_inner{
  background: #fff;
  color: #31180b;
}
.submitBtn:hover{
  background: #fff;
  color: #31180b;
}
.btn_inner:hover{
  opacity: .7;
}
.mw_wp_form .error{
  display: block;
  margin-top: 10px;
  padding-left: 12px;
}
@media screen and (max-width: 768px){
  .contactWrap {
    padding-top: 40px;
  }
  .contactWrap .topHeadTxt {
    margin-bottom: 0;
  }
  .formBox{
    display: block;
  }
  .formBox .headTxt{
    width: 100%;
    padding: 15px 10px 0;
  }
  .formBox .inputArea{
    width: 100%;
  }
  .btn_inner, .submitBtn {
    width: 130px;
    padding: 5px 0  px;
  }
  span.mwform-checkbox-field{
    display: block;
    margin: 5px 0 !important;
  }
}


.thanks_text {
  text-align: center;
  line-height: 1.5;
  font-size: 20px;
}
@media screen and (max-width: 480px){
  .thanks_text {
    font-size: 16px;
  }
}
