#form{
   position: relative;
   margin: 40px 0 20px;
}
.thanks-msg{
  display:none;
  position: absolute;
  top:32px;
  left:0;
  right:0;
  font-size:16px;
  color: #63ae21;
  font-weight: 700;
  transition: all ease-out 350ms;
}

.rhs-cont{
  width: 100%;border: none;padding: 30px 0 40px 0;
}


 
<style>
h2, .hTag2 {
    font-size: 20px;
    line-height: 34px;
    margin: 0px 0 0px;
    color: #333;
    font-weight: 400;
}
h1, .pg-head, .hTag1 {
    font-size: 24px;
    line-height: 45px;
    margin: 0 0 0px;
    color: #333;
    letter-spacing: -1px;
    font-weight: 400;
}
.footer .footCol2 {
    padding: 2% 0%;
    border-right: 0px solid #292929;
}
.footer .footCol1, .footer .footCol2 {
    border-right: 0px solid #666;
}
.footCol2 {
    width: 30%;
    min-height: 220px;
    padding: 0 4.5%;
    float: left;
    border-right: 1px dashed #000;
}
