.logo{
  max-width: 200px;
}

.form-wrapper {
  background: #fff;
  box-shadow: 0 0 10px 5px #e0e0e0;
  border-radius: 1rem;
  overflow: hidden;
  max-width: 420px;
  margin: auto;
  margin-bottom: 4rem;
}

.form-heading-wrapper{
  background: #412da5;
  padding: 16px 30px;
}

.inner-form-container {
  padding: 30px 30px 25px;
  min-height: 280px;
}

.tcpa-text {
  margin-top: 1.5rem;
  margin-bottom: 2rem;
  line-height: 1.2;
  font-size: 16px;
  color: #636363;
}

.heading-text-2 {
  font-size: 30px;
  margin: 0 auto;
  text-align: center;
  color: #b6905d;
  line-height: 1.2;
}

.invisible {
  visibility: hidden!important;
  height: 0;
  width: 0;
}

a:hover{
  color: #b6905d;
}

@media (min-width: 768px) {
  .heading-text-2 {
    font-size: 50px;
    margin: 0 auto;
    text-align: center;
    color: #b38c57;
    line-height: 1.2;
  }
}

@media (min-width: 300px) {
  .heading-title {
    font-weight: 600;
    margin: 0 auto 10px;
    text-align: center;
    color: #b38c57;
    font-size: 32px;
  }
}

@media (min-width: 768px) {
  .heading-title {
    font-weight: 600;
    text-align: center;
    font-size: 48px;
  }

  .logo{
    max-width: 280px;
  }
}

.heading-text-1 {
  font-size: 20px;
  margin: 10px auto;
  text-align: center;
  line-height: 1.2;
}

@media (min-width: 768px) {
  .heading-text-1 {
    font-size: 28px;
    margin: 10px auto;
    text-align: center;
    line-height: 1.2;
  }
}

.included-title {
  font-size: 18px;
  font-weight: 500;
  margin: 0;
  color: #565656;
}

@media (min-width: 768px) {
  .included-title {
    font-size: 20px;
  }
}

.included-heading {
  font-size: 22px;
  margin: 10px 0 5px;
  color: #5c4ab5;
}

@media (min-width: 768px) {
  .included-heading {
    font-size: 26px;
    margin: 10px 0 5px;
  }
}

.bottom-wrapper {
  margin-top: 3rem;
  padding-left: 5px;
  padding-right: 10px;
  max-width: 520px;
  position: relative;
}

@media (min-width: 768px) {
  .bottom-wrapper {
    margin-top: 3rem;
    padding-left: 1rem;
    padding-right: 1rem;
    max-width: 520px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 992px) {
  .bottom-wrapper {
    margin-top: 3rem;
    padding-left: 3rem;
    padding-right: 5rem;
    max-width: 520px;
    position: relative;
    margin-left: 0;
    margin-right: 0;
  }
}

.answer-btn {
  background-color: #5c4ab5;
  border-radius: 0.5rem;
  font-weight: 500;
  text-transform: uppercase;
  width: 100%;
  padding: 14px;
  font-size: 18px;
  border: none;
  margin-bottom: 1rem;
}

.continue-btn {
  background-color: #5c4ab5;
  border: #9a86ff 5px solid;
  border-radius: 2rem;
  font-weight: 500;
  text-transform: uppercase;
  width: 100%;
  padding: 10px;
  font-size: 22px;
}

.fas.fa-check-circle {
  color: #5c4ab5;
}

.continue-btn:hover, .continue-btn:active, .continue-btn:focus {
  background-color: #5c4ab5!important;
  border: #423295 5px solid !important;
}

.fas.fa-arrow-right {
  margin-left: 10px;
}

input.form-control-lg {
  padding: 8px 15px;
}

@media (min-width: 768px) {
  input.form-control-lg {
    padding: 10px 25px;
  }
}

.form-control {
  background-color: #f8f8f8;
  border: 2px solid #7b7b7b;
}

.form-control:focus {
  background-color: #fff;
  border-color: #5c4ab5;
  outline: 0;
  box-shadow: 0 0 0 0.25rem #e7e2ff;
}

.form-image {
  width: 100%;
  margin-bottom: 2rem;
}

@media (min-width:1400px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1140px;
  }
}

.arrow {
  position: absolute;
  top: 15rem;
  display: none;
}

@media (min-width: 576px) {
  .arrow {
    left: 0rem;
    top: 16rem;
    display: block;
  }
}

.floating-get-started {
  font-family: cursive;
  position: absolute;
  margin-top: 38px;
}

@media (min-width: 768px) {
  .arrow {
    display: block;
    left: 25px;
  }
}

@media (min-width: 992px) {
  .arrow {
    left: -115px;
    top: 16rem;
  }
}

.arrow-img {
  width: 100px;
}

@media (min-width: 768px) {
  .arrow-img {
    width: 150px;
  }
}

.no-obligation {
  margin-bottom: 2rem;
}

.fas.fa-lock {
  color: #585858;
}

.included-text {
  font-size: 16px;
  line-height: 1.3;
}

@media (min-width: 768px) {
  .included-text {
    font-size: 18px;
    line-height: 1.3;
  }
}

main {
  padding: 3rem 0;
  background: #fcfcfc;
  background-position: 0% 0%;
  background-repeat: no-repeat;
  background-size: cover;
}

.hide-on-mobile {
  display: none;
}

@media (min-width: 992px) {
  .hide-on-mobile {
    display: block;
  }
}

.show-on-mobile {
  display: block;
}

@media (min-width: 992px) {
  .show-on-mobile {
    display: none;
  }
}

.footer-link-item {
  color: #ffffff;
  margin: 0 5px;
  display: inline-block;
  font-size: 16px;
}

footer {
  padding: 20px;
  background-color: #2e2272;
}

@media (min-width: 992px) {
  main {
    background: linear-gradient(270deg, #fcfcfc, rgba(252,252,252,0.5)), url(../../assets/img/statue-bg.png);
    background-position: 0% 0%;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 90vh;
  }
}

.trusted-logo {
}

.copyright-text {
  color: #d0d0d0;
}

.navbar {
  z-index: 99;
  box-shadow: #696767 0 0 4px 0px;
}

.form-heading {
  font-size: 20px;
  text-align: center;
  color: #fff;
}

.tcpa-text-2 {
  font-size: 11px;
  text-align: justify;
}

#confirm-label {
  font-size: 15px;
  line-height: 1.2;
  width: 100%;
}

.form-check {
  padding: 10px 5px 10px 40px;
}

body {
  font-family: 'Roboto';
}

label.error {
  color: var(--bs-red);
  font-size: 14px;
  margin-top: 4px;
}

.claim-offer{
    padding: 15px;
    background: linear-gradient(#5c4ab5, #3f2f8c);
    width: 100%;
    display: block;
    text-align: center;
    color: #fff;
    font-size: 18px;
    text-decoration: none;
}

.claim-offer:hover{
  color: #fff;
  background: #3f2f8c;
}

.text-deco-none{
  text-decoration: none;
}

.form-question {
  text-align: center;
  line-height: 1.2;
  margin-bottom: 3rem;
  font-weight: 500;
  font-size: 1.5em;
}

#questions-form-wrapper {
  max-width: 768px;
  margin-top: 3rem;
}

.answer-btn:hover, .answer-btn:focus, .answer-btn:active {
  background-color: #433490!important;
}

.progress-bar {
  background-color: #5c4ab5;
}

.form-step {
  padding-top: 2rem;
}

[data-step]:not([data-step="a0"]) {
  display: none;
}

.spinner-grow {
  display: block;
}

.active {
  display: block;
}

#loading {
  display: none;
  margin: 10px auto;
}

.progress {
  border-radius: 0;
  width: 1s ease;
}

.form-step.fadeUp {
  animation: fadeUp 0.6s ease-in-out;
}

@keyframes fadeUp {
  from {
    transform: translateY(20%);
    opacity: 0;
  }
  to {
    transform: translateY(0%);
    opacity: 1;
  }
}

.form-step.slideUp {
  animation: slideUp .3s ease-in-out;
}

@keyframes slideUp {
  from {
      transform: translateY(0) !important;
      opacity: 1;
  }
  to {
      transform: translateY(-40%) !important;
      opacity: 0;
  }
}