@mixin prutech-footer-theme($theme) {
    .prutech-footer {
        bottom: 0;
        height: 60px;
        background-color: #2644A8;
        color: white;
        font-size: 12px;
        width: 100%;
        padding: 0.5rem 1rem;
        z-index: 99;
          a, a:active, a:focus, a:visited {
              cursor: pointer;
              text-decoration: none;
              color: white;
          }

          a:hover {
              text-decoration: underline;
          }

          .copyright {
              font-size: 11px;
          }
    }
}
