.cta-bottom-bullets, .cta-main-bullets, .cta-main-under .list {
    list-style-type: none;
    text-align: center
}

.checkbox-budget:checked + label, a {
    background-color: transparent
}

.range {
    display: flex;
    justify-content: center
}

.range__slider {
    width: 45%
}

.range__value {
    width: 35%;
    margin-left: 45px;
    text-align: center;
    border-left: 1px solid #e6e4e4
}

.form-group {
    display: flex;
    flex-direction: column;
    justify-content: center
}

.form-group label {
    text-transform: uppercase;
    font-size: .7rem;
    color: #222;
    margin-bottom: 5px
}

.form-group span {
    font-size: 2rem;
    font-weight: 600;
    color: #3c3b3b
}

.range__slider label {
    margin-bottom: 10px
}

.range__slider [type=range] {
    width: 100%;
    -webkit-appearance: none;
    height: 24px;
    border-radius: 12px;
    background: #f2f2f2;
    border: 1px solid #d8d8d8;
    outline: 0;
    padding: 0;
    margin: 0
}

.range__slider [type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 42px;
    height: 42px;
    border-radius: 21px;
    background: #fff;
    border: 2px solid #ff6961;
    cursor: pointer;
    box-shadow: 0 8px 10px 0 rgb(0 0 0 / 15%);
    -webkit-transition: background .15s ease-in-out;
    transition: background .15s ease-in-out
}

.range__slider [type=range]::-webkit-slider-thumb:hover {
    background: #f2f2f2
}

.range__slider [type=range]::-moz-range-thumb {
    width: 20px;
    height: 20px;
    border: 5px solid #f9ca24;
    border-radius: 50%;
    background: #f0932b;
    cursor: pointer;
    -webkit-transition: background .15s ease-in-out;
    transition: background .15s ease-in-out
}

.range__slider [type=range]::-moz-range-thumb:hover {
    background: #f9ca24
}

input::-moz-focus-inner, input::-moz-focus-outer {
    border: 0
}

:root {
    --header-bg-color: #f5f5f5;
    --nav-item-color: #2f323a;
    --top-nav-item-color: #2f323a;
    --hero-bg-color: #eeeeee;
    --section-1-bg-color: #f5f5f5;
    --footer-bg-color: #eeeeee;
    --white: #ffffff;
    --light: #f0eff3;
    --black: #000000;
    --dark-blue: #1f2029;
    --dark-light: #353746;
    --green: #4ABF18;
    --dark-green: #317F10;
    --grey: #ecedf3
}

.text-22 {
    font-size: 22px
}

.btn.btn-red {
    background: #ff6961;
    color: #fff;
    transition: background .25s linear, box-shadow .25s linear
}

.btn.btn-red:hover {
    background: #e86059
}

.btn.btn-red:active {
    box-shadow: 0 0 0 0 transparent
}

.cta-main-button {
    border-radius: 0 30px 30px;
    font-size: 18px;
    font-weight: 400;
    height: 48px;
    line-height: 32px;
    margin-bottom: 10px;
    min-width: 90%
}

/*! CSS Used from: https://www.little-loans.com/css/combined.css?id=f98bf98860b1692d1b9f */
.cta-bottom-bullets {
    margin: 5px 0 0;
    padding: 0;
    width: auto
}

.cta-bottom-bullets li {
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    margin-bottom: 10px
}

.cta-bottom-bullets li .tick {
    background-size: 11px 9px;
    display: inline-block;
    height: 9px;
    margin-right: 10px;
    width: 11px
}

::selection {
    color: var(--white);
    background-color: var(--black)
}

::-moz-selection {
    color: var(--white);
    background-color: var(--black)
}

mark {
    color: var(--white);
    background-color: var(--black)
}

.over-hide {
    overflow: hidden
}

.z-bigger {
    z-index: 100 !important
}

/* number input hide arrows*/
/* 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;
}

.checkbox:checked ~ .background-color {
    background-color: var(--white)
}

[type=checkbox]:checked, [type=checkbox]:not(:checked), [type=radio]:checked, [type=radio]:not(:checked) {
    position: absolute;
    left: -9999px;
    width: 0;
    height: 0;
    visibility: hidden
}

.checkbox:checked + label, .checkbox:not(:checked) + label {
    position: relative;
    width: 70px;
    display: inline-block;
    padding: 0;
    margin: 17px 0;
    text-align: center;
    margin-top: 100px;
    height: 6px;
    border-radius: 4px;
    background-image: linear-gradient(298deg, var(--green), var(--dark-green));
    z-index: 100 !important
}

.checkbox:checked + label:before, .checkbox:not(:checked) + label:before {
    position: absolute;
    font-family: unicons;
    cursor: pointer;
    top: -17px;
    z-index: 2;
    font-size: 20px;
    line-height: 40px;
    text-align: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    -webkit-transition: .3s linear;
    transition: .3s linear
}

.checkbox:not(:checked) + label:before {
    content: '\eac1';
    left: 0;
    color: var(--grey);
    /*background-color: var(--dark-light);*/
    border: solid 1px lightgray;
    box-shadow: 0 4px 4px rgba(0, 0, 0, .15), 0 0 0 1px rgba(26, 53, 71, .07)
}

.checkbox:checked + label:before {
    content: '\eb8f';
    left: 30px;
    color: var(--dark-green);
    background-color: var(--dark-blue);
    box-shadow: 0 4px 4px rgba(26, 53, 71, .25), 0 0 0 1px rgba(26, 53, 71, .07)
}

.checkbox:checked ~ .section .container .row .col-12 p {
    color: var(--dark-blue)
}

.checkbox-budget:checked + label, .checkbox-budget:not(:checked) + label {
    position: relative;
    display: inline-block;
    padding: 20px 0;
    width: 115px;
    font-size: 14px;
    line-height: 17px;
    font-weight: 900;
    letter-spacing: 1px;
    margin: 0 5px 10px;
    text-align: center;
    border-radius: 4px;
    overflow: hidden;
    cursor: pointer;
    -webkit-transition: .3s linear;
    transition: .3s linear
}

.checkbox-budget:not(:checked) + label {
    /*background-color: var(--dark-light);*/
    border: solid 1px lightgray;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1)
}

.checkbox-budget:checked + label, .checkbox-budget:not(:checked) + label:hover {
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, .2)
}

.checkbox-budget:checked + label::before, .checkbox-budget:not(:checked) + label::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 4px;
    /*background-image: linear-gradient(138deg, var(--green), var(--dark-green));*/
    /*border: solid 2px var(--dark-green);*/
    z-index: -1
}

.checkbox-budget:checked + label::before {
    border: solid 2px var(--dark-green);
}

.checkbox-budget:checked + label span, .checkbox-budget:not(:checked) + label span {
    position: relative;
    display: block
}

.checkbox-budget:checked + label span::before, .checkbox-budget:not(:checked) + label span::before {
    position: absolute;
    content: attr(data-hover);
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    -webkit-text-stroke: transparent;
    text-stroke: transparent;
    /*-webkit-text-fill-color: var(--white);*/
    -webkit-text-fill-color: var(--dark-green);
    /*text-fill-color: var(--white);*/
    text-fill-color: var(--dark-green);
    /*color: var(--white);*/
    color: var(--dark-green);
    -webkit-transition: max-height .3s;
    -moz-transition: max-height .3s;
    transition: max-height .3s
}

.checkbox-budget:not(:checked) + label span::before {
    max-height: 0
}

.checkbox-budget:checked + label span::before {
    max-height: 100%
}

.checkbox:checked ~ .section .container .row .col-xl-10 .checkbox-budget:not(:checked) + label {
    background-color: var(--light);
    -webkit-text-stroke: 1px var(--dark-blue);
    text-stroke: 1px var(--dark-blue);
    box-shadow: 0 1x 4px 0 rgba(0, 0, 0, .05)
}

.link-to-page {
    position: fixed;
    top: 30px;
    right: 30px;
    z-index: 20000;
    cursor: pointer;
    width: 50px
}

.link-to-page img {
    width: 100%;
    height: auto;
    display: block
}

/*! CSS Used from: https://www.little-loans.com/css/combined.css?id=f98bf98860b1692d1b9f */
.cta-main-bullets {
    margin: 10px 0 30px;
    padding: 0;
    width: 100%
}

.cta-main-bullets li {
    color: var(--primary-color);
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    line-height: 30px;
    margin-right: 70px;
    padding-left: 45px;
    position: relative
}

.cta-main-bullets li.last {
    margin-right: 0
}

.cta-main-bullets li .tick {
    background-image: url('assets/images/check-mark.svg');
    background-size: 28px 28px;
    display: block;
    height: 28px;
    left: 0;
    position: absolute;
    top: 0;
    width: 28px
}

.btn, .cta-main-under-container, .home .list li, .instant-decision-container, .only-takes .clock, .reasons, .reasons .reason-circle {
    position: relative
}

@media (-webkit-min-device-pixel-ratio: 1.25),(min-resolution: 120dpi) {
    .cta-main-bullets li .tick {
        background-image: url('assets/images/check-mark.svg')
    }
}

/*! CSS Used from: https://www.little-loans.com/css/combined.css?id=f98bf98860b1692d1b9f */
.small {
    font-size: 85%
}

small.info {
    color: var(--dark-green);
}

.visible-lg, .visible-md {
    display: none !important
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md {
        display: block !important
    }
}

.bubble.grey {
    background-color: #f2f2f2
}

.bubble.green {
    background: linear-gradient(322.29deg, var(--primary-color), var(--secondary-color))
}

.bubble.blur {
    -webkit-filter: blur(10px);
    filter: blur(10px);
    opacity: .29
}

.bubble.top-right {
    height: 338px;
    right: -150px;
    top: -185px;
    width: 338px
}

.bubble.top-left {
    height: 144px;
    left: 20px;
    top: 110px;
    width: 144px
}

.bubble.middle-right {
    height: 65px;
    right: 0;
    top: 420px;
    width: 65px
}

.bubble.top-right-text {
    color: #fff;
    font-size: 22px;
    font-weight: 500;
    height: 130px;
    line-height: 23px;
    padding-top: 16px;
    right: 0;
    text-align: center;
    top: 150px;
    width: 130px
}

.bubble.top-right-text .heavy, strong {
    font-weight: 700
}

.btn.heavy, .reasons .reasons-button, h2 {
    font-weight: 900
}

.btn.large, .bubble.top-right-text .small {
    font-size: 18px
}

.btn.btn-green-border {
    border: 2px solid var(--primary-color);
    color: var(--primary-color);
    border: 2px solid var(--green);
    box-shadow: none;
    color: var(--green);
    text-decoration: none
}

.btn.btn-green-border:active {
    background-image: linear-gradient(135deg, var(--primary-color), var(--secondary-color))
}

/*! CSS Used from: https://www.little-loans.com/css/combined.css?id=f98bf98860b1692d1b9f */
@media (min-width: 768px) {
    .cta-main-button {
        font-weight: 700;
        min-width: 0
    }

    .cta-main-under .list li {
        display: inline-block;
        float: none;
        margin: 0 30px;
        width: auto
    }

    .cta-bottom-container {
        box-shadow: 0 4px 16px 0 rgba(0, 0, 0, .15);
        margin-top: 37px;
        padding: 30px
    }

    .cta-bottom-container ul li {
        margin: 0 20px
    }

    .cta-bottom-container h2 {
        font-size: 25px
    }

    .cta-bottom-container .btn {
        min-width: 320px
    }
}

.btn.btn-green-border:hover {
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
    background: linear-gradient(135deg, var(--green), var(--dark-green));
    border: none;
    color: #fff;
    line-height: 38px;
    padding-left: 42px;
    padding-right: 42px
}

.btn.btn-green-border:active {
    background-image: linear-gradient(135deg, var(--green), var(--dark-green));
    border: none;
    box-shadow: inset 0 1px 5px 0 rgba(0, 0, 0, .2);
    color: #fff;
    line-height: 38px
}

.cta-main-under .list {
    margin: 5px 0 0;
    padding: 0
}

.cta-main-under .list li {
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    line-height: 32px;
    margin: 0 0 10px;
    position: relative;
    text-align: left;
    width: 100%
}

.cta-main-under .list li:before {
    background-size: 18px 14px;
    content: "";
    display: inline-block;
    height: 14px;
    left: 0;
    position: absolute;
    top: 8px;
    width: 18px
}

.bubble.green {
    background: linear-gradient(322.29deg, var(--green), var(--dark-green))
}

.bubble.middle-left {
    height: 99px;
    left: auto;
    right: -10px;
    top: 0;
    width: 99px
}

.bubble.bottom-left {
    height: 289px;
    left: -160px;
    top: 0;
    width: 289px
}

@media (min-width: 992px) {
    .btn.btn-red {
        min-width: 330px
    }

    .bubble.top-right {
        height: 563px;
        right: -370px;
        top: -415px;
        width: 563px
    }

    .bubble.bottom-right {
        height: 248px;
        right: -100px;
        top: 180px;
        width: 248px
    }

    .cta-main-under-container {
        text-align: center
    }

    .cta-main-under .list {
        margin-top: 10px
    }

    .bubble.middle-left {
        -webkit-filter: blur(1px);
        filter: blur(1px);
        height: 93px;
        opacity: .8;
        right: 50px;
        top: 0;
        width: 93px
    }

    .bubble.bottom-left {
        height: 446px;
        left: -270px;
        top: -70px;
        width: 446px
    }
}

.bubble.bottom-right {
    height: 169px;
    right: -100px;
    top: 210px;
    width: 169px
}

.only-takes {
    color: #aaa;
    font-size: 13px;
    font-weight: 400;
    text-align: center
}

.only-takes .clock {
    background-image: url(https://www.little-loans.com/img/text-clock.png);
    background-size: 14px 14px;
    display: inline-block;
    height: 14px;
    margin-right: 6px;
    top: 2px;
    width: 14px
}

@media (-webkit-min-device-pixel-ratio: 1.25),(min-resolution: 120dpi) {
    .only-takes .clock {
        background-image: url(https://www.little-loans.com/img/text-clock@2x.png)
    }
}

@media (-webkit-min-device-pixel-ratio: 2.25),(min-resolution: 216dpi) {
    .cta-bottom-bullets li .tick {
        background-image: url(https://www.little-loans.com/img/green-check-icon@3x.png)
    }

    .cta-main-bullets li .tick {
        background-image: url(https://www.little-loans.com/img/cta-bullet-tick@3x.png)
    }

    .only-takes .clock {
        background-image: url(https://www.little-loans.com/img/text-clock@3x.png)
    }
}

.btn, .btn:active {
    background-image: none
}

.cta-bottom-container {
    background-color: #fff;
    border-radius: 15px;
    box-shadow: 0 8px 10px 0 rgba(0, 0, 0, .15);
    margin-top: 30px;
    padding: 20px 10px 15px;
    z-index: 2
}

.cta-bottom-container .btn-green-border {
    margin-top: 10px
}

.cta-bottom-container ul li {
    line-height: 22px;
    margin: 0
}

.cta-bottom-container h2 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 10px
}

.cta-bottom-container .btn {
    min-width: 90%
}

@media (max-width: 374px) {
    .cta-bottom-container .list li, .cta-bottom-container p {
        font-size: 14px
    }
}

.rep-row {
    margin-bottom: 26px;
    margin-top: 30px;
    text-align: left
}

.btn, ul {
    margin-bottom: 10px
}

.btn, .reasons .reasons-list-col, .text-center {
    text-align: center
}

.reasons p, .rep-row p {
    font-size: 16px;
    line-height: 24px
}

.reasons h2, h2 {
    font-size: 32px;
    line-height: 38px
}

/*! CSS Used from: https://www.little-loans.com/css/combined.css?id=f98bf98860b1692d1b9f */
ul {
    margin-top: 0
}

.btn {
    touch-action: manipulation;
    border: 1px solid transparent;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    padding: 6px 12px;
    touch-action: manipulation;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: middle;
    white-space: nowrap
}

.btn:active:focus, .btn:focus, a:focus {
    outline: -webkit-focus-ring-color auto 5px;
    outline-offset: -2px
}

.btn:focus, .btn:hover {
    color: #333;
    text-decoration: none
}

.btn:active {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    outline: 0
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important
    }
}

.btn {
    border-radius: 0 25px 25px;
    box-shadow: 0 8px 10px 0 rgba(0, 0, 0, .15);
    height: 50px;
    line-height: 34px;
    padding-left: 40px;
    padding-right: 40px;
    width: auto
}

.btn:focus, a:active, a:hover {
    outline: 0
}

.btn.btn-green {
    background: linear-gradient(135deg, var(--green), var(--dark-green));
    color: #fff
}

.btn.btn-green:hover {
    background: var(--dark-green)
}

.btn.btn-green:active {
    box-shadow: 0 8px 10px 0 transparent
}

.home .list {
    list-style: none;
    margin: 0;
    padding: 0
}

.home .list li {
    float: left;
    font-size: 16px;
    font-weight: 500;
    line-height: 40px;
    padding-left: 30px;
    width: 50%
}

.home .list li:before {
    background-image: url(https://www.little-loans.com/img/right-arrow-icon.png);
    background-size: 16px 16px;
    content: "";
    display: inline-block;
    height: 16px;
    left: 0;
    position: absolute;
    top: 12px;
    width: 16px
}

.reasons {
    padding: 0;
    z-index: 1
}

.reasons h2 {
    margin-bottom: 20px
}

.reasons .reason-circle-container {
    margin-top: 20px
}

.reasons .reason-circle {
    display: inline-block;
    margin: 20px 22px 0;
    width: 128px
}

@media (max-width: 767px) {
    .container {
        padding: 0
    }

    .row {
        margin-left: 0;
        margin-right: 0
    }

    .hidden-xs {
        display: none !important
    }

    .btn {
        margin-top: 10px;
        max-width: 290px
    }

    .reasons .reason-circle-container {
        margin: 0 auto;
        width: 316px
    }

    .reasons .reason-circle {
        margin: 20px 15px 0
    }
}

.reasons .reason-circle .circle-icon {
    left: 0;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.reasons .reason-circle .circle {
    background: linear-gradient(0deg, var(--green), var(--dark-green));
    border-radius: 50%;
    display: inline-block;
    height: 120px;
    position: relative;
    width: 120px
}

.reasons .reason-circle .text {
    color: var(--green);
    float: left;
    font-size: 14px;
    font-weight: 900;
    height: 60px;
    line-height: 20px;
    margin-top: 8px;
    text-align: center;
    width: 100%
}

.reasons .reason-circle .lock {
    background-image: url(https://www.little-loans.com/img/padlock-icon.png);
    background-repeat: no-repeat;
    background-size: 35px 57px;
    height: 57px;
    width: 35px
}

.reasons .reason-circle .user {
    background-image: url(https://www.little-loans.com/img/user-icon.png);
    background-repeat: no-repeat;
    background-size: 50px 52px;
    height: 52px;
    width: 50px
}

.reasons .reason-circle .tick {
    background-image: url(https://www.little-loans.com/img/check-box-icon.png);
    background-repeat: no-repeat;
    background-size: 49px 49px;
    height: 49px;
    width: 49px
}

.reasons .reason-circle .clock {
    background-image: url(https://www.little-loans.com/img/clock-icon.png);
    background-repeat: no-repeat;
    background-size: 53px 53px;
    height: 53px;
    width: 53px
}

.reasons .reasons-button {
    font-size: 18px;
    margin-top: 50px
}

.reasons .reasons-list {
    display: inline-block;
    margin-top: 0;
    text-align: left
}

.reasons .reasons-list li {
    width: 100%
}

.reasons .reasons-list li:before {
    background-image: url(https://www.little-loans.com/img/green-check-icon.png);
    background-size: 18px 14px;
    height: 14px;
    width: 18px
}

.home .reasons {
    padding-bottom: 80px;
    padding-top: 70px;
    position: relative;
    z-index: 3
}

/*! CSS Used from: https://www.little-loans.com/css/combined.css?id=f98bf98860b1692d1b9f */
h2 {
    color: inherit;
    font-family: inherit;
    color: var(--green);
    margin: 0
}

h4.form {
    color: var(--green);
}

span.form {
    color: var(--green);
}

.bubble {
    border-radius: 50%;
    position: absolute
}

.instant-decision {
    padding-bottom: 40px;
    padding-top: 70px;
    position: relative;
    z-index: 1
}

.instant-decision .sub-header {
    display: inline-block;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 20px
}

.instant-decision h2 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 20px
}

.instant-decision p {
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 20px
}

.instant-decision .bubble.instant-bottom-left {
    background-image: linear-gradient(var(--green), var(--dark-green));
    bottom: -30px;
    height: 26px;
    left: 50px;
    width: 26px
}

.instant-decision .bubble.instant-middle-left {
    background-color: #f2f2f2;
    height: 437px;
    left: -342px;
    top: -50px;
    width: 437px
}

.col-md-8, .col-xs-12, .container {
    padding-left: 15px;
    padding-right: 15px
}

/*! CSS Used from: https://www.little-loans.com/css/combined.css?id=f98bf98860b1692d1b9f */
section {
    display: block
}

sub {
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
    bottom: -.25em;
    position: relative;
    top: -3px
}

@media print {
    a[href]:after {
        content: " (" attr(href) ")";
        content: " (" attr(href) ")"
    }

    h2, p {
        orphans: 3;
        widows: 3
    }

    h2 {
        page-break-after: avoid
    }

    * {
        background: 0 0 !important;
        box-shadow: none !important;
        color: #000 !important;
        text-shadow: none !important
    }

    a, a:visited {
        text-decoration: underline
    }
}

* {
    box-sizing: border-box
}

a {
    color: #337ab7;
    text-decoration: none
}

a:focus, a:hover {
    color: #23527c;
    text-decoration: underline
}

p {
    margin: 0 0 10px
}

.container {
    margin-left: auto;
    margin-right: auto
}

@media (min-width: 768px) {
    .cta-main-under .list li {
        display: inline-block;
        float: none;
        margin: 0 30px;
        width: auto
    }

    .cta-bottom-container {
        box-shadow: 0 4px 16px 0 rgba(0, 0, 0, .15);
        margin-top: 37px;
        padding: 30px
    }

    .cta-bottom-container ul li {
        margin: 0 20px
    }

    .cta-bottom-container h2 {
        font-size: 25px
    }

    .cta-bottom-container .btn {
        min-width: 320px
    }

    .container {
        width: 750px
    }

    * {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale
    }
}

.row {
    margin-left: -15px;
    margin-right: -15px
}

.col-md-8, .col-xs-12 {
    min-height: 1px;
    position: relative
}

.col-xs-12 {
    float: left;
    width: 100%
}

@media (min-width: 992px) {
    .bubble.bottom-right {
        height: 248px;
        right: -100px;
        top: 180px;
        width: 248px
    }

    .cta-main-under-container {
        text-align: center
    }

    .cta-bottom-container .btn-green-border {
        margin-top: 26px
    }

    .reasons .reason-circle {
        margin: 0 24px;
        width: 138px
    }

    .reasons .reason-circle .circle {
        height: 120px;
        width: 120px
    }

    .reasons .reasons-list {
        margin-top: 20px;
        max-width: 840px;
        width: 100%
    }

    .reasons .reasons-list li {
        width: 50%
    }

    .instant-decision {
        padding-bottom: 60px;
        padding-top: 160px
    }

    .instant-decision h2 {
        font-size: 32px;
        line-height: 38px
    }

    .instant-decision .bubble.instant-bottom-left {
        height: 37px;
        width: 37px
    }

    .instant-decision .bubble.instant-middle-left {
        left: -260px
    }

    .container {
        width: 970px
    }

    .col-md-8 {
        float: left;
        width: 66.66666667%
    }

    .col-md-push-2 {
        left: 16.66666667%
    }
}

.container:after, .container:before, .row:after, .row:before {
    content: " ";
    display: table
}

.container:after, .row:after {
    clear: both
}

@media (min-width: 1200px) {
    .visible-lg {
        display: block !important
    }

    .reasons .reason-circle {
        margin: 0 33px
    }

    .container {
        width: 1170px;
        max-width: 1140px
    }
}

.footer-section {
    color: #fff;
    padding-bottom: 60px;
    padding-top: 60px;
    position: relative;
    z-index: 2
}

.footer-section p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 30px
}

.footer-section .background {
    background-image: linear-gradient(#555, #777);
    background-position: 50%;
    background-size: auto 100%;
    height: 100%;
    left: 50%;
    overflow: hidden;
    position: absolute;
    top: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 150%;
    z-index: 0
}

@media (max-width: 767px) {
    .container {
        padding: 0
    }

    .row {
        margin-left: 0;
        margin-right: 0
    }

    .footer-section {
        padding-bottom: 30px
    }
}

.home .footer-section {
    margin-top: -110px
}

.digitonomy-social .digitonomy-social-icon {
    background-image: url(https://www.little-loans.com/img/digitonomy-social1.png);
    background-repeat: no-repeat;
    background-size: 150px 30px;
    display: inline-block;
    height: 30px;
    margin-right: 12px;
    opacity: .5;
    width: 30px
}

.digitonomy-social-icon:hover {
    opacity: 1
}

.digitonomy-social .digitonomy-social-icon-1 {
    background-position: 0
}

.digitonomy-social .digitonomy-social-icon-2 {
    background-position: -30px
}

.digitonomy-social .digitonomy-social-icon-4 {
    background-position: -90px
}

@media (-webkit-min-device-pixel-ratio: 1.25),(min-resolution: 120dpi) {
    .home .list li:before {
        background-image: url(https://www.little-loans.com/img/right-arrow-icon@2x.png)
    }

    .reasons .reason-circle .lock {
        background-image: url(https://www.little-loans.com/img/padlock-icon@2x.png)
    }

    .reasons .reason-circle .user {
        background-image: url(https://www.little-loans.com/img/user-icon@2x.png)
    }

    .reasons .reason-circle .tick {
        background-image: url(https://www.little-loans.com/img/check-box-icon@2x.png)
    }

    .reasons .reason-circle .clock {
        background-image: url(https://www.little-loans.com/img/clock-icon@2x.png)
    }

    .reasons .reasons-list li:before {
        background-image: url(https://www.little-loans.com/img/green-check-icon@2x.png)
    }

    .digitonomy-social {
        width: 100%
    }

    .digitonomy-social .digitonomy-social-icon {
        background-image: url(https://www.little-loans.com/img/digitonomy-social2.png)
    }
}

.omTooltip-icon-blue {
    background-color: var(--primary-color) !important;
}

/*! CSS Used from: Embedded */
svg:not(:root).svg-inline--fa,
svg:not(:host).svg-inline--fa {
    overflow: visible;
    box-sizing: content-box;
}

.svg-inline--fa {
    display: var(--fa-display, inline-block);
    height: 1em;
    overflow: visible;
    vertical-align: -0.125em;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
}

/*! CSS Used from: Embedded */
*,
:before,
:after {
    box-sizing: border-box;
    border-width: 0;
    border-style: solid;
    border-color: #e5e7eb;
}

:before,
:after {
    --tw-content: "";
}

*,
:before,
:after {
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-scroll-snap-strictness: proximity;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgb(59 130 246 / .5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
}

/*! CSS Used from: Embedded */
*,
:before,
:after {
    box-sizing: border-box;
    border-width: 0;
    border-style: solid;
    border-color: #e5e7eb;
}

:before,
:after {
    --tw-content: "";
}

h2,
h3 {
    font-size: inherit;
    font-weight: inherit;
}

a {
    color: inherit;
    text-decoration: inherit;
}

h2,
h3 {
    margin: 0;
}

svg {
    display: block;
    vertical-align: middle;
}

*,
:before,
:after {
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-scroll-snap-strictness: proximity;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgb(59 130 246 / .5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
}

.absolute {
    position: absolute;
}

.relative {
    position: relative;
}

.top-0 {
    top: 0px;
}

.z-10 {
    z-index: 10;
}

.mx-auto {
    margin-left: auto;
    margin-right: auto;
}

.-mt-32 {
    margin-top: -8rem;
}


.mr-2 {
    margin-right: .5rem;
}

.inline-block {
    display: inline-block;
}

.flex {
    display: flex;
}

.grid {
    display: grid;
}

.max-w-7xl {
    max-width: 80rem;
}

.flex-1 {
    flex: 1 1 0%;
}

.-translate-y-1\/2 {
    --tw-translate-y: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.transform {
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
}

.flex-col {
    flex-direction: column;
}

.gap-y-20 {
    row-gap: 5rem;
}

.rounded-2xl {
    border-radius: 1rem;
}

.rounded-xl {
    border-radius: .75rem;
}

.rounded-bl-2xl {
    border-bottom-left-radius: 1rem;
}

.rounded-br-2xl {
    border-bottom-right-radius: 1rem;
}

.bg-white {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.bg-gray-50 {
    --tw-bg-opacity: 1;
    background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}

.bg-gradient-to-r {
    background-image: linear-gradient(to right, var(--tw-gradient-stops));
}

.from-purple-600 {
    --tw-gradient-stops: var(--dark-green), var(--green, rgb(147 51 234 / 0));
}


.p-6 {
    padding: 1.5rem;
}

.px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
}

.px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}

.py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.pb-32 {
    padding-bottom: 8rem;
}

.pt-16 {
    padding-top: 4rem;
}

.pb-8 {
    padding-bottom: 2rem;
}

.text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
}

.text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
}

.text-base {
    font-size: 1rem;
    line-height: 1.5rem;
}

.font-medium {
    font-weight: 500;
}

.text-white {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}

.text-gray-900 {
    --tw-text-opacity: 1;
    color: rgb(17 24 39 / var(--tw-text-opacity));
}

.text-green-500 {
    --tw-text-opacity: 1;
    color: rgb(34 197 94 / var(--tw-text-opacity));
}

.text-indigo-700 {
    --tw-text-opacity: 1;
    color: rgb(67 56 202 / var(--tw-text-opacity));
}

.shadow-xl {
    --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1);
    --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-lg {
    --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);
    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:text-indigo-600:hover {
    --tw-text-opacity: 1;
    color: rgb(79 70 229 / var(--tw-text-opacity));
}

@media (min-width: 640px) {
    .sm\:px-6 {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
}

@media (min-width: 768px) {
    .md\:px-8 {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

@media (min-width: 1024px) {
    .lg\:grid-cols-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .lg\:gap-y-0 {
        row-gap: 0px;
    }

    .lg\:gap-x-8 {
        column-gap: 2rem;
    }

    .lg\:px-8 {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

/*! CSS Used from: https://simplymunee.co.uk/styles.a237f607fbb7d1f5.css ; media=all */
@media all {

    *,
    :before,
    :after {
        box-sizing: border-box;
        border-width: 0;
        border-style: solid;
        border-color: #e5e7eb;
    }

    :before,
    :after {
        --tw-content: "";
    }

    h2,
    h3 {
        font-size: inherit;
        font-weight: inherit;
    }

    a {
        color: inherit;
        text-decoration: inherit;
    }

    :-moz-focusring {
        outline: auto;
    }

    h2,
    h3 {
        margin: 0;
    }

    :disabled {
        cursor: default;
    }

    svg {
        display: block;
        vertical-align: middle;
    }

    *,
    :before,
    :after {
        --tw-translate-x: 0;
        --tw-translate-y: 0;
        --tw-rotate: 0;
        --tw-skew-x: 0;
        --tw-skew-y: 0;
        --tw-scale-x: 1;
        --tw-scale-y: 1;
        --tw-scroll-snap-strictness: proximity;
        --tw-ring-offset-width: 0px;
        --tw-ring-offset-color: #fff;
        --tw-ring-color: rgb(59 130 246 / .5);
        --tw-ring-offset-shadow: 0 0 #0000;
        --tw-ring-shadow: 0 0 #0000;
        --tw-shadow: 0 0 #0000;
        --tw-shadow-colored: 0 0 #0000;
    }

    .sr-only {
        position: absolute;
        width: 1px;
        height: 1px;
        padding: 0;
        margin: -1px;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
        white-space: nowrap;
        border-width: 0;
    }

    .absolute {
        position: absolute;
    }

    .relative {
        position: relative;
    }

    .top-0 {
        top: 0px;
    }

    .z-10 {
        z-index: 10;
    }

    .mx-auto {
        margin-left: auto;
        margin-right: auto;
    }

    .-mt-32 {
        margin-top: -8rem;
    }

    .mr-2 {
        margin-right: .5rem;
    }

    .inline-block {
        display: inline-block;
    }

    .flex {
        display: flex;
    }

    .grid {
        display: grid;
    }

    .max-w-7xl {
        max-width: 80rem;
    }

    .flex-1 {
        flex: 1 1 0%;
    }

    .-translate-y-1\/2 {
        --tw-translate-y: -50%;
        transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    }

    .transform {
        transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    }

    .grid-cols-1 {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }

    .flex-col {
        flex-direction: column;
    }

    .gap-y-20 {
        row-gap: 5rem;
    }

    .rounded-2xl {
        border-radius: 1rem;
    }

    .rounded-xl {
        border-radius: .75rem;
    }

    .rounded-bl-2xl {
        border-bottom-left-radius: 1rem;
    }

    .rounded-br-2xl {
        border-bottom-right-radius: 1rem;
    }

    .bg-white {
        --tw-bg-opacity: 1;
        background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    }

    .bg-gray-50 {
        --tw-bg-opacity: 1;
        background-color: rgb(249 250 251 / var(--tw-bg-opacity));
    }

    .bg-gradient-to-r {
        background-image: linear-gradient(to right, var(--tw-gradient-stops));
    }

    .from-purple-600 {
        --tw-gradient-stops: var(--dark-green), var(--green, rgb(147 51 234 / 0));
    }


    .p-6 {
        padding: 1.5rem;
    }

    .px-4 {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .px-6 {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }

    .px-5 {
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }

    .py-4 {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }

    .pb-32 {
        padding-bottom: 8rem;
    }

    .pt-16 {
        padding-top: 4rem;
    }

    .pb-8 {
        padding-bottom: 2rem;
    }

    .text-xl {
        font-size: 1.25rem;
        line-height: 1.75rem;
    }

    .text-3xl {
        font-size: 1.875rem;
        line-height: 2.25rem;
    }

    .text-base {
        font-size: 1rem;
        line-height: 1.5rem;
    }

    .font-medium {
        font-weight: 500;
    }

    .text-white {
        --tw-text-opacity: 1;
        color: rgb(255 255 255 / var(--tw-text-opacity));
    }

    .text-gray-900 {
        --tw-text-opacity: 1;
        color: rgb(17 24 39 / var(--tw-text-opacity));
    }

    .text-green-500 {
        --tw-text-opacity: 1;
        color: rgb(34 197 94 / var(--tw-text-opacity));
    }

    .text-indigo-700 {
        --tw-text-opacity: 1;
        color: rgb(67 56 202 / var(--tw-text-opacity));
    }

    .shadow-xl {
        --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1);
        --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .shadow-lg {
        --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);
        --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .hover\:text-indigo-600:hover {
        --tw-text-opacity: 1;
        color: rgb(79 70 229 / var(--tw-text-opacity));
    }

    @media (min-width: 640px) {
        .sm\:px-6 {
            padding-left: 1.5rem;
            padding-right: 1.5rem;
        }
    }

    @media (min-width: 768px) {
        .md\:px-8 {
            padding-left: 2rem;
            padding-right: 2rem;
        }

    }
    @media (max-width: 1024px) {

        /* .-mt-32 {
            margin-top: 0rem;
        } */
    }


    @media (min-width: 1024px) {
        .lg\:grid-cols-3 {
            grid-template-columns: repeat(3, minmax(0, 1fr));
        }


        .lg\:gap-y-0 {
            row-gap: 0px;
        }

        .lg\:gap-x-8 {
            column-gap: 2rem;
        }

        .lg\:px-8 {
            padding-left: 2rem;
            padding-right: 2rem;
        }
    }
}