.nfba-quote-warnings {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
  padding: 20px 30px;
  margin-bottom: 30px;
}
.nfba-quote-warnings p {
  font-weight: bold;
  font-size: 1.1em;
}
.nfba-result {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  margin: 0px 0px 30px 0px;
  box-shadow: 0 0 10px rgba(0,0,0, 0.2);
  font-size: 16px;
  text-align: center;
  align-items: center;
  justify-content: center;
}
.nfba-applybuttons {
  box-sizing: border-box;
  flex: 33%;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 10px;
  text-align: center;
  line-height: 5em;
  list-style: none;
}
.nfba-result__logo {
  box-sizing: border-box;
  flex: 100%;
  flex-direction: column;
  padding: 10px;
  background: #f7f7f7;
  border-bottom: 1px solid #dad9d9;
}

.nfba-result__logo img {
  width: 150px !important;
  height: 90px !important;
  max-height: 110px;
  padding: 0px 0px 0px 20px !important;
}

.nfba-result__details {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex: 32%;
  text-align: center;
  box-sizing: border-box;
}
.nfba-result__details2 {
  margin: 10px auto 10px auto;
  padding: 10px 10px;
  text-align: center;
}

.nfba-premium__label {
  font-size: 0.8em;
}

.nfba-price {
 font-size: 1.8em; 
}

.nfba-price__final {
  font-size: 1.8em;
  line-height: 1.25em;
}
.nfba-price__discount {
  font-size: 1.8em;
}

.nfba-button {
  margin: auto;
  background: #F91EAF;
  color: #fff !important;
  text-decoration: none;
  font-size: 1em;
  padding: 0.88em 1.5em;
  border-radius: 3px;
  text-align: center;
}
.nfba-button2 {
  margin: 20px 0px 0px 0px;
  background: #45129E;
  color: #fff !important;
  text-decoration: none;
  font-size: 1em;
  padding: 0.88em 1.5em;
  border-radius: 3px;
  text-align: center;
}
html, body {
  height: 100%;
}

.wrap {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.nfba-alert {
  border:  1px solid red;
  background-color: #ffb2b2;
  padding: 10px 20px;
  border-radius: 6px;
}

.nfba-result__benefits {
  padding: 1.25rem 0.5rem;
  flex: 33%;
  text-align: left;
  box-sizing: border-box;
}

.nfba-summary {
  background-color: rgb(235, 235, 235);
  padding: 15px;
}

.nfba-summary h2 {
  color: #555555;
  font-size: 24px;
  font-family: "Nanum Gothic", Sans-serif;
  padding-top: 0 !important;
}

@media (max-width: 700px) {
  .nfba-result__details, .nfba-result__applybuttons, .nfba-result__benefits {
    flex: 100%;
  }
  .nfba-applybuttons {
    margin: 20px 0px 0px 0px;
  }

  .nfba-result__details {
    margin: 20px 0px 0px 0px;
  }
  .nfba-result__logo img {
    width: auto !important;
    height: auto !important;
    padding: 0px 0px 0px 0px !important;
  }
}