body {
    font-family: 'Roboto', sans-serif;
    margin-bottom: 0;
}

.hero-banner {
    position: relative;
}

.hero-banner img.desktop-hero {
    width: 100%;
}

.hero-text {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
}

.hero-text h1 {
    font-size: 48px;
    color: #fff;
    font-weight: 800;
    margin-bottom: 20px;
}

.hero-text p {
    font-size: 20px;
    color: #fff;
}

.hero-text p span {
    display: block;
    font-weight: 700;
}

.hero-text a {
    background-color: #fff;
    display: inline-block;
    padding: 11px 14px;
    color: #10aea8;
    font-size: 18px;
    margin-top: 25px;
}

.hero-text a:hover {
    text-decoration: none;
    background-color: rgb(245, 245, 245);
}

.heading-title h2,
.heading-title h3 {
    text-align: center;
    font-size: 36px;
    font-weight: 800;
    /* text-transform: capitalize; */
    margin-bottom: 0;
    margin-top: 0;
}

.steps-section {
    padding-top: 60px;
    padding-bottom: 50px;
}

.heading-title {
    margin-bottom: 40px;
}

.easy-steps {
    display: flex;
    margin-bottom: 50px;
    align-items: center;
}

.step-text {
    margin-left: 50px;
}

.step-text h3 {
    font-size: 28px;
    font-weight: 500;
}

.step-text p {
    font-size: 18px;
    margin-bottom: 0;
}

.teal-btn {
    background-color: #10aea8;
    color: #fff;
    padding: 15px 20px;
    font-size: 24px;
    border-radius: 22px;
    font-weight: 800;
    border: none;
    display: inline-block;
}

.Check-eligibility {
    text-align: center;
}

.flexible-finance img {
    max-width: 100%;
}

.gray-section {
    background-color: #f0f1f0;
    padding: 60px 0;
}

.flexible-finance-text {
    margin-top: 60px;
}

.flexible-finance-text p {
    font-size: 20px;
    font-weight: 300;
}

.contact-us-today {
    text-align: center;
    margin-top: 40px;
}

.payment {
    padding: 30px 0;
}

.payment-calculate {
    text-align: center;
}

.payment-calculate h2 {
    font-weight: 500;
    margin-bottom: 25px;
    text-transform: capitalize;
}

.get-started {
    background-color: #b8e6e5;
    padding: 60px 0;
}

.apply-for-loan,
.give-us-call {
    background-color: #eef0ef;
    text-align: center;
    padding: 60px 30px;
    border-radius: 12px;
    min-height: 280px;
}

.apply-for-loan h2 {
    color: #14aca8;
    font-weight: 800;
    margin-bottom: 25px;
    font-size: 31px;
}

.give-us-call h2 {
    font-size: 42px;
    font-weight: 800;
    color: #10aea8;
}

.give-us-call p {
    font-size: 26px;
    margin-bottom: 0;
    color: #10aea8;
    text-align: center;
}

.teal-btn:hover {
    background: #22b7b0;
    text-decoration: none;
    color: #fff;
}

.hero-banner img.mob-hero {
    display: none;
}

.new-footer {
    background-color: #808180;
    padding-top: 30px;
    padding-bottom: 40px;
}

.footer-link ul{
    margin: 0;
    padding: 0;
}

.footer-link ul li{
    list-style: none;
}

.footer-link ul li a{
    color: #fff;
}
.footer-link ul li a {
    color: #fff;
    font-size: 18px;
    padding-bottom: 0px;
    display: block;
}
.footer-link h3 {
    color: #fff;
    margin-bottom: 25px;
    font-weight: 400;
}

.footer-inner{
    display: flex;
    justify-content: space-between;
}


/* eligibility */
.hero-banner-inner img{
    width: 100%;
}
.top-eligibility h2 {
    font-size: 30px;
    font-weight: 500;
}

.top-eligibility p,
.question-answer p {
    font-size: 18px;
    font-weight: 300;
}
.question-heading {
    font-size: 26px;
    margin-bottom: 5px;
}

.question-answer p{
    margin-left: 30px;
}

.question-section-bottom{
    text-align: center;
}
.question-section {
    margin-bottom: 40px;
}
.question-section-bottom {
    margin-bottom: 30px;
}
.top-eligibility {
    margin-bottom: 30px;
    margin-top: 40px;
}
p.heading-sub-text {
    font-size: 18px;
    text-align: center;
    margin-top: 15px;
    font-weight: 300;
}
.heading-about-line h2 {
    text-align: center;
    font-size: 36px;
    font-weight: 800;
    margin-bottom: 0;
}
span.border-line {
    width: 110px;
    height: 4px;
    background: #10aea8;
    display: block;
    margin: 0 auto;
    margin-top: 16px;
}
.heading-about-line {
    margin-bottom: 40px;
}
.top-about p {
    font-size: 18px;
    font-weight: 300;
}
.our-principles p {
    font-size: 18px;
    font-weight: 300;
}
.our-principles h3 {
    color: #12ada9;
}
.our-principles {
    text-align: center;
    width: 80%;
    margin: 0 auto;
    margin-bottom: 50px;
}
@media screen and (max-width: 1199px) {
    .hero-text {
        left: 0;
        padding: 0 20px;
        right: 0;
    }

    .hero-text h1 {
        font-size: 32px;
    }
}

@media screen and (max-width: 1199px) {
    .hero-banner img.desktop-hero {
        height: 310px;
    }
}


@media screen and (max-width: 767px) {

    .heading-title h2,
    .heading-title h3 {
        text-align: center;
        font-size: 24px;
        font-weight: 700;
    }

    .step-text p br {
        display: none;
    }

    .step-text {
        margin-left: 30px;
    }

    .step-text h3 {
        font-size: 22px;
        font-weight: 500;
        margin-bottom: 2px;
    }

    .step-img img {
        width: 80px;
        height: 80px;
    }

    .teal-btn {
        background-color: #10aea8;
        font-size: 18px;
        border-radius: 100em;
        font-weight: 600;
    }

    .payment-calculate h2 {
        font-size: 22px;
    }

    .apply-for-loan h2 {
        font-size: 24px;
    }

    .give-us-call p {
        font-size: 20px;
    }

    .give-us-call h2 {
        font-size: 32px;
    }

    .payment-icon {
        text-align: center;
    }

    .apply-for-loan,
    .give-us-call {
        min-height: auto;
        margin-bottom: 20px;
    }

    .flexible-finance-text p {
        font-size: 18px;
    }

    .steps-section {
        padding-top: 40px;
        padding-bottom: 30px;
    }

    .gray-section,
    .get-started {
        padding: 40px 0;
    }

    .hero-banner img.desktop-hero {
        display: none;
    }

    .hero-banner img.mob-hero {
        display: block;
        width: 100%;
    }
    .top-eligibility h2 {
        font-size: 20px;
    }
    .top-eligibility h3 {
        font-size: 18px;
    }
    .question-heading {
        font-size: 18px;
    }
    .top-eligibility p, .question-answer p {
        font-size: 16px;
    }
    .question-answer p {
        margin-left: 0;
    }
    .heading-about-line h2 {
        font-size: 24px;
    }
    .our-principles {
        width: 100%;
        margin-bottom: 20px;
    }
    .top-about p {
        font-size: 16px;
    }
    .heading-about-line {
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 640px) {
    .hero-text p {
        font-size: 16px;
        color: #fff;
        text-align: left;
    }

    .hero-text h1 {
        margin-top:0;
        margin-bottom: 5px;
    }

    .hero-text h1 br {
        display: none;
    }

    .hero-text p br {
        display: none;
    }

    .hero-text a {
        margin-top: 0;
        font-size: 14px;
    }
    .footer-inner {
        display: block;
        text-align: center;
    }
    .new-footer {
        padding-top: 20px;
        padding-bottom: 25px;
    }
    .footer-link h3 {
        margin-bottom: 15px;
    }

}

@media screen and (max-width: 480px) {
    .step-img {
        text-align: center;
        width: 100%;
    }

    .easy-steps {
        display: flex;
        margin-bottom: 25px;
        align-items: center;
        flex-wrap: wrap;
    }

    .step-img {
        text-align: center;
        width: 100%;
    }

    .step-text {
        margin-left: 0;
        text-align: center;
    }

    .flexible-finance-text p {
        font-size: 18px;
        font-weight: 300;
        text-align: center;
    }

    .hero-banner img.mob-hero {
        display: block;
        width: 100%;
        height: 310px;
    }

    .hero-text h1 {
        font-size: 28px !important;
    }
}

.contact-div {
    background-color: #b8e6e5;
}

.p-40 {
    padding:40px 0;
}

.img-round-about {
    border-radius: 100em;
}