* 
{
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
html 
{
    overflow-x: hidden;
    scroll-behavior: smooth;
    padding: 0;
    margin: 0;
}
body 
{
    font-family: "Montserrat", sans-serif;
}
body::-webkit-scrollbar 
{
    width: 3px;
}
body::-webkit-scrollbar-track 
{
    background: #FFF;
}
body::-webkit-scrollbar-thumb 
{
    background: #212529;
}
.topheader_sections
{
    padding: 10px 15px 10px 30px;
    background-color: #FFF8DF;
    opacity: 1;
    text-align: left;
}
.site_logodesign
{
    width: 130px;
}
.main_outbox
{
    margin: 30px 0px 0px 0px;
}
.topheading_design
{
    color: #0D0D49;
    font-size: 28px;
    text-align: center;
}
.topdescription_textdesign
{
    font-size: 18px;
    text-align: center;
    padding: 15px 0 0;
    font-weight: 500;
}
.threepoints_section
{
    margin: 30px 0px 0px 0px;
    display: flex;
    padding-left: 15px;
    padding-right: 15px;
    justify-content: center;
}
.firstcolumn_section
{
    width: 33.33%;
    text-align: center;
}
.secondcolumn_section
{
    width: 33.33%;
    text-align: center;
}
.thirdcolumn_section
{
    width: 33.33%;
    text-align: center;
}
.firstcolumn_text_sections
{
    color: #0D0D49;
    font-weight: 500;
    font-size: 16px;
    position: relative;
    padding: 0px 0px 0px 20px;
    display: inline;
}
.firstcolumn_text_sections::before
{
    background-image: url(../images/checkbox.png);
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    left: 0px;
}
.progress_section
{
    overflow: hidden;
    height: 20px;
    background-color: #eee;
    border-radius: 4px;
    width: 94%;
    margin: 0px auto;
    margin-top: 24px;
}
.quiz_outsection
{
    width: 970px;
    margin: 0px auto;
}
.progress-bar 
{
	width: 0;
      
    transition: width 0.3s ease;
	height: 100%;
	color: #fff;
	text-align: center;
	background-color: #0d0d49;
}
.progress-striped .progress-bar 
{
	background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
	background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
	background-size: 40px 40px;
}
.progress.active .progress-bar 
{
	-webkit-animation: progress-bar-stripes 2s linear infinite;
	animation: progress-bar-stripes 2s linear infinite;
	-moz-animation: progress-bar-stripes 2s linear infinite;
}
.quizbox_outsection
{
    max-width: 100%;
    overflow-x: hidden;
    margin: 0 auto;
    padding: 0 15px;
    border: 1px solid rgb(255, 107, 0);
    box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, 0.4);
    border-radius: 4px;
    margin-top: 20px;
}
.quiz_headingtextdesign
{
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 30px;
    margin-top: 20px;
    color: #364F52;
    font-family: Arial;
    text-align: center;
}
.quizsub_headingtextdesign
{
    font-size: 14px;
    font-family: Arial;
    text-align: center;
}
.quizbutton_outsection
{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
}
.custom_button_col
{
    width: 50%;
}
.superfund_multi_value
{
    background-color: #ff6b00;
    color: #ffffff;
    font-family: Arial;
    font-size: 18px;
    border: 0;
    width: 94%;
    border-radius: 4px;
    margin-top: 20px;
    padding: 21px 10px;
    cursor: pointer;
}
.superfund_multi_value:hover{
    background-color: #e65c00;
}
.select_div {
    width: 100%;
    margin: 0 auto;
    background-color: #fff;
    margin-top: 30px !important;
    padding: 20px 20px;
}
.select_div select {
    text-align: center;
    width: 100% !important;
    height: 45px;
    color: #333;
    border-color: #ccc;
    padding: 6px 15px;
    border-radius: 4px;
    text-align: left;
    outline: none !important;
}
.js-example-basic-single {
    border-color: #ff6b00 !important;
}
.trust-badge-section {
    text-align: center;
    padding: 48px 16px 24px;
    background-color: #ffffff;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: rgba(33, 37, 41, 0.75);
}
.trust-badge-section .lock-icon {
    width: 14px;
    height: 14px;
    margin-right: 4px;
    vertical-align: middle;
}
.trust-badge-section .privacy-link {
    color: #212529bf;
    text-decoration: underline;
    cursor: pointer;
}
.boosting_section
{
    margin-top: 50px;
}
.boost_textdesign
{
    color: #0D0D49;
    font-size: 24px;
    text-align: center;
}
.boost_textdesign span
{
    color: #FF7109;
}
.steps_section
{
    width: 100%;
    max-width: 1170px;
    padding: 70px 0px 0px 0px;
    margin: 0px auto;
}
.steps_container
{
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    gap: 40px;
    text-align: center;
}
.steps__item
{
    flex: 1;
}
.steps__icon
{
    width: 130px;
    margin-bottom: 15px;
}
.steps__title
{
    font-size: 20px;
    font-weight: 700;
    color: #0D0D49;
    padding-bottom: 10px;
}
.steps__description
{
    color: #000;
    font-size: 13px;
    font-weight: 500;
}
.checkeligble_btndesign
{
    background-color: #FF6B00;
    padding: 15px 30px;
    font-weight: 700;
    text-align: center;
    color: #FFF;
    border-radius: 10px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-top: 60px;
    font-size: 20px;
    border-color: #fff;
    border-width: 3px;
    border-style: solid;
    letter-spacing: 0;
    text-transform: none;
    text-shadow: 0 0 0 transparent;
    cursor: pointer;
}
.btn_paragraphsection
{
    padding: 7px 0 0;
    text-align: center;
}
.btn_paragraphsection h1
{
    font-size: 14px;
    position: relative;
    display: inline;
    padding: 0px 0px 0px 22px;
}
.btn_paragraphsection h1::before
{
    background-image: url(../images/check.png);
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    left: 0px;
}
.figure_basesection
{
    margin: 80px 0px 0px 0px;
    text-align: center;
}
.figurepolicy_basetextsections
{
    color: #000;
    font-size: 10px;
    font-weight: 500;
}
.footer_logosections
{
    width: 100%;
    margin: 20px 0px 0px 0px;
    text-align: center;
}
.footerlogo_imgdesign
{
    width: 120px;
}
.footer_alldescriptionarea
{
  width: 100%;
  margin-top: 20px;
  text-align: center;
}
.endfooter_ptextdesign
{
    color: #000;
    font-size: 9px;
    font-weight: 500;
}
.endfooter_linktextdesign
{
    color: #188bf6;
    font-size: 10px;
    font-weight: 500;
}
.endfooter_ptextdesign1
{
    color: #000;
    font-size: 9px;
    font-weight: 500;
    padding: 16px 10px 0px 10px;
    text-shadow: 0 0 0 transparent;
}
.footer 
{
    padding: 16px 0px 0px 0px;
    font-size: 10px;
}
.footer__links 
{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2px;
}
.footer__link 
{
    color: #0078e7;
    text-decoration: none;
    font-weight: 500;
}
.footer__separator 
{
    color: #000;
}
.copyright_outsection 
{
    font-size: 9px;
    text-align: center;
    color: #000;
    padding: 0px 0px 50px 0px;
    font-weight: 500;
}
.super-balance-container {
  display: flex;
  align-items: center;
  width: 100%;
  border: 1px solid #c9ced6;
  border-radius: 4px;
  background-color: #f1f3f6;
  overflow: hidden;
  margin-top: 40px;
}

.currency-box {
  padding: 8px 12px;
  background-color: #e6e9ef;
  border-right: 1px solid #c9ced6;
  color: #333;
  font-size: 14px;
}

.super-balance-input {
   flex: 1;
   padding: 10px;
   outline: none;
   background-color: #f7f9fc;
   font-size: 14px;
   color: #333;
   border: 1px solid #0d0d49;
   border-radius: 0px 4px 4px 0px;
}

.super-balance-input::placeholder {
  color: #7a8599;
}

.nextsbtn_design
{
    width: 250px;
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    background-color: #ff6b00;
    padding: .5em 1em;
    border: none;
    outline: none;
    color: #FFF;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-top: 20px;
    /* margin-bottom: 20px; */
    border-radius: 2px;
    cursor: pointer;
}
.quiz_headingtextdesign1
{
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 30px;
    margin-top: 20px;
    color: #0d0d49;
    font-family: Arial;
    text-align: center;
}
.age-group {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
    max-width: 98%;
    margin: 0px auto;
}
.age-card {
  position: relative;
  background-color: #f56600;
  border-radius: 6px;
  padding: 20px 10px 16px;
  text-align: center;
  cursor: pointer;
  color: #fff;
  font-family: Arial, sans-serif;
}
/* hide default radio */
.age-card input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
/* custom radio circle */
.custom-radio {
  display: block;
  width: 16px;
  height: 16px;
  border: 2px solid #fff;
  border-radius: 50%;
  margin: 0 auto 8px;
  position: relative;
}
/* checked state */
.age-card input:checked + .custom-radio::after {
  content: "✓";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -55%);
  font-size: 12px;
  color: #fff;
}
/* text */
.age-text {
  font-size: 14px;
}
/* hover effect (optional but matches modern UI) */
.age-card:hover {
  background-color: #e65c00;
}
.formback_btndesigns
{
    background-color: #e6e6e6;
    color: #000000cc;
    padding: .5em 1em;
    border-radius: 2px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-top: 20px;
    margin-bottom: 20px;
    border: none;
    outline: none;
    cursor: pointer;
}
.state-selector {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  max-width: 98%;
  margin: 0px auto;
}

.state-card {
  position: relative;
  background-color: #f56600;
  border-radius: 6px;
  padding: 18px 10px 14px;
  text-align: center;
  cursor: pointer;
  color: #fff;
  font-family: Arial, sans-serif;
  transition: 0.2s ease;
}

/* hide default radio */
.state-card input {
  position: absolute;
  opacity: 0;
}

/* custom radio */
.state-radio {
  display: block;
  width: 16px;
  height: 16px;
  border: 2px solid #fff;
  border-radius: 50%;
  margin: 0 auto 8px;
  position: relative;
}

/* checked state */
.state-card input:checked + .state-radio::after {
  content: "✓";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -55%);
  font-size: 12px;
  color: #fff;
}

/* label text */
.state-label {
  font-size: 14px;
  letter-spacing: 0.5px;
}

/* hover effect (optional but matches modern UI) */
.state-card:hover {
  background-color: #e65c00;
}
.reason-selector {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  max-width: 98%;
  margin: 0px auto;
}

.reason-card {
  position: relative;
  background-color: #f56600;
  border-radius: 6px;
  padding: 20px 12px 16px;
  text-align: center;
  cursor: pointer;
  color: #fff;
  font-family: Arial, sans-serif;
  min-height: 70px; /* keeps cards equal height */
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* hide default radio */
.reason-card input {
  position: absolute;
  opacity: 0;
}

/* radio circle */
.reason-radio {
  width: 16px;
  height: 16px;
  border: 2px solid #fff;
  border-radius: 50%;
  margin: 0 auto 8px;
  position: relative;
}

/* checked state (dot inside) */
.reason-card input:checked + .reason-radio::after {
  content: "✓";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -55%);
  font-size: 12px;
  color: #fff;
}

/* text */
.reason-text {
  font-size: 14px;
  line-height: 1.3;
}

/* hover */
.reason-card:hover {
  background-color: #e65c00;
}
.employment-selector {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  max-width: 1000px;
}

.employment-card {
  position: relative;
  background-color: #f56600;
  border-radius: 6px;
  padding: 20px 12px 16px;
  text-align: center;
  cursor: pointer;
  color: #fff;
  font-family: Arial, sans-serif;
  min-height: 70px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: 0.2s ease;
}

/* hide default radio */
.employment-card input {
  position: absolute;
  opacity: 0;
}

/* custom radio */
.employment-radio {
  width: 16px;
  height: 16px;
  border: 2px solid #fff;
  border-radius: 50%;
  margin: 0 auto 8px;
  position: relative;
}

/* checked state */
.employment-card input:checked + .employment-radio::after {
  content: "✓";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -55%);
  font-size: 12px;
  color: #fff;
}

/* text */
.employment-text {
  font-size: 14px;
  line-height: 1.3;
}

/* hover effect */
.employment-card:hover {
  background-color: #e65c00;
}

.user-form {
  padding: 12px;
  width: 100%;
  max-width: 950px;
}

.user-input-field {
  width: 100%;
  padding: 10px 12px;
  margin-bottom: 12px;
  border: 1px solid #2c2c54; /* dark thin border */
  border-radius: 4px;
  font-size: 14px;
  font-family: Arial, sans-serif;
  outline: none;
  box-sizing: border-box;
  background-color: #fff;
}

/* remove margin from last input */
.user-input-field:last-child {
  margin-bottom: 0;
}

/* placeholder style */
.user-input-field::placeholder {
  color: #6c6f7a;
}

/* focus effect (very subtle like your image) */
.user-input-field:focus {
  border-color: #1a1a3d;
}

.iti
{
    display: block;
}

.action-button-group {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-top: 20px;
  margin-bottom: 20px;
}

/* Primary orange button */
.btn-primary-action {
  background-color: #f56600;
  color: #fff;
  border: none;
  padding: 10px 18px;
  font-size: 14px;
  border-radius: 3px;
  cursor: pointer;
  transition: background-color 0.2s ease;
}

.btn-primary-action:hover {
  background-color: #e65c00;
}

/* Disabled grey button */
.btn-secondary-disabled {
  background-color: #e5e5e5;
  color: #9aa0a6;
  border: none;
  padding: 10px 18px;
  font-size: 14px;
  border-radius: 3px;
  cursor: not-allowed;
}

.iti--separate-dial-code .iti__selected-flag
{
    background: transparent;
}

/* Hide the dial code text */
.iti--separate-dial-code .iti__selected-dial-code {
  display: none;
}

/* Adjust spacing so input aligns nicely */
.iti--separate-dial-code .iti__selected-flag {
  padding-right: 8px;
}

/* Optional: reduce extra left padding in input */
.iti--separate-dial-code input {
  padding-left: 50px !important;
}

.thankyou_topheaderoutsection
{
    background-color: #FFF8DF;
}
.thankyousite_logodesign
{
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 180px;
    padding: 33px 0px;
}
.congrats_textdesign
{
    color: #FF700A;
    font-size: 50px;
    padding: 75px 0 0;
    text-align: center;
}
.receive_requesttextdesign
{
    font-size: 30px;
    padding: 50px 0;
    text-align: center;
    font-weight: 500;
}
.receive_requesttextdesign1
{
    font-size: 30px;
    padding: 50px 0;
    text-align: center;
    font-weight: 500;
}
.threebox_outsection
{
    background-color: #FFF8DF;
    margin-top: 30px;
}
.whnext_textdesigns
{
    font-size: 38px;
    text-align: center;
    padding: 30px 0px 0px 0px;
}
.thankyou_stepoutsection
{
    width: 100%;
    max-width: 1170px;
    padding: 70px 0px 0px 0px;
    margin: 0px auto;
}
.thankyousteps_section
{
    width: 100%;
    padding: 50px 0px 30px 0px;
    margin: 0px auto;
}
.thankssteps_container
{
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    gap: 10px;
    text-align: center;
    padding: 0px 10px 0px 10px;
}
.thankssteps__item
{
    flex: 1;
}
.thankssteps__icon
{
    width: 130px;
    margin-bottom: 15px;
}
.thankssteps__title
{
    font-size: 20px;
    font-weight: 700;
    color: #0D0D49;
    padding-bottom: 10px;
}
.thankssteps__description
{
    color: #000;
    font-size: 13px;
    font-weight: 500;
}
.thousands_textdesign
{
    font-size: 38px;
    text-align: center;
    color: #000;
    margin-top: 60px;
    margin-bottom: 50px;
}
.thousands_textdesign span
{
    color: #FF700A;
}
.privacy_headingtextdesign
{
    font-size: 32px;
    text-align: center;
    color: #000;
    padding: 60px 0px 0px 0px;
}
.privacypolicy_outsection
{
    margin: 50px 0px 0px 0px;
    padding: 0px 15px 0px 15px;
}
.privacyp_textdesigns
{
    font-family: "Lato", sans-serif;
    font-size: 14px;
    color: #000;
    line-height: 1.3em;
    font-weight: 400;
    padding: 0px 0px 15px 0px;
}
.privacyp_textdesigns a
{
    color: #188bf6;
    text-decoration: none;
}
.privacyp_textdesigns a:hover
{
    text-decoration: underline;
}
.privacyfst_headingtextdesign
{
    font-family: "Lato", sans-serif;
    font-size: 14px;
    color: #000;
    line-height: 1.3em;
    font-weight: 400;
    padding: 0px 0px 15px 0px;
}
.lastgap
{
    margin-bottom: 30px;
}
.privacyp_textdesigns1
{
    font-family: "Lato", sans-serif;
    font-size: 14px;
    color: #000;
    line-height: 1.3em;
    font-weight: 400;
    padding: 0px 0px 15px 0px;
}
.privacyp_textdesigns1 a
{
    color: #188bf6;
    text-decoration: none;
}
.privacyp_textdesigns1 a:hover
{
    text-decoration: underline;
}
.termscondition_outsection
{
    margin-left: auto;
    margin-right: auto;
    max-width: 1170px;
    width: 100%;
    margin-top: 70px;
}
.termsparagraph_textdesign
{
    font-family: "Lato", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.3em;
    text-shadow: 0 0 0 transparent;
    text-align: left;
}
.termsparagraph_textdesign a
{
    color: #188bf6;
    text-decoration: none;
}
.termsparagraph_textdesign a:hover
{
    text-decoration: underline;
}
.terms_headingtextdesign
{
    padding: 60px 0px 60px 0px;
    font-size: 32px;
    color: #000;
}
.termsparagraph_textdesign1
{
    font-family: "Lato", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.3em;
    text-shadow: 0 0 0 transparent;
    text-align: left;
}
.termsparagraph_textdesign1 a
{
    color: #188bf6;
    text-decoration: none;
}
.termsparagraph_textdesign1 a:hover
{
    text-decoration: underline;
}
.termsparagraph_textdesign2
{
    font-family: "Lato", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.3em;
    text-shadow: 0 0 0 transparent;
    padding: 30px 0px 0px 0px;
    text-align: left;
}
.termsparagraph_textdesign2 a
{
    color: #188bf6;
    text-decoration: none;
}
.termsparagraph_textdesign2 a:hover
{
    text-decoration: underline;
}
.termsparagraph_textdesign3
{
    font-family: "Lato", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.3em;
    text-shadow: 0 0 0 transparent;
    padding: 30px 0px 30px 0px;
    text-align: left;
}
.termsparagraph_textdesign3 a
{
    color: #188bf6;
    text-decoration: none;
}
.termsparagraph_textdesign3 a:hover
{
    text-decoration: underline;
}
.become_partnersection
{
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    margin-top: 60px;
}
.partner_boxinnersection
{
    display: flex;
    width: 100%;
}
.fstpartner_boxsection
{
    flex-direction: column;
    justify-content: center;
    align-items: inherit;
    flex-wrap: nowrap;
    display: flex;
    padding: 0px 40px 0px 0px;
}
.secondpartner_boxsection
{
    flex-direction: column;
    justify-content: center;
    align-items: inherit;
    flex-wrap: nowrap;
    display: flex;
    width: 100% !important;
    padding: 0px 0px 0px 30px;
}
.fstpartner_textsection
{
    font-size: 40px;
    text-align: center;
    color: #000;
    padding: 0px 0px 0px 0px;
    line-height: 45px;
}
.fstprtnerp_textdesigns
{
    font-size: 25px;
    text-align: center;
    font-weight: 500;
    padding-top: 6px;
}
.form-container {
    margin: 40px auto;
    padding: 30px;
    border: 2px dashed #cfd8dc;
    background: #fafafa;
    width: 100%;
}

.contact-form {
  width: 100%;
}

.form-group {
  margin-bottom: 20px;
}

.form-label {
    display: block;
    margin-bottom: 8px;
    font-size: 14px;
    color: #333;
    font-weight: 600;
}

.form-input,
.form-textarea {
    width: 100%;
    padding: 14px 12px;
    border: none;
    border-radius: 6px;
    background-color: #e9ecef;
    font-size: 13px;
    color: #333;
    font-weight: 500;
    font-family: "Montserrat", sans-serif;
}

.form-input::placeholder,
.form-textarea::placeholder {
  color: #9aa0a6;
}

.form-textarea {
  height: 120px;
  resize: vertical;
}

/* Email icon */
.input-icon {
  position: relative;
}

.input-icon .icon {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  color: #9aa0a6;
}

.input-icon .form-input {
  padding-left: 35px;
}

/* Button */
.submit-btn {
    background-color: #2A3135;
    color: #fff;
    padding: 16px 20px;
    border: none;
    font-size: 14px;
    cursor: pointer;
    border-radius: 0px;
    width: 18%;
}

.submit-btn:hover {
  background-color: #1f2a30;
}

.how_doesection
{
    width: 100%;
    margin-top: 150px;
}
.inner_howdoesection
{
    max-width: 1170px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
}
.howworks_textdesign
{
    font-size: 32px;
    text-align: center;
    color: #000;
    font-weight: 700;
}

/* Section Background */
.steps-section {
  padding: 80px 0px 80px 0px;
}

/* Container */
.steps-container {
    max-width: 1140px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    gap: 50px;
}

/* Each Step */
.step-item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    flex: 1;
}

/* Number Circle */
.step-number {
    min-width: 60px;
    height: 60px;
    background-color: #ff7109;
    color: #fff;
    font-size: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
}

/* Content */
.step-content {
  max-width: 300px;
}

.step-title {
    font-size: 24px;
    margin: 0 0 0px;
    color: #000;
    text-align: center;
    font-weight: 600;
    font-family: "Lato", sans-serif;
}

.step-text {
    font-size: 15px;
    color: #333;
    line-height: 1.6;
    margin: 0;
    text-align: center;
    font-family: "Lato", sans-serif;
    font-weight: 500;
}

.getleads_btndesign
{
    background-color: #FF6B00;
    color: #FFF;
    padding: 16px 24px;
    font-weight: 700;
    border: none;
    outline: none;
    box-shadow: 0 1px 5px #0006;
    margin-left: auto;
    margin-right: auto;
    display: block;
    border-radius: 10px;
    font-size: 23px;
    cursor: pointer;
}

.thirdbecame_outsection
{
    background-color: #FFF8DF;
    margin-top: 70px;
    padding: 0px 0px 26px 0px;
}
.thirdbecame_headingtextdesign
{
    font-size: 32px;
    text-align: center;
    color: #0D0D49;
    font-weight: 600;
    padding: 20px 0px 0px 0px;
}

/* Section */
.features-section {
    padding: 40px 20px;
    color: #fff;
}

/* Grid Layout */
.features-container {
  /* max-width: 1200px; */
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  row-gap: 60px;
  column-gap: 40px;
  text-align: center;
}

/* Each Item */
.feature-item {
  padding: 10px 20px;
}

/* Icon */
.feature-icon img {
  width: 65px;
}

/* Title */
.feature-title {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #0D0D49;
}

/* Text */
.feature-text {
    font-size: 14px;
    line-height: 1.6;
    color: #000000;
    font-weight: 500;
}

.downgetleads_btndesign
{
    background-color: #FF6B00;
    color: #FFF;
    padding: 16px 24px;
    font-weight: 700;
    border: none;
    outline: none;
    box-shadow: 0 1px 5px #0006;
    margin-left: auto;
    margin-right: auto;
    display: block;
    border-radius: 10px;
    font-size: 23px;
    cursor: pointer;
}

.becomefooter_outsection
{
    background-color: #FAFBFC;
    padding: 10px 0 20px;
    margin-top: 0px;
}


/* responsive css */

@media (max-width: 767px)
{
    .threepoints_section
    {
        display: block;
    }
    .firstcolumn_section
    {
        width: 100%;
        margin-bottom: 6px;
    }
    .secondcolumn_section
    {
        width: 100%;
        margin-bottom: 6px;
    }
    .thirdcolumn_section
    {
        width: 100%;
    }
    .quiz_outsection
    {
        width: 100%;
    }
    .quizbutton_outsection
    {
        display: block;
    }
    .custom_button_col
    {
        width: 100%;
    }
    .age-group
    {
        grid-template-columns: repeat(1, 1fr);
    }
    .formback_btndesigns
    {
        width: 100%;
    }
    .state-selector
    {
        grid-template-columns: repeat(1, 1fr);
    }
    .reason-selector
    {
        grid-template-columns: repeat(1, 1fr);
    }
    .employment-selector
    {
        grid-template-columns: repeat(1, 1fr);
    }
    .boosting_section
    {
        padding: 0px 20px;
    }
    .steps_container
    {
        display: block;
    }
    .steps__item
    {
        margin-bottom: 40px;
    }
    .quiz_headingtextdesign
    {
        font-size: 24px;
    }
    .quiz_headingtextdesign1 
    {
        font-size: 24px;
    }
    .quizbox_outsection
    {
        margin-left: 10px;
        margin-right: 10px;
        margin-bottom: 25px;
           visibility: hidden;
    }
    .action-button-group
    {
        display: block;
    }
    .btn-primary-action
    {
        margin-left: auto;
        margin-right: auto;
        display: block;
        margin-bottom: 15px;
        padding: 12px 30px;
    }
    .btn-secondary-disabled
    {
        margin-left: auto;
        margin-right: auto;
        display: block;
        padding: 12px 25px;
    }

    .thankssteps_container
    {
        display: block;
    }
    .congrats_textdesign
    {
        font-size: 35px;
    }
    .receive_requesttextdesign
    {
        font-size: 28px;
        padding: 30px 15px 0px 15px;
    }
    .receive_requesttextdesign1
    {
        font-size: 28px;
        padding: 30px 15px 0px 15px;
    }
    .thousands_textdesign
    {
        font-size: 30px;
    }
    .thankssteps__item
    {
        margin-bottom: 30px;
    }
    .topdescription_textdesign
    {
        padding: 15px 2px 0;
    }

    .partner_boxinnersection
    {
        display: block;
    }
    .fstpartner_textsection
    {
        font-size: 25px;
        padding: 0px 10px 0px 10px;
        line-height: 32px;
    }
    .fstpartner_boxsection
    {
        padding: 0px 9px 0px 0px;
    }
    .fstprtnerp_textdesigns
    {
        font-size: 20px;
    }
    .secondpartner_boxsection
    {
        display: block;
        padding: 0px 20px 0px 20px;
    }
    .submit-btn
    {
        width: 100%;
    }
    .form-container
    {
        border-radius: 5px;
        padding: 14px;
    }
    .inner_howdoesection
    {
        max-width: 100%;
    }
    .steps-container
    {
        display: block;
        max-width: 100%;
    }
    .step-item
    {
        display: block;
        margin-bottom: 90px;
        padding: 0px 20px;
    }
    .step-content 
    {
      max-width: 100%;
    }
    .step-number
    {
        width: 60px;
        height: 60px;
        margin: 0px auto;
        margin-bottom: 10px;
    }
    .getleads_btndesign
    {
        margin-top: -62px;
    }
    .features-container
    {
        grid-template-columns: repeat(1, 1fr);
    }
    .mobile_terms
    {
        padding: 0px 10px 0px 10px;
    }
    .footer_innersection
    {
        padding: 0px 10px;
    }
    .termspara_textdesign
    {
        font-size: 14px;
        line-height: 1.3em;
    }
    .steps-section 
    {
        padding: 40px 0px 40px 0px;
    }
}

@media (min-width: 768px) and (max-width: 1023px)
{
    .quiz_outsection
    {
        width: 100%;
    }
    .quizbutton_outsection
    {
        display: block;
    }
    .custom_button_col
    {
        width: 100%;
    }
    .quiz_outsection
    {
        width: 97%;
    }
    .age-group
    {
        grid-template-columns: repeat(1, 1fr);
    }
    .state-selector
    {
        grid-template-columns: repeat(1, 1fr);
    }
    .reason-selector
    {
        grid-template-columns: repeat(1, 1fr);
    }
    .employment-selector
    {
        grid-template-columns: repeat(1, 1fr);
    }
    .secondpartner_boxsection
    {
        padding: 0px 10px 0px 2px;
    }
    .fstpartner_textsection
    {
        padding: 0px 20px 0px 20px;
        font-size: 24px;
        line-height: 30px;
    }
    .form-container
    {
        padding: 20px;
    }
    .submit-btn
    {
        width: 32%;
    }
}

@media (min-width: 1024px) and (max-width: 1366px)
{
   .secondpartner_boxsection
   {
    padding: 0px 15px 0px 15px;
   }
   .submit-btn
   {
    width: 22%;
   }
   .fstpartner_boxsection
   {
    padding: 0px 10px 0px 0px;
   }
}

/* // my css */
.step{
    padding-bottom:25px;
}

input[type="radio"]:checked + label {
    border: 2px solid #000;
    background: #f5f5f5;
}