.same_jumbo {
  margin-top: -59px;
  padding-top: 70px;
  padding-bottom: 30px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#0097b9+0,0097b9+100&1+0,0.37+100 */
  background: -moz-linear-gradient(top, #0097b9 0%, rgba(0, 151, 185, 0.37) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #0097b9 0%, rgba(0, 151, 185, 0.37) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #0097b9 0%, rgba(0, 151, 185, 0.37) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0097b9', endColorstr='#5e0097b9', GradientType=0);
  /* IE6-9 */
  border-radius: 0;
}
.contact-detail {
  background-color: #f9fafb;
}
.contact-detail-box {
  padding: 49px 0;
  text-align: center;
  border-bottom: 3px solid #f9fafb;
  min-height: 289px;
  position: relative;
}
.contact-detail-box:hover {
  background-color: #fff;
  border-bottom: 3px solid #008FC7;
}
.contact-detail-box > h3 {
  background-image: url("../img/contact-block-title-bg.png");
  background-repeat: no-repeat;
  background-position: center bottom;
  padding-bottom: 22px;
  margin-bottom: 21px;
  font-weight: 600;
  font-size: larger;
  text-transform: capitalize;
  padding-top: 14px;
}
.contact-detail-box > p {
  margin-bottom: 0;
}
.contact-form-section .h3 {
  background-image: url("../img/contact-block-title-bg.png");
  background-repeat: no-repeat;
  background-position: center bottom;
  padding-bottom: 22px;
  margin-bottom: 21px;
  text-align: center;
  font-weight: 600;
}
.main-contact-form {
  margin-top: 50px;
}
.main-contact-form input {
  width: 100%;
  color: #333;
  font-size: 12px;
  margin-bottom: 10px;
  height: 41px;
  padding: 7px 20px;
  margin-bottom: 20px;
}
.main-contact-form input:focus {
  box-shadow: none;
}
.main-contact-form label {
  width: 100%;
  color: #333;
  font-size: 12px;
  margin-bottom: 10px;
}
.main-contact-form label span {
  color: #f3e721;
}
.main-contact-form textarea {
  width: 100%;
  color: #333;
  font-size: 12px;
  margin-bottom: 10px;
  border: 1px solid #eee;
  height: 121px;
}
.main-contact-form input[type="text"] [type="email"]{
  border: 1px solid #eee;
}
.map_section #Newportbeach {
  width: 100%;
  height: 450px;
  border: none;
}
