main{
.stkcky {
  box-shadow: 0 0 10px #0000004f;
  padding: 10px 0;
  position: fixed;
  width: 100%;
  bottom: 0;
  background: #fff;
  display: none;
  z-index: 9999999;
}
.stkcky .containerBanner {
  display: flex;
  justify-content: space-between;
}
.stkcky .card_btn_wrap {
  width: 60%;
}
.stkcky .ul_terms {
  margin-left: auto;
}
.show {
  display: block;
}
.hide {
  display: none;
}
.containerBanner {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 40px;
  width: 100%;
}
.card_btn_wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.apply_cta {
  font-size: 16px;
  font-family: "BentonSans-Bold";
  text-decoration: none;
  color: #fff;
  background: #006fcf;
  border-radius: 5px;
  width: 300px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ul_terms {
  list-style: none;
  padding: 0;
  display: flex;
  font-size: 15px;
  align-items: center;
  gap: 10px;
  padding-left: 15px;
  margin: 0;
}
.ul_terms a {
  color: #333;
  text-decoration: none;
}
.ul_terms li {
  position: relative;
}
.ul_terms li:first-child::after {
  position: absolute;
  height: 15px;
  width: 1px;
  background: #000;
  content: "";
  top: 5px;
  right: -5px;
}
.bannerdisplay-on {
  display: block;
}
.bannerdisplay-off {
  display: none;
}

.test_sticky .p_banner {
  display: none;
}
.test_sticky {
  margin-left: auto;
}

.p-text {
  font-size: 18px !important;
}
.link {
  max-width: 260px;
}

.rates-link {
  font-size: 16px;
  margin-top: auto;
  display: flex;
  align-items: center;
  text-decoration: underline #000;
}
a.rates-link:hover {
  text-decoration: underline #000;
}
.block {
  display: none;
}
.apply_cta:hover {
  color: #fff;
  text-decoration: none;
}

.test_sticky .link {
  margin-bottom: 0;
}

@media screen and (max-width: 728px) {
  /** test code **/
  /* .stkcky {
        display: none;
    } */
  .test_sticky {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .test_sticky .p_banner {
    display: block;
    font-size: 14px;
    margin: 0;
    padding: 5px 0 0;
  }
  .stkcky {
    padding: 15px 0;
    box-shadow: 0px -1px 13px 3px rgba(0, 0, 0, 0.2);
  }
  .stkcky img {
    display: none;
  }
  .stkcky .card_btn_wrap,
  .apply_cta {
    width: 100%;
  }
  .apply_cta {
    margin-bottom: 5px;
  }
  .card_btn_wrap .rates-link {
    color: #000000;
  }
  .card_btn_wrap .rates-link {
    margin: 0;
  }

  .stkcky.show {
    display: block;
  }
}
}