.form-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh; /* Full height of the viewport */
}


#stepForm label {
    display: block;
}
.button-green, .button-grey {
    width: 100%;
    padding: 20px 10px;
    background: #16a34a;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 8px;
    border-radius: 5px;
    display: block;
    text-align: center;
    cursor: pointer;
	color:#fff;
	transition: .2s all;
}
.button-green{
	background: #16a34a;
	border: 2px solid #16a34a;
}
.button-grey{
	background:#6b7280;
	border: 2px solid #6b7280;
}
#stepForm input {
    width: 100%;
    border-radius: 0;
}
#stepForm input[type="radio"] {
    display: none;
}
.step1-btn{
    background: #22c55e;
	margin-top:8px;
	width: 100%;
    padding: 12px 10px;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 8px;
    border-radius: 5px;
    display: block;
    text-align: center;
    cursor: pointer;
	color:#fff;
}
form#stepForm * {
    font-family: 'Poppins';
}
#stepForm .step input {
    background: #d1d5db;
    border-radius: 5px;
    border: 1px solid transparent;
    padding: 13px 16px;
}
.step-yes {
    max-width: 448px;
    margin: 0 auto;
}
.step.step-yes h2 {
    font-size: 36px;
    color: #00a652;
    font-weight: 700;
}
.step h2 {
    font-size: 24px;
    text-align: center;
}
.step {
    display: none;
}
.step1 {
    display: block;
}
.step3 {
    text-align: center;
}
.step3 > img {
    border-radius: 5px;
    margin-bottom: 13px;
}
.step .info-text {
    background: #dbeafe;
    padding: 8px;
    border: 2px dashed rgb(96 165 250);
    color: #1d43d8;
    font-size: 16px;
	text-align:center;
    font-weight: 600;
    margin: 10px auto;
}
.step1-btn img {
    max-width: 15px;
}
.button-green:hover {
    background: #4ade80;
    color: #000;
}
.button-grey:hover{
	background:#d1d5db;
	color:#000;
}
.step3 p.info-text {
    max-width: 400px;
}
.progress-bar-outer {
    background: #e5e7eb;
    height: 10px;
    border-radius: 10px;
    overflow: hidden;
}
.progress-bar-inner {
    background: #84cc16;
    display: block;
    height: 10px;
}
.progress-bar p {
    text-align: center;
    margin: 0;
    font-size: 14px;
    color: #000;
}
.progress-bar {
    margin-bottom: 20px;
}
.step.step-yes > img {
    max-width: 359px;
    margin: 0 auto;
	width:100%;
    display: block;
}
.step-yes h3 {
    text-align: center;
    font-size: 30px;
    font-weight: 700;
}
.step-yes h3 span {
    display: block;
    color: #ec018c;
}
.step-yes p {
    text-align: center;
    font-size: 16px;
}
.step-yes ul li {
    background: #e5e7eb;
    padding: 5px 10px;
    margin-bottom: 8px;
    border-radius: 4px;
}
.step a.qualify-red {
    background: #f30000;
    font-size: 20px;
    text-decoration: none;
    border: 1px solid #000;
    padding: 12px;
    text-transform: uppercase;
    line-height: normal;
    border-radius: 10px;
    width: 100%;
    text-align: center;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
}
a.qualify-red:hover {
    background: #dc2626;
    color: #fff;
}
.step-yes ul {
	list-style-type: none;
	max-width: 312px;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
}
.step-yes ul li span {
    color: #ec018c;
    font-weight: 600;
    margin: 0px 4px;
}
.qualify-red img:last-child {
    margin-left: -9px;
}
.qualify-red img:first-child {
    margin-left: 5px;
}
a.text-call-btn {
    background: #22c553;
    text-decoration: none !important;
    display: block;
    width: 100%;
    font-size: 23px;
    padding: 16px;
    border-radius: 5px;
    font-weight: 500;
}
.step.step-no {
    max-width: 448px;
    margin: 0 auto;
}
a.text-call-btn:hover {
    background: #4ade80;
    color: #fff;
}
.step.step-no p span {
    color: #16a34a;
    font-weight: 600;
}
.step.step-no p {
    margin-bottom: 10px;
}
.step-loader p {
    text-align: center;
    margin-bottom: 0;
    color: #16a34a;
    font-weight: 600;
    font-size: 18px;
}
.step-loader{
display: none;
}
.step-not-qualify{
    display: none;
}
.step-loader ul {
    padding: 0;
    list-style: none;
}
.step-loader li {
    background: #dbeafe;
    font-size: 12px;
    color: #2563eb;
    padding: 4px 6px;
    margin-bottom: 5px;
    border-radius: 4px;
}
.step-loader {
    max-width: 100%;
    margin: 0 auto;
}
.step-loader li img {
    max-width: 13px;
    margin-right: 4px;
}
.page-id-546 header#masthead {
    display: none;
}
.spinner {
	width: 35px;;
	height: 35px;
	border-radius: 50%;
	border: 6px solid #c5e8d2;
	border-right-color: #16a34a;
	animation: rotateSpinner 800ms linear infinite;
}

.step-loader ul li{
	display:none;
}
.step-loader-in-li {
    background: transparent !important;
}
#stepForm .error {
    border-color: red !important;
    background: rgba(254,226,226,.3) !important;
}
.error-message {
    color: red;
}

@keyframes rotateSpinner {
	to {
		transform: rotate(360deg);
	}
}
#timer {
    color: #dc2626;
}
.timer {
    font-weight: 700;
    margin-top: 8px;
}
form#stepForm{
	display:block;
	text-align:center;
}
.custStepFormDataMnStep1 h1{
	font-family: "Poppins", Sans-serif;
	font-weight: 700;
	font-size: 2.5rem;
}
.custStepFormBtmData{
	display:block;
	margin-top:15px;
}
.custStepFormBtmData img{
	border-radius:10px;
	margin-bottom:20px;
}
.custStepFormBtmData p{
	display:block;
	color: #000000;
	font-family: "Poppins", Sans-serif;
	font-size: 18px;
	line-height: 1.75em;
}
.custStepFormDataMnStep2{
	width:532px;
	margin:0 auto;
}
.custStepFormData2{
	text-align:left;
}
form#stepForm .step-yes{
	max-width:100%;
}
@media(max-width:767px){
.custStepFormDataMnStep1 h1{
    font-size: 18px;
	margin-bottom:0px;
}
.custStepFormDataMnStep2{
    width: 100%;
    margin: 0 auto;
}
.custStepFormBtmData p{
    font-size: 15px;
    line-height: 24px;
	margin-bottom: 10px;
}
.custStepFormBtmData img{
	width:75%;
	margin-bottom:5px;
}
}
@media(max-width:575px){
.step.step-yes h2 {
	font-size: 30px;
}
.custStepFormDataMnStep1 h1{
    font-size: 18px;
	margin-bottom:0px;
}
.custStepFormDataMnStep2{
    width: 100%;
    margin: 0 auto;
}
.custStepFormBtmData p{
    font-size: 15px;
    line-height: 24px;
	margin-bottom: 10px;
}
.custStepFormBtmData img{
	width:75%;
	margin-bottom:5px;
}
}


