<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

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

[Table of Contents]

LANDING PAGE

1. body
2. section-one
3. section-three
4. section-four
5. section-five
6. section-six

ABOUT US
1. user list
******************************/



/***********
LANDING PAGE
***********/


/***********
1. body
***********/

.h1 {
    font-size: 4em !important;
    font-weight: 100 !important;
    line-height: 1.1em !important;
    font-family: ivypresto-display,serif !important;
}

.h2 {
    color: #fff !important;
    font-size: 3.2em !important;
    font-weight: 600 !important;
    letter-spacing: -.03em !important;
    line-height: 1.1em !important;
    margin-bottom: 0.3em !important;
    text-align: center !important;
}

.h3 {
    color: #fff !important;
    line-height: 1.3em;
    margin-bottom: 16px;
    margin-top: 7px;
    max-width: 164px;
    padding: 0;
}

.h4 {
    font-size: 1.5em !important;
    color: #414141 !important;
    font-weight: 700 !important;
    margin-bottom: 1.3em !important;
}


.appform-control {
    background-color: white;
    border: 2px solid #0070a5;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 4px;
    height: 50px;
    width: 100%;
    padding-left: 8px;
    padding-right: 8px;
    font-size: 1em;
    color: #333;
    /* box-shadow: 5px 10px #0070A4;*/
}

input[type="text"]:disabled {
    background: lightgrey;
}


.appform-control::placeholder {
    font-size: 12.6px;
}

select.appform-control {
    font-size: 12.6px;
}



.app-header {
    color: #0070A3 !important;
    font-weight: 900;
    padding-top: 30px;
    font-size: 32px;
}

.app-subheader {
    color: #0070A3;
    font-style: italic;
    font-size: 17.4px;
}

.app-par {
    padding-bottom: 0px;
    margin-top:5px;
    /*font-size: 12px;*/
    font-weight: 600;
    color: #333333;
}

.app-step1-row {
    margin-top: 28px;
}

.congratsBorder {
    border: 2px solid #026fa0;
    border-radius: 5px;
}



.btn_get_started {
    background: #0070A3;
    border-radius: 8px;
    border: none !important;
    border-color: white !important;
    color: white;
    font-size: 1.15em;
    font-weight: 600;
    line-height: 1.0em;
    transition: all .3s;
    padding: 12px 50px !important;
    text-shadow: none !important;
    box-shadow: none !important;
}

    .btn_get_started:hover {
        transition: all .3s;
        cursor: default;
        transform: scale(1.1);
        background: #0070A3;
        border-color: white !important;
        color: white;
    }

.text_final_page {
    font-style: italic;
    font-weight: 400;
    font-size: 16.9px;
    line-height: 20px;
    color: #0070A5;
    text-align: center;
    padding: 30px;
}

.last_bulletpoints {
    
    font-size: 19px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.02em;
    text-align: left;
    color: #999999;
}

.last_row {
    padding-top: 30px;
    padding-bottom: 20px;
}

.shortLastRow {
    padding-top: 70px !important;
}
/* (A) BASIC CUSTOM DROPDOWN MECHANICS */
/* (A1) HIDE DEFAULT ARROW */
.cselect select {
    appearance: none;
}

/* (A2) DEFINE OUR OWN CUSTOM ARROW */
.cselect::after {
    content: "\25b6";
}

/* (A3) POSITION CUSTOM ARROW */
.cselect {
    position: relative;
}

    .cselect::after {
        position: absolute;
        top: 0;
        right: 0;
    }



/*************************************/
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    font-size: 12px;
    padding-left: 10px;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    font-size: 12px;
    padding-left: 10px;
}

::-ms-input-placeholder { /* Microsoft Edge */
    font-size: 12px;
    padding-left: 10px;
}

.consent-form {
    padding-top: 50px;
}

.consent-text {
    font-size: 10px;
}

.btn-primary {
    background: #1373b0;
    border-radius: 4px;
    color: #fff;
    font-size: 1.15em;
    font-weight: 700;
    line-height: 1.0em;
    transition: all .3s;
    white-space: nowrap;
    padding: 12px 50px !important;
}

    .btn-primary:hover {
        /*background-color: #555 !important;*/
        opacity: 0.8;
        transform: translate3d(0,-5px,0) !important;
        -webkit-transform: translate3d(0,-5px,0) !important;
        border-color: #555 !important;
        cursor: pointer;
    }

.btn-third {
    background: #FFFFFF;
    border: 2px solid #026FA0;
    border-radius: 8px;
    color: #026FA0;
    font-size: 1.15em;
    font-weight: 700;
    line-height: 1.0em;
    transition: all .3s;
    white-space: nowrap;
    padding: 12px 50px !important;
}

    .btn-third:hover {
        opacity: 0.8;
        transform: translate3d(0,-5px,0) !important;
        -webkit-transform: translate3d(0,-5px,0) !important;
        border-color: #555 !important;
        background: #FFFFFF;
        cursor: pointer;
    }


.btn-continue {
    background: #ffc63b;
    border-radius: 8px;
    border: none !important;
    border-color: white !important;
    color: black;
    font-size: 1.15em;
    font-weight: 600;
    line-height: 1.0em;
    transition: all .3s;
    padding: 12px 50px !important;
    text-shadow: none !important;
    box-shadow: none !important;
}

    .btn-continue:hover {
        transition: all .3s;
        cursor: default;
        transform: scale(1.1);
        background: #ffc63b;
        border-color: white !important;
        color: black;
    }

/***********
2. section-one
***********/
.calender-book {
    font-family: Montserrat,sans-serif;
    font-weight: 400;
    font-size: .8em;
    display: inline !important;
    padding-right: 5px;
    color: #555 !important;
}

.section-one h1 {
    color: #878787 !important;
}

.section-two .col-12 img {
    height: 80px !important;
    margin-right: 12px;
    width: 80px !important;
}

.section-two .col-12 h3 {
    line-height: 1.3em !important;
    margin-bottom: 16px !important;
    margin-top: 7px !important;
    max-width: 164px !important;
    padding: 0 !important;
    font-weight: 700 !important;
}

/***********
3. section-three
***********/

.section-three h2 {
    font-weight: 600 !important;
    letter-spacing: -.03em !important;
    margin-bottom: 16px !important;
    color: #212529 !important;
    font-family: Montserrat,sans-serif !important;
    font-size: 2.35714286em !important;
    line-height: 1.16363636em !important;
}

.section-three h3 {
    font-size: 3.2em !important;
    font-weight: 600 !important;
    letter-spacing: -.03em !important;
    line-height: 1.1em !important;
    margin-bottom: 16px !important;
    color: black !important;
    font-family: Montserrat,sans-serif !important;
}

.section-three img {
    margin-bottom: 1.85714286em !important;
    width: 140px !important;
    height: 140px !important;
    margin: auto;
}

/***********
4. section-four
***********/
.section-four img {
    width: 145px;
    display: block;
    margin: auto
}

.section-four h2 {
    font-size: 2.35714286em;
    margin-top: 15px;
    display: block;
    text-align: center !important;
    font-weight: 700 !important;
    margin-bottom: 35px !important;
}

.section-four h4 {
    font-size: 1.35714286em;
    margin-bottom: 1.3684210526em;
    display: block;
    text-align: center !important;
}

/***********
5. section-five
***********/

.section-five h2 {
    font-size: 4.2em !important;
    font-weight: 600 !important;
    letter-spacing: -.03em !important;
    line-height: 1.1em !important;
    margin-bottom: 0.3em !important;
    color: #333 !important;
}

.section-five h3 {
    font-size: 26px !important;
}

.section-five .toggle {
    background-color: #fff !important;
    border: 1px solid #b2b2b2 !important;
    color: #333 !important;
    margin-bottom: 15px !important;
    width: 100% !important;
}

.section-five .toggle-title {
    cursor: pointer !important;
    display: block !important;
    padding: 30px !important;
    position: relative !important;
    color: black !important;
}

.section-five .toggle-inner {
    padding: 30px;
    color: #333 !important;
}

/***********
6. section-six
***********/

.section-six .backimage {
    background-image: url(../images/team-back.jpg);
    background-position: 50%,50%;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.section-six .backblack {
    position: absolute;
    background-color: black;
    opacity: 0.3;
    width: 100%;
    height: 100%;
}

.section-six .backimage .content {
    padding: 140px 0;
    position: relative;
    z-index: 1;
}

.section-six h2 {
    font-size: 4.2em !important;
    font-weight: 700 !important;
    letter-spacing: -.03em !important;
    line-height: 1.1em !important;
    margin-bottom: 0.3em !important;
    text-align: center !important;
    text-shadow: 0 1px 2px rgb(0 0 0 / 60%) !important;
    color: white;
}

.section-six h4 {
    font-size: 1.35714286em;
    margin-top: 1.5em !important;
    margin-bottom: 1.5em !important;
    line-height: 1.2;
    color: white;
}

/*.section-six .btn-primary {
    background: #1373b0 !important;
    border: 1px solid #1373b0 !important;
    border-radius: 4px !important;
    font-weight: 700 !important;
    line-height: 1.85714286em !important;
    transition: all .3s !important;
    margin: 1.5rem auto !important;
    display: block !important;
    font-size: 1.75em !important;
    padding: 13px 80px !important;
}*/

.section-six .btn-primary:hover {
    background-color: #555 !important;
    border-color: #555 !important;
    transform: translate3d(0,-5px,0) !important;
    -webkit-transform: translate3d(0,-5px,0) !important;
}


/***********
PAGES
***********/

/***********
About Us
***********/

.aboutheader {
    color: black;
}

.user-list {
    display: flex;
    flex-flow: wrap;
    justify-content: center;
}

.user-list__image {
    width: 100%;
    position: relative;
    top: 0px;
}

.users-wrapper {
    display: flex;
    flex-direction: column;
}

.user-list__title {
    margin: 50px 0 20px 0;
    font-weight: 700 !important;
    font-size: 30px;
    text-align: center;
    color: black;
}

.user-list__name {
    color: #000;
    font-size: 18px;
    font-weight: 700;
    margin: 10px 0 5px 0;
}

.user-list__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 18%;
    height: 400px;
    margin-bottom: 20px;
    margin-right: 20px;
    border: 1px solid lightgrey;
}

.team-list__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 18%;
    height: 250px;
    margin-bottom: 20px;
    margin-right: 20px;
    border: 1px solid lightgrey;
}

.user-list__button {
    background: #1373b0;
    margin-top: 10px;
    border-radius: 4px;
    color: #fff;
    font-size: 1.15em;
    font-weight: 700;
    line-height: 1.85714286em;
    padding: 8px 50px;
    transition: all .3s;
    white-space: nowrap;
    position: absolute;
    bottom: 10px;
}

    .user-list__button:hover {
        color: #fff !important;
        opacity: 0.6;
    }
/****************About page*/

.banner {
}

.type--bold {
    font-weight: 700 !important;
}

.banner-inner {
    font-family: ivypresto-display,serif !important;
    font-size: 45px !important;
    font-style: normal !important;
    line-height: 70px !important;
}

/* Paragraph */
.lead {
    color: #878787 !important;
    font-size: 1.2em !important;
    font-weight: 300 !important;
    line-height: 1.45em !important;
    margin-bottom: 1.3684210526em !important;
}

ul.lead {
    list-style-type: '- ' !important;
}

.space--xs {
    padding-bottom: 6.71428571em !important;
    padding-top: 3.71428571em !important;
}

.m-b-30 {
    margin-bottom: 30px !important;
}

.title {
    color: black;
}




/*   WHY USE A MORTGAGE BROKER */

.why-broker h3 {
    font-size: 28px;
    line-height: 40px;
    margin-bottom: 30px;
}

.image-styled {
    max-width: 100%;
    vertical-align: middle;
    border-style: none;
    box-sizing: border-box;
    border-radius: 6px;
    box-shadow: 0 23px 40px rgb(0 0 0 / 20%);
}


.top-border {
    border-top: 1px solid #ebebeb;
    width: 100%;
}

.bg--secondary {
    background: #f7fcff;
    width: 100%;
}

.space--lg {
    padding-bottom: 3em;
    padding-top: 3em;
}

.full--width {
    max-width: none;
    width: 100%;
}



.why-broker-list {
    list-style-position: outside !important;
    list-style-type: disc !important;
    font-size: 22px !important;
    display: inline !important;
    font-weight: 300;
    line-height: 1.48em;
    text-align: left;
    text-indent: 0;
}


next-steps {
    height: 490px;
}

/*mortgage_pre_approval*/
.why-broker {
    height: 100%
}

.rate-box {
    background: #fff;
    border: 1px solid #ececec;
    border-radius: 6px;
    padding: 32px;
}

    .rate-box h4 {
        color: black;
        font-size: 24px;
        line-height: 36px;
        margin-bottom: 10px;
    }

.why-broker h4 {
    color: black;
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 10px;
    margin: 30px;
}

.why-broker p {
    color: #666;
    font-size: 1em;
    font-weight: 300;
    font-family: Inter,sans-serif;
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}

.btn--white-outline {
    background: #fff;
    border-color: #d3d3d3;
    border-radius: 4px;
    color: #000;
    font-size: 1.15em;
    font-weight: 600;
    padding: 8px 50px;
    transition: all .3s;
}

/*****Personal Loans*/

.cst-container {
    max-width: 1400px;
    padding-left: 30px;
    padding-right: 30px;
}

.bg--dark {
    background: #252525;
}

.space--sm {
    padding-bottom: 2.95em;
    padding-top: 2.95em;
}

.bg--primary {
    background: #1373b0;
}

.personalloan h2 {
    margin-bottom: 35px;
    color: black;
}

.personalloan p {
    color: black;
}

/***Debt Consolidation*/
.text-black {
    color: black;
}


/*** RATES****/

.ratesbox {
    border: 1px solid #e6e6e6;
    box-shadow: 1px 3px 2px rgb(0 0 0 / 50%);
    float: left;
    margin-bottom: 25px;
    padding: 40px 15px 25px;
    text-align: center;
    width: 100% !important;
}

    .ratesbox h3 {
        font-size: 54px;
        font-weight: bold;
        margin-top: 5px;
        margin-bottom: 0px;
        font-family: 'Montserrat', sans-serif;
    }

    .ratesbox h4 {
        font-size: 24px;
        font-weight: normal;
        margin-bottom: 15px;
        margin-top: 15px;
        font-family: 'Montserrat', sans-serif;
    }

.slide {
    max-height: 110px;
    padding: 10px;
}

.logo-slider {
    max-height: 110px;
    height: 140px;
    position: relative;
    background-color: white !important;
}

.slide img {
    max-height: 90px;
}

.rates-container {
    margin-top: 50px;
}
/* OUR SERVICES**/

.feature {
    min-height: 220px;
    padding: 50px !important;
    position: relative;
}

.full-application {
    background: #f7fcff !important;
    border: 1px solid #ececec;
    border-radius: 6px;
    margin-bottom: 30px;
    padding: 1.23809524em;
}

.m-b-30 {
    margin-bottom: 30px !important;
}

.feature__icon {
    float: left;
    width: 25%;
}

.feature__body {
    float: right;
    width: 75%;
}

    .feature__body h3 {
        color: black;
    }

.textmorth3 {
    color: black;
}

.our-services {
    padding-top: 30px !important;
}
/**JOIN US*/
.all_fields {
    border-bottom: 1px solid #ececec;
    text-align: center;
}

.form-group {
    margin-bottom: 1rem;
}

.signup-input {
    border: 1px solid #ececec;
    font-size: 16px;
    height: 44px;
}

.join-us .btn-primary {
    background: #1373b0 !important;
    border: 1px solid #1373b0 !important;
    border-radius: 4px !important;
    font-weight: 700 !important;
    line-height: 1.85714286em !important;
    transition: all .3s !important;
    margin: 1.5rem auto !important;
    display: block !important;
    font-size: 1.75em !important;
    padding: 13px 80px !important;
}

    .join-us .btn-primary:hover {
        background-color: #555 !important;
        border-color: #555 !important;
        transform: translate3d(0,-5px,0) !important;
        -webkit-transform: translate3d(0,-5px,0) !important;
    }

.join-us-right {
    padding-left: 30px;
}

.space_panel_joinus {
    padding-bottom: 15em !important;
    padding-top: 4em !important;
}

/****CONTACT PAGE****/


/*.contact-container {
    height: 350px;
}*/

.joinus_form {
    width: 600px;
    height: 40px;
}

/****PREAPPROVAL APPLICATION****/

.app {
    background: #fefcfb;
}

.coappl {
    display: none;
}

.cardapp {
    margin: auto;
    width: 100%;
    padding: 10px;
    max-width: 960px;
    max-height: none !important;
}

.card-box-app {
    /* background: #FFFFFF;
    border: 1px solid #ececec;*/
    padding: 2em 5% 2em 5%;
    /* -webkit-box-shadow: 5px 6px 15px 0px rgba(0,0,0,0.47);*/
    /* box-shadow: 5px 6px 15px 0px rgb(208,221,240);*/
    max-height: none;
}

.card-app {
    background: #FFFFFF;
    border-width: 0;
    height: 8em;
    width: 200px;
    margin-right: 20px;
    background: url(../images/cribs/crib1-s-2.png) no-repeat;
    color: #fff;
    transition: 0.3s;
    /*border: 1px solid #bbb;
    width: 19rem;
    border-radius: 8px;*/
    padding-top: 8px;
}

    .card-app:hover {
        background: url(../images/cribs/crib1-b-2.png) no-repeat;
        color: #fff;
    }

/*.card-app:active {
    border: 1px solid #bbb;
}*/

.card-btn {
    width: 415.7px;
    height: 325.3px;
    flex-grow: 0;
    margin: 50px 0 81.5px 12.8px;
    /*  padding: 10.2px 11.1px 42.7px 99.2px;*/
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
    background-color: #fff;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    /*line-height: 200px;*/
    transition: 0.5s;
    cursor: pointer;
    border-radius: 10px;
}



    .card-btn:hover {
        box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
        border: solid 3px #ffc63b;
        transform: scale(1.1);
        transition: 0.5s;
        border-radius: 10px;
    }



    .card-btn label {
        font-weight: bold;
    }

.card-text {
    padding: 0px 5px 0px 5px;
}

.card-top-image {
    width: auto;
    height: 166px;
    margin-top: 32px;
}

.card-text-1 {
    
    font-size: 28px;
    font-weight: 400;
    color: #0070a5;
}

.card-text-2 {
    
    font-size: 28px;
    font-weight: 600;
    color: #0070a5;
}

.app-section-header {
    color: black;
    margin-top: 40px;
    
    font-size: 14px;
    font-weight: 500;
}



.appbackground {
    background-color: #E8F4FF;
    padding-top: 25px;
    padding-bottom: 25px;
}

.form-outline label {
    color: black;
}

.text-black {
    color: black;
}

figcaption {
    color: black;
    font-weight: 700;
    font-size: 18px;
}

.card-text {
    padding-top: 2em;
    font-size: 12px;
}

.form-check {
    padding-top: 3px;
    padding-bottom: 15px;
}

input[type="radio"] {
    visibility: hidden;
}

.card-headertext {
    font-family: 'Roboto', sans-serif;
    padding-bottom: 1em;
    color: #EB614D;
}

.btn-app {
    width: 200px;
    border: none !important;
    border-radius: 14px;
    background-color: #FF4030;
    color: white;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.0em;
    transition: all .3s;
    white-space: nowrap;
    padding-top: 12px !important;
    padding-bottom: 12px !important;
    margin-top: 30px;
}

    .btn-app:hover {
        background-color: #FF4030 !important;
    }




.slidecontainer {
    width: 100%; /* Width of the outside container */
}

/* The slider itself */
.slider {
    -webkit-appearance: none; /* Override default CSS styles */
    appearance: none;
    width: 100%; /* Full-width */
    height: 25px; /* Specified height */
    background: #d3d3d3; /* Grey background */
    outline: none; /* Remove outline */
    opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
    -webkit-transition: .2s; /* 0.2 seconds transition on hover */
    transition: opacity .2s;
}

    /* Mouse-over effects */
    .slider:hover {
        opacity: 1; /* Fully shown on mouse-over */
    }

    /* The slider handle (use -webkit- (Chrome, Opera, Safari, Edge) and -moz- (Firefox) to override default look) */
    .slider::-webkit-slider-thumb {
        -webkit-appearance: none; /* Override default look */
        appearance: none;
        width: 25px; /* Set a specific slider handle width */
        height: 25px; /* Slider handle height */
        background: #04AA6D; /* Green background */
        cursor: pointer; /* Cursor on hover */
    }

    .slider::-moz-range-thumb {
        width: 25px; /* Set a specific slider handle width */
        height: 25px; /* Slider handle height */
        background: #04AA6D; /* Green background */
        cursor: pointer; /* Cursor on hover */
    }

.table-app {
    margin-top: 3em;
    margin-bottom: 3em;
    padding-right: 5em;
    padding-left: 5em;
}

.table-application {
    border: 2px solid #026FA0;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px !important;
}

    .table-application td, th {
        font-weight: 100;
    }

table-application tr:first-of-type td:first-child {
    border-top-left-radius: 5px;
}

table-application tr:first-of-type td:last-child {
    border-top-right-radius: 5px;
}

table-application tr:last-of-type td:last-child {
    border-bottom-right-radius: 5px;
}

table-application tr:last-of-type td:first-child {
    border-bottom-left-radius: 5px;
}





.table-wrapper {
    width: 700px;
    margin: 30px auto;
    background: #fff;
    padding: 20px;
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}

.table-title {
    padding-bottom: 10px;
    margin: 0 0 10px;
}

    .table-title h2 {
        margin: 6px 0 0;
        font-size: 22px;
    }

table-app.table-app {
    table-layout: fixed;
}

    table-app.table-app tr th, table-app.table-app tr td {
        border-color: #e9e9e9;
    }

    table-app.table-app th i {
        font-size: 13px;
        margin: 0 5px;
        cursor: pointer;
    }

    table-app.table-app th:last-child {
        width: 100px;
    }

    table-app.table-app td a {
        cursor: pointer;
        display: inline-block;
        margin: 0 5px;
        min-width: 24px;
    }


        table-app.table-app td a.delete {
            color: #E34724;
        }

    table-app.table-app td i {
        font-size: 19px;
    }

    table-app.table-app .form-control {
        height: 32px;
        line-height: 32px;
        box-shadow: none;
        border-radius: 2px;
    }

        table-app.table-app .form-control.error {
            border-color: #f50000;
        }

.centeritems {
    text-align: center;
    display: flex;
    justify-content: center;
}

.btn-primary {
    border-color: transparent !important;
}

/*warning for downpay*/

#statusResponse {
    font-size: 13px;
    color: red;
    font-weight: 600;
    font-style: italic;
    margin-top: 10px;
    text-align: left;
    margin-bottom: 0px;
}

#statusResponseFr {
    font-size: 13px;
    color: red;
    font-weight: 600;
    font-style: italic;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: left;
    margin-bottom: 0px;
}

/* ==========================================================
 * Spinner
 * =========================================================*/
.spinner {
    width: 100px;
    height: 100px;
    margin: 30px auto;
    position: relative;
    -webkit-animation: rotateit 1.3s linear infinite;
    -moz-animation: rotateit 1.3s linear infinite;
    animation: rotateit 1.3s linear infinite;
}

@-webkit-keyframes rotateit {
    from {
        -webkit-transform: rotate(360deg);
    }

    to {
        -webkit-transform: rotate(0deg);
    }
}

@-moz-keyframes rotateit {
    from {
        -moz-transform: rotate(360deg);
    }

    to {
        -moz-transform: rotate(0deg);
    }
}

@keyframes rotateit {
    from {
        transform: rotate(360deg);
    }

    to {
        transform: rotate(0deg);
    }
}
/*=======================================================
 * Circles
 *======================================================*/
.spinner.circles div {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: black;
    position: absolute;
    top: 35px;
    left: 45px;
}

    .spinner.circles div:nth-child(1) {
        -webkit-transform: rotate(0deg) translate(0, -35px) scale(1.4);
        -moz-transform: rotate(0deg) translate(0, -35px) scale(1.4);
        transform: rotate(0deg) translate(0, -35px) scale(1.4);
    }

    .spinner.circles div:nth-child(2) {
        -webkit-transform: rotate(45deg) translate(0, -35px) scale(1.2);
        -moz-transform: rotate(45deg) translate(0, -35px) scale(1.2);
        transform: rotate(45deg) translate(0, -35px) scale(1.2);
        opacity: 0.7;
    }

    .spinner.circles div:nth-child(3) {
        -webkit-transform: rotate(90deg) translate(0, -35px) scale(1.1);
        -moz-transform: rotate(90deg) translate(0, -35px) scale(1.1);
        transform: rotate(90deg) translate(0, -35px) scale(1.1);
        opacity: 0.6;
    }

    .spinner.circles div:nth-child(4) {
        -webkit-transform: rotate(135deg) translate(0, -35px) scale(0.9);
        -moz-transform: rotate(135deg) translate(0, -35px) scale(0.9);
        transform: rotate(135deg) translate(0, -35px) scale(0.9);
        opacity: 0.5;
    }

    .spinner.circles div:nth-child(5) {
        -webkit-transform: rotate(180deg) translate(0, -35px) scale(0.7);
        -moz-transform: rotate(180deg) translate(0, -35px) scale(0.7);
        transform: rotate(180deg) translate(0, -35px) scale(0.7);
        opacity: 0.4;
    }

    .spinner.circles div:nth-child(6) {
        -webkit-transform: rotate(225deg) translate(0, -35px) scale(0.5);
        -moz-transform: rotate(225deg) translate(0, -35px) scale(0.5);
        transform: rotate(225deg) translate(0, -35px) scale(0.5);
        opacity: 0.3;
    }

    .spinner.circles div:nth-child(7) {
        -webkit-transform: rotate(270deg) translate(0, -35px) scale(0.3);
        -moz-transform: rotate(270deg) translate(0, -35px) scale(0.3);
        transform: rotate(270deg) translate(0, -35px) scale(0.3);
        opacity: 0.2;
    }

    .spinner.circles div:nth-child(8) {
        -webkit-transform: rotate(315deg) translate(0, -35px) scale(0.1);
        -moz-transform: rotate(315deg) translate(0, -35px) scale(0.1);
        transform: rotate(315deg) translate(0, -35px) scale(0.1);
        opacity: 0.1;
    }



/*    Horizontal Stepper*/
/*html {
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
    -ms-font-smoothing: antialiased !important;
}

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    color: #555555;
}*/

.md-stepper-horizontal {
    display: table;
    width: 100%;
    margin: 0 auto;
    background-color: transparent;
    /*box-shadow: 0 3px 8px -6px rgba(0,0,0,.50);*/
}

    .md-stepper-horizontal .md-step {
        display: table-cell;
        position: relative;
        padding: 24px;
    }


        .md-stepper-horizontal .md-step:active {
            background-color: rgba(0,0,0,0.04);
        }

        .md-stepper-horizontal .md-step:active {
            border-radius: 15% / 75%;
        }

        .md-stepper-horizontal .md-step:first-child:active {
            border-top-left-radius: 0;
            border-bottom-left-radius: 0;
        }

        .md-stepper-horizontal .md-step:last-child:active {
            border-top-right-radius: 0;
            border-bottom-right-radius: 0;
        }



        .md-stepper-horizontal .md-step:first-child .md-step-bar-left,
        .md-stepper-horizontal .md-step:last-child .md-step-bar-right {
            display: none;
        }

        .md-stepper-horizontal .md-step .md-step-circle {
            width: 30px;
            height: 30px;
            margin: 0 auto;
            background-color: #ddd;
            border-radius: 50%;
            text-align: center;
            line-height: 30px;
            font-size: 16px;
            font-weight: 600;
            color: #FFFFFF;
        }

    .md-stepper-horizontal.green .md-step.active .md-step-circle {
        background-color: #00AE4D;
    }

    .md-stepper-horizontal.orange .md-step.prev .md-step-circle {
        background-color: #0070A5;
    }

    .md-stepper-horizontal.orange .md-step.active .md-step-circle {
        /* border: #FFC63B 2px solid;*/
        color: black;
        background-color: #FFC63B;
        font-weight: 100;
    }

    .md-stepper-horizontal .md-step.active .md-step-circle {
        background-color: rgb(33,150,243);
    }

    .md-stepper-horizontal .md-step.done .md-step-circle:before {
        font-family: 'FontAwesome';
        font-weight: 100;
        content: "\f00c";
    }

    .md-stepper-horizontal .md-step.done .md-step-circle *,
    .md-stepper-horizontal .md-step.editable .md-step-circle * {
        display: none;
    }

    .md-stepper-horizontal .md-step.editable .md-step-circle {
        -moz-transform: scaleX(-1);
        -o-transform: scaleX(-1);
        -webkit-transform: scaleX(-1);
        transform: scaleX(-1);
    }

        .md-stepper-horizontal .md-step.editable .md-step-circle:before {
            font-family: 'FontAwesome';
            font-weight: 100;
            content: "\f040";
        }

    .md-stepper-horizontal .md-step .md-step-title {
        margin-top: 10px;
        font-size: 12px;
        font-weight: 100;
    }

    .md-stepper-horizontal .md-step .md-step-title,
    .md-stepper-horizontal .md-step .md-step-optional {
        text-align: center;
        color: rgba(0,0,0,.26);
    }

    .md-stepper-horizontal .md-step.active .md-step-title {
        font-weight: 100;
        color: rgba(0,0,0,.87);
    }

    .md-stepper-horizontal .md-step.active.done .md-step-title,
    .md-stepper-horizontal .md-step.active.editable .md-step-title {
        font-weight: 600;
    }

    .md-stepper-horizontal .md-step .md-step-optional {
        font-size: 12px;
    }

    .md-stepper-horizontal .md-step.active .md-step-optional {
        color: rgba(0,0,0,.54);
    }

    .md-stepper-horizontal .md-step .md-step-bar-left,
    .md-stepper-horizontal .md-step .md-step-bar-right {
        position: absolute;
        top: 36px;
        height: 1px;
        border-top: 1px solid #DDDDDD;
    }

    .md-stepper-horizontal .md-step .md-step-bar-right {
        right: 0;
        left: 50%;
        margin-left: 20px;
    }

    .md-stepper-horizontal .md-step .md-step-bar-left {
        left: 0;
        right: 50%;
        margin-right: 20px;
    }

.form-gobackskip {
    font-size: 14px;
    color: black !important;
    text-decoration: none;
    cursor: pointer;
}

.form_bottombar {
    padding-top: 5px;
}

.goback {
    margin-right: 10px;
}

.skip {
    margin-left: 10px;
}

.form_bottombar {
    white-space: nowrap;
    text-align: center;
    min-width: 550px;
}


/* Radio Buttons Selections*/
.leftside {
    margin-top: 50px;
    margin-left: 50px;
}

.lblSelection {
    font-size: 12px;
}

    .lblSelection h3 {
        padding-top: 100px !important;
    }

.radio-btns1 {
    background: url(../images/cribs/crib1-s.png) no-repeat;
    background-size: 200px;
    width: 200px;
    height: 200px;
    position: relative;
    text-align: center;
    cursor: pointer;
    background-color: #fff;
    transition: 0.5s;
}

    .radio-btns1:hover {
        background: url(../images/cribs/crib1-b.png) no-repeat;
        background-size: 200px;
        width: 200px;
        height: 200px;
        color: #fff;
        transform: translate3d(0,-5px,0) !important;
        -webkit-transform: translate3d(0,-5px,0) !important;
    }

.radio-btns2 {
    background: url(../images/cribs/crib1-s.png) no-repeat;
    background-size: 200px;
    width: 200px;
    height: 200px;
    position: relative;
    text-align: center;
    cursor: pointer;
    background-color: #fff;
    transition: 0.5s;
}

    .radio-btns2:hover {
        background: url(../images/cribs/crib1-b.png) no-repeat;
        background-size: 200px;
        width: 200px;
        height: 200px;
        color: #fff;
        transform: translate3d(0,-5px,0) !important;
        -webkit-transform: translate3d(0,-5px,0) !important;
    }

.radio-btns3 {
    background: url(../images/cribs/crib1-s.png) no-repeat;
    background-size: 200px;
    width: 200px;
    height: 200px;
    position: relative;
    text-align: center;
    cursor: pointer;
    background-color: #fff;
    transition: 0.5s;
}

    .radio-btns3:hover {
        background: url(../images/cribs/crib1-b.png) no-repeat;
        background-size: 200px;
        width: 200px;
        height: 200px;
        color: #fff;
        transform: translate3d(0,-5px,0) !important;
        -webkit-transform: translate3d(0,-5px,0) !important;
    }

.ddyellow {
    background-image: url(../images/ddarrow.svg) !important;
    background-size: inherit !important;
    background-position: right -2px center !important;
    background-repeat: no-repeat;
    border-color: #0070a5 !important;
}

.addToTableButton {
    background: #026FA0;
    border-radius: 8px;
    width: auto !important;
    border: none !important;
    border-color: white !important;
    color: white;
    font-size: 1.15em;
    font-weight: 600;
    line-height: 1.0em;
    transition: all .3s;
    padding: 7px 20px !important;
    text-shadow: none !important;
    box-shadow: none !important;
    margin-top: 7px;
    text-decoration: none;
}

    .addToTableButton.disabled {
        background: lightgrey;
        color: grey;
        cursor: default;
    }

    .addToTableButton:hover {
        color: #FFC63B;
    }

    .addToTableButton.disabled:hover {
        color: grey;
    }
.border-primary {
    border-color: #0070a5 !important;
}

.form-select:disabled, .form-control:disabled {
    background-color: lightgray;
}

.mobileCoApp {
    display: none;
}

.mobCongraText {
    display: none;
}

.charOuterDiv {
    width: 360px;
    height: auto;
    border: 2px solid #0070a4;
    margin-top: 30px;
    border-radius: 8px;
}

.breakDownText {
    font-size: 23px;
    font-weight: 700;
    line-height: 27px;
    color: #0070a5;
    margin-top: 10px;
}

.pText {
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    color: #0070a4;
    margin-left: 35px;
}

.pAmount {
    font-size: 14px;
    font-weight: 600;
    line-height: 17px;
    text-align: right;
}

.divider {
    width: 100%;
    color: #0070a4;
    border: 1px solid #0070a4;
}

.totalMorlText {
    font-size: 14px;
    font-weight: 700;
    line-height: 17px;
    color: #0070A4;
    margin-left: 35px;
}

.totalMorAmount {
    font-size: 19px;
    font-weight: 600;
    line-height: 23px;
    color: #0070A4;
    text-align: right;
}

.endingText {
    margin-top: 25px;
}

    .endingText span {
        font-weight: 700;
    }

.whyBrokerDiv {
    display: -webkit-box;
}

.debtLastText {
    font-size: 19px !important;
    font-weight: 700 !important;
}

.brokersBox {
    border: 1px solid lightgray;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.brokersName {
    font-size: 18px;
    font-weight: 700;
}

.brokersTitle {
    color: black;
}

.brokersImg {
    max-width: 100%;
    max-height: 253px;
    object-fit: contain;
}

.brokersButton {
    color: #fff;
    text-align: center;
    font-size: 1.15em;
    font-weight: 700;
    line-height: 1.86em;
    padding: 8px 50px;
    transition: all .3s;
    white-space: nowrap;
    width: 80%;
    border-radius: 4px;
}


.teamsImg {
    width: 90%;
    height: 120px;
    object-fit: contain;
}

.refinanceCongratsText span {
    font-weight: 700;
}

.refinButton {
    padding-top: 100px;
}

.consentBox {
    max-height: 400px;
}

.mobileShowSection {
    display: none!important;
}

.consentSmallText {
    font-size: 14px;
    color: #333333;
    font-weight: 400;
}

/*.modal-dialog {*/
/*max-width: 80% !important;*/
/*max-width: auto !important;
}*/

@media screen and (min-width: 0px) and (max-width: 640px) {
    .screen-sm {
        float: right;
        margin-top: 15px;
        display: block !important;
    }
}

::placeholder {
    color: #666;
    font-size: 1em;
}



.mainDiv {
    border: 3px solid #026fa0;
}

.addressText {
    height: 50px;
    background: #f5f5f5;
}

.mainTableDiv {
    margin-right: 22px;
    margin-left: 22px;
}

.tableBodyDivider {
    border-top-color: #dadada;
    border-top-width: 4px;
}




/* Signature Pads*/
.m-signature-pad {
    position: relative;
    font-size: 10px;
    width: 100%;
    height: 300px;
    border: 1px solid #e8e8e8;
    background-color: #fff;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.08) inset;
    border-radius: 4px;
}

    .m-signature-pad:before, .m-signature-pad:after {
        position: absolute;
        z-index: -1;
        content: "";
        width: 40%;
        height: 0px;
        left: 0px;
        bottom: 0px;
        background: transparent;
        -webkit-transform: skew(-3deg) rotate(-3deg);
        -moz-transform: skew(-3deg) rotate(-3deg);
        -ms-transform: skew(-3deg) rotate(-3deg);
        -o-transform: skew(-3deg) rotate(-3deg);
        transform: skew(-3deg) rotate(-3deg);
        box-shadow: 0 8px 12px rgba(0, 0, 0, 0.4);
    }

    .m-signature-pad:after {
        left: auto;
        right: 0px;
        -webkit-transform: skew(3deg) rotate(3deg);
        -moz-transform: skew(3deg) rotate(3deg);
        -ms-transform: skew(3deg) rotate(3deg);
        -o-transform: skew(3deg) rotate(3deg);
        transform: skew(3deg) rotate(3deg);
    }

.m-signature-pad--body {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    border: 1px solid #f4f4f4;
}

    .m-signature-pad--body
    canvas {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 300px;
        border-radius: 4px;
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.02) inset;
    }

@media screen and (max-width: 1024px) {
    .m-signature-pad {
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 300px;
        min-width: 100px;
        min-height: 100px;
        margin: 0;
    }

    #github {
        display: none;
    }
}

@media screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    .m-signature-pad {
        margin: 0;
    }
}

@media screen and (max-height: 320px) {
    .m-signature-pad--body {
        left: 0;
        right: 0;
        top: 0;
        bottom: 32px;
    }

    .m-signature-pad--footer {
        left: 20px;
        right: 20px;
        bottom: 4px;
        height: 28px;
    }

        .m-signature-pad--footer
        .description {
            font-size: 1em;
            margin-top: 1em;
        }
}

/* mobile friendly code */

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

    .mobileShowSection {
        display: flex;
    }

    .footer h6 {
        margin-bottom: 10px;
        font-weight: 600;
        margin-top: 24px;
    }

    .phoneText {
        font-size: 20px;
        font-weight: 300;
        margin-bottom: 24px;
    }

    .banner-inner {
        font-size: 36px !important;
        font-weight: 600 !important;
        line-height: 38px !important;
        letter-spacing: 0.02em;
    }

    .space--xs {
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }

    .lead {
        font-size: 18px !important;
        margin-bottom: 0 !important;
        font-weight: 300 !important;
        line-height: 22px !important;
        letter-spacing: 0.02em;
    }

    .contact-container {
        height: 280px !important;
    }

    .mobileContactContainer {
        padding-left: 0;
        padding-right: 0;
    }

    .mobileH1 {
        font-size: 42px !important;
        font-weight: 600 !important;
    }

    .col-12 p {
        font-size: 16px
    }

    .our-services {
        padding-top: 0 !important;
    }

        .our-services .btn-primary {
            border-radius: 8px;
            padding: 10px 20px !important;
            font-size: 15px;
            font-weight: 600;
        }

    .h2MobileText {
        font-size: 36px !important;
    }

    .easyApprovText {
        font-size: 24px !important;
    }

    .easyAppSamll {
        font-size: 14px !important;
        font-weight: 300;
    }

    .section-three img {
        width: 100px !important;
        height: 100px !important;
        margin: 0;
    }

    .card-text {
        padding-top: 0;
        padding: 0;
        text-align: left;
        font-size: 14px !important;
        font-weight: 300;
    }

    .btn-primary {
        padding: 10px 20px !important;
        border-radius: 8px;
        font-size: 15px;
    }


    .section-four img {
        width: 75px;
        height: 75px;
        margin: 0;
        margin-left: 10px;
        margin-right: 10px;
    }

    .section-five h2 {
        font-size: 32px !important;
    }

    .section-five h3 {
        font-size: 20px !important;
    }

    .section-five .toggle-title {
        padding: 10px !important;
    }

    .section-five .toggle-inner {
        padding: 0;
    }

    .why-broker h3 {
        font-size: 24px;
        font-weight: 600 !important;
        line-height: 30px;
        letter-spacing: 0.02em;
    }

    .secondSectionMobile {
        margin-bottom: 30px !important;
    }

    .whyUseSection {
        padding-top: 10px;
    }

    .container {
        padding-left: 25px;
        padding-right: 25px;
    }

    .rateContactText {
        font-size: 20px;
        padding-left: 0;
        padding-right: 0;
        font-weight: 600 !important;
        margin-bottom: 10px !important;
    }


    .note {
        padding-left: 0;
        padding-right: 0;
    }

    .bestRateTitle {
        font-size: 30px;
    }

    .ratesbox h3 {
        font-size: 30px;
        font-weight: 600;
        margin-top: 0;
    }

    .ratesbox h4 {
        font-size: 18px;
    }

    .rates-container {
        margin-top: 0;
    }

    .lendersText {
        font-size: 25px;
    }

    .slick-slide img {
        width: inherit;
    }

    .slider {
        margin-bottom: 30px;
    }

    .md-stepper-horizontal .md-step {
        padding: 0;
    }

    .app-header {
        font-size: 24px;
        font-weight: 700;
        padding-top: 15px;
    }

    .app-subheader {
        font-size: 14px;
        font-weight: 300;
    }

    .mobileApplicationCol {
        padding-left: 0;
        padding-right: 0;
    }

    .app-par {
        padding-bottom: 10px;
    }

    .border-primary {
        border: 2px solid #026FA0;
    }

    .btn_get_started {
        padding: 10px 30px !important;
        font-size: 15px;
    }

    .consent-form {
        padding-top: 10px;
    }

    .startArrow {
        color: #FFC63B;
    }

    .card-btn {
        /*width: 100%;*/
        height: auto;
    }

    .card-top-image {
        height: 100px;
        vertical-align: unset;
        margin-top: 10px;
    }

    .card-text-1 {
        font-size: 18px !important;
    }

    .card-text-2 {
        font-size: 18px !important;
    }

    .refinanceText {
        font-size: 1rem !im;
    }

    .buyHomeText {
        padding-right: 15px;
    }

    .cardTextDiv {
        padding-left: 35px;
    }


    .buyingText {
        padding-right: 35px;
    }

    .singleText {
        font-size: 18px !important;
        color: #026FA0;
    }

        .singleText span {
            font-weight: 600;
        }

    .card-text-1 span {
        font-weight: 600;
    }

    .investText {
        font-weight: 600;
        color: #026FA0;
        font-size: 16px !important;
    }

    input, input::placeholder {
        font-size: 10px !important;
    }

    .form-select {
        font-size: 10px;
    }

    .form-control {
        line-height: 2.5;
    }

    .form-select {
        line-height: 2.5;
    }

    .btn-continue {
        padding: 8px 50px !important;
        font-size: 15px;
    }

    .form_bottombar {
        min-width: 0;
        padding-top: 25px;
    }

    .addToTableButton {
        font-size: 14px;
    }

    #LivingHistoryTable th {
        font-size: 12px;
    }

    #LivingHistoryTable td {
        font-size: 12px;
    }

    .delete img {
        width: 16px;
    }

    .app-section-header {
        margin-top: 25px;
        font-size: 12px;
    }

    #MainEmploymentCurrentHistoryTable th {
        font-size: 12px;
    }

    #MainEmploymentCurrentHistoryTable td {
        font-size: 12px;
    }

    #EmplPrevTable td {
        font-size: 12px;
    }

    #EmplPrevTable th {
        font-size: 12px;
    }

    .saveDraftMobileButton {
        padding: 8px 45px !important;
        font-size: 15px !important;
        border-radius: 8px;
    }

    #AppOtherIncomeTable th {
        font-size: 12px;
    }

    #AppOtherIncomeTable td {
        font-size: 12px;
    }

    #table-assets th {
        font-size: 12px;
    }

    #table-assets td {
        font-size: 12px;
    }

    #table-debts th {
        font-size: 12px;
    }

    #table-debts td {
        font-size: 12px;
    }

    #coLivingHistoryTable th {
        font-size: 12px;
    }

    #coLivingHistoryTable td {
        font-size: 12px;
    }

    #CoEmplHistory th {
        font-size: 12px;
    }

    #CoEmplHistory td {
        font-size: 12px;
    }

    #CoAppEmplPrevTable th {
        font-size: 12px;
    }

    #CoAppEmplPrevTable td {
        font-size: 12px;
    }

    #CoAppOtherIncomeTable th {
        font-size: 12px;
    }

    #CoAppOtherIncomeTable td {
        font-size: 12px;
    }

    .propertyInfoSection {
        padding-top: 0 !important;
    }

    .wholeTextDiv {
        padding: 10px;
    }

    .applicantTitle {
        font-size: 14px;
        font-weight: 700;
        text-align: left;
    }

    .fullNameText {
        font-size: 12px;
        font-weight: 600;
    }

    .signatureText {
        text-align: left;
        font-size: 12px;
    }

    .clearText {
        text-align: left;
        font-size: 12px;
        margin-top: 10px;
        font-weight: 500;
    }

    .consentInput {
        line-height: 1.5;
    }

    .skip {
        font-weight: 700;
        font-size: 15px;
        color: #0070A5 !important;
    }

    .goback {
        font-weight: 300;
        font-size: 15px;
        color: #0070A5 !important;
    }

    .footerLogo {
        display: flex;
        justify-content: center;
        align-content: center;
        align-items: center;
    }

    .reachOutText {
        font-size: 35px;
    }

    .thankyouImg {
        /*visibility: hidden;*/
        display: none;
    }

    .thankyouSubHeader {
        font-size: 14px !important;
        color: #026FA0;
    }

    .last_row {
        justify-content: center;
        align-items: center;
        align-content: center;
        padding-top: 10px;
    }

        .last_row span {
            font-size: 14px;
        }

    .closeButton {
        color: #999999;
    }

    .reverseMorText {
        margin-left: 23px;
    }

    .mobileCoApp {
        display: flex;
    }

    .primaryAppDateInput {
        padding-left: 43px;
    }

    .coAppDateInput {
        padding-left: 43px;
    }

    .mobCongraText {
        font-size: 14px;
        font-weight: 300;
        font-style: italic;
        color: #026FA0;
        line-height: 17px;
        letter-spacing: 0.02em;
        display: flex;
        justify-content: center;
        text-align: center;
    }

    .mobAmount {
        font-size: 45px;
        line-height: 55px;
    }

    .congraImg {
        display: none;
    }

    .breakDownText {
        font-size: 22px !important;
    }

    .pText {
        font-size: 14px !important;
    }

    .pAmount {
        font-size: 14px !important;
    }

    .endingText {
        margin-top: 20px;
        text-align: center;
    }

    .buttonSection {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding-top: 20px !important;
    }

    .lastDiv {
        padding-top: 25px !important;
    }

    .lastSentence {
        font-size: 13px;
        line-height: 16px;
        text-align: center;
    }

    .text_final_page {
        font-size: 14px;
        text-align: center;
        justify-content: center;
        display: flex;
        font-weight: 300;
        line-height: 17px;
        letter-spacing: 0.02em;
    }

        .text_final_page img {
            margin-right: 5px;
        }

    .shortLastRow {
        padding-top: 0 !important;
    }

    .shortThankYou {
        font-size: 14px !important;
        font-weight: 300;
        line-height: 17px;
        letter-spacing: 0.02em;
        text-align: center;
    }

    .shortThankYouLast {
        font-size: 16px !important;
        font-weight: 400;
        line-height: 19px;
        text-align: center;
        letter-spacing: 0.02em;
        font-style: normal;
        margin-top: 10px;
    }

    .last_bulletpoints {
        line-height: 17px;
        letter-spacing: 0.02em;
    }

    .shortThankYouLast span {
        font-weight: bold;
    }

    .saveDraftConsent {
        padding: 12px 60px !important;
        border-radius: 10px;
    }

    .whyBrokerDiv {
        flex-direction: column-reverse;
        display: flex;
    }

    .personalloan h2 {
        font-size: 24px;
        font-weight: 600;
        line-height: 29px;
        letter-spacing: 0.02em;
        color: #333333;
    }

    .personalloan p {
        color: #333333;
        font-weight: 300;
        line-height: 19px;
        letter-spacing: 0.02em;
        text-align: center;
    }

    .bg--dark .cst-container h2 {
        font-size: 24px;
        font-weight: 600;
        line-height: 29px;
        letter-spacing: 0.02em;
    }

    .debtLastText {
        margin-top: 20px;
        font-weight: 500 !important;
        font-size: 18px !important;
        text-align: left;
        line-height: 22px;
        letter-spacing: 0.02em;
    }

    .brokersName {
        font-size: 16px;
        font-weight: 600;
        line-height: 19px;
        letter-spacing: 0.02em;
        color: #333333;
    }

    .brokersTitle {
        font-size: 13px;
        font-weight: 300;
        line-height: 16px;
        letter-spacing: 0.02em;
        color: #333333;
        margin-top: 5px;
    }

    .brokersButton {
        font-size: 12px;
        font-weight: 600;
        padding: 6px 15px;
        line-height: 15px;
        letter-spacing: 0.02em;
        border-radius: 8px;
        text-align: center;
        width: 90%;
    }

    .input-group input {
        margin-left: 25px;
    }

    .input-group button {
        margin-right: 25px;
        width: 10%;
        display: flex;
        justify-content: center;
    }

    .deskApplyButton {
        display: none !important;
    }

    .mobileNav {
        width: 100% !important;
    }

    html, body {
        overflow-x: clip;
        /*max-width: 100%;*/
    }

    body {
        position: relative;
    }

    .refinButton {
        padding-top: 20px;
    }

    #prequaliAmount-pg38 {
        font-weight: 700;
        font-size: 45px;
        line-height: 55px;
    }

    .refinanceCongratsText p {
        font-size: 14px;
        line-height: 17px;
        letter-spacing: 0.02em;
    }

    .refinanceCongratsText {
        padding-top: 30px !important;
    }

    .refinLast {
        padding-top: 15px !important;
        text-align: center;
    }

        .refinLast span {
            font-size: 13px;
            font-weight: 300;
            line-height: 16px;
        }

    .consentSmallText {
        font-size: 13px;
        font-weight: 400;
    }

    .consentHeader {
        font-size: 14px;
    }

    .brokersImg {
        object-fit: contain;
        max-width: 100%;
        max-height: 160px;
    }

    .modal-dialog {
        max-width: 100% !important;
    }

    .savePopHeader {
        font-size: 1rem;
    }

    .modal-footer {
        flex-direction: column;
        align-items: initial;
        justify-content: initial;
    }

    .mobileApplicationCol .row {
        margin-bottom: 0.5rem !important;
    }

    .app-par {
        margin-bottom: 0 !important;
    }

}


/*Online application styles*/
.error {
    color: red !important;
}

.onlineApplication-outerDiv {
    margin-top: 3rem;
    margin-bottom: 2rem;
}

    .onlineApplication-outerDiv .card-box-app .row {
        padding: 3px 0px;
    }

    .onlineApplication-outerDiv .card-box-app .container {
        max-width: 1400px;
        padding-left: 30px;
        padding-right: 30px;
        padding-top: 15px;
    }

h1 {
    font-size: 48px;
}

h2 {
    font-size: 36px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 14px;
}

a {
    text-decoration: none;
    cursor: pointer;
}

button {
    cursor: pointer !important;
}

.mobileApplicationCol .row {
    margin-bottom: 1rem;
}

.app-par {
    margin-bottom: 5px;
}
</pre></body></html>