p,
ul,
li {
    font-size: 1.7rem;
    line-height: 1.6;
}

section,
section * {
    color: #000;
}

.form-check {
    padding-left: 2em;
}

.form-select {
    background-image: url("../images/arrow-down.svg?v=0.01");
    background-position: right 1.75rem center;
    background-color: transparent;
}
.form-select:focus{
    background-color: transparent;
}

em {
    font-style: normal;
}

input.has-error,
select.has-error {
	/* background: url(../images/error-input.png) 99.5% 50% no-repeat #fff; */
	border: 2px solid orange !important;
}
input.no-error,
select.no-error {
	/* background: url(../images/tick-input.png) 99.5% 50% no-repeat #fff; */
	border: 2px solid green !important;
}

@media screen and (min-width: 1500px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1425px;
    }
}

@media screen and (max-width: 575px) {
    .container {
        max-width: 87%;
        --bs-gutter-x: 1.5rem;
        --bs-gutter-y: 0;
        width: 100%;
        padding-right: calc(var(--bs-gutter-x)* .5);
        padding-left: calc(var(--bs-gutter-x)* .5);
        margin-right: auto;
        margin-left: auto;
    }
}

ul,
li {
    list-style: none;
    padding: 0;
}

img {
    max-width: 100%;
    height: auto;
}

.btn-blue1 {
    font-size: 1.8rem;
    line-height: 1;
    font-weight: 500;
    padding: 1.5rem 4rem;
    background: #367EF0;
    color: #fff;
    border-radius: 0.7rem;
    /* margin-bottom: 1rem; */
    min-width: 20rem;
    text-align: center;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    min-width: 27.8rem;
}

.btn-blue1:hover {
    transform: translate(-1px, -1px);
    box-shadow: 4px 4px 0px #000000;
}

.hr-home {
    border-top: 1px solid #e6e6e6;
    margin: 0 !important;
}

.hd2 {
    font-size: 4rem;
    line-height: 1.3;
    font-weight: 500;
    color: #000;
}

.hd2 em:nth-of-type(1),
.hd2 em:nth-of-type(1) *{
    color: var(--skyblue);
    font-style: normal;
}

.hd2 em:nth-of-type(2) {
    color: var(--green);
    font-style: normal;
}

.questionaire p {
    font-size: 1.7rem;
    line-height: 1.6;
}

.trust-bar {
    position: sticky;
    bottom: 0;
    left: 0;
    background-color: #E8F8FE;
    margin-top: 4rem;
}

.trust-bar li {
    position: relative;
    padding: 2.5rem 0;
}

.trust-bar li:not(:last-child)::after {
    content: "";
    position: absolute;
    height: 100%;
    width: 2px;
    background-color: #eee;
    top: 0;
    right: -1.35vw;
}

.trust-bar p {
    margin-left: 2.5rem;
    font-size: 2.2rem;
    line-height: 1.3;
    font-weight: 500;
    white-space: nowrap;
}

.hd3 {
    font-size: 5rem;
    line-height: 1.3;
    max-width: 90.4rem;
    margin: 0 auto;
}

.form-control {
    padding: 1.8rem 5.5rem 1.7rem 1.5rem !important;
    border: 1px solid #707070 !important;
    border-radius: 0.7rem !important;
    font-size: 1.9rem !important;
    font-weight: 500 !important;
    height: auto !important;
    line-height: 1.3 !important;
    color: #818181 !important;
    text-align: center;
}

.form-control::placeholder {
    color: #818181;
    font-size: 1.9rem;
    text-align: center;
    font-weight: 500;
}

.form-select option {
    font-size: 2.2rem;
    line-height: 1.3;
    text-align: center;
}

.form-select option:hover {
    background-color: #B5E7FC !important;
    text-align: start;
}

.form-select option:first-child {
    color: #818181;
    font-size: 1.9rem;
    font-weight: 500;
}

.form-select:focus option {
    background-color: #F3F8FA;
}

.form-select:focus option:checked {
    background-color: #B5E7FC;
}

.form-check-input {
    width: 22px;
    height: 22px;
    margin-top: -2px;
    margin-right: 10px;
    accent-color: #367EF0;
}

.form-check-label {
    font-size: 1.9rem;
    font-weight: 500;
}

.fa-arrow-right {
    color: #fff;
    font-size: 2rem;
    font-weight: 900;
    margin-left: 1.5rem;
}

.sec1,
.sec2,
.sec3,
.sec4,
.sec5,
.sec6,
.sec7,
.sec8,
.sec9 {
    position: relative;
    padding-bottom: 4rem;
}

.sec1 .card2,
.card {
    background-color: #D5F9EE;
    border: 2px solid #0F5E46;
    border-radius: 0.7rem;
    padding: 2.2rem 2.8rem;
    position: relative;
}

.card * {
    color: #000;
    font-weight: 500;
}

.card .note1 {
    position: absolute;
    top: -1.2rem;
    right: -0.1rem;
    width: 95px;
}

.card .note2 {
    position: absolute;
    top: 50px;
    right: 10px;
    width: 63px;
}

.card li {
    position: relative;
    padding-left: 2.5rem;
    margin-bottom: 1.5rem;
    font-size: 1.6rem;
    line-height: 1.3;
}

.card p {
    margin-bottom: 1.5rem;
    font-size: 1.6rem;
    line-height: 1.3;
}

.card2 p {
    font-size: 1.8;
    line-height: 1.5;
}

.card li::before {
    content: "\f00c";
    font-family: "Font Awesome 6 Free";
    color: #0F5E46;
    font-weight: 900;
    font-size: 2rem;
    /* margin-right: 1.2rem; */
    display: inline-block;
    height: 100%;
    position: absolute;
    top: -0.3rem;
    left: 0;
}

.card span {
    color: #367EF0;
}

.mw-583 {
    max-width: 58.3rem;
}

.mw-849 {
    max-width: 84.9rem;
}

.card2 {
    padding: 1.7rem 5rem;
}

.card2 {
    max-width: 91.2rem;
}

.sec3-bulb {
    max-width: 6.6rem;
    width: 6.6rem;
    flex-basis: 6.6rem;
    flex-shrink: 0;
}

input[type="radio"]+label {
    max-width: 38.1rem;
    width: 100%;
    background: #E8F8FE;
    border: 1px solid #0F4396;
    border-radius: 7px;
    padding: 1.3rem 0;
    font-size: 2rem;
    line-height: 1.3;
    font-weight: 500;
    cursor: pointer;
}



input[type="radio"]:checked+label {
    background-color: #367EF0;
    border-color: #367EF0;
    color: #fff;
}

/* sec9 */
.mb-40 {
    margin-bottom: 4rem;
}

.mb-50 {
    margin-bottom: 5rem;
}

.sec9 .sec9-inner {
    background-color: #E8F8FE;
    border-radius: 2.3rem;
    padding: 5rem 3.6rem;
}

.sec9 label {
    font-size: 2.2rem;
    font-weight: 500;
    margin-bottom: 2rem;
}

.sec9 label span {
    color: red;
}

.sec9 .form-control {
    padding: 2.6rem 5.5rem 2.6rem 1.5rem !important;
    border: 1px solid #818181;
    border-radius: 0.7rem;
    font-size: 1.7rem;
    font-weight: 500;
    text-align: start !important;
}

.sec9 .form-control::placeholder {
    color: rgba(0, 0, 0, 0.49);
    text-align: start !important;
    font-size: 1.7rem;
}

.sec9 input {
    background-color: transparent;
}

.sec9 .btn-blue1 {
    max-width: 38.4rem;
    width: 100%;
    padding: 2rem 0;
    border: none;
    margin-bottom: 3rem;
    margin-left: auto;
    margin-right: auto;
}

h5 {
    font-size: 1.7rem;
    line-height: 1.6;
}
.loading-indicator {
    background-color: rgba(0, 0, 0, .5);
    bottom: 0;
    box-sizing: border-box;
    font-size: 1px;
    height: 100%;
    left: 0;
    margin: 0!important;
    padding: 0!important;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 2147483646;
}
.loading-indicator::after {
    background: #fff;
    border-radius: 5px;
    color: #000;
    content: "Processing, one moment please... ";
    font-family: arial;
    font-size: 17px;
    height: 110px;
    line-height: 98px;
    /* margin-left: -150px; */
    /* margin-top: -75px; */
    margin-top: 20px;
    padding-top: 35px;
    text-align: center;
    width: 300px;
    z-index: 1;
    padding-top: 35px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
img.img.loading-img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}
div#faliureResult {
    font-size: 1.6rem;
    font-style: italic;
    margin-bottom: 1.2rem;
    font-weight: 500;
}
/* 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;
}


input#first_name,
input#last_name {
    background: url('../images/ios-contact.png?v=0.01') 95.5% 50% no-repeat transparent;
}

input#email {
    background: url('../images/mail.png?v=0.01') 95.5% 50% no-repeat transparent;
}

input#phone_number {
    background: url('../images/md-call.png?v=0.01') 95.5% 50% no-repeat transparent;
}

/* sec9 */

@media screen and (min-width: 992px) {
    .defaulted_loan label:not(:last-child) {
        margin-right: 5rem;
    }
}

@media screen and (max-width: 1399px) {
    .trust-bar p {
        margin-left: 1.5rem;
        font-size: 1.6rem;
    }

    .trust-bar img {
        max-width: 4rem;
        height: auto;
    }

    .trust-bar li:not(:last-child)::after {
        right: -3.35vw;
    }
}

@media screen and (max-width: 1199px) {
    .trust-bar li:not(:last-child)::after {
        right: -1.35vw;
    }
}

@media screen and (max-width: 991px) {
    /* h1.hd2 {
        font-size: 3.5rem;
        } */

    .hd2 {
        /* font-size: 4rem; */
        font-size: 3.5rem;
        font-weight: 500;
        color: #000;
        width: 100%;
    }

    .btn-blue1 {
        font-size: 1.8rem;
        padding: 1.8rem 1.5rem;
        display: flex;
    }

    .trust-bar li {
        font-size: 1.8rem;
    }

    .trust-bar img {
        max-width: 4rem;
    }

    .trust-bar li:not(:last-child)::after {
        content: "";
        position: absolute;
        height: 2px;
        width: 100%;
        background-color: #eee;
        top: auto;
        bottom: 0;
        right: 0;
    }

    .card li {
        font-size: 1.5rem;
    }

    .card .note2 {
        max-width: 4.5rem;
        top: 35px;
        right: 5px;
    }

    .card .note1 {
        max-width: 7.2rem;
    }

    .trust-bar li {
        padding: 1.5rem 0;
    }

    .sec3 .card2 {
        padding: 1.7rem 2rem;
    }

    .card2 {
        padding: 2.4rem 2.3rem;
    }

    /* sec9 */
    .sec9 .sec9-inner {
        padding: 3.2rem 1.6rem;
    }

    .sec9 input {
        background-size: 3vh !important;
    }

    .mb-40,
    .mb-50 {
        margin-bottom: 2rem;
    }

    /* sec9 */
}

/* ip */
@media (max-width:991px) {


    .list-unstyled {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 0 10px;
        /* grid-auto-rows: minmax(100px, auto); */
    }

}

@media (max-width:575px) {
    .trust-bar img {
        width: 30px !important;
    }

    .trust-bar .container {
        max-width: 100%;
    }

    .trust-bar p {
        margin-left: 10px;
        font-size: 14px;
        width: calc(100% - 10px - 30px);
        white-space: wrap !important;
    }
}

/* ip */