.card-footer[data-style="1"] {
  font-size: 13px;
  background-color: #122a3b; }
  .card-footer[data-style="1"] .footer-wrapper {
    width: 80%;
    margin: 0 auto; }
    .card-footer[data-style="1"] .footer-wrapper .footer-left-side {
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .card-footer[data-style="1"] .footer-wrapper .footer-left-side > div {
        width: 25%; }
        .card-footer[data-style="1"] .footer-wrapper .footer-left-side > div:first-child {
          width: 50%; }
        @media only screen and (max-width: 1024px) {
          .card-footer[data-style="1"] .footer-wrapper .footer-left-side > div {
            width: 100%; }
            .card-footer[data-style="1"] .footer-wrapper .footer-left-side > div:first-child {
              width: 100%; } }
      @media only screen and (max-width: 420px) {
        .card-footer[data-style="1"] .footer-wrapper .footer-left-side {
          width: 100%;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; } }
      .card-footer[data-style="1"] .footer-wrapper .footer-left-side .logo {
        margin: 50px 0 70px; }
        @media only screen and (max-width: 420px) {
          .card-footer[data-style="1"] .footer-wrapper .footer-left-side .logo {
            display: none; } }
        .card-footer[data-style="1"] .footer-wrapper .footer-left-side .logo img {
          height: 30px; }
      .card-footer[data-style="1"] .footer-wrapper .footer-left-side .copy {
        color: #fff;
        font-size: 11px;
        margin: 15px 0 25px; }
      .card-footer[data-style="1"] .footer-wrapper .footer-left-side ul, .card-footer[data-style="1"] .footer-wrapper .footer-left-side li {
        list-style: none; }
        .card-footer[data-style="1"] .footer-wrapper .footer-left-side ul i, .card-footer[data-style="1"] .footer-wrapper .footer-left-side li i {
          font-size: 2.5rem; }
      .card-footer[data-style="1"] .footer-wrapper .footer-left-side ul {
        margin: 0; }
        .card-footer[data-style="1"] .footer-wrapper .footer-left-side ul.flex {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
          .card-footer[data-style="1"] .footer-wrapper .footer-left-side ul.flex li {
            font-size: 13px;
            font-weight: 300;
            letter-spacing: 1px;
            display: block;
            width: 100%;
            color: #fff;
            margin: 10px 0; }
            .card-footer[data-style="1"] .footer-wrapper .footer-left-side ul.flex li i {
              font-size: 13px; }
      .card-footer[data-style="1"] .footer-wrapper .footer-left-side li {
        display: inline-block;
        padding: 0 .5rem; }
      .card-footer[data-style="1"] .footer-wrapper .footer-left-side .title {
        color: #fff;
        font-size: 13px;
        font-weight: normal;
        margin-bottom: 5px; }
      @media only screen and (max-width: 420px) {
        .card-footer[data-style="1"] .footer-wrapper .footer-left-side .content-box {
          text-align: center;
          margin-top: 21px; } }
      @media only screen and (max-width: 420px) {
        .card-footer[data-style="1"] .footer-wrapper .footer-left-side .logo-box {
          display: none; } }
      .card-footer[data-style="1"] .footer-wrapper .footer-left-side .logo-box-bottom {
        display: none; }
        @media only screen and (max-width: 420px) {
          .card-footer[data-style="1"] .footer-wrapper .footer-left-side .logo-box-bottom {
            display: block;
            text-align: center;
            margin-top: 31px; } }
      .card-footer[data-style="1"] .footer-wrapper .footer-left-side .map-link {
        text-align: right; }
        .card-footer[data-style="1"] .footer-wrapper .footer-left-side .map-link a {
          text-decoration: none;
          color: #ffffff;
          font-size: 15px;
          letter-spacing: 1px;
          margin: 9.5px 0;
          display: block; }
        @media only screen and (max-width: 420px) {
          .card-footer[data-style="1"] .footer-wrapper .footer-left-side .map-link {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex; }
            .card-footer[data-style="1"] .footer-wrapper .footer-left-side .map-link a {
              width: calc(100% / 3);
              text-align: center; } }
