.contain .below-banner-text {
    text-align: center;
    font-size: 1.3em;
  }
  @media screen and (max-width: 520px) {
    .contain .below-banner-text {
      text-align: center;
      font-size: 1em;
    }
  }
  .black-text {
      color: #555;
  }
  
  /* --- WHY SECTION --- */
  .why { padding: 30px 10px 10px; position: relative; counter-reset: why-section; }
  .why:before { content: ''; position: absolute; left: -900px; right: -900px; top: 0; bottom: 0; background-color: rgba(0,0,0,.1) }
  .why h2 { text-align: center; font-size: 26px; }
  .why ul { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-pack: distribute; justify-content: space-around; -webkit-box-align: center; -ms-flex-align: center; align-items: center; text-align: center; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; position: relative; z-index: 2; list-style: none; color: #fff; }
  .why ul li { max-width: 240px; -webkit-box-flex: 1; -ms-flex: 1 1 33%; flex: 1 1 33%; padding: 0; margin: 10px; width: 100%; overflow: visible; color: #fff; line-height: 1.2;text-align: center; }
  .why ul li:before { content: ''; position: relative; z-index: 2; display: block; margin: 0 auto 10px; counter-increment: why-section; content: counter(why-section); font-size: 30px; color: #fff; border-radius: 50%; height: 50px; width: 50px; line-height: 50px; background-color: #e3c178; color: #000;}
  @media (max-width: 730px) { .why ul { -ms-flex-wrap: wrap; flex-wrap: wrap; padding: 0; }
    .why ul li { -webkit-box-flex: 1; -ms-flex: 1 1 100%; flex: 1 1 100%; } }
  

    /* emergency icons */

    
/***** Remove the class="off" from the leanModal link in the html to activate the link/connect to its pop-up *****/
.off {
    pointer-events: none;
  }
  
  .service-icons {
    display: flex;
    justify-content: center;
    text-align: center;
    flex-wrap: wrap;
    margin: 20px auto;
  }
  .service-icons h3 {
    margin: 5px auto;
    font-size: 22px;
    line-height: 1.1;
  }
  .service-icons > * {
    padding: 5px;
    flex: 0 1 210px;
    margin: 10px auto;
    display: block;
  }
  .service-icons a {
    color: #2f3437;
    text-decoration: none;
  }
  .service-icons a:hover .icon .ic-color {
    fill: #3a97bb;
  }
  .service-icons a:hover h3 {
    color: #3a97bb;
  }
  
  .ic-color {
    fill: tomato;
  }
  
  .sv-icon {
    height: 80px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  
  .has-h3 {
    clear: both;
    display: table;
    width: 100%;
    margin: 20px auto;
    text-align: left;
  }
  
  .has-h3 h3 {
    margin: 0 auto 10px;
    text-align: left;
  }
  
  @media (max-width: 750px) {
    .has-h3, .has-h3 h3 {
      text-align: center;
    }
  }
  /*==================== Modal ================*/
  #lean_overlay {
    padding: 10px;
    position: fixed;
    z-index: 1100;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.7);
    display: none;
    overflow: scroll;
  }
  
  .modal-content.pop {
    display: none;
    flex: 0 1 97%;
    background: rgb(237, 237, 237);
    max-width: 900px;
    box-sizing: border-box;
    position: relative;
    text-align: center;
    width: 95%;
    max-height: calc(100vh - 80px);
    overflow-y: scroll;
    margin: auto;
    padding: 30px;
  }
  .modal-content.pop h3 {
    text-align: center;
    font-size: 26px;
    margin: 15px 0 10px;
  }
  .modal-content.pop .has_btns {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .modal-content.pop .btn {
    margin: 5px;
    min-width: auto;
  }
  .modal-content.pop .modal-close {
    position: absolute;
    right: 0;
    top: 0;
    margin: 5px;
    z-index: 1002;
    cursor: pointer;
    color: tomato;
    line-height: 1;
  }
  .modal-content.pop .modal-close span {
    display: none;
  }
  .modal-content.pop .modal-close i {
    position: relative;
    color: tomato;
    font-style: normal;
    padding-bottom: 4px;
  }
  .modal-content.pop .modal-close i:before {
    font-size: 40px;
    content: "×";
  }
  .modal-content.pop .modal-close:hover i {
    color: #555;
  }
  .modal-content.pop .has_btns {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .modal-content.pop .buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .modal-content.pop .buttons > p {
    margin: 5px;
  }/*# sourceMappingURL=styles-2.css.map */
