 @font-face {
    font-family: 'NeoSansW23';
    src: url('alfont_com_AlFont_com_Neo-Sans-W23.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
 
 body {
      /*background: linear-gradient(135deg, #eaf7f3, #ffffff);*/
      background:#fff;
        font-family: "NeoSansW23", sans-serif;

    }
    .branch-list .list-group-item,
h5{
    color:#017F7B!important;
}
h5.modal-title {
    color: #fff!important;
}
    .main-card {
      max-width: 520px;
      margin: 40px auto 0;
      border-radius: 20px;
      box-shadow: 0 10px 30px rgba(0,0,0,.08);
      overflow: hidden;
      background: #fff;
    }

    .brand-area {
      text-align: center;
      padding: 30px 20px 20px;
    }

   .logo-wrapper img {
      width: 220px;
      height: auto;
 
    }

    .desc {
      color: #555;
      font-size: 15px;
      line-height: 1.7;
    }

    .contact-bar {
  
      display: flex;
      margin-bottom: 30px;
      justify-content: space-around;
      align-items: center;
      color: #fff;
    }

    .contact-bar a {
  color: #fff;
    font-size: 20px;
    color: #00B187;
    padding: 3px 7px;
    transition: .3s;
    }

    .contact-bar a:hover {
      color: #c9f1e8;
      text-decoration: none;
      transform: scale(1.1);
    }

    .branch-list .list-group-item {
      border: 0;
      border-bottom: 1px solid #eee;
      padding: 16px 18px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      cursor: pointer;
      transition: .3s;
    }

    .branch-list .list-group-item:hover {
      background: #f3fbf9;
    }

    .branch-list i {
      color: #0b6d5c;
    }

    .modal-header {
      background: #017F7B;
      color: #fff;
    }

    .modal-header .close {
      color: #fff;
      opacity: 1;
      padding:0;
      margin:0;
          margin-right: auto !important;
    }

    iframe {
      width: 100%;
      height: 350px;
      border: 0;
      border-radius: 10px;
    }

.comp-rights{
  margin: 0 auto;
  display:table;
}
    /* ===== Desktop Enhancements ===== */
    @media (min-width: 768px) {
      .contact-bar{
        padding:0 15px;
      }
      /*.logo-wrapper img {*/
      /*  width: 90px;*/
      /*  height: 90px;*/
      /*}*/

      .contact-bar a {
        font-size: 22px;
      }

      iframe {
        height: 340px;
      }
    }

      @media (max-width: 468px) {
        .main-card{margin-top:0}
      .contact-bar{
        padding:0 15px;
      }

    }