.my-data-style h1 {
  font-size: 26px;
  line-height: 41px;
}
.my-data-style p {
  font-size: 17px;
  line-height: 34px;
}
.custom-button a {
  background: rgb(34, 55, 131) none repeat scroll 0 0 !important;
  color: white !important;
  font-size: 20px !important;
}
.custom-style p {
  font-size: 16px;
  line-height: 32px;
}

p {
  font-size: 19px  !important;
  line-height: 29px !important;
}
#Header #Action_bar ul.contact_details li {
    font-size: 15px;
    padding: 15px 0;
}

@media only screen and (min-width: 320px) and (max-width: 767px)  {
#the_map {
    width: 100%!important;
}
.search-address {
    width: 100%!important;
}
}
@media only screen and (min-width:768px)  {
#the_map {
    width: 70%!important;
}
.search-address {
    width: 23%!important;
}
}