@charset "UTF-8";
/* CSS Document */

/**floating bar**/
.close {
  padding-top: 10px;
}

.float-cfa {
  background-color: #efefef;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 10;
  border-top: 1px solid #fff;
}

.cfa-row {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  padding: 15px 10px 15px 0;
}

.cfa-col1 {
  margin-right: 25px
}

.cfa-col2 {
  padding: 0;
  font-size: 20px;
  line-height: 120%;
}

@media (max-width: 576px) {
  .cfa-row {
    align-items: flex-start;
    padding: 20px 10px 20px 0;
  }

  .cfa-col2 {
    font-size: 16px;
  }
}

.apply-btn {
  padding: 5px 30px;
  display: inline-block;
  background-color: #fff;
  color: #0066b3;
  font-size: 18px;
  border-radius: 99px;
  font-weight: bold;
}

.card-img {
  width: 70px;
  height: auto;
  filter: drop-shadow(4px 4px 2px rgb(0, 0, 0, 0.3));
}

.apply-btn-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
}

.floating-remarks {
  position: relative;
  padding-left: 10px;
  font-size: 12px;
  line-height: 1.2;
}

.floating-remarks span {
  position: absolute;
  left: 0;
  top: 0;
}

.apply-btn-sms {
  padding: 5px 15px;
  display: inline-block;
  background-color: #fff;
  color: #0066b3;
  font-size: 18px;
  border-radius: 10px;
  font-weight: bold;
}

@media (max-width: 576px) {
  .apply-btn-sms {
    font-size: 16px;
  }
}

.floating-terms {
  position: relative;
  font-size: 12px;
  line-height: 1.2;
  margin-right: 10px;
}