#contactForm .h4 {
  font-weight: 400;
  border-bottom: 1px solid silver;
}

.required-input {
  color: maroon;
}

.static-map {
  margin-bottom: 20px;
}

@media (max-width: 768px) and (min-width: 767px) {
  #contactForm .static-map img {
    width: 100%;
  }
}

/* --My added Css */
#ContactUs{
  position: relative;
  padding: 0px;
  margin: 70px 0px 50px 0px;
}
#ContactInfoHeader{
  position: relative;
  width: 100%;
  height: auto;
  padding: 7px 0px 7px 0px;
  margin: 0px;
  text-align: center;
  /* color: rgba(255, 255, 255, 1); */
  /* background-color: rgba(255, 140, 0, 0.1); */
  background-color: rgba(248,248,248,0.9);
}
#contactForm{
  position: relative;
  width: 100%;
  height: auto;
  padding: 0px;
  margin: 0px auto;
  /* background-color: cyan; */
}
#ContactFormInfoWrapper{
  position: relative;
  width: 100%;
  height: auto;
  padding: 0px;
  margin: 0px;
  /* background-color: rgba(255, 20, 147, 0.1); */
}
#message{
  position: relative;
  padding: 0px 3px 0px 0px;
  margin: 0px auto;
}
.h4{
  position: relative;
  font-size: 18px;
  padding: 4px 0px 4px 1px;
  margin: 0px auto;
  width: 100%;
  height: auto;
  background-color: rgba(255, 140, 0, 0.1);
}
.h4 > i{
  position: relative;
  padding: 0px 0px 2px 3px;
  margin: 0px;
  font-size: 22px;
}
.form-group{
  position: relative;
  padding: 0px;
  margin: 5px 0px 6px 3px;
}
.form-group > label{
  position: relative;
  font-size: 14px;
}
.input-group-text > i{
  position: relative;
  /* font-size: 18px; */
}
.myInput{
  position: relative;
  padding: 0px 0px 0px 10px;
  margin: 0px;
  font-size: 12px;
}

.myBtn{
  position: relative;
  width: 100%;
  /* padding: 0px; */
  margin: 5px auto;
  height: auto;
}
#location{
  position: relative;
  padding: 0px 0px 0px 3px;
  margin: 0px auto;
  /* background-color: red; */
}
.AddressWrapper{
  position: relative;
  /* box-shadow: 0px 2px 1px 0px gray; */
}
.AddressContentsWrapper{
  position: relative;
  padding: 4px;
  margin: 0px;
  /* background-color: rgba(128, 128, 128, 0.1); */
  background-color: white;
  border: 1px solid rgba(128, 128, 128, 0.1);
}
.AddressHeads{
  position: relative;
  font-size: 14px;
}
.AddressContents{
  position: relative;
  font-size: 12px;
}