.divbgimg

{

     background-image: url('assets/img/contact/Group 3467.png');

     height: 100%;

     width: 100%;

     background-position: center;

     background-size: cover;



 }



 .submit_block_button {

    display: block;

    width: 100%;

    border: none;

    background-color:  #F9A136;

    padding: 14px 28px;

    font-size: 16px;

    cursor: pointer;

    text-align: center;

    border-radius: 5px;

  }
.contactP{
  margin-left:100px; margin-top:-13%;
}
.contactHr{
  height: 5px;margin-left: 0px; margin-top:-6px;width:25%;
}
.contactHrlet{
  height: 5px; margin:auto;width:25%;
}
.contactImg{
  width: 90%;margin-top:10%
}
@media screen and (max-width: 450px) {
  .contactP{
    margin-left:100px; margin-top:-20%;
  }

}