header {
  background-color: #073386;
}

.logo{
  max-width: 180px;
}

.hero-section {
  background-image: linear-gradient(45deg, rgba(255,255,255,0.3), rgba(255,255,255,0.8), rgb(255,255,255)), url("../../assets/img/bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 0%;
  padding: 5rem 0;
}

.primary-heading {
  font-weight: 700;
  font-size: 28px;
  color: #233459;
  text-align: center;
}

@media (min-width: 768px) {
  .primary-heading {
    font-size: 45px;
  }
}

.tcpa-text {
  text-align: center;
  margin: 2rem 0;
  font-size: 14px;
}

.privacy-certified-logos {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  margin-bottom: 1em;
  margin-top: 2em;
}

.m-button {
  padding: 12px;
  background-color: #ff8200;
  color: #fff;
  width: 100%;
  font-size: 20px;
  font-weight: 500;
  border-radius: 14px;
  transition: all .3s ease-in-out;
}

.m-button:hover {
  background-color: #c66500;
  color: #fff;
}

.form-wrapper {
  padding: 2em 1em 1em;
  box-shadow: #d2d2d2 0px 0px 20px 0px;
  border-radius: 15px;
  background: #fff;
  margin-right: auto;
  margin-left: auto;
  overflow: hidden;
  max-width: 580px;
}

@media (min-width: 768px) {
  .form-wrapper {
    padding: 2em 2em 1.5em;
  }
}

.form-control {
  display: block;
  width: 100%;
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #b8b8b8;
  -moz-appearance: none;
  appearance: none;
  border-radius: .375rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.section-heading {
  font-size: 28px;
  text-align: center;
  color: #013caa;
}

@media (min-width: 768px) {
  .section-heading {
    font-size: 40px;
    text-align: center;
    color: #013caa;
  }
}

.section-sub-heading {
  color: #5e5e5e;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
}

@media (min-width: 768px) {
  .section-sub-heading {
    color: #5e5e5e;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
  }
}

.step-item {
  text-align: center;
  margin: 0 20px;
}

.step-image {
  margin-bottom: 1rem;
  max-width: 90px;
}

@media (min-width: 768px) {
  .step-image {
    margin-bottom: 1rem;
    max-width: 140px;
  }
}

.step-title {
  color: #073386;
  font-weight: 500;
  font-size: 22px;
}

.step-description {
  font-size: 16px;
  color: #313131;
  line-height: 1.4;
}

.get-started {
  background: rgb(254,95,0);
  background: -moz-linear-gradient(0deg, rgba(254,95,0,1) 0%, rgba(255,157,0,1) 100%);
  background: -webkit-linear-gradient(0deg, rgba(254,95,0,1) 0%, rgba(255,157,0,1) 100%);
  background: linear-gradient(0deg, rgba(254,95,0,1) 0%, rgba(255,157,0,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fe5f00",endColorstr="#ff9d00",GradientType=1);
  color: #fff;
  font-size: 20px;
  padding: 10px 50px;
  border-radius: 8px;
  box-shadow: 0px 8px 0px 0px #d34d00;
  transition: all ease-in-out .3s;
  border: none;
  margin-bottom: 2rem;
  width: 94%;
  font-weight: 500;
}

.cta-at-bottom {
  text-align: center;
  max-width: 450px;
  margin: auto;
}

.get-started:hover {
  transform: translateY(8px);
  color: #fff;
  box-shadow: none;
}

.get-started-section {
  background-color: #f2f5f9;
  padding: 5rem 0;
}

.steps-section {
  padding: 5rem 0;
}

footer {
  background-color: #073386;
  padding: 3rem 0;
}

.footer-link-item:hover {
  color: #fff;
}

.footer-link-item {
  color: #fff;
  text-decoration: none;
}

.copyright-text {
  color: #fff;
  margin-bottom: 0;
}

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

@media (min-width: 768px) {
  .get-started {
    padding: 15px 50px;
    font-size: 28px;
  }
}

.form-top-container {
  background-color: #3c722c;
  color: #fff;
  text-align: center;
  padding: 15px 0;
}

.inner-form-container {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  max-width: 620px;
  margin: auto;
  box-shadow: #d2d2d2 0px 0px 20px 0px;
}

.m-form {
  margin: 2rem 1rem;
}

@media (min-width: 768px) {
  .m-form {
    margin: 3rem 2rem;
  }
}

fieldset {
  margin: 0 5px;
}

.table-text {
  font-weight: 500;
  font-size: 18px;
}

tr {
  border-bottom-style: dotted;
  border-bottom-width: 2px;
}

.tcpa-text-2 {
  color: #767676;
  font-size: 13px;
}

.form-check {
  margin: 0;
  padding: 1rem 1.2rem 1rem 2.5rem;
}

#confirm-label {
  color: #000;
  line-height: 1.2;
  font-size: 14px;
}

.form-check-input:checked {
  background-color: #073386;
  border-color: #073386;
}

.survey-form-top-title {
  color: #013caa;
  font-size: 20px;
  text-align: center;
  font-weight: 600;
  margin-top: 2rem;
  font-family: 'Poppins';
}

.progress {
  border-radius: 30px;
  height: 12px;
  margin: 2rem auto;
  max-width: 620px;
}

.form-question {
  font-size: 24px;
  text-align: center;
  font-weight: 500;
  margin-bottom: 2rem;
}

.answer-options {
  text-align: center;
}

.form-check-inline {
  display: block;
  padding: 0 1rem;
}

@media (min-width: 768px) {
  .form-check {
    display: inline-block;
    margin-right: 1rem;
  }
}

.answer-btn {
  background-color: #a0a0a0;
  border-radius: 0.3rem;
  font-weight: 600;
  text-transform: uppercase;
  width: 100%;
  padding: .8rem 4rem;
  font-size: 18px;
  border: none;
  margin-bottom: 1rem;
  color: #fff;
  min-width: 100%;
}

@media (min-width: 768px) {
  .answer-btn {
    min-width: 220px;
    padding: 1rem 4rem;
  }
}

.answer-btn:hover {
  background-color: #ff8200 !important;
  color: #fff !important;
}

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

.progress-bar {
  background-color: #79a541;
}

.btn-check:checked + .btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check) + .btn:active {
  color: #fff;
  background-color: #a0a0a0;
}

label.error{
  font-size: 12px;
    color: #ff3e3e;
    padding: 2px 10px;
    margin: 2px;
    display: block;
}

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

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

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

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