/* z-insurance-billing --- Page Section Custom Styles --- START */

.entry-content blockquote p:last-child, .comment-content blockquote p:last-child {
    margin-bottom: 0;
    font-size: 1.25rem;
    line-height: 1.4em;
}

.billing-content ul {
margin-left: 10px;
}

.billing-content-top img {
  padding: 6px;
  border: silver 3px solid;
}

.billing-content-top img:hover {
 cursor:pointer;
 background: #d4efff;
 background: #d4efffd6;
 -webkit-transition: .3s ease-in-out;
 transition: .3s ease-in-out;
}

.billing-content h2 {
  border-bottom: solid 3px #3a3a3a;
  margin: 0 auto 10px;
  padding: 0px 0px 8px;
  line-height: 1.4em;
}

.billing-content h3 {
    margin: 0 auto 10px;
    line-height: 1.4em;
    font-size: large;
}

.billing-content-top h2 {
  background: #015caa;
  color: #fff;
  padding: 14px 20px;
}

.billing-content-top h3 {
  border-bottom: solid 3px #3a3a3a;
  margin: 0 auto 10px;
  padding: 0px 0px 8px;
  line-height: 1.4em;
  font-size: large;
}
.billing-content-top ul {
  margin-left: 10px;
}
.billing-content-top li {
}

.insurance-list {
  background: #f5f5f5;
  padding-bottom: 40px;
  border-bottom: solid 2px #ccc;
}

.insurance-list h2 {
  background: #555;
  margin: 0 auto;
  color: #fff;
  padding: 14px 20px;
}

.insurance-list em {
  background: #d4efff;
  background: #d4efffd6;
  color: #d43636;
  border-bottom: dashed #ccc;
  width: 100%;
  display: block;
  clear: both;
  margin: 0 auto;
  padding: 8px 20px 9px;
}

.insurance-list ul {
  margin-left: 10px;
}

.insurance-list li {
}

.z-pay-methods {
  background: #f1f1f1;
  border-top: dashed #ccc;
  padding: 14px 14px 0px;
  margin: 20px auto 0px;
}
.z-pay-methods p, .z-pay-methods blockquote {
    background: #fff;
    margin-top: 0;
    margin-bottom: -8px;
    font-style: normal;
}

.z-pay-methods h3 {
  background: #545454;
  color: white;
  display: block;
  padding: 12px 14px;
  margin-bottom: 0px;
  font-size: 1.5em;
}

.z-pay-methods .z-button-2 h4 {
  padding: 0px;
}

.z-phone-grid {
  background: #a1a1a1;
  padding: 4px 14px 0px;
  margin-bottom: 30px;
  border-bottom: solid #ccc;
}

.z-phone-grid:hover {
  background: #7d7d7d;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.z-phone-grid h2 a {
  font-size: 1.5rem;
  text-align: center;
  background: #28b9ea;
  background: linear-gradient(45deg, #005daa, rgb(19, 181, 234));
  display: block;
  padding: 14px 12px 14px 12px;
  min-height: 68px;
  line-height: 1.8em;
  color: white;
  border: 2px solid white;
  letter-spacing: 0.4px;
  margin: 0 auto 20px;
}

.z-phone-grid h2 a:hover {
  background: #005dab;
  text-decoration: underline;
  -webkit-transition: none;
  transition: none;
}

.z-phone-grid h3 {
  background: #535353;
  color: white;
  display: block;
  padding: 12px 14px;
  margin-bottom: 0px;
  margin-top: 20px;
  font-size: 1.5em;
}

.z-phone-grid h5 {
  font-size: x-large;
  text-align: center;
  margin: 20px auto 0;
  background: white;
  padding: 10px 15px 0;
  display: block;
}

.z-phone-grid blockquote {
  background: #fff;
  padding: 15px 14px;
  margin-top: 0px;
  margin-bottom: 20px;
  font-style: normal;
}

.z-phone-grid img {
  margin-top: 20px;
  margin-bottom: -20px;
}

.z-phone-grid img:hover {
cursor:pointer;
}

.z-phone-grid em {
  font-size: small;
  text-align: center;
  margin: 0 auto;
  background: white;
  padding: 4px 15px 25px;
  line-height: 0px;
  display: block;
}

/* z-insurance-billing --- Page Section Custom Styles --- END */