body::before {
    content: "";
    background: url("../../assets/images/bg_1.webp") no-repeat center center;
    position: absolute;
    width: 0;
    height: 0;
    overflow: hidden;
}
.steps_body {
    background: #E2E2E2;
	background-image:none;
    padding-bottom: 2em;
    min-height: auto;
}
.more-content {
    border-top: 1px solid #CFCFCF;
}
.more-content img {
    width: 30px;
    transform: rotate(180deg);
    margin-top: -10px;
    transition: transform 0.3s ease;
}
.more-content .sml img{
    transform: rotate(0deg);
}
.toggle-arrow, .toggle-button {margin-bottom:6px}

.home_top {
    background-image: none;
}
.debt-btn {
    padding: 10px;
    width: 100%;
    max-width: 350px;
    margin-top: 10px;
    border: none;
    font-size: 1.2em;
    display: block;
    margin-left: auto;
    margin-right: auto;
    cursor: pointer;
    color:#fff;
    font-weight: bold;
	border-radius: 0.4375rem;
	background: #529CE3;
	box-shadow: 0px 4px 4px 0px #326EA8;	
}

.debt-btn.active,
.debt-btn:hover{
    background: #025c98;
    color: #fff;
 } 

.debt-btn-sec {
    margin:25px 0px;
}
.questionnaire-progress-bar {
    background: linear-gradient(to right, rgba(166, 167, 165, 0.5), #f2f2f2);
    height: 0.5rem;
}
.rounded {
    border-radius:0.375rem !important;
}
.bg-denim {
    background: #44c590 !important;
}
#step6, #step7, .hide {
    display: none;
}
.dobfield {
    width:150px;
}

.cont-div input{
    max-width:450px;
    border:1px solid #ced4da;
}

.button-row{
    max-width: 450px;
    width: 100%;
}
.button-row button.butn, .button-row button.butn2{
    width: 100%;
    margin: 8px 0px 10px;
    border-radius: 2px;
    color:#fff;
    font-weight: bold;
    padding:10px;
    background: #529CE3;
    box-shadow: 0px 4px 4px 0px #326EA8;	
}
.income-btn{
    border-radius: 2px;
    color:#fff;
    font-weight: bold;
    background: #529CE3;
    box-shadow: 0px 4px 4px 0px #326EA8;	
}

.button-row button.butn.active, 
.button-row button.butn2.active ,
.button-row button.butn:hover, 
.button-row button.butn2:hover{
  background: #025c98;  
  color:#fff; 
}
.income-btn.active,
.income-btn:hover{
  background: #025c98; 
  color:#fff;
}
@media screen and (min-width: 993px) {
    .para-div {
        margin-top: 6rem;
    }
    }
@media screen and (max-width: 992px) {
.dobfield {
    display: none;
}
}
.errorMsg {
    width: 200px;
    display: block;
    margin: 12px auto 6px;
    padding: 0;
}
.errorMsg#protect_7{
    width: 220px;
}
.stressfree {
    max-width: 100%;
    width: 350px;
    margin-bottom: 5px;
}
@media screen and (max-width: 600px) {
.header_top {
    margin-left: 0;
    width: 56%;
	text-align: right;
}
}
.eligible {
    max-width: 500px;
    width: 100%;
}
.steps_bg .eligible {
    max-width: 420px;
    width: 100%;
}
.steps_bg .undebt {
    max-width: 420px;
    width: 100%;
}

.mwidth-90 {
    max-width: 90%;
}
.bullet_center {
    max-width:100%;
    width: 640px;
}
.mwidth-100{
    max-width:100%;
    margin-left: auto;
    margin-right: auto;
}
.phone-icon {
    background-image: none;
    display: flex;
    background-repeat: no-repeat;
    background-size: 30px;
}
.contact-nav {
    line-height: 1;
    margin-top: 5px;
    display: flex;
    align-items: center;	
}
.tel-icon {
    position: relative;
    margin-right: 5px;
    color: #1a2662;
}
.tel-icon img{
    max-width:40px;
}
.phone-icon .tel-icon:before {
    content: "";
    border-radius: 50%;
    width: 10px;
    height: 10px;
    display: block;
    transform: scale(1);
    background: #4ade80;
    transition: transform 0.24s;
    position: absolute;
    right: 0px;
    top: 0;
    margin-left: 0.55rem;
}
.tel-icon svg {
    width: 25px !important;
    margin-right: 8px;
}
.m-number {
    color: #0e3e93;
    font-weight: 700;
    font-size: 1.3em;
}
.site_number {
    display: inline-block;
    vertical-align: text-bottom;
    width: auto;
    margin-right: 0em;
}
.validated{
    border-color: #198754 !important;
    padding-right: calc(1.5em + 0.75rem);
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA4IDgnPjxwYXRoIGZpbGw9JyMxOTg3NTQnIGQ9J00yLjMgNi43My42IDQuNTNjLS40LTEuMDQuNDYtMS40IDEuMS0uOGwxLjEgMS40IDMuNC0zLjhjLjYtLjYzIDEuNi0uMjcgMS4yLjdsLTQgNC42Yy0uNDMuNS0uOC40LTEuMS4xeicvPjwvc3ZnPg==)  !important;
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.text-delta {
    color: #a6a7a5;
}
.caption {
    font-size: .85rem;
}
.fst-italic {
    font-style: italic !important;
}
.text-storm-dust {
    color: #6c6e6a;
}
.address-section {
    max-width: 610px;
}
.dob-section{
    max-width: 610px;
}
.wnames {
    width: 100%;
    max-width: 520px;
    margin-bottom: 1rem;
}
.wincome {
    max-width: 380px;
    width: 100%;
    margin-bottom: 0.5rem;
}
.wemail {
        max-width: 90%;
        width: 310px;
        margin-bottom: 1rem;
}
.wphone{
    max-width: 90%;
    width: 460px;
    margin-bottom: 1rem;
}
.waddress {
    max-width: 240px;
    width: 100%;
    margin-bottom: 0.5rem;
}
.last-q {
    max-width: 160px;
    width: 100%;
    margin-bottom: 1rem;
}
img{
    max-width:100%;
}

@media screen and (max-width: 768px) {
.desktop-only{display:none}
.wnames, .wincome {
    margin-bottom: .3rem;
 } 
 .eligible.mobile-only {
	width: 100%;
	margin-bottom: 0px;
	max-width: 400px;
}

 .undebt.mobile-only {
	width: 100%;
	margin-bottom: 5px;
	max-width: 280px;
}
.wnames {
    width: 250px;
 }
 .wincome {
    width: 100%;
    max-width: 240px;
 }
 .wemail {
    width: 275px;
 }
 .wphone{
    max-width:100%;
 }
 .waddress{
    width: 100%;
    max-width: 200px;
 }
}
@media screen and (min-width: 769px) {
.mobile-only{display:none}

}



.fa-2x {
    font-size: 2em !important;
}
.steps_body.form-last-step{min-height:auto;}

.steps_bg{
    background: #fff;
    background-size: cover;
    height: 100%;
    width: 100%;
    max-width: 100%;
	background-position-x: 70%;
	background-repeat:no-repeat;
}
.steps_bg {
    padding-top: 0em;
    margin-top: 0px;
}

.gateway-sec {
    background: #fff;
	line-height: 1.25;
}
.gateway-sec img {max-width: 480px;
    width: 100%;}
.gateway-sec h4{
	color:#00274c;
    font-size: 1.4rem;}
.gateway-sec h3{
    font-size: 2.0rem;
	font-weight:700;
	line-height: 1;
}
.gateway-sec h2{
    font-size: 2.4rem;
	color:#00274c;
    line-height: 1;
    margin-bottom: 30px;
	font-weight:700;
}
.debtcon-sec{
    background: #5b5b8d;
    height: auto;
    width: 100%;
    background-repeat: no-repeat;
	padding:20px 0px;
	background-position: top right;
    background-size: cover;
} 
.debtcon-sec h2{ 
	color:#fff;
	font-weight:700
}
.debtcon-sec h3{ 
	color:#fff;
	font-weight:700;
	font-size:1.6rem;
	margin-bottom: 1.2rem;
}
.debtcon-sec h4{ 
	color:#69daff;
	font-weight:700;
	margin-bottom: 0px;
	font-size: 1.4rem;
}  
.debtcon-sec p {
    color: #fff;
    margin-bottom: 0.52rem;
	line-height: 1.25;
}
.debtcon-sec .list-item {
    padding: 0px 10px 8px 40px;
}
.b1 {
    margin: 1px 1px 1px 0px;
    background: url(../../assets/images/b1.png) no-repeat;
    background-position: left 10%;
    background-size: auto;
}
.b2 {
    margin: 1px 1px 1px 0px;
    background: url(../../assets/images/b2.png) no-repeat;
    background-position: left 10%;
    background-size: auto;
}
.b3 {
    margin: 1px 1px 1px 0px;
    background: url(../../assets/images/b3.png) no-repeat;
    background-position: left 10%;
    background-size: auto;
}
.b4 {
    margin: 1px 1px 1px 0px;
    background: url(../../assets/images/b4.png) no-repeat;
    background-position: left 10%;
    background-size: auto;
}

.box-content-sec{
	background: #edf5fc;
    height: auto;
    width: 100%;
    background-repeat: no-repeat;
	padding: 50px 0px 50px;
	background-position:top center;
}

.box-content{
	border-radius: 20px;
	background: #fff;
    box-shadow: 0px 3px 46px 0px rgba(1, 2, 2, 0.24);
    margin-bottom: 0px;
	padding: 3rem 1.2rem 1rem;
    max-width: 420px;
    width: 420px;
    text-align: center;
    position: relative;
	min-height: 240px;
	
}
.box-content p{
	font-size: 1rem;
	margin-bottom:0px;
}
.box-content img{
	position: absolute;
    top: -40px;
    left: 0px;
    right: 0px;
    margin: auto;
    max-width: 70px;
}
.box-content h3 {
   color: #1a2562;
    line-height: 1;
    font-size: 1.4rem;
    font-weight: 700;
    margin-bottom: 10px;
}

.gateway-sec  p {
    margin-bottom: 0rem;
}
.mobile-debt-img {display:none}

@media screen and (min-width: 1170px) {
 .debtcon-sec{
    background-size: cover;
 }
.debtcon-sec.py-5 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
 } 
}


@media screen and (max-width: 991px) {
.gateway-sec img {max-width:400px;}	
.gateway-sec {text-align:center;}
.box-content-sec{
	min-height: auto;
 }	
.mobile-debt-img {display:block}	
.debtcon-sec{
    background: #5b5b8d;
    background-image:none !important;
}
.mobile-debt-img img{
    margin-top: -2px;
  } 
}


@media screen and (min-width: 768px) {
 .more-content {display:none}
 .hide-section {display:none}
}

@media screen and (max-width: 767px) {

	.steps_body {
		background: #fff;
	}	
	.home-content{display:none}
	.home-content.sml{display:block;transition: transform 0.3s ease;}	
.gateway-sec h2 {
    font-size: 2.0rem;
}	
.gateway-sec h3 {
    font-size: 1.6rem;
}
.debtcon-sec {text-align:center;}	
.para-div {
    padding: 10px;
 }
header {
    padding: 10px 0px;
 } 
.box-content h3 {
    font-size: 1.2rem;
 } 
}

@media screen and (max-width: 992px) {
    #dateInput {
        display: block; 
    }
    .picker {
        display: none;
    }	
    .site_number  {
        margin-right: 0;
    }
	#popup-tel {
		font-size: 1.1em;
		bottom: 6vh;
	}	
}

@media screen and (max-width: 480px) {
	#popup-tel {
		font-size: 1.1em;
		bottom: 5.5vh;
	}
.box-content{
    width: 350px;	
}	
}

.promo_text {
    max-width: 700px;
    margin: auto;
	text-align: center;
}
.promo_text h1{
	color: #292A79;
	text-align: center;
	font-size: 2rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.promo_text p{
	color: #555;
	text-align: center;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.2;
    margin-top: 5px;
}
.steps-content{
	border-radius: 1.3125rem;
	background: #FFF;
    margin: 20px auto;
    max-width: 700px;
    padding: 20px 20px 25px;	
}
.steps-content h3{
	color: #444;
	text-align: center;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}

.features-sec p{
	text-align: center;
	font-size: .80rem;
	line-height: 1.2;
    padding: 10px 3px 0px;
    margin-bottom: 5px; 
}
.feature-item  {
	border-radius: 0.625rem;
	padding: 15px 5px 5px;
	height: 100%;
}
.feature-item  img{
    width: 80px;
}
@media (max-width: 1199px) {
	.feature-item  img{
		width: 60px;
	}
}
@media (min-width: 768px) {
    .features-sec  .col-md {
        flex: 1 0 0% !important;
    }
}

.steps-section {
    padding-top: 1.4rem;
}
.steps-header{
    padding: 0px 20px;
}
@media (max-width: 480px) {
	.promo_text h1 {
		font-size: 1.2rem;
	}
	.steps-content h3 {
		font-size: 1.1rem;
	}
	.steps-content {
		margin: 0px 10px;
		padding: 0px 0px 5px;
	}
	.promo_text p {
		font-size: .9rem;   
	}
   .promo_text{
    margin-top: -0.7rem;
    }	
}
img.header-logo {
    width: 240px;
}
@media screen and (max-width: 992px) {
    img.header-logo {
        width: 170px;
    }
	.tel-icon img {
		max-width: 30px;
	}	
}

@media (max-width: 768px) {
	.feature-item  {
		display: flex;
		justify-content: flex-start;
		width: 100%;
		padding-top: 0px;
		align-items: center;
	  }
	.features-sec p {
		text-align: left;
		margin-left:10px;
		padding: 5px 3px 0px;
	}  
    .feature-item img {
        width: 30px;
        height: 30px;
    }	
}

.input-validation {
    position: relative;
}

.input-validation.processing{
}

.input-validation::after {
    content: "";
    position: absolute;
    top: 25%;
    right: 20px;
    width: 20px;
    height: 20px;
    border: 3px solid #555;
    border-radius: 50%;
    border-top-color: transparent;
    border-right-color: transparent;
    animation: spin 1s linear infinite;
    display: none;
}

.input-validation.processing::after {
    display: block; 
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.steps_body input:focus {
   box-shadow: none;
}
button:focus {
   box-shadow: none;
   border-color:transparent;
}
.steps_body .error-top  {
    position: absolute;
	display:none;
    font-size: 12px;
    top: -5px;
    left: 20px;
    color: #ff0000;
	z-index: 999;
}
.steps_body .label-top  {
    position: absolute;
	display:none;
    font-size: 12px;
    top: -7px;
    left: 20px;
    color: #222;
	z-index: 999;
}
.uiOutline.css-input {
    text-align: left;
    position: absolute;
    bottom: 0;
    right: 0;
    top: 0px;
    left: 0;
    margin: 0;
    padding: 0 8px;
    pointer-events: none;
    border-radius: inherit;
    border-style: solid;
    border-width: 1px;
    overflow: hidden;
    min-width: 0%;
	border-radius: 0.375rem;
	border-color: rgb(0 0 0 / 37%);
}
.zip-section  .uiOutline.css-input {
    border-color: rgb(0 0 0 / 50%);
}
.css-input-error {	
    float: unset;
    width: auto;
    overflow: hidden;
    display:none;
    padding: 0;
    height: 11px;
    font-size: 0.75em;
    visibility: hidden;
    max-width: 100%;
    -webkit-transition: max-width 100ms cubic-bezier(0.0, 0, 0.2, 1) 50ms;
    transition: max-width 100ms cubic-bezier(0.0, 0, 0.2, 1) 50ms;
    white-space: nowrap;
}
.css-input-error>span {
    padding-left: 20px;
    padding-right: 0px;
    display: inline-block;
    opacity: 0;
    visibility: visible;
}
.css-input-error.field-holder>span{
    padding-left: 20px;
    padding-right: 0px;
    display: inline-block;
    opacity: 0;
    visibility: visible;
}

.uiOutline.css-input .field-error {
    border-color: #d32f2f;
}
.form-input-set {
	position:relative;
	height:auto;
}
.css-input-error {display:none}
.uiOutline.css-input.error-border, .uiOutline.css-input.field-label{
	top:-5px;
}
.uiOutline.css-input.error-border .css-input-error{
	display:none;
}

@media (max-width: 480px) {
.steps_body .error-top {
    top: 0px;
  }
 .box-content-sec {
    padding: 70px 0px 40px;
 } 
}

.form-control:disabled, .form-control[readonly] {
    background-color: #fff;
    opacity: 1;
}
.labelIn {
    color: #595c5f;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.4375em;
    letter-spacing: 0.00938em;
    padding: 0;
    position: relative;
    display: block;
    transform-origin: top left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: calc(100% - 24px);
    position: absolute;
    left: 5px;
    top: -7px;
    -webkit-transform: translate(14px, 16px) scale(1);
    -moz-transform: translate(14px, 16px) scale(1);
    -ms-transform: translate(14px, 16px) scale(1);
    transform: translate(14px, 16px) scale(1);
    -webkit-transition: color 200ms cubic-bezier(0.0, 0, 0.2, 1) 0ms, -webkit-transform 200ms cubic-bezier(0.0, 0, 0.2, 1) 0ms, max-width 200ms cubic-bezier(0.0, 0, 0.2, 1) 0ms;
    transition: color 200ms cubic-bezier(0.0, 0, 0.2, 1) 0ms, transform 200ms cubic-bezier(0.0, 0, 0.2, 1) 0ms, max-width 200ms cubic-bezier(0.0, 0, 0.2, 1) 0ms;
    z-index: 999;
    pointer-events: none;
}
.labelOut {
    color: #595c5f;
    font-weight: 400;
    font-size: 1.2rem;
    line-height: 1.4375em;
    letter-spacing: 0.00938em;
    padding: 0;
    position: relative;
    display: block;
    transform-origin: top left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: calc(133% - 32px);
    position: absolute;
    left: 2px;
    top: -5px;
    -webkit-transform: translate(14px, -9px) scale(0.75);
    -moz-transform: translate(14px, -9px) scale(0.75);
    -ms-transform: translate(14px, -9px) scale(0.75);
    transform: translate(14px, -9px) scale(0.75);
    -webkit-transition: color 200ms cubic-bezier(0.0, 0, 0.2, 1) 0ms, -webkit-transform 200ms cubic-bezier(0.0, 0, 0.2, 1) 0ms, max-width 200ms cubic-bezier(0.0, 0, 0.2, 1) 0ms;
    transition: color 200ms cubic-bezier(0.0, 0, 0.2, 1) 0ms, transform 200ms cubic-bezier(0.0, 0, 0.2, 1) 0ms, max-width 200ms cubic-bezier(0.0, 0, 0.2, 1) 0ms;
    z-index: 999;
    pointer-events: auto;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.errorMsg {
    color: #f23a52;
    font-size: 12px;
    line-height: 1em;
    padding-top: 3px;
    font-weight: 400;
    width: 100%;
    text-align: left;
    padding-left: 3px;
    visibility: hidden;
    display: block !important;
    margin-left: 0;
    margin-top: 0px;
    margin-bottom: 6px;
}


.steps_body .field-row {
    min-height: 58px;
    position: relative;
}
.green-border {
    border: 1px solid #198754 !important;
}
.fname-row .labelIn{ 
	left: 15px;
}

 .lname-row .labelIn { 
	left: 15px;
}

@media (max-width: 480px) {
	.labelIn {
		 top: -5px;
	}
   .labelOut  {
		 top: -5px;
	}	
}

.cont-div .field-row {
    max-width: 450px;
    margin: 1rem auto;
    width: 50%;
}
.cont-div .field-row input{
    width: 100%;
	border:none;
}
.cont-div .field-row .form-input-set {
    position: relative;
    height: 45px;
}
.cont-div.address-section input {
    margin-top: 0;
    width: 100%;
}
.cont-div .field-row .address-input{
    margin: 0rem auto;
    width: 100%;
}
.cont-div .field-row.address-full {
    max-width: 450px;
    margin: 1rem auto 0.1rem;
    width: 100%;
}
.cont-div.address-section .field-row .form-input-set {
    position: relative;
    height: 45px;
    width: 100%;
}
.cont-div .address-fields .field-row {
    width: 100%;
	margin: 2px 0px;
}
.email-row .field-row, .phone-row .field-row  {
    width: 100%;
	margin: 2px 0px;
}
#emailField.errorMsg, #phoneField.errorMsg  {
    padding: 0px;
    margin: 0px;
}
.phone-row, .email-row{flex-direction:column}

.bullet-list ul {padding-left: 0px;}
.bullet-list ul li{
	text-align:center;
	font-size:1.15em;
	margin-bottom:0px;
	display: flex;
    align-items: center;
    justify-content: center;
	}
.bullet-list ul li:before {
	content:"";
	width:24px;
	height:24px;
	background: transparent url(../../assets/images/list-tick.png);
	display: inline-flex;
    background-size: 100%;
	align-items:center;
	margin-right:3px;
}


@media screen and (min-width: 993px) {
    .para-div.bullet-list {
        margin-top: 2.1rem;
    }
}

@media screen and (max-width: 992px) {
	.steps_body {
		padding-bottom: .5em;
	}
    .para-div.bullet-list {
        margin-top: .5rem;
		padding: 10px 0px;
    }
	.steps-section {
		padding-top: 1rem;
	}
	.income-btn-sec {
		margin: 10px 0px;
	}
	.cont-div .field-row {
		max-width: 100%;
		margin: .3rem auto;
		width: 100%;
	}	
}	
@media screen and (max-width: 480px) {
	.steps-section {
		padding-top: .6rem;
	}
    .income-btn-sec {
        margin: 5px 0px;
    }	
	.container {
		padding-right: 1.2rem;
		padding-left: 1.2rem;
	}	
.bullet_center {
    max-width: 100%;
    width: 100%;
    margin: auto;
}
.bullet-list ul li{font-size:1.18em;margin-bottom:0px}		
}
	

@media screen and (max-width: 400px) {
	.m-number {
		font-size: 1.15em;
	}	
	img.header-logo {
        width: 150px;
    }	
	.tel-icon img {
			max-width: 24px;
		}
.bullet-list ul li{font-size:1em;margin-bottom:0px}		
}	

.inputswitch {
    display: inline-block;
    position: relative;
    width: 60px;
    height: 24px;
    border-radius: 20px;
    background: #dfd9ea;
    transition: background 0.28s cubic-bezier(0.4, 0, 0.2, 1);
    vertical-align: middle;
    cursor: pointer;
}
.inputswitch::before {
    content: '';
    position: absolute;
    top: 1px;
    left: 2px;
    width: 22px;
    height: 22px;
    background: #fafafa;
    border-radius: 50%;
    transition: left 0.28s cubic-bezier(0.4, 0, 0.2, 1), background 0.28s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1);
}
.co-details {
    margin-left: 1em;
    display: inline-block;
    width: 70%;
    vertical-align: middle;
}
input:checked + .inputswitch {
    background: #198754 url(/assets/images/tick-white.png);
    background-position: 10px center;
    background-size: 15px;
    background-repeat: no-repeat;
}
input:checked + .inputswitch::before {
    left: 36px;
    background: #fff;
}
.inputswitch.switch-border::before{
  border: 1px solid red !important;
}
input:checked + .inputswitch.switch-border::before{
  border: 0px solid red !important;
}
.fcra p{
	margin-bottom:0px !important;
}
 #consent-error{
	display:none;
}
.consent-error {
    color: #ff0000;
    font-size: 13px;
    line-height: 1em;
    padding-top: 2px;
	margin-bottom:0px !important;
    font-weight: 600;	
	text-align:center  !important;	
	height: 15px;	
}

body{
    background: #fafafa url(../../assets/images/tdr-background.jpg);
    background-size: cover;
    background-position: left bottom;
    background-attachment: fixed;
    padding: 0px 0px;
}
header {
    background: #fff;
    padding: 10px;
}
button.close {
    position: absolute;
    z-index: 99;
    background: #fff;
    border: none;
    font-size: 1.4rem;
    right: -30px;
    top: -20px;
    border-radius: 50%;
    padding: 0 12px 0px;
}
@media screen and (max-width: 767px) {
    .modal-content {
		margin-top: 30%;
        max-width: 350px;
        margin-left: auto;
        margin-right: auto;
  }
}
.input_validated {
    border-color: #198754 !important;
    padding-right: calc(1.5em + 0.75rem);
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA4IDgnPjxwYXRoIGZpbGw9JyMxOTg3NTQnIGQ9J00yLjMgNi43My42IDQuNTNjLS40LTEuMDQuNDYtMS40IDEuMS0uOGwxLjEgMS40IDMuNC0zLjhjLjYtLjYzIDEuNi0uMjcgMS4yLjdsLTQgNC42Yy0uNDMuNS0uOC40LTEuMS4xeicvPjwvc3ZnPg==) !important;
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.input-validation.processing::after {
    display: block;
}
.cta-section{
	width:100%;
	margin:auto;
	text-align:center;
}
.cta-btn{
	text-align:center;
    padding: 10px;
    width: 100%;
    max-width: 450px;
    margin-top: 10px;
    border: none;
    font-size: 1.2em;
    display: block;
    margin-left: auto;
    margin-right: auto;
    cursor: pointer;
    color: #fff;
    font-weight: bold;
    border-radius: 0.4375rem;
    background: #529CE3;
    box-shadow: 0px 4px 4px 0px #326EA8;
}

@media screen and (max-width: 991px) {
.desktop-cta {display:none}
}
.mobile-cta {
	position:absolute;
	bottom:10px;
}
.mobile-debt-img {position:relative;}

.bullet-list h3 {
	text-align:center;
	font-size: calc(1.2rem + .6vw);
}

fieldset {
	margin-inline-start: 0px;
	margin-inline-end: 0px;
	padding-block-start: 0em;
	padding-inline-start: 0em;
	padding-inline-end: 0em;
	padding-block-end: 0em;
	height: 50px;
	line-height:50px;
}

legend{
	padding-inline-start: 2px;
	padding-inline-end: 2px;
    margin-bottom: 0;
    line-height: 0;	
	height:0px !important;
}
.cont-div input {
    height: auto;
    line-height: normal;
}


.final-section-content {
    background: #fafafa url(../../assets/images/bg_1.webp);
    background-size: cover;
    background-position: center;
    padding: 0px 0px;		
}
.final-section {
	display:none;
}
.qs-listing {
    margin-top: 40px;
}
.final-section h1{
	color: #18275E;
    font-size: 4rem;
    font-style: normal;
    font-weight: 700;
	line-height: 1;
    margin-bottom: 20px;	
}
.final-section h1 span{
	display:block;
}
.final-section p{
	color: #000;
	font-size: 1.4rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.2;
}
.qs-content p {
	color: #000;
    font-size: 1.2rem;
    font-style: normal;
    font-weight: 600;
	line-height: 1.4;
    margin-bottom: 0px;
}
p.sub-p{
	font-weight: normal;
}
.qs-icon svg {
	width: 38px;
	height: 38px;
	flex-shrink: 0;
	color:#C8303C;
}

 .qs-item {
    display: flex;
    align-items: self-start;
    gap: 20px;
	margin-bottom: 20px;
}
.bottom-section {
	display: flex;
	width: 100%;
	padding: 40px;
	justify-content: center;
	align-items: center;
    background: #E5E7F0;	
}
.disclaimer p{
	color: #000;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.2;
}
.action-center p{
	color: #000;
	font-size: 1.85rem;
	font-weight: 400;
	line-height: 1;
	margin-top:10px;
}
.action-center p span{
	font-weight: 700;
}
.action-center p span a{
	font-weight: 700;
	color: #000;
	text-decoration:none;
}
.button-row a.action_btn {
    border-radius: 10px;
    background: #F46223;
    color: #fff;
    box-shadow: none;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    font-weight: 700;
    font-size: 1.4rem;
    width: 100%;
    margin: 8px 0px 10px;
    padding: 10px;
	text-decoration: none;
	text-transform:uppercase;
	animation: pulse 3s infinite ease-in-out;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);	
}

.button-row a.action_btn span svg:last-child{
	margin-left:-15px;
}

.qs-icon {
    margin-top: 4px;
}

@keyframes pulse {
	0% { transform: scale(1); }
	50% { transform: scale(1.1); }
	100% { transform: scale(1); }
}

@media screen and (max-width: 1400px) {
.final-section h1 {
    font-size: 3.1rem;
 }		
}


@media screen and (max-width: 1024px) {
.final-section h1 {
    font-size: 3rem;
 }		
}	

@media screen and (max-width: 767px) {
.final-section-content {
    background-position: left;
}
}

@media screen and (max-width: 567px) {
.final-section h1 {
    font-size: 2rem;
    line-height: 1.1;
    text-align: center;
}
.qs-listing {
    margin-top: 20px;
}
.qs-item {
    margin-bottom: 10px;
}
.final-section p {
    text-align: center;
	font-size: 1.2rem;
	line-height: 1.1;
}
.action-center p {
    text-align: center;
	font-size: 1.60rem;
}
.qs-content p {
    font-size: 0.9rem;
    line-height: 1.1;
    margin-bottom: 0px;
    text-align: left;
}
.final-section-content {
    background-position: left;
}
.steps-content .form-control {
	line-height:2.0;
}
.bottom-section p{
	font-size:0.8rem;
}
.bottom-section {
    padding: 20px 20px;
}
.qs-icon svg {
    width: 30px;
    height: 30px;
}
.button-row a.action_btn {
  	font-size:1.2rem;	
}
}

@media screen and (max-width: 480px) {
.final-section p {
	font-size: 1.15rem;
} 
.qs-content p{
	font-size: 1rem;
    margin-bottom: 5px;	
}

.bottom-section p{
	font-size:0.8rem;
}	
.action-center p {
    text-align: center;
	font-size: 1.30rem;
}	
	
}