    .sticky-banner {
      position: fixed;
      bottom: 0;
      left: 0;
      width: 100%;
      z-index: 998;
      display: flex;
      justify-content: space-between;
      align-items: center;
      bottom: -4px;
    }

    .sticky-banner a {
        margin-top: 0 !important;
    }

    .sticky-banner.hidden {
      display: none !important;
    }


    .close-btn {
      position: absolute;
      top: 5px;
      right: 0px;
      border: 0;
      outline: none;
      z-index: 9999999;
      background: none;
    }

    @media only screen and (max-width: 991px) {
      .to-top {
        bottom: 114px !important;
      }
    }

    @media only screen and (max-width: 768px) {
      .sticky-banner {
        display: block;
      }
    }