body {
    margin: 0;
    padding: 0;
    height: 100%;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    background: #f7f7f7;
}

.bold {
    font-weight: 600;
}

.extra-bold {
    font-weight: 800;
}

.italic {
    font-style: italic;
}

h1 {
    font-weight: 100;
    font-size: 40px;
    color: white;
    margin: 20px 0 0px;
}
.container-wrapper h2 {
    color: white;
    font-weight: 100;
}

#slider-page-modal h2,
#slider-page h2 {
    color: #3092f1;
    font-weight: 600;
}

select:required:invalid {
    box-sizing: border-box;
}

input {
    padding-left: 10px;
    border: 1px solid #ddd;
    width: 100%;
}

/* HEADER */

.header-wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    width: 750px;
    margin: 20px auto 10px;
}

.header-wrapper-v2 {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    width: 750px;
    margin: 20px 616px 10px;
}

.header-half {
    width: 50%;
    text-align: left;
}

.header-mobile-v2 {
    display: none;
}

.header-half-v2:last-of-type {
    text-align: left;
}

.header-half img {
    margin: 0 4%;
    max-width: 190px;
}

.header-phone-wrapper {
    text-align: right;
    color: rgb(255, 255, 255);
    font-size: 18px;
    margin-top: 30px;
}

.header-phone-wrapper p {
    margin: 0;
}

.header-phone-wrapper a:hover .header-phone-wrapper-v2 a:hover {
    text-decoration: none;
}

.header-phone-number {
    font-size: 20px;
    color: #ffffff !important;
    text-decoration: none;
    text-align: right;
    display: block;
}

.header-phone-number-v2 {
    font-size: 20px;
    color: #ffffff !important;
    text-decoration: none;
    display: block;
}

/* CONTAINER */

.container-wrapper {
    /*height: 410px;*/
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: #3092f1;
    /*padding-bottom: 50px;*/
}

.container-wrapper-personal-loan {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-image: radial-gradient(circle, rgba(169, 198, 219, 1) 0%, rgba(95, 131, 155, 1) 100%);
    padding-bottom: 50px;
}

.container-columns {
    display: grid;
    grid-template-columns: 1fr 1.5fr 1fr;
    margin-top: 15em;
}

@media (min-width: 768px) {
    .container-columns {
        margin-top: 8em;
    }
}

.content-wrapper {
    background-color: white;
    text-align: left;
    padding: 50px 0;
    margin-top: 56px;
}

.content-wrapper h1 {
    color: #464646;
}

.container {
    width: 750px;
    margin: 0 auto;
    box-sizing: border-box;
    background-color: #fff;
    color: #444;
    border-radius: 4px;
}

.container-loans {
    width: 600px;
    margin: 15px 261px;
    box-sizing: border-box;
    background-color: #b0c5d4;
    color: #444;
    border-radius: 4px;
}

.container-loans div div div div div div div div div .noUi-tooltip {
    border: none !important;
    font-size: 24px !important;
    font-weight: 700 !important;
    color: #0b0f54;
    background-color: transparent;
}

.container-loans div div div div div div div div .noUi-handle {
    border: 3.5px solid #fff !important;
    border-radius: 50px !important;
    background: #0b0f54 !important;
    height: 42px !important;
    width: 42px !important;
    top: -13px !important;
    cursor: pointer !important;
    box-shadow: none !important;
}

.container-loans div div div div div div div div .noUi-connect {
    border-radius: 30px !important;
    background: #ffffff !important;
}

.header-phone-wrapper-v2-main {
    display: none;
    color: rgb(255, 255, 255);
    font-size: 18px;
    margin-top: 30px;
    margin-left: 5em;
}

.loan-girl-div {
    position: sticky;
    margin-top: -6em;
    margin-bottom: 0em;
}

.loan-girl {
    width: 42rem;
    margin-top: -28em;
    margin-bottom: -55px;
    margin-left: 31em;
}

.plp-logo {
    position: absolute;
    left: 195px;
    width: 190px;
    height: 90px;
}

.header-phone-wrapper-v2 {
    display: grid;
    color: rgb(255, 255, 255);
    font-size: 18px;
    margin-top: 30px;
    margin-left: -3em;
}

.cta-strip {
    background-color: #ededed;
    padding: 25px;
    padding-top: 1px;
    text-align: center;
}

.cta-strip p {
    font-size: 22px;
}

.cta-strip a {
    background-color: #3092f1;
    color: white;
    display: inline-block;
    padding: 8px 12px;
    border-radius: 4px;
    font-size: 18px;
    text-decoration: none;
    margin: 0 auto;
}

.column-one {
    grid-column: 1;
    grid-row: 2;
}

.column-two {
    grid-column: 1 / 3;
    grid-row: 1;
    z-index: 2;
}

.column-two h1 {
    font-size: 45px;
    color: #041825;
    margin: 20px 261px 0px;
    text-align: initial;
    width: 36rem;
    text-shadow: 0 0 black;
}

.column-two h2 {
    font-size: 22px;
    color: #ffffff;
    margin: 20px 261px 0px;
    text-align: initial;
    width: 31rem;
}

.column-three {
    grid-column: 3;
    grid-row: 1;
}

.button-wrapper {
    clear: both;
    align-items: center;
    justify-content: center;
    display: block;
    width: 250px;
    margin: 0 auto;
}

.button {
    width: 250px;
    height: 56px;
    color: #fff;
    background-color: #6da852;
    font-size: 15px;
    line-height: 56px;
    cursor: pointer;
    margin: 15px 10px;
    font-weight: 600;
    float: none;
    border-radius: 4px;
}

.button.choice {
    float: left;
    width: 250px;
    height: 52px;
    color: #fff;
    background-color: #3092f1 !important;
    font-size: 13px;
    line-height: 56px;
    cursor: pointer;
    margin: 15px 10px;
    font-weight: 700;
    border-radius: 50px;
    border: 2px solid #ddd;
}

.button span {
    display: block;
    margin-top: -4px;
}

.button-small {
    margin: 15px 10px 20px;
    width: 175px;
    height: 38px;
    color: #fff;
    background-color: #ff8106 !important;
    font-size: 15px;
    line-height: 37px;
    cursor: pointer;
    margin: 15px auto;
    z-index: 2;
}

#debt-form-modal .button-small,
#debt-form .button-small {
    border: none !important;
}

.canvas {
    min-height: 300px;
    padding: 15px;
    border-radius: 4px;
}

.canvas-loan {
    padding: 15px;
    border-radius: 4px;
}

#debt-form-modal,
#debt-form {
    overflow: hidden;
}

.form-items-wrapper {
    width: 340px;
    margin: 0 auto;
}

.form-item {
    float: left;
    margin: 5px 0;
    box-sizing: border-box;
    width: 100%;
    /*text-align: left !important;*/
}

.form-item-half {
    width: 160px !important;
}

.landingStep {
    display: none;
}
.landingStep:first-child {
    display: block;
}

.how-it-works-section {
    background-color: white;
    padding: 50px 0;
}

.how-it-works-section h2 {
    margin-top: 0;
}

.how-it-works-section {
    padding: 50px 0 80px;
    text-align: center;
}

.how-it-works-section .container {
    width: auto;
    max-width: 1200px;
}
.how-it-works-section h2 {
    font-size: 2.5em;
    margin-bottom: 45px;
}

.how-it-works-section ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.how-it-works-section ul li {
    display: inline-block;
    width: 32%;
    text-align: center;
    font-size: 19px;
    position: relative;
}

.how-it-works-section ul li:last-of-type:before {
    border: none;
}

.how-it-works-section ul li .circle {
    border: 2px solid #44accd;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    margin: 0 auto;
    font-size: 30px;
    line-height: 65px;
    margin-bottom: 15px;
    background-color: white;
}

.how-it-works-section ul li p span {
    font-weight: 400;
    display: block;
}

#slider-debt h4 {
    color: #0a4785;
    font-size: 25px;
}

@media (max-width: 1200px) {
    .how-it-works-section ul li {
        font-size: 18px;
    }
}

@media (max-width: 991px) {
    .how-it-works-section {
        padding: 30px 0 50px;
    }

    .how-it-works-section h2 {
        font-size: 2.3em;
        margin-bottom: 35px;
    }

    .how-it-works-section ul li {
        font-size: 17px;
    }
}

@media (max-width: 767px) {
    .how-it-works-section {
        padding: 30px 0 50px;
    }

    .how-it-works-section h2 {
        font-size: 2.1em;
    }

    .how-it-works-section ul li {
        font-size: 17px;
    }

    .how-it-works-section ul li:before {
        top: 28px;
    }

    .how-it-works-section ul li .circle {
        width: 60px;
        height: 60px;
        line-height: 55px;
    }
}

@media (max-width: 672px) {
    .how-it-works-section {
        padding: 30px 0 50px;
    }

    .how-it-works-section h2 {
        font-size: 2.1em;
    }

    .how-it-works-section ul li {
        font-size: 16px;
        width: 50%;
        margin-bottom: 30px;
    }

    .how-it-works-section ul li:before {
        display: none;
    }

    .how-it-works-section ul li .circle {
        width: 60px;
        height: 60px;
        line-height: 55px;
    }
}

@media (max-width: 400px) {
    .how-it-works-section {
        padding: 20px 0 50px;
    }

    .how-it-works-section h2 {
        font-size: 2.1em;
    }

    .how-it-works-section ul li {
        font-size: 16px;
        width: 100%;
        margin-bottom: 30px;
    }

    .how-it-works-section ul li:before {
        display: none;
    }

    .how-it-works-section ul li .circle {
        width: 60px;
        height: 60px;
        line-height: 55px;
    }

    .how-it-works-section ul li:last-of-type {
        margin-bottom: 0;
    }
}

#debt-form-modal .form-items-wrapper label.error,
#debt-form .form-items-wrapper label.error,
#debt-form-modal .form-items-wrapper label.postal-error,
#debt-form .form-items-wrapper label.postal-error {
    color: #ff554c;
    font-size: 12px !important;
    font-weight: 500;
    margin-top: 5px;
    text-align: left !important;
    width: 100%;
    margin-bottom: 0px;
    line-height: 17px;
    float: left !important;
}

#debt {
    display: block;
}

#behind {
    display: none;
}
/* PURPOSE VIEW */
#purpose-modal,
#purpose {
    display: none;
}

#purpose-modal select,
#purpose select {
    -moz-appearance: none; /* Firefox */
    -webkit-appearance: none; /* Safari and Chrome */
    width: 100%;
    max-width: 300px;
    background: #fff;
    background-image: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSdibGFjaycgaGVpZ2h0PScyNCcgdmlld0JveD0nMCAwIDI0IDI0JyB3aWR0aD0nMjQnIHhtbG5zPSdodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2Zyc+PHBhdGggZD0nTTcgMTBsNSA1IDUtNXonLz48cGF0aCBkPSdNMCAwaDI0djI0SDB6JyBmaWxsPSdub25lJy8+PC9zdmc+);
    background-repeat: no-repeat;
    background-position-x: 97%;
    background-position-y: 7px;
    border: 1px solid #ddd;
    border-radius: 2px;
    margin: 0 auto 10px;
    padding: 10px;
    padding-right: 2rem;
    font-size: 15px;
    color: #444;
    display: block;
}

#purpose-modal select::-ms-expand,
#purpose select::-ms-expand {
    display: none; /* Hide the default arrow in Internet Explorer 10 and Internet Explorer 11 */
}

#purpose-modal select:focus,
#purpose select:focus {
    outline: 0;
}

#purpose-modal input,
#purpose input {
    display: none;
    width: 100%;
    max-width: 280px;
    font-size: 15px;
    color: #444;
    border-radius: 2px;
    margin: 0 auto 5px;
    padding: 10px;
}

#purpose-error-modal,
#purpose-error {
    color: red;
    font-size: 12px;
    display: none;
    margin: 0 auto 20px;
}
/* ///////////////////////// */

#form-modal,
#form {
    display: none;
}

.debt-slider-wrapper {
    padding: 50px 20px 50px;
    max-width: 425px;
    margin: 0 auto;
}

.debt-slider-wrapper-loan {
    padding: 50px 20px 0px;
    max-width: 425px;
    margin: 0 auto;
}

.noUi-tooltip {
    border: none !important;
    font-size: 24px !important;
    font-weight: 700 !important;
    color: #444;
    background-color: transparent;
}

.noUi-handle {
    border: 3.5px solid #fff !important;
    border-radius: 50px !important;
    background: #3092f1 !important;
    height: 42px !important;
    width: 42px !important;
    top: -13px !important;
    cursor: pointer !important;
    box-shadow: none !important;
}

.noUi-handle:focus {
    outline: 0;
}

.noUi-handle::before,
.noUi-handle::after {
    content: none !important;
}

.noUi-connect {
    border-radius: 30px !important;
    background: #3092f1 !important;
}

.noUi-target,
.noUi-target.round,
.noUi-connects,
.noUi-base {
    border-radius: 30px !important;
}

.noUi-connects {
    background: #dfdfdf !important;
}

.debt-label-wrapper {
    margin: 10px -20px;
    display: flex;
    justify-content: space-between;
    font-size: 12px;
}

.debt-slider-tip {
    font-size: 10.5px;
    padding: 10px;
    border-radius: 50px;
    border: 1px solid #ddd;
    max-width: 400px;
    margin: 0 auto 20px;
}

.debt-slider-bulb {
    max-width: 22px;
    margin-top: -8px;
}

#debt-savings {
    font-weight: 700;
}

.debt-plus-minus-wrapper {
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.tap-button button {
    font-size: 20px;
    font-weight: 800;
    color: #ffffff;
    border: none;
    background-color: #d31010;
    width: 42px;
    height: 42px;
}

.button-minus {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.button-plus {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.tap-amount {
    text-align: center;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    height: 42px;
    box-sizing: border-box;
}

.tap-amount input {
    text-align: center;
    border: 0;
    color: #3e3d3f;
    font-size: 25px;
    font-weight: 700;
    max-width: 325px;
    width: 100%;
    letter-spacing: 0.035em;
    line-height: 0;
    margin-top: 5px;
}

.tap-instruct {
    font-size: 13px;
    margin-top: 10px;
    display: block;
}

.form-control {
    height: 40px;
    border-color: #ddd;
    box-sizing: border-box;
    width: 100%;
    color: #444;
    padding-left: 10px;
    border-radius: 0;
    background-color: white;
}
input.error {
    border-color: #ff554c;
}

select.form-control {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
}
/* loading */
.loading-wrapper-modal,
.loading-wrapper {
    width: 100%;
    height: 100%;
    min-height: 300px;
    display: none;
    position: relative;
}

#spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.content-1 {
    padding: 50px 0;
    font-size: 19px;
    line-height: 1.5;
}
.content-1 .container {
    background-color: transparent;
}
.icons-section {
    background-color: white;
    padding: 50px 0;
}
.icons-section .container {
    width: auto;
    max-width: 1200px;
}
.icons-section ul {
    list-style-type: none;
}
.icons-section ul li {
    display: inline-block;
    width: 19%;
    font-size: 18px;
}
.icons-section ul li img {
    max-width: 60px;
}

@media (min-width: 1024px) and (max-width: 1399px) {
    .header-half img {
        margin: 0 auto;
    }

    .header-mobile-v2 {
        display: none;
    }

    .plp-logo {
        position: absolute;
        left: 83px;
        width: 190px;
        height: 90px;
    }

    .column-two h1 {
        margin: 20px 83px 1px;
    }

    .column-two h2 {
        margin: 20px 83px 0px;
    }

    .container-loans {
        margin: 15px 83px;
    }

    .header-wrapper-v2 {
        margin: 20px 274px 10px;
    }

    .loan-girl {
        width: 33rem;
        margin-top: -25em;
        margin-bottom: -55px;
        margin-left: 31em;
    }
}

@media (min-width: 1200px) and (max-width: 1280px) {
    .header-wrapper-v2 {
        margin: 20px 453px 10px !important;
    }
}

@media (max-width: 1200px) {
    .icons-section ul li {
        width: 23%;
        font-size: 18px;
    }
}

@media (max-width: 860px) {
    .icons-section ul li {
        display: block;
        width: 100%;
    }
}
/* ////// */

#form-success {
    display: none;
    text-align: left;
    padding: 0 25px 15px;
}

#form-success-modal {
    display: none;
    text-align: left;
    padding: 0px;
}

@media (min-width: 768px) {
    #form-success-modal {
        padding: 0 25px 15px;
    }
}
.success-note {
    color: #484848;
    padding: 3rem;
}

#form-success-modal h3,
#form-success h3 {
    font-size: 22px;
    border-bottom: 1px solid #ededed;
    padding-bottom: 10px;
    text-transform: uppercase;
}

#form-success-modal ul,
#form-success ul {
    list-style-type: none;
    padding: 0;
}

#form-success-modal ul li,
#form-success ul li {
    display: inline-block;
    width: 49%;
    text-align: center;
}

#form-success-modal ul li span.number-circle,
#form-success ul li span.number-circle {
    display: inline-block;
    border: 1px solid #3092f1;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 38px;
    font-size: 23px;
    margin-right: 15px;
}

#form-success-modal ul li h4,
#form-success ul li h4 {
    font-size: 18px;
    margin-top: 5px;
}
.form-disclaimer p {
    font-size: 12px;
    width: 100%;
    line-height: 1.45;
    margin-bottom: 0;
    color: #464646 !important;
}

#form-success-modal p.phone-cta,
#form-success p.phone-cta {
    font-size: 21px;
    border: 1px solid #c7c7c7;
    display: inline-block;
    margin: 0;
    padding: 10px 15px;
    border-radius: 4px;
    color: #2f90af;
}
.back-button-wrapper {
    width: 100%;
    border-top: 1px solid #ddd;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 50px;
    color: #444;
    display: flex;
    justify-content: space-between;
}

#back-button-modal,
#back-button {
    text-align: left;
    padding-left: 30px;
    cursor: pointer;
    display: none;
}

#message-section {
    display: none;
}

#next-button-modal,
#next-button {
    text-align: right;
    padding-right: 30px;
    cursor: pointer;
}

.filler {
    height: 10px;
}

/* THANK YOU */

#thank-you {
    width: 540px;
    margin: 0 auto;
    font-size: 16px;
}

/* BANNER */

.banner-wrapper {
    margin: 0 auto;
    font-size: 14px;
    color: #464646;
    /*display: flex;*/
    align-items: center;
    justify-content: center;
    padding: 50px 10px;
}

.banner-image img {
    /*width:150px;*/
    height: auto !important;
    padding: 0 20px;
}

.banner-text {
    /*float: left;*/
    text-align: center;
}

/* FOOTER */

.footer-wrapper {
    width: 100%;
    text-align: center;
    color: #464646;
    padding: 20px 0;
}

.footer-links {
    padding: 20px 20px;
    font-size: 16px;
}

.footer-links a {
    text-decoration: none;
    color: #464646;
}

footer a {
    color: #3092f1;
}

.footer-copyright {
    padding: 20px 20px;
    font-size: 13px;
    line-height: 22px;
    color: #464646;
}
.disclaimer {
    width: 90%;
    max-width: 750px;
    margin: 0 auto;
}
.disclaimer p {
    font-size: 13px;
    font-weight: 100;
    padding: 4px 0;
    margin: 0;
    font-family: 'Libre Franklin', sans-serif;
    color: #464646;
}
@media only screen and (max-width: 740px), only screen and (max-device-width: 740px) {
    h1 {
        font-size: 22px;
    }

    .header-wrapper {
        display: block;
        width: 315px;
        margin: 20px auto;
    }

    .header-half {
        width: 100%;
        text-align: center;
    }

    .header-half img {
        margin-bottom: 0px;
    }

    .header-phone-wrapper {
        text-align: center;
    }

    .header-phone-number {
        text-align: center;
        margin-top: 0;
    }

    .container {
        width: 90%;
    }

    .button-wrapper {
        display: block;
        margin: 0 auto;
    }

    .button {
        float: none;
        margin: 15px 0;
    }

    .button-small {
        width: 100%;
    }

    .button.choice {
        margin: 5px 0 !important;
    }

    #thank-you {
        width: 100%;
    }
}

@media only screen and (max-width: 740px), only screen and (max-device-width: 740px) {
    .loan-girl,
    .loan-girl-div {
        display: none !important;
    }

    .header-phone-wrapper-v2 {
        display: none;
    }

    .header-phone-wrapper-v2-main {
        display: none !important;
    }

    .column-two h1 {
        text-align: center;
        width: 100%;
        margin: -6em 0em 1px;
        font-size: 22px;
    }

    .plp-logo {
        position: absolute;
        left: 27%;
        width: 190px;
        height: 90px;
    }

    .header-wrapper-v2 {
        margin: 10px -5px 10px;
        flex-direction: column;
        width: 100%;
    }

    .header-mobile-v2 {
        display: block;
        top: 8rem;
        position: absolute;
        width: 100%;
        color: #ffffff;
    }

    .header-mobile-v2 span {
        font-size: 18px;
    }

    .header-half-v2:last-of-type {
        text-align: center;
        margin: 11em 25%;
        width: 16em;
    }

    .header-phone-wrapper-v2 {
        display: grid;
        color: rgb(255, 255, 255);
        font-size: 20px;
        margin-top: 30px;
        margin-right: 1em;
        width: 7em;
        text-decoration: none;
        display: block;
    }

    .column-two {
        grid-column: 1 / 4;
    }

    .column-two h2 {
        text-align: center;
        margin: 20px 8px 0px;
        width: 96%;
    }

    .container-loans {
        margin: 15px 8px;
        width: 96%;
    }
}

@media (min-width: 740px) and (max-width: 767px) {
    .loan-girl,
    .loan-girl-div {
        display: none !important;
    }

    .header-phone-wrapper-v2 {
        display: grid;
    }

    .header-phone-wrapper-v2-main {
        display: none;
    }

    .column-two h1 {
        width: 100% !important;
        margin: -7em 41px 1px;
    }

    .plp-logo {
        position: absolute;
        left: 41px;
        width: 190px;
        height: 90px;
    }

    .header-wrapper-v2 {
        margin: 20px -5px 10px !important;
        flex-direction: column !important;
        width: 100% !important;
    }

    .header-half-v2:last-of-type {
        text-align: center !important;
        margin: 11em 25% !important;
        width: 16em !important;
    }

    .header-phone-wrapper-v2 {
        display: grid !important;
        color: rgb(255, 255, 255) !important;
        font-size: 36px !important;
        margin-top: 73px !important;
        margin-right: 1em !important;
        width: 15em !important;
    }

    .header-phone-number-v2 {
        font-size: 20px !important;
        color: #ffffff !important;
        text-decoration: none !important;
        display: block !important;
    }
    .column-two {
        grid-column: 1 / 4 !important;
    }

    .column-two h2 {
        text-align: center !important;
        margin: 20px -6px 0px !important;
        width: 96% !important;
    }

    .container-loans {
        margin: 15px 8px !important;
        width: 98% !important;
    }
}

@media (min-width: 912px) and (max-width: 912px) {
    .loan-girl,
    .loan-girl-div {
        display: none !important;
    }

    .header-phone-wrapper-v2 {
        display: none !important;
    }

    .header-phone-wrapper-v2-main {
        display: grid !important;
        color: rgb(255, 255, 255) !important;
        font-size: 18px !important;
        margin-top: 4% !important;
        margin-bottom: -34% !important;
        width: 11em !important;
        margin-left: 7% !important;
    }

    .header-wrapper-v2 {
        margin: 20px 138px 10px !important;
    }

    .plp-logo {
        left: 140px !important;
    }

    .column-two h1 {
        margin: 20px 15% 0px !important;
    }

    .column-two h2 {
        margin: 20px 151px 0px !important;
    }

    .column-two h2 {
        width: 129%;
    }

    .container-loans {
        width: 653px !important;
        margin: 15px 140px !important;
    }

    #form-success h2 {
        font-size: 18px !important;
        color: #11425d !important;
        margin: 0px -2px 0px !important;
        text-align: initial !important;
        width: 18rem !important;
    }

    #form-success-modal h2 {
        font-size: 18px !important;
        color: #11425d !important;
        margin: 0px -2px 0px !important;
        text-align: initial !important;
        width: 18rem !important;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .container-wrapper-personal-loan {
        padding-bottom: 99px;
    }

    .loan-girl {
        display: none !important;
    }

    .header-phone-wrapper-v2 {
        display: grid;
    }

    .header-phone-wrapper-v2-main {
        display: none;
    }

    .header-wrapper-v2 {
        margin: 20px 11% 10px;
        width: 680px;
    }

    .plp-logo {
        left: 10%;
    }

    .column-two h1 {
        margin: 0% 8% 0px;
        width: 130%;
        font-size: 40px;
    }

    .column-two h2 {
        margin: 20px 14% 0px;
        width: 130%;
    }

    .container-loans {
        width: 653px;
        margin: 15px 12%;
    }
}

@media (min-width: 746px) and (max-width: 767px) {
    .header-phone-wrapper-v2 {
        display: none !important;
    }

    .header-phone-wrapper-v2-main {
        display: none;
    }
}

@media (min-width: 740px) and (max-width: 745px) {
    .header-phone-wrapper-v2 {
        display: none !important;
    }

    .header-phone-wrapper-v2-main {
        display: none;
    }
}

@media (min-width: 767px) and (max-width: 768px) {
    .header-phone-wrapper-v2 {
        display: grid!;
    }

    .header-phone-wrapper-v2-main {
        display: none!;
    }
}

@media (min-width: 500px) and (max-width: 767px) {
    .header-phone-wrapper-v2-main {
        display: none!;
    }

    .header-phone-number-v2 {
        font-size: 20px;
    }

    .plp-logo {
        position: initial;
        width: 190px;
        height: 90px;
    }

    .column-two h1 {
        width: 99%;
        margin: -5em 0% 1px;
        text-align: center;
        font-size: 22px;
    }

    .column-two h2 {
        margin: 20px 29px 0px;
    }

    .container-loans {
        margin: 16px 20px;
        width: 95%;
    }
}

@media (min-width: 540px) and (max-width: 540px) {
    .plp-logo {
        position: absolute;
        left: 164px;
        width: 190px;
        height: 90px;
    }

    .header-half-v2:last-of-type {
        margin: 5em 29% 9em;
    }

    .button-wrapper {
        margin-top: 3em;
    }

    .header-phone-wrapper-v2-main {
        display: none;
    }
}

@media (min-width: 412px) and (max-width: 414px) {
    .plp-logo {
        left: 106px;
    }

    .header-phone-wrapper-v2-main {
        display: none;
    }

    .column-two h1 {
        font-size: 22px;
        margin: -6em 0em 1px;
    }

    .button-wrapper {
        margin-top: 3em;
    }

    #form-success h2 {
        font-size: 18px !important;
        color: #11425d !important;
        margin: 0px -2px 0px !important;
        text-align: initial !important;
        width: 18rem !important;
    }

    #form-success-modal h2 {
        font-size: 18px !important;
        color: #11425d !important;
        margin: 0px -2px 0px !important;
        text-align: initial !important;
        width: 18rem !important;
    }
}

@media (min-width: 412px) and (max-width: 412px) {
    .plp-logo {
        position: absolute;
        left: 104px;
        width: 190px;
        height: 90px;
    }

    .header-phone-wrapper-v2 {
        font-size: 36px;
        margin-top: -15px;
    }

    .column-two h2 {
        width: 90%;
    }

    .container-loans {
        width: 90%;
    }

    .button-small {
        margin-top: 2em;
    }

    .header-phone-wrapper-v2-main {
        display: none;
    }

    .column-two h1 {
        margin: -5em 0em 1px;
    }
    .container-loans {
        margin: 15px 20px;
    }
}

@media (min-width: 375px) and (max-width: 411px) {
    .plp-logo {
        position: absolute;
        left: 89px;
        width: 190px;
        height: 90px;
    }

    .header-phone-wrapper-v2-main {
        display: none;
    }

    .column-two h1 {
        text-align: center;
        font-size: 18px;
        margin: -6em 0em 1px;
        font-weight: 100;
    }

    .button-wrapper {
        margin-top: 3em;
    }

    #form-success h2 {
        font-size: 18px !important;
        color: #11425d !important;
        margin: 0px -2px 0px !important;
        text-align: initial !important;
        width: 18rem !important;
    }

    #form-success-modal h2 {
        font-size: 18px !important;
        color: #11425d !important;
        margin: 0px -2px 0px !important;
        text-align: initial !important;
        width: 18rem !important;
    }
}

@media (min-width: 390px) and (max-width: 390px) {
    .button-wrapper {
        margin-top: 3em;
    }
}

@media (min-width: 360px) and (max-width: 360px) {
    .header-phone-wrapper-v2-main {
        display: none;
    }

    .column-two h1 {
        text-align: center;
        width: 100%;
        margin: -10em 0em 1px;
        font-size: 22px;
    }

    .button-wrapper {
        margin-top: 3em;
    }

    #form-success h2 {
        font-size: 18px !important;
        color: #11425d !important;
        margin: 0px -2px 0px !important;
        text-align: initial !important;
        width: 18rem !important;
    }

    #form-success-modal h2 {
        font-size: 18px !important;
        color: #11425d !important;
        margin: 0px -2px 0px !important;
        text-align: initial !important;
        width: 18rem !important;
    }
}

@media (min-width: 280px) and (max-width: 374px) {
    .plp-logo {
        position: initial;

        width: 190px;
        height: 90px;
    }

    .header-phone-wrapper-v2 {
        display: grid;
        color: rgb(255, 255, 255);
        font-size: 26px;
        margin-top: -49px;
        margin-right: 1em;
        width: 7em;
    }

    .header-phone-number-v2 {
        font-size: 20px;
    }

    .container-loans {
        width: 96%;
    }

    .button-small {
        width: 93%;
        margin-top: 2em;
    }

    .column-two h1 {
        font-size: 19px;
        margin: -6em 0em 1px;
    }

    .column-two h2 {
        font-size: 1.5em;
    }

    .header-phone-wrapper-v2-main {
        display: none;
    }

    .header-half-v2:last-of-type {
        margin: 10em 10%;
    }

    #form-success h2 {
        font-size: 18px !important;
        color: #11425d !important;
        margin: 0px -2px 0px !important;
        text-align: initial !important;
        width: 14rem !important;
    }

    #form-success-modal h2 {
        font-size: 18px !important;
        color: #11425d !important;
        margin: 0px -2px 0px !important;
        text-align: initial !important;
        width: 14rem !important;
    }
}

@media (max-width: 740px) {
    .bottom-half-wrapper {
        text-align: center;
        margin: 0 auto 10px;
    }
}

@media (max-width: 520px) {
    .below-continue-wrapper h2 {
        letter-spacing: 1px;
        font-weight: 600;
        font-size: 23px;
    }
    .below-continue-wrapper p {
        font-size: 13px;
    }
}

@media only screen and (max-width: 600px), only screen and (max-device-width: 600px) {
    .debt-slider-wrapper {
        max-width: 260px;
    }

    .debt-label-wrapper {
        display: none;
    }

    .noUi-tooltip {
        font-size: 22px !important;
        background: transparent;
    }
}

@media only screen and (max-width: 500px), only screen and (max-device-width: 500px) {
    #form-modal,
    #form {
        max-width: 100%;
    }
    .form-item {
        width: 100% !important;
    }
    .form-item-half {
        width: 100% !important;
        margin-left: 0 !important;
    }
}

@media only screen and (max-width: 380px) {
    #form-modal,
    #form {
        max-width: 100%;
    }
    .form-item {
        width: 100% !important;
    }
    .form-items-wrapper {
        width: 290px !important;
    }
}

@media only screen and (max-width: 330px) {
    #form-modal,
    #form {
        max-width: 100%;
    }
    .form-item {
        width: 100% !important;
    }
}

#form-success h2 {
    font-size: 22px;
    color: #11425d;
    margin: 20px 0px 0px;
    text-align: initial;
    width: 31rem;
}

#form-success-modal h2 {
    font-size: 22px;
    color: #11425d;
    margin: 20px 0px 0px;
    text-align: initial;
    /*width: 31rem;*/
}

/** Sticky top bar(Mobile and Desktop) */

.topbar-second-block {
    display: flex;
}

.sticky {
    z-index: 90;
    background-color: #0b415c;
    width: 100%;
}

.sticky .logo img {
    width: 100%;
}

@media (min-width: 768px) {
    .sticky {
        width: 100%;
    }

    .sticky .logo img {
        width: 80%;
        transition: width 0.5s;
    }
}

.responsive-header {
    transition: box-shadow 0.3s ease-in-out;
    background-color: #11425d;
    width: 100%;
    border-bottom: solid 2px white;
    z-index: 90;
    position: fixed;
}

.container-responsive-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 5px 8px;
}

@media (min-width: 768px) {
    .container-responsive-header {
        width: 90%;
        margin: 0 auto;
    }
}

.logo {
    display: flex;
    flex: 0.5;
    justify-content: start;
    align-items: center;
}

.logo a {
    display: flex;
    align-items: center;
}

.logo img {
    width: 100%;
}

@media (min-width: 768px) {
    .logo {
        flex: 0.2;
    }

    .logo img {
        width: 100%;
        transition: width 0.5s;
    }
}

@media (min-width: 1024px) {
    .logo {
        flex: 0.1;
    }
}

@media (min-width: 768px) {
    .topbar-second-block {
        flex: 0.8;
        display: flex;
        justify-content: space-around;
    }
}

.phone {
    display: none;
}

@media (min-width: 1024px) {
    .phone {
        display: flex;
        flex-direction: column;
        flex: 0.2;
        font-size: 14px;
        color: white;
        text-align: center;
        justify-content: center;
    }
}

@media (max-width: 1270px) {
    .phone,
    .phone a {
        font-size: 12px;
    }
}

@media (max-width: 1165px) {
    .phone,
    .phone a {
        font-size: 10px;
    }
}

@media (max-width: 1060px) {
    .phone,
    .phone a {
        font-size: 8px;
    }
}

.phone span {
    display: none;
}

@media (min-width: 1024px) {
    .phone span {
        display: block;
    }
}

.phone-responsive {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    color: white;
    font-size: 20px;
    background-color: #2d546d;
    padding: 5px 0px;
}

@media (min-width: 1024px) {
    .phone-responsive {
        display: none;
    }
}

.main-menu {
    display: none;
}

@media (min-width: 1024px) {
    .main-menu {
        display: block;
        padding-right: 20px;
        border-right: solid 1px white;
        flex: 0.7;
    }
}

.main-menu ul {
    display: flex;
    list-style: none;
    justify-content: end;
    gap: 10px;
}

.main-menu ul li {
    margin: 0px 10px;
}

.main-menu ul li a {
    color: white;
    text-decoration: none;
}

@media (max-width: 1270px) {
    .main-menu ul li a {
        font-size: 14px;
    }
}

@media (max-width: 1165px) {
    .main-menu ul li a {
        font-size: 12px;
    }
}

@media (max-width: 1060px) {
    .main-menu ul li a {
        font-size: 10px;
    }
}

.main-menu ul li a:hover {
    text-decoration: underline;
}

.main-responsive-menu {
    height: auto;
    background-color: #dadada;
    animation: fadein 0.5s;
    display: block;
}

.main-responsive-menu ul {
    margin: 0px;
    padding: 10px 0px;
    padding-inline-start: 0px;
}

.main-responsive-menu ul li {
    list-style: none;
    text-align: center;
    padding: 10px 20px;
}

.main-responsive-menu ul li a {
    font-size: 18px;
    text-decoration: none;
    color: black;
}

.main-responsive-menu ul li a:hover {
    text-decoration: underline;
}

.main-menu {
    animation: fadein 2s;
}

.menu-icon {
    margin-right: 20px;
}

.menu-icon:hover {
    cursor: pointer;
}

@media (min-width: 1024px) {
    .menu-icon {
        display: none;
    }
}

.show {
    display: block;
}

.hidden {
    display: none;
}

@keyframes fadein {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 0.5;
    }
    100% {
        opacity: 1;
    }
}

.button-quote {
    display: flex;
    align-items: center;
}

@media (min-width: 768px) {
    .button-quote {
        flex: 0.1;
    }
}

.button-quote input {
    background-color: #ff812d;
    border: none;
    border-radius: 5px;
    color: white;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
    padding: 8px 20px;
}

.button-quote input:hover {
    cursor: pointer;
    background-color: #aa5821;
}

/** Modal */
.modal-container {
    position: fixed;
    z-index: 99;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgb(0, 0, 0, 0.4);
}

.modal-content {
    background-color: #fefefe;
    margin: 15% auto;
    border: solid 1px #888;
    width: 80%;
    border-radius: 10px;
    animation: fadein 0.5s;
}

@media (min-width: 768px) {
    .modal-content {
        width: 40%;
    }
}

.modal-close {
    display: flex;
    justify-content: end;
    padding: 10px;
}

.modal-close:hover {
    cursor: pointer;
}

.footer-heading {
    font-size: 20px !important;
    font-weight: bold !important;
}

.content-1 h3 {
    text-transform: uppercase;
    font-size: 19px;
}

/** Skip to content link */

.skip-to-content-link {
    position: absolute;
    left: 30%;
    height: 30px;
    top: auto;
    z-index: 999;
    transform: translateY(-100%);
    transition: transform 0.3s;
    background-color: #ff8106;
    padding: 8px;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
}

.skip-to-content-link:focus {
    transform: translateY(0%);
}
