@import url("https://fonts.googleapis.com/css2?family=Alfa+Slab+One&family=Catamaran:wght@100;200;400;500;700;800;900&family=PT+Sans:ital,wght@0,400;0,700;1,400;1,700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Zilla+Slab:wght@700&display=swap");
small.back {
    font-size: 14px !important;
    font-weight: bold !important;
}
#api_response {
    overflow-y:scroll;
}
.yearstuff li {
    height: 80px !important;
}
.btn-navigate-form-step {
    cursor: pointer;
    margin: auto;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}
.verticle {
   /* display: inherit;
    */
    vertical-align: middle;
}
.margin--bottom {
    margin: 10px 0;
}
div#grey_box {
    max-width: 800px;
    max-height: 303px;
    margin: 0 auto 35px;
    padding: 40px 20px;
    background-color: #eee;
    border-radius: 10px;
}
body {
    font-family: "Poppins";
    font-style: normal;
}
p, h1, h2, h3, h4, h5, h6 {
    font-family: "Poppins";
    font-style: normal;
}
section.top-section {
    background-image: url(https://hellorates.com/wp-content/uploads/2022/06/hellorates_BG.svg);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    margin-bottom: 0;
}

.hello_footer .elementor-container{
    max-width: 1740px;
}

section > .elementor-container {
    max-width: 1140px;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    position: relative;
}
.cz {
    color: white;
    font-weight: 900;
    font-size: 78px;
    font-family: "Zilla Slab", serif;
}
h1.elementor-heading-title {
    color: #132444;
    font-family: "Poppins", Sans-serif;
    font-size: 65px;
    font-weight: 900;
    line-height: 66px;
}
.section-container {
    padding: 15px;
}
.section-container h3.sub-title {
    color: #fff;
    text-align: center;
    font-size: 30px;
    font-family: Poppins;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: 0.6px;
    margin-top: 24px;
}
.section-container h4 {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 50px;
    text-align: center;
    letter-spacing: 0.02em;
    color: #132444;
    margin: 30px 0 25px !important;
}
.form-step h4 {
    color: #132444;
    font-size: 32px;
    font-family: Poppins;
    font-style: normal;
    font-weight: 700;
    line-height: 42px;
    letter-spacing: 0.64px;
}
h4.spcl-margin-top {
    margin-top: 50px !important;
}
/* #step-3 h4, #step-5 h4 {
    margin: 1.9em 0 0em 0 !important;
}
*/
body #step-5 h4.secondeHeading {
    margin-top: 0 !important;
}
#step-6 h4 {
    line-height: 17px !important;
    margin-bottom: 18px !important;
}
#tile #step-6 .btn-link {
    margin-top: 3.5rem !important;
}
h4.step-h6-heading {
    margin-top: 1em !important;
}
#step-10 button {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    max-width: 200px;
    padding: 0.5rem 1.8rem;
    border-radius: 25px;
}
/*Multistep form*/
form {
    border-radius: 50px;
    background-color: #ffffff;
    border: 1px solid #0cc308;
    box-shadow: 0px 0px 44px 41px rgba(0, 0, 0, 0.02);
    padding: 0 20px;
}
#multi-step-form-container {
    margin-top: 1rem;
}
.text-center {
    text-align: center;
}
.mx-auto {
    margin-left: auto;
    margin-right: auto;
}
.pl-0 {
    padding-left: 0;
}
.button {
    padding: 0.7rem 1.5rem;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
    border: 0px;
   /* max-width: 284px;
    width: 100%;
   */
    height: 57px;
    background: #0cc308;
    border-radius: 15px;
    font-family: "Poppins";
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 22px;
    display: flex;
    justify-content: center;
    align-items:center;
    column-gap: 10px;
    column-gap: 10px;
    padding: 15px 70px;
}
.mt-3 {
    margin-top: 2rem;
}
.d-none {
    display: none;
}
/* .form-step {
    padding: 0.5rem;
    max-width: 900px;
    margin: auto;
}
*/
.font-normal {
    font-weight: normal;
}
ul.form-stepper {
    counter-reset: section;
    margin-bottom: 3rem;
}
ul.form-stepper .form-stepper-circle {
    position: relative;
}
ul.form-stepper .form-stepper-circle span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
}
.form-stepper-horizontal {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
ul.form-stepper > li:not(:last-of-type) {
    margin-bottom: 0.625rem;
    -webkit-transition: margin-bottom 0.4s;
    -o-transition: margin-bottom 0.4s;
    transition: margin-bottom 0.4s;
}
.form-stepper-horizontal > li:not(:last-of-type) {
    margin-bottom: 0 !important;
}
.form-stepper-horizontal li {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.form-stepper-horizontal li:not(:last-child):after {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 1px;
    content: "";
    top: 32%;
}
.form-stepper-horizontal li:after {
    background-color: #dee2e6;
}
.form-stepper-horizontal li.form-stepper-completed:after {
    background-color: #4da3ff;
}
.form-stepper-horizontal li:last-child {
    flex: unset;
}
ul.form-stepper li a .form-stepper-circle {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-right: 0;
    line-height: 1.7rem;
    text-align: center;
    background: rgba(0, 0, 0, 0.38);
    border-radius: 50%;
}
.form-stepper .form-stepper-active .form-stepper-circle {
    background-color: #4361ee !important;
    color: #fff;
}
.form-stepper .form-stepper-active .label {
    color: #4361ee !important;
}
.form-stepper .form-stepper-active .form-stepper-circle:hover {
    background-color: #4361ee !important;
    color: #fff !important;
}
.form-stepper .form-stepper-unfinished .form-stepper-circle {
    background-color: #f8f7ff;
}
.form-stepper .form-stepper-completed .form-stepper-circle {
    background-color: #0e9594 !important;
    color: #fff;
}
.form-stepper .form-stepper-completed .label {
    color: #0e9594 !important;
}
.form-stepper .form-stepper-completed .form-stepper-circle:hover {
    background-color: #0e9594 !important;
    color: #fff !important;
}
.form-stepper .form-stepper-active span.text-muted {
    color: #fff !important;
}
.form-stepper .form-stepper-completed span.text-muted {
    color: #fff !important;
}
.form-stepper .label {
    font-size: 1rem;
    margin-top: 0.5rem;
}
.form-stepper a {
    cursor: default;
}
.form-select {
    background-image: url(./images/select-arrow.svg) !important;
    background-size: 34px 17px !important;
}
.form-control, .form-select {
    box-shadow: inset 0px 5px 12px rgba(0, 0, 0, 0.1) !important;
   /* text-align: center;
    */
}
input::placeholder, select::placeholder {
   /* Chrome, Firefox, Opera, Safari 10.1+ */
    font-family: "Poppins";
    font-style: italic;
    font-weight: 275;
    font-size: 18px;
    line-height: 50px;
    color: #8a8a8a;
   /* Firefox */
}
input:-ms-input-placeholder, select:-ms-input-placeholder {
   /* Internet Explorer 10-11 */
    font-family: "Poppins";
    font-style: italic;
    font-weight: 275;
    font-size: 18px;
    line-height: 50px;
    color: #8a8a8a;
}
input::-ms-input-placeholder, select::-ms-input-placeholder {
   /* Microsoft Edge */
    font-family: "Poppins";
    font-style: italic;
    font-weight: 275;
    font-size: 18px;
    line-height: 50px;
    color: #8a8a8a;
}
.selectInput, .textInput, .form-control, .form-select {
    height: 57px !important;
    padding-left: 4.5rem;
    font-family: "Poppins";
    font-style: normal;
    font-weight: 500 !important;
    font-size: 26px !important;
    line-height: 50px;
    padding-right: 45px;
    width: 100%;
    transition: 0.2s ease-in-out;
    border: 0.5px solid #132444 !important;
    box-shadow: inset 0px 5px 12px rgba(0, 0, 0, 0.1) !important;
    border-radius: 10px !important;
}
.input-group .form-control {
    border: 0px !important;
}
.input-group {
    border: 0.5px solid #132444 !important;
    box-shadow: inset 0px 5px 12px rgba(0, 0, 0, 0.1) !important;
    border-radius: 10px !important;
}
.input-group-text {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 500 !important;
    font-size: 26px !important;
    line-height: 50px;
    border-radius: 10px !important;
    padding: 10px 18px !important;
}
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n + 3), .input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu) {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}
.input-group-text {
    line-height: 1.2 !important;
    font-family: "Poppins";
    font-style: normal;
    font-weight: 500 !important;
    font-size: 26px !important;
    color: #132444 !important;
}
.input-group > .form-control, .input-group > .form-select {
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
}
#step-10 .form-select {
    font-size: 14px !important;
    font-weight: 400 !important;
    text-align: left;
}
#step-10 .card.offers {
    border: 0.5px solid #132444;
    box-shadow: inset 0px 5px 12px rgb(0 0 0 / 10%);
    border-radius: 10px !important;
    min-height: 119px;
    display: flex;
    position: relative;
}
#step-10 .card.offers .card-body {
    display: flex !important;
}
#step-10 .card.offers .card-body .row {
    display: flex;
    align-items: center;
}
#step-10 ul.filter {
    display: flex;
}
#step-10 ul.filter li {
    list-style: none;
    float: left;
    display: flex;
    padding: 10px 10px 10px 0px;
}
#step-10 ul.filter li.label1 {
    width: 7%;
    padding: 10px 0px 10px 0px;
}
#step-10 ul.filter li.label2 {
    width: 40%;
}
#step-10 ul.filter li.label3 {
    width: 13%;
    padding: 10px 0px 10px 0px;
}
#step-10 ul.filter li.label4 {
    width: 38%;
}
h4.otherLoanAmount {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 400 !important;
    font-size: 28px;
}
h4.otherLoanAmount span {
    font-weight: 700;
}
#smli_questionlist {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: space-around;
    padding: 0 !important;
    margin-top: 1.3em;
    row-gap: 16px;
    margin-bottom: 40px;
    column-gap: 30px;
}
#smli_questionlist li {
    width: 23%;
    height: auto;
    display: grid;
    align-items: center;
    align-content: center;
    flex-direction: column;
    font-family: "Poppins";
    font-style: normal;
    border: 1px solid #132444;
    box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
   /* margin-bottom: 16px;
    */
    padding: 4px 0 4px 0 !important;
    line-height: 33px;
    font-size: 16px;
    list-style: none;
    text-align: center;
    letter-spacing: 0.14px;
    color: #132444;
    cursor: pointer;
    font-weight: 400;
}
ul.yearsstuff#smli_questionlist>li{
   line-height: 20px !important;
    height:80px;
}
#smli_questionlist.smli_questionlist li {
    width: 214px;
    height: auto;
    border: 1px solid #c7c4c3;
    border-radius: 10px;
    margin-bottom: 10px;
    padding: 13px 0 2px 0 !important;
    line-height: auto;
    font-size: 16px;
    list-style: none;
    text-align: center;
    letter-spacing: 0.14px;
    color: #132444;
    cursor: pointer;
    font-weight: 400;
}
/* #smli_questionlist {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: space-around;
    padding: 0 !important;
    margin-top: 1.3em;
}
*/
.ad-dis {
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
}
.icon-flat {
    width: 43.06px;
    height: 41.6px;
}
#smli_questionlist.employment li {
    padding: 15px 15px 5px 15px !important;
    color: #132444;
    text-align: center;
    font-size: 16px !important;
    font-weight: 500;
    line-height: 45px;
    letter-spacing: 0.32px;
}
#smli_questionlist.employment li:hover {
    background: #EEEEEE;
}
#smli_questionlist li img {
    display: block;
    margin: 0 auto;
}
#smli_questionlist li:focus {
    border: 1px solid 132444 !important;
    box-shadow: 2px 3px 0 #a4a7aa82 !important;
}
.align-item-center {
    align-items: center;
    align-content: center;
}
.ml-auto {
    margin: 0 auto;
}
.text-danger, .text-danger-2 {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 400;
    font-size: 12px !important;
    margin-top: 5px;
    color: #ff0000 !important;
}
section#step-7 h4 {
    margin: 1em 0 !important;
}
section#step-8 h4 {
    margin: 0.1em 0 0.2em 0 !important;
}
.leah_blurb {
    display: flex;
   /* margin-top: -15px;
    */
}
.leah_blurb .leah_icon {
    display: flex;
    align-items: center;
}
.leah_blurb p.leah_helptext {
    display: flex;
    align-items: center;
    margin-left: 25px !important;
    color: #1E1E1E;
    font-family: Poppins;
    font-style: normal;
    font-weight: 400;
    line-height: 18.5px;
    letter-spacing: 0.32px;
}
.leah_blurb .leah_helptext {
    width: 78.9%;
   /* max-width: 221px;
    */
    background-color: #eeeeee;
    min-height: 95px;
    padding: 1.5rem 2.5rem;
    display: flex;
    align-items: center;
    text-align: left;
    color: #1e1e1e;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    float: left;
    margin-left: 25px;
    font-family: "Poppins";
    margin: 0px !important;
    font-style: normal;
    font-weight: 400;
    font-size: 16px !important;
    line-height: 18px;
}
.leah_blurb .leah_icon {
    height: 111px;
    width: 111px;
   /* background-color: #f9f8f8;
    */
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    float: left;
}
.leah_icon {
    background-image: url(images/profile.png);
    background-size: 100%;
    background-repeat: no-repeat;
}
.f-500 em {
    font-weight: 500 !important;
}
.w-100 {
    max-width: 100%;
}
.gray-section {
    background: #eeeeee;
    position: relative;
    font-family: sans-serif;
    transition: all 0.3s ease-in;
    border-radius: 10px;
}
.gray-section::after {
    top: -30px;
    left: calc(50% - 10px);
    border-top: 0px solid transparent;
    border-bottom: 36px solid #eeeeee;
    border-left: 36px solid transparent;
    border-right: 36px solid transparent;
    content: "";
    position: absolute;
    transition: all 0.3s ease-in;
}
#step-10 .gray-section::after {
    display: none;
}
.gray-content-section {
    padding: 12px 10%;
    margin-top: 40px;
    border-radius: 8px;
    font-family: "Poppins";
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 18.5px;
    color: #1e1e1e !important;
}
.gray-content-section p.fw-bold {
    font-weight: 700;
    font-size: 18px;
}
#step-9 .gray-content-section {
    padding: 12px 10%;
    margin-top: 40px;
    border-radius: 8px;
    font-family: "Poppins";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 18.5px;
}
.modal-content {
    background: #ffffff;
    border-radius: 35px;
}
#confirmation .modal-content {
    border-radius: 35px !important;
}
#confirmation h3 {
    border-radius: 35px !important;
    line-height: 35px !important;
}
/*Icon Btn*/
#step-1 .card {
    box-shadow: inset 0px 5px 12px rgba(0, 0, 0, 0.1);
    border: 0.5px solid #132444;
    border-radius: 10px !important;
}
.main-icon-btn {
    padding: 5px !important;
}
ul.icon-btn {
    display: flex;
    max-width:375px;
    margin-bottom: 0;
    margin: 0 auto !important;
    padding: 0 !important;
}
.max-icon {
    width: 89.2px !important;
    height: 83px !important;
}
ul.icon-btn li {
    list-style: none;
    display: flex;
    align-items: center;
    align-content: center;
    padding: 10px;
}
ul.icon-btn li h3 {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 700;
    font-size: 35px;
    line-height: 36px;
    text-align: left;
    letter-spacing: 0.02em;
    color: #132444;
    margin-top: 0.3em !important;
}
/*Modal*/
.max-638 {
    width: 638px !important;
}
#confirmation .btn-close, #Lenders .btn-close {
    width: 19px !important;
    height: 19px !important;
    background-color: #000000 !important;
    color: #ffffff !important;
    font-size: 13px !important;
    padding: 0.1rem;
    border-radius: 30px;
    opacity: 1;
}
#confirmation h3, #Lenders h3 {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 30px;
    color: #132444;
}
#confirmation h3.income {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 700;
    font-size: 50px;
    line-height: 80px !important;
    color: #3495ff;
   /* margin: 0.5em !important;
    */
}
div#confirmation .modal-body {
    padding-bottom: 60px;
}
.confirmpop {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    row-gap: 20px;
}
button#close_modal {
    margin-top: 20px !important;
}
#confirmation .modal-header {
    padding: 2em !important;
}
#confirmation .modal-header, #Lenders .modal-header {
    border-bottom: 0 !important;
}
.paragraph-format p, .paragraph-format ul li {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
}
.paragraph-format ul li {
    margin-bottom: .7em;
}
p.para-format {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    color: #132444;
}
.blue-text {
    font-family: "Poppins";
    font-size: 18px !important;
    color: #3495ff !important;
}
.btn-link {
    font-style: normal;
    font-weight: 700;
    font-size: 18px !important;
    font-weight: 700 !important;
    text-decoration: none !important;
    line-height: 30px;
    color: #3495ff;
    margin: 0.5em !important;
}
/*Lender List*/
.lenders-section {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    color: #132444 !important;
}
ul.lender-list {
    padding: 0;
}
ul.lender-list li {
    list-style: none;
    padding: 5px;
}
ul.lender-list li:nth-child(odd) {
    background-color: #d9d9d9;
    color: #132444;
}
ul.lender-list li:last-child {
    background-color: #ffffff;
    color: #132444;
}
.consent-section {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
}
/*Consent Modal*/
#confirmation .btn-close, #Consent .btn-close {
    width: 19px !important;
    height: 19px !important;
    background-color: #000000 !important;
    color: #ffffff !important;
    font-size: 13px !important;
    padding: 0.1rem;
    border-radius: 30px;
    opacity: 1;
}
.text-lite-color {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: #888686;
    letter-spacing: 0.02em;
}
/* #confirmation h3 {
    margin-top: -20px;
}
*/
#confirmation h3, #Consent h3 {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 30px;
    color: #132444;
}
#Consent {
    font-size: 13px;
    line-height: 18px;
    color: #132444 !important;
}
#confirmation .modal-header, #Consent .modal-header {
    border-bottom: 0 !important;
}
.btn-link {
    font-style: normal;
    font-weight: 700;
    font-size: 18px !important;
    font-weight: 700 !important;
    text-decoration: none !important;
    line-height: 30px;
    color: #3495ff;
    margin: 0.5em !important;
}
/*Progress Circle*/
.padding {
    padding: 10rem !important;
}
.progress {
    width: 98px !important;
    height: 98px !important;
    line-height: 150px;
    background: none;
    z-index: 1;
    margin: 0px auto;
    box-shadow: none;
    position: relative;
    border-radius: 80px !important;
}
.max-110 {
    max-height: 118px;
}
.line {
    width: 100%;
    height: 4px;
    background: #cdcdcd;
    top: -49px;
    position: relative;
    z-index: 0;
}
small.top {
    top: 37px;
    position: relative;
    font-family: "Poppins";
    font-style: normal;
    font-weight: 400;
    color: #132444;
    font-size: 12px;
    display: block;
    text-align: right;
    cursor: pointer;
}
small.back {
    top: -40px;
    position: relative;
    font-family: "Poppins";
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    color: #132444;
    line-height: 18px;
    cursor: pointer;
    z-index: 99;
}
small.back a, small.top a {
    text-decoration: none;
    color: #393939 !important;
}
/*Co-Branded Page*/
.co-branded-main {
    background: #ffffff;
    border: 0.5px solid #132444;
    box-shadow: inset 0px 5px 12px rgba(0, 0, 0, 0.1);
    border-radius: 10px !important;
}
small.back a.btn-navigate-form-step img {
    filter: invert(100%);
}
.line + span {
    visibility: hidden;
}
small.back a.btn-navigate-form-step {
    background: #3B8AFF;
    padding: 5px 10px;
    border-radius: 30px;
    color: white !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    column-gap: 6px;
}
#smli_questionlist.co-branded {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: space-around;
    padding: 0 !important;
    margin-top: 1.3em;
}
#smli_questionlist.co-branded li {
    width: 158px;
    height: auto;
    border: 1px solid #132444;
    box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    font-family: "Poppins";
    font-style: normal;
    margin: 4px;
    padding: 10px;
    line-height: 13px;
    font-size: 16px;
    list-style: none;
    text-align: center;
    letter-spacing: 0.14px;
    color: #132444;
    cursor: pointer;
    font-weight: 700;
}
#smli_questionlist.co-branded li img {
    margin-bottom: 10px;
}
.combination {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 700;
    font-size: 3rem;
    line-height: 50px;
}
.co-branded-card {
    padding: 1.5rem !important;
    font-family: "Poppins";
    font-style: normal;
}
.co-branded-card h2 {
    color: #132444;
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: 0.48px;
}
.co-branded-card ul li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 7px;
    width: 10px;
    height: 10px;
    border-radius: 9px;
    background: #132444;
}
.co-branded-card ul li {
    color: #132444;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24.5px;
    letter-spacing: 0.36px;
   /* list-style: disc;
    */
    padding-left: 22px;
    position: relative;
}
/* .co-branded-card ul li::marker {
    width: 15px !important;
    height: 15px !important;
    color: 132444;
    font-size: 37px;
    line-height: 30px;
}
*/
.co-branded-card p {
    color: #132444;
    font-size: 20px;
    font-weight: 600 !important;
    line-height: 24.5px;
    letter-spacing: 0.4px;
    margin-bottom: 5px !important;
}
.co-branded-card h2 > span {
    color: #3495ff;
}
.brand {
    min-width: 134px;
}
.co-branded-card .policy {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 0px;
}
.co-branded-card .policy img {
    max-width: 18px;
}
.co-branded-card .button {
    background: #0cc308;
    border-radius: 15px !important;
    letter-spacing: 0.02em;
    padding: 0.7rem 1.5rem;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
    border: 0px;
    font-family: "Poppins";
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 22px;
    text-align: center;
    margin: auto;
    padding: 10px 40px;
    height: auto;
}
/* .button img {
    margin-left: 10px;
    margin-top: -3px;
}
*/
.card.offers {
    margin: 26px 49px !important;
    border-radius: 10px !important;
}
img.brand-identity {
    width: 125px;
}
ul.first-section-container {
    padding: 0;
    margin: 0;
}
ul.first-section-container li {
    font-size: 13px;
    list-style: none;
    float: left;
    padding: 0 3px;
}
ul.first-section-container li small {
    font-size: 13px !important;
}
ul.first-section-container li:last-child {
    border-left: #545454 1px solid;
    margin-left: 9px;
    padding-left: 9px;
}
.second-section h4, .third-section h4 {
    text-align: left;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    margin: 0px !important;
}
.second-section h4 > span, .third-section h4 > span {
    font-size: 12px;
    font-weight: 400;
}
.third-section {
    border-left: #545454 1px solid;
}
.last-section .button {
    width: 180px;
    height: 41px;
    background: #0cc308;
    border-radius: 15px !important;
    padding: 0.2rem 1.5rem;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
    border: 0px;
    font-family: "Poppins";
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 22px;
}
/* Footer */
footer {
    margin-top: 0px;
    margin-bottom: 0px;
    color: #ffffff;
}
footer .footer-section {
    max-width: 1150px;
    margin: 0 auto;
}
footer > section.top-section {
    background-image: url(https://hellorates.com/wp-content/uploads/2021/11/footer-bg.jpg);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 0em;
    padding: 100px 0px 50px 0px;
    height: auto;
}
footer ul.social li {
    list-style: none;
    float: left;
}
footer ul.social li a {
    border: #ffffff 1px solid;
    display: flex;
    border-radius: 50px;
    padding: 3px;
    margin: 5px;
    width: 25px;
    height: 25px;
}
footer ul.social li a img {
    width: 17px !important;
    height: 17px !important;
    display: flex;
    align-items: center;
    align-content: center;
}
footer > section > .elementor-container {
    max-width: 1300px;
    height: auto !important;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    position: relative;
}
footer.container {
    max-width: 1300px;
    height: 100vh;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    position: relative;
}
.footer-top h3 {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 700;
    font-size: 20px !important;
    line-height: 30px;
    color: #ffffff;
    margin-bottom: 50px;
}
.footer-top img {
    width: 125px;
    height: auto;
    margin-bottom: 42px;
}
footer p {
    color: #ffffff;
    font-family: "Roboto", Sans-serif;
    font-size: 16px;
    font-weight: 400;
}
footer ul {
    margin-left: 0 !important;
    padding-left: 0 !important;
}
footer ul li {
    list-style: none;
    margin: 15px 0 !important;
}
footer ul > li > a {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    color: #ffffff;
    text-decoration: none;
}
footer ul > li > a:hover {
    color: #3b8aff;
    text-decoration: none;
}
.footer-middle {
    margin: 13px 9px 25px -6px !important;
}
.footer-middle ul li a {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 38px;
    color: #ffffff;
    text-decoration: none;
}
.footer-bottom {
    margin-bottom: 10px;
}
.policy {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 25px;
    color: #132444;
}
.text-format {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    color: #132444;
}
.top-offers, .lowest-apr {
    max-width: 140px;
    position: absolute;
}
.pre-qualified-footer {
    padding: 0 5% !important;
}
h4.pre-qualified {
    font-weight: 400;
}
.label-content {
    display: flex;
    align-items: center;
    font-size: 16px;
}
.btn-arrow {
    width: 9px;
}
p.text-center.text-format {
    margin-top: 10px;
}
div#confirmation {
    background: #0000008f;
}
ul.itemss3 li {
    width: 31% !important;
}
.mb-30{
    margin-bottom: 30px;
}
form#userAccountSetupForm {
    padding: 0 12px !important;
}
/*Media Query*/
@media only screen and (min-device-width: 991px) and (max-device-width: 1398px) {
    #step-10 ul.filter li.label1 {
        width: 30% !important;
   }
    #step-10 ul.filter li.label2 {
        width: 70% !important;
   }
    #step-10 ul.filter li.label3 {
        width: 30% !important;
   }
    #step-10 ul.filter li.label4 {
        width: 70% !important;
   }
    #smli_questionlist.co-branded {
        justify-content: center !important;
   }
    .leah_blurb .leah_icon {
        height: 80px;
        width: 80px;
   }
    .leah_blurb .leah_helptext {
        width: 100% !important;
        padding: 27px 97px 13px 75px;
        margin-left: 0px;
   }
    .progress {
        margin-bottom: 20px;
   }
    footer {
        text-align: center;
   }
    .offset-sm-3 {
        margin-left: 0 !important;
   }
    ul.icon-btn li h3 {
        font-size: 19px;
   }
    .selectInput, .textInput, .form-control, .form-select {
        font-size: 18px !important;
   }
    #smli_questionlist.smli_questionlist li {
        width: 130px !important;
   }
    #smli_questionlist.employment li {
        width: 47% !important;
   }
    .sm-text-center {
        text-align: center !important;
   }
    #smli_questionlist li {
        width: 23% !important;
   }
    .button {
        font-size: 17px;
   }
    .btn-arrow {
        width: 8px;
   }
    .button img {
        margin-left: 1px;
   }
    .sm-mb-2 {
        margin-bottom: 0.8em;
   }
    .leah_blurb .leah_icon {
        float: none !important;
        margin: 0 auto;
   }
   /* .line {
        top: -62px;
   }
    */
    small.back {
        top: -49px;
   }
    footer ul.social {
        display: inline-block;
   }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 990px) {
    #step-2 .btn-navigate-form-step,
     #step-4 button, #step-6 .btn-navigate-form-step, #step-7 .btn-navigate-form-step, #step-8 .btn-navigate-form-step{
       margin-top:3rem !important;
        margin: auto !important;
   }
    #step-9 .input-group{
       margin-top:.5rem!important;
   }
    #step-10 ul.filter li.label1 {
        width: 30% !important;
   }
    #step-10 ul.filter li.label2 {
        width: 70% !important;
   }
    #step-10 ul.filter li.label3 {
        width: 30% !important;
   }
    #step-10 ul.filter li.label4 {
        width: 70% !important;
   }
    #smli_questionlist.co-branded {
        justify-content: center !important;
   }
    .leah_blurb .leah_icon {
        height: 80px;
       /* width: 80px;
        */
        border-radius: 50%;
   }
    .leah_blurb .leah_helptext {
        width: 100% !important;
        padding: 1.5rem 1.5rem;
        margin-left: 0px;
   }
    .progress {
        margin-bottom: 20px;
   }
    footer {
        text-align: center;
   }
    .offset-sm-3 {
        margin-left: 0 !important;
   }
    ul.icon-btn li h3 {
        font-size: 19px;
   }
    .selectInput, .textInput, .form-control, .form-select {
        font-size: 18px !important;
   }
    #step-4 .button {
        margin-top: 10px;
   }
    #smli_questionlist.smli_questionlist li {
        width: 130px !important;
   }
    #smli_questionlist.employment li {
        width: 47% !important;
   }
    .sm-text-center {
        text-align: center !important;
   }
    #smli_questionlist li {
        width: 24% !important;
   }
    .sm-mb-2 {
        margin-bottom: 0.8em;
   }
    .leah_blurb .leah_icon {
        float: none !important;
        margin: 0 auto;
   }
    #step-6 h4 {
        line-height: 50px !important;
        margin-top: 1em !important;
   }
   /* .line {
        top: -62px;
   }
    */
    small.back {
        top: -49px;
   }
    ul.first-section-container {
        padding: 0;
        margin: 0 auto !important;
   }
    footer ul.social {
        display: inline-block;
   }
}
@media only screen and (min-device-width: 565px) and (max-device-width: 767px) {
    h4.spcl-margin-top {
        margin-top: 3.5em !important;
   }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 767px) {
    /* #step-2 .btn-navigate-form-step, */
     /* #step-4 button, #step-6 .btn-navigate-form-step, #step-7 .btn-navigate-form-step, #step-8 .btn-navigate-form-step{
       margin-top:3rem !important;
   } */
    #step-9 .input-group{
       margin-top:.5rem!important;
   }
    #step-9 h4{
       font-size: 1.1em;
   }
    #step-10 ul.filter li.label1 {
        width: 30% !important;
   }
    #step-9 .button {
        font-size:18px !important;
   }
    .width_40 {
        width: 40% !important;
   }
    .width_20 {
        width: 20% !important;
   }
    .width_50 {
        width: 50% !important;
   }
    .mob_width {
        width: 33% !important;
   }
    #step-10 ul.filter li.label2 {
        width: 70% !important;
   }
    #step-10 ul.filter li.label3 {
        width: 30% !important;
   }
    #step-10 ul.filter li.label4 {
        width: 70% !important;
   }
    #smli_questionlist.co-branded {
        justify-content: center !important;
   }
    .leah_blurb .leah_icon {
        height: 80px;
        width: 80px;
   }
    .leah_blurb .leah_helptext {
        width: 100% !important;
        padding: 1.5rem 1.5rem;
        margin-left: 0px;
   }
    .progress {
        margin-top: -32px !important;
        margin-bottom: 20px;
   }
    footer {
        text-align: center;
   }
    .offset-sm-3 {
        margin-left: 0 !important;
   }
    ul.icon-btn li h3 {
        font-size: 19px;
   }
    .selectInput, .textInput, .form-control, .form-select {
        font-size: 14px !important;
   }
    #step-4 .button {
        margin-top: 10px;
   }
    #smli_questionlist.smli_questionlist li {
        width: 130px !important;
   }
    #smli_questionlist.employment li {
        width: 47% !important;
   }
    #smli_questionlist.employment.co-branded li {
        width: 46% !important;
   }
    .sm-text-center {
        text-align: center !important;
   }
    #smli_questionlist li {
        width: 23% !important;
   }
    #step-6 h4 {
        line-height: 50px;
   }
    .sm-mb-2 {
        margin-bottom: 0.8em;
   }
    .section-container h4 {
        font-size: 21px;
        line-height: 24px;
        margin: 15px 0;
   }
    h1.elementor-heading-title {
        font-size: 30px;
        line-height: 37px;
   }
    .cz {
        font-size: 31px;
   }
    .section-container h3.sub-title {
        font-size: 21px;
        line-height: 30px;
        margin-left: 40px;
        margin-right: 40px;
        margin-bottom: -20px;
    }
    .leah_blurb .leah_icon {
        float: none !important;
        margin: 0 auto;
   }
    .brand {
        min-width: 90px !important;
   }
    /* section#step-1 .mt-3 {
        margin-top:2rem!important;
   } */
    .third-section {
        border-left: #545454 0px solid;
   }
    ul.first-section-container {
        padding: 0;
        margin: 0 auto !important;
   }
    .first-section, .second-section, .third-section {
        padding: 10px 0;
   }
    .second-section, .third-section {
        border-top: #545454 1px dashed;
   }
    small.top {
        margin-bottom: 30px;
        font-size: 10px;
   }
   /* .line {
        top: -62px;
   }
    */
    small.back {
        top: -49px;
        font-size: 10px;
   }
    footer ul.social {
        display: inline-block;
   }
    input::placeholder, select::placeholder {
       /* Chrome, Firefox, Opera, Safari 10.1+ */
        font-family: "Poppins";
        font-style: italic;
        font-weight: 275;
        font-size: 14px;
        line-height: 50px;
        color: #8a8a8a;
       /* Firefox */
   }
    input:-ms-input-placeholder, select:-ms-input-placeholder {
       /* Internet Explorer 10-11 */
        font-family: "Poppins";
        font-style: italic;
        font-weight: 275;
        font-size: 14px;
        line-height: 50px;
        color: #8a8a8a;
   }
    input::-ms-input-placeholder, select::-ms-input-placeholder {
       /* Microsoft Edge */
        font-family: "Poppins";
        font-style: italic;
        font-weight: 275;
        font-size: 14px;
        line-height: 50px;
        color: #8a8a8a;
   }
}

@media (max-width:767px){
    div#confirmation button#close_modal_yes {
        margin-left: auto !important;
        margin-right: auto !important;
    }
}

@media screen and (max-width: 565px) {
    
    .card.offers {
        margin: 26px 0px !important;
   }
    .max-110 {
        max-height: 125px;
   }
}
.w-100s {
    width: 100%;
    display: grid;
}
.pos-rel{
   position: relative !important;
}
.security-place{
   position: absolute !important;
    right:10px;
    top: 13px;
}
.cursor-pointer{
   cursor:pointer;
}

form {
    border-radius: 20px;
}
.card-body.co-branded-card ul {
    margin-left: 0;
    padding-left: 0;
}

.aligments-items {
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 10px;
}
.wait-popup .modal-body {
    padding: 0 !important;
}
.lenders-section h5 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 10px;
}
.lenders-section p {
    font-size: 12px !important;
    margin-bottom: 16px;
    line-height: 20px;
}
.modal-header.textpopup {
    position: absolute;
    right: 0;
    top: 0px;
    z-index: 99;
}
h4.margin-b50 {
    margin-bottom: 44px !important;
}
body ul.home_time.yearsstuff li {
    width: 29% !important;
}
.margin-b20{
    margin-bottom: 20px;
}
.input_buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 30px;
    margin-bottom: 16px;
}
.input_buttons .form-group {
    margin: 0;
}
.listingpara p {
    margin-bottom: 10px;
    color: #132444;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0.24px;
}
.paragraph-format.listingpara ul li {
    margin-bottom: 0;
    line-height: 20px;
}
.paragraph-format.listingpara ul li a {
    color: #3B8AFF;
}
.listingpara ul {
    margin-left: -10px;
}
.paragraph-format.listingpara ul li {
    margin-bottom: 0;
    line-height: 20px;
    list-style: disc;
}
.gray-content-section ul {
    margin-left: -10px;
    margin-top: 10px;
}
.gray-content-section ul li {
    color: #1E1E1E;
    font-size: 16px;
    font-family: Poppins;
    font-style: normal;
    line-height: 160%;
    letter-spacing: 0.32px;
    list-style: disc;
}
.consent-section h4 {
    color: #132444;
    font-size: 25px;
    font-family: Poppins;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: 0.5px;
}
.consent-section p.fw-bold {
    color: #1E1E1E;
    font-size: 13px;
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    line-height: 18.5px;
    letter-spacing: 0.26px;
    margin-bottom: 16px;
}
.consent-section p {
    color: #1E1E1E;
    font-size: 13px;
    font-weight: 400;
    line-height: 18.5px;
    margin-bottom: 16px;
    letter-spacing: 0.26px;
}
.consent-section ul li.fw-bold {
    list-style: disc;
    margin-left: -10px;
    line-height: 20px;
}
body .modal-dialog.modal-dialog-centered.modal-dialog-scrollable.modal-xl.textpopup {
    width: 100%;
    min-width: 55%;
    max-width: 100%;
}
.textpopup .modal-body {
    padding: 20px 60px 60px;
}
.textpopup .modal-content {
    border-radius: 50px;
}
p.text-lite-color.mb-3 {
    color: #888686;
    font-size: 12px;
    font-family: Poppins;
    font-style: normal;
    font-weight: 400;
    line-height: 18.5px;
    letter-spacing: 0.24px;
}
.textpopup .modal-header, .textpopup1 .modal-header {
    padding-right: 40px;
    padding-top: 40px;
    padding-bottom: 0;
}
body .modal-dialog.modal-dialog-centered.modal-dialog-scrollable.modal-xl.textpopup1 {
    width: 100%;
    min-width: 55%;
    max-width: 100%;
}
.textpopup1 .modal-body {
    padding: 20px 40px 40px;
}
.textpopup1 .modal-content {
    border-radius: 50px;
}
.textpopup1 .lenders-section p strong {
    color: #132444;
    font-size: 16px;
    font-family: Poppins;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0.32px;
}
.textpopup1 ul.lender-list li {
    color: #132444;
    font-size: 16px;
    font-family: Poppins;
    font-style: normal;
    font-weight: 400 !important;
    line-height: 24px;
    letter-spacing: 0.32px;
}
.textpopup1 .lenders-section p.fw-bold {
    color: #132444;
    font-size: 20px !important;
    font-family: Poppins;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 0.4px;
}
.textpopup1 .lenders-section p {
    color: #132444;
    font-size: 16px !important;
    font-family: Poppins;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.32px;
}
::-webkit-scrollbar {
    width: 5px;
}
::-webkit-scrollbar-thumb {
    background: rgb(185, 185, 185);
    border-radius: 10px;
}
.loan_amt {
    column-gap: 10px !important;
}
ul.employment {
    column-gap: 18px !important;
}
.steps_four {
    max-width: 900px;
    margin: auto;
}

@media (max-width:767px) {
    .row-gaps20{
        row-gap: 20px;
    }
    .max-638 {
        width: auto !important;
        max-width: 100% !important;
    }
    .leah_blurb p.leah_helptext {
        font-size: 14px !important;
        line-height: 24px;
        margin-left: 10px !important;
    }
    #confirmation h3,
    #Consent h3 {
        font-weight: 600;
        font-size: 22px;
    }
    #confirmation .modal-header {
        padding: 1.5em 2em 0 0 !important;
    }
    #confirmation h3.income {
        font-weight: 600;
        font-size: 36px;
        line-height: 50px !important;
    }
    div#confirmation .modal-body {
        padding-bottom: 20px;
    }
    .button {
        height: 52px;
        font-weight: 600;
        font-size: 18px;
        line-height: 22px;
        padding: 15px 40px;
    }
    .aligments-items a.btn {
        font-size: 14px !important;
        padding: 8px 5px;
        text-transform: capitalize;
        letter-spacing: -.2px;
    }

    .aligments-items a.btn img {
        max-height: 15px;
    }

    .welcome-text {
        font-size: 16px !important;
        line-height: 28px !important;
    }

    .section-container {
        padding: 15px 0px;
    }

    .company-vs {
        flex-direction: column;
    }

    .section-container h4 {
        margin: 40px 0 25px !important;
    }

    .co-branded-card {
        padding: 1rem !important;
    }

    .card-body.co-branded-card h2 {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 20px;
    }

    .co-branded-card p {
        font-size: 16px;
    }

    .co-branded-card ul li {
        font-size: 14px;
    }

    .co-branded-card ul li:before {
        top: 9px;
        width: 6px;
        height: 6px;
    }
    /* #step-1 small.back, 
    #step-2 small.back,
    #step-3 small.back,
    #step-4 small.back,
    #step-5 small.back,
    #step-6 small.back,
    #step-7 small.back {
        top: -25px;
    } */
    #smli_questionlist {
        column-gap: 10px;
    }
    #smli_questionlist li {
        width: 30% !important;
    }
    .input_buttons {
        display: grid;
        gap: 15px;
        grid-template-columns: 1fr 1fr;
    }
    .input_buttons button.button.btn-navigate-form-step, .input_buttons small.text-danger.text-center {
        grid-column: 1 / span 2;
        width: 100%;
    }
    small.back {
    position: absolute;
    top: auto;
    bottom: -28px;
    left: 12px;
}
.max-110 {
    position: relative;
}
button#income_popup {
    margin-left: auto;
    width: auto;
    max-width: 100%;
}
.max-110{
    position: relative;
}
.col-sm-12.text-center.mb-3 {
    text-align: right !important;
    width: auto;
    max-width: 100% !important;
    margin-left: auto;
}
.btn-navigate-form-step {
    margin: 0;
    margin-left: auto !important;
}
.wdt-auto{
    width: auto !important;
    max-width: 100%;
    margin-left: auto !important;
}
.modal-body button.btn-maring-auto {
    margin: auto !important;
}
}


@media (max-width:480px) {
    .aligments-items a.btn {
        font-size: 12.5px !important;
        padding: 8px 5px;
        text-transform: capitalize;
        letter-spacing: -.2px;
    }

    .aligments-items a.btn img {
        max-height: 12px;
    }
    
}

@media (max-width:380px) {
    .aligments-items a.btn {
        font-size: 10px !important;
        padding: 8px 5px;
        text-transform: capitalize;
        letter-spacing: -.2px;
    }

    .aligments-items a.btn img {
        max-height: 12px;
    }
}

a.btn-navigate-form-step-ten, a.btn-anchor-ten {
    text-decoration: underline !important;
}

/* Results page CSS */

.result-page-no-match {
    /*width: 1236px;*/
    max-width: 1236px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 15px;
}

.message-container {
    width: 100%;
    text-align: center;
}

.message-title {
    color: #132444;
    font-size: 28px;
    font-family: Poppins, sans-serif;
    font-weight: 700;
    margin-bottom: 10px;
}

.message-description {
    color: #132444;
    font-size: 21px;
    font-family: Poppins, sans-serif;
    font-weight: 400;
    padding: 0px 60px;
}

.options-container {
    display: flex;
    justify-content: center;
    gap: 24px;
    width: 100%;
}

.option-card {
    width: 515px;
    height: 200px;
    padding: 0 5px;
    background: #EDEDED;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.option-header {
    display: flex;
    align-items: center;
    gap: 20px;
}

.option-title {
    color: #132444;
    font-size: 29px;
    font-family: Poppins, sans-serif;
    font-weight: 700;
}

.option-description {
    color: #132444;
    font-size: 15px;
    font-family: Poppins, sans-serif;
    font-weight: 500;
    text-align: center;
    /* width: 560px; */
}

.restart-button, .check-score-button {
    padding: 10px 40px;
    border-radius: 100px;
    font-size: 29px;
    font-family: Poppins, sans-serif;
    font-weight: 700;
    text-align: center;
    color: white;
    border: none;
    cursor: pointer;
    display: flex;
    gap: 10px;
}

.restart-button {
    background: #0CC308;
}

.check-button-icon-container {
  align-items: center;
  display: flex;
}

.check-score-button {
    background: #3B8AFF;
}

button.check-score-button a {
    text-decoration: none;
    color: white;
}

span.restart-your-application, span.check-your-score {
    font-size: 18px;
    font-weight: 700;
}

/*************************************/