/* Css for help */
.pd-15-px{
  padding: 15px;
}
.msg-contact{
  margin-left: -15px;
  display: block;
  padding-bottom: 15px;
}
#map{
   width: auto;  height: 400px; overflow: hidden;
}
.pd-b-40p{
padding-bottom: 40px;
}
.form-control {
    display: block;
    width: 290px;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #fff;
    vertical-align: middle;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    background-color: unset;
    color: black;
}
textarea.form-control {
    height: 150px;
    width: 40%;
}
.btn-default{
   padding: 5px;
}