#contents .page-heading {
  font-size: 22px;
  position: relative;
  padding: 1rem 0rem;
  border-bottom: 3px solid #e5e5e5;
  margin: 0 0 50px 0;
}
#contents .page-heading:before {
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 20%;
  height: 3px;
  content: "";
  background: #0f43c9;
}
#contents .col-md-10 {
  width: 83.33333333%;
}
#contents .dl_table dl {
  display: table-row;
  border: 0 none;
}
#contents .dl_table dt {
  width: 30%;
}
#contents .dl_table dd {
  padding: 16px;
}
#contents .dl_table dt,
#contents .dl_table dd {
  display: table-cell;
  border-bottom: 1px dotted #ccc;
  padding: 16px 0;
  vertical-align: middle;
}
#contents .dl_table dt img{
  max-width: 100%;
  vertical-align: unset;
  width: 100px;
  height: auto;
}
#contents #contact_message {
  font-size: 16px;
  width: 100%;
  height: 100px;
}
#contents .form-control {
  border: 1px solid #C4CCCE;
  border-radius: 3px !important;
  box-shadow: none;
  font-size: 16px;
  height: 40px;
  padding: 6px 12px;
  width: auto;
  line-height: 1.5;
}
#contents .btn-primary {
  color: #fff;
  background-color: #0000ff;
  border-color: #0000ff;
}
#contents .btn {
  font-size: 16px;
  padding: 16px;
  font-weight: bold;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
#contents .col-sm-offset-4 {
  margin-left: 33.33333333%;
}
