body{
    font-family: "Rubik", sans-serif;
    color: #262626;
    background-color: #f9f9f9;
    font-size: 14px;
    line-height: 20px;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}
.font12{
    font-size: 12px;
    line-height: normal;
}

.hero{
    background-image: url('../img/banner-image.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}
.footer p{
    color: #fff;
    font-weight: 300;
}
strong, b{
    font-weight: bold !important;
}
a{
    text-decoration: underline !important;
}
.footer a{
    color: #fff;
}
form h2{
    color: rgb(38, 38, 38);
    font-size: 28px;
    text-align: start;
    font-weight: 500;
    line-height: 40px;
}
.form-step {
    width: 100%;
    position: absolute;
    left: 100%;
    top: 0;
    visibility: hidden;
    opacity: 0;
    z-index: 1;
    -webkit-transition: all 0.3 linear;
-moz-transition: all 0.3 linear;
-o-transition: all 0.3 linear;
-ms-transition: all 0.3 linear;
transition: all 0.3 linear;
}
.form-step.active {
    display: flex;
    position: relative;
    left: 0;
    visibility: visible;
    opacity: 1;
    z-index: 3;
    -webkit-transition: all 0.3 linear;
-moz-transition: all 0.3 linear;
-o-transition: all 0.3 linear;
-ms-transition: all 0.3 linear;
transition: all 0.3 linear;
}
.option-label label{
    border-radius: 5px;
    border: 1px solid #FF6600;
    width: 212px;
    height: 53px;
    color: #262738;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 500;
    line-height: normal;
    cursor: pointer;
	text-align: center;
	justify-self: center;
}
.btn {
    border-radius: 5px;
    background-color: #FF6600;
    height: 56px;
    width: 208px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    color: #fff;
    font-family: Rubik;
    font-weight: 600;
    animation: auto ease 0s 1 normal none running none;
    cursor: pointer;
}
.btn.back-btn{
    background-color: rgb(244, 244, 244);
    color: rgb(38, 39, 56);
}
.multi-step-form input[type="email"], .multi-step-form input[type="text"], .multi-step-form input[type="password"], .multi-step-form input[type="tel"], .multi-step-form input[type="number"], select{
    color: rgb(108, 114, 128);
    outline-color: rgb(108, 114, 128);
    font-family: Rubik;
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    padding: 16px 15px;
    border-radius: 5px;
    border: 1px solid rgb(210, 213, 219);
    background: rgb(249, 250, 251);
}
.multi-step-form{
    position: relative;
    overflow: hidden;
    width: 100%;
    -webkit-transition: all 0.3 linear;
-moz-transition: all 0.3 linear;
-o-transition: all 0.3 linear;
-ms-transition: all 0.3 linear;
transition: all 0.3 linear;
}
.contact-us input[type="email"], .contact-us input[type="text"], .contact-us input[type="textarea"]{
    max-width: 519px;
    width: 100%;
    color: rgb(108, 114, 128);
    outline-color: rgb(108, 114, 128);
    font-family: Rubik;
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    padding: 16px 15px;
    border-radius: 5px;
    border: 1px solid rgb(210, 213, 219);
    background: rgb(249, 250, 251);
}
.hero-container{
    max-width: 1192px;
    background-color: #f9f9f9ba;
    backdrop-filter: blur(10px);
}
.img-section{
    height: 375px;
}
.img-section img.card-img{
    width: 47%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}
.dark-bg{
    background-color: #FF6600;
}
.lite-bg{
    background-color: #fff;
}
.img-section .lite-bg, .img-section .dark-bg{
    width: 53%;
    height: 100%;
}
.title{
    font-size: 34px;
    font-style: normal;
    line-height: normal;
}
.smallParagraph{
    font-size: 11px;
    line-height: 30px;
}
.subtitle{
    font-size: 18px;
    line-height: 30px;
}
.dark-bg p, .dark-bg h1, .dark-bg h5{
    color: #fff;
}
.lite-bg p{
    color: #FF6600;
}
.img-section .qualify{
    background-color: #FF6600;
    font-size: 20px;
    font-weight: 500;
    line-height: normal;
    min-height: 58px;
    max-height: 58px;
    text-decoration: none !important;
    color: #fff;
}

.dark-bg .qualify{
    background-color: #fff;
    color: #000000;
}
.debt-value a, .debt-value .option-label label, .debt-value input[type="radio"]:checked+label, input[type="radio"]:checked+label:hover{
    background-color: #000000 !important;
    color: rgb(249, 249, 249);
    width: 235px;
    font-size: 20px;
	font-weight: 400;
    line-height: normal;
    text-align: center;
    text-decoration: none !important;
}
.tick{
    width: 26px;
    height: 26px;
    background-color: #FF6600;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.tick img{
    width: 14px;
    height: 14px;
}
.progress-steps{
    background-color: rgb(252 239 255);
}
.progress-steps div{
    background-color: #FF6600;
    width: 14.2%;
}
.progress-steps p{
    color: #fff;
}


@media screen and (max-width: 768px) {
.form-step img{
    width: 80px;
}
.progress-steps p {
    font-size: 11px;
    line-height: 15px;
}
.progress-steps div{
    padding: 2px;
}
.multi-step-form{
	padding: 0 8px;
}
.multi-step-form input[type="email"], .multi-step-form input[type="text"], .multi-step-form input[type="password"], .multi-step-form input[type="tel"], .multi-step-form input[type="number"], select{
    font-size: 12px;
    padding: 12px;
}
.img-section{
    height: auto;
}
.img-section .lite-bg, .img-section .dark-bg{
    width: 100%;
    height: 100%;
}
.img-section img.card-img{
    width: 100%;
    height: 215px;
}
.footer a{
    font-size: 10px;
}
.img-section .qualify{
    font-size: 18px;
    min-height: 48px;
    max-height: 48px;
}

}





@media screen and (max-width: 1024px) {
.hero{
    background-image: none;
}
.hero .card1{
    background-color: rgb(241, 241, 241);
    backdrop-filter: blur(10px);
}
.footer p{
    font-weight: 400;
}
.title{
    font-size: 24px;
}

}
.privacy h1{
    font-size: 26px;
    font-weight: 500;
    margin: 0 0 12px 0;
}
.privacy h3{
    font-size: 16px;
    font-weight: 500;
}
.privacy p{
    margin: 0 0 20px 0;
}
.option-label input {
    display: none;
}
input[type="radio"]:checked+label, input[type="radio"]:checked+label:hover{
    background-color: #FF6600;
    color: #fff;
    border: 1px solid transparent;
}
.option-label label:hover{
    background-color: rgb(245 209 253);
}