body {
    background-color: #fcfcfe;
    font-family: 'Roboto', sans-serif;
}

#page {
    position: relative;
    margin: 0 auto;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1170px;
    }
}

.landing .container {
    max-width: 845px;
}

p, li {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5;
    color: #333333;
}

.no-gutters {
    margin-right: -15px;
    margin-left: -15px;
}

.navbar {
    padding: .5rem 0 .5rem 1rem;
}

.mm-panel, .mm-navbar {
    background: #fff;
}

.mm-menu .mm-listitem .mm-listitem__text {
    color: #294196 !important;
    padding-left: 1rem;
}

.mm-menu .mm-listitem .mm-listitem__text.disabled {
    color: #6c757d !important;
    text-transform: none;
}

.mm-menu .mm-listitem .mm-listitem__text.disabled span {
    color: #294196 !important;
}

/* Accordian Design */

.accordion .card .card-header {
    background-color: transparent;
    border-bottom: 4px solid #f2f4f9;
    padding: 0;
}

.accordion .card {
    border: 0;
    margin-bottom: 20px;
}

.accordion .card:last-child {
    margin-bottom: 0px;
}

.accordion .card .card-header .btn-link {
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    color: #ED672A;
    width: 100%;
    text-decoration: none;
    text-align: left;
    text-transform: uppercase;
    letter-spacing: 1.4px;
    padding: 0;
}

/* Icon */

#nav-icon {
    width: 60px;
    height: 15px;
    display: block;
    position: absolute;
    top: 18px;
    right: 0px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    display: none;
}

#nav-icon:after {
    content: "Menu";
    color: #294196;
    font-size: 12px;
    letter-spacing: 1.2px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    position: absolute;
    text-transform: uppercase;
    right: -45px;
    line-height: 15px;
}

.mm-navbar__title {
    display: none;
}

.mm-wrapper_opening #nav-icon:after {
    content: "Close";
    right: -20px;
    top: 8px;
}

.mm-navbar {
    border-color: transparent;
    height: 70px;
}

.mm-listitem {
    border-color: transparent;
}

.mm-panels>.mm-panel>.mm-listview:first-child, .mm-panels>.mm-panel>.mm-navbar+.mm-listview {
    margin-top: 0;
}

#nav-icon span {
    display: block;
    position: absolute;
    height: 3px;
    width: 20px;
    background: #294196;
    border-radius: 2px;
    opacity: 1;
    right: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

/* Icon */

#nav-icon span:nth-child(1) {
    top: 0px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

#nav-icon span:nth-child(2) {
    top: 6px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

#nav-icon span:nth-child(3) {
    top: 12px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

.mm-wrapper_opening #nav-icon span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 6px;
    left: 6px;
}

.mm-wrapper_opening #nav-icon span:nth-child(2) {
    width: 0%;
    opacity: 0;
}

.mm-wrapper_opening #nav-icon span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 20px;
    left: 6px;
}

/* menu icon ends */

/*--------------------------------------------------------------
# Form Styles
--------------------------------------------------------------*/

::-webkit-input-placeholder {
    color: #9e9e9e;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 14px;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: #9e9e9e;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 14px;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #9e9e9e;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 14px;
}

:-ms-input-placeholder {
    color: #9e9e9e;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 14px;
}

form label {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #333;
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 5px;
}

form label span {
    font-size: 15px;
}

form .form-control {
    border: 1px solid #bcbcbc;
    border-radius: 4px;
    padding: 10px 16px;
    height: auto;
    font-size: 14px;
    color: #9e9e9e;
    box-shadow: 0px 2px 6px rgba(231, 231, 231, 1);
}

.input-group-append .btn-outline-secondary {
    border-color: #bcbcbc;
    border-left: 0;
    margin-left: 1px;
    color: #9e9e9e;
    background: #fff;
    font-size: 11px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
}

.input-group-append .btn-outline-secondary:hover {
    color: #9e9e9e;
}

form .form-control:focus {
    border-width: 1px;
    border-color: #2BACE2;
    box-shadow: 0px 0px 6px rgba(43, 172, 226, 0.56);
}

form .form-group label:focus {
    color: #000;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
    outline: none;
}

form .form-group a {
    font-weight: 500;
    color: #656565;
}

form .form-group a {
    color: rgba(51, 51, 51, 0.75);
    font-size: 13px;
    line-height: 18px;
    text-decoration: none;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    padding: 0 13px 0 0;
    margin-right: 9px;
    border-right: 1px solid #a8a8a8;
}

form .form-group a:first-child {
    padding-left: 0;
}

form .form-group a:last-child {
    padding-right: 0;
    border-right: 0;
    margin-right: 0;
}

form .invalid-feedback, form .parsley-required {
    color: #E2392B;
}

form .parsley-error {
    border-color: #E2392B;
}

.parsley-error label {
    color: #E2392B;
    font-weight: bold;
}

.my-toggle {
    border: none;
    background: transparent;
    font-size: 11px;
    line-height: 1.09;
    color: #9e9e9e;
    text-transform: uppercase;
    padding: 10px;
    margin-right: 10px;
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::before, .custom-radio .custom-control-input:checked~.custom-control-label::before {
    background-color: #2BACE2;
    box-shadow: none;
}

.custom-checkbox .custom-control-input:focus~.custom-control-label::before, .custom-radio .custom-control-input:focus~.custom-control-label::before {
    box-shadow: none;
}

.btn-primary:focus, .btn-secondary:focus, .btn:focus, button:focus {
    outline: none;
    box-shadow: none;
}

.btn-primary, .btn-primary.btn-transparent {
    color: #fff;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    background-color: #ed672a;
    border-color: #ed672a;
    padding: 7px 30px;
    border-radius: 4px;
}

.btn-primary:hover, .btn-primary.btn-transparent {
    color: #ed672a;
    border-color: rgba(237, 103, 42, 0.3);
    background-color: transparent;
}

.btn-primary.btn-transparent:hover {
    background-color: #ed672a;
    border-color: #ed672a;
    color: #fff;
}

.btn-secondary, .btn-secondary.btn-transparent {
    background: #294196;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    padding: 7px 30px;
    color: #fff;
    border: 1px solid #294196;
    border-radius: 4px;
}

.btn-secondary:hover, .btn-secondary.btn-transparent {
    background-color: transparent;
    color: #294196;
    border: 1px solid rgba(41, 65, 150, 0.3)
}

.btn-secondary.btn-transparent:hover {
    background: #294196;
    border: 1px solid #294196;
    color: #fff
}

.btn-primary.btn-transparent, .btn-secondary.btn-transparent {
    font-weight: 400;
}

button:disabled, .btn-primary:disabled, .btn-secondary:disabled, .btn:disabled {
    background-color: #f2f4f9;
    border-color: #f2f4f9;
    color: #a7a7a7;
}

.btn-secondary, .btn-secondary:hover, .btn-primary, .btn-primary:hover, .btn-primary.btn-transparent:hover, .btn-primary.btn-transparent, .btn-secondary.btn-transparent:hover, .btn-secondary.btn-transparent {
    -webkit-transition: 0.4s ease-in-out;
    -moz-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out
}

.custom-control-label::before {
    background-color: #d3d3d3;
    top: 0;
}

.custom-control-label::after {
    top: 0;
}

.modal-header {
    border-bottom: 0px;
}

.modal-title {
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    color: #ED672A;
    margin-bottom: 0px;
    width: 100%;
}

.custom-select {
    background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='#bcbcbc' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center;
    background-size: 8px 10px;
}

/*--------------------------------------------------------------
# Header Css Starts
--------------------------------------------------------------*/

.site-header {
    padding: 20px 0px;
    background: #fff;
    border-bottom: 1px solid #e5e7f3;
}

.landing .site-header {
    background: transparent;
    border-bottom: 0px;
}

.navbar-wrapper {
    display: flex;
}

header .navbar-toggler {
    display: none;
}

.navbar-nav li a {
    color: #294196;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    letter-spacing: 1.4px;
}

.navbar-nav li a:hover {
    text-decoration: none;
}

/*--------------------------------------------------------------
# Landing Page Content Css Starts
--------------------------------------------------------------*/

.landing-form-holder {
    margin-top: 20px;
}

.landing-form-holder>.row-grid {
    margin-left: -2px;
    margin-right: -2px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 4px;
}

.loan-officer-info .image-holder {
    margin-bottom: 15px;
}

.loan-officer-info .image-holder img {
    border-radius: 50%;
}

.loan-officer-info h2, .loan-officer-info h3, .loan-officer-info span {
    display: block;
    width: 100%;
}

.loan-officer-info h2 {
    color: #294196;
    font-size: 20px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
}

.loan-officer-info h3 {
    color: rgba(51, 51, 51, 0.45);
    font-size: 14px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 1px;
}

.loan-officer-info span, .loan-officer-info span a {
    color: #333333;
    text-decoration: none;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
}

.landing-form-holder .landing-content {
    width: 100%;
    background: #fff;
    padding: 70px 50px;
    box-shadow: 0 2px 2px 0 rgba(22, 35, 82, 0.14), 0 3px 1px -2px rgba(22, 35, 82, 0.12), 0 1px 5px 0 rgba(22, 35, 82, 0.20);
    border-radius: 8px;
}

/*--------------------------------------------------------------
# Landing Form Css Starts
--------------------------------------------------------------*/

.customer-landing-form h2 {
    color: #ED672A;
    font-size: 24px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    letter-spacing: -0.4px;
    line-height: 32px;
    margin-bottom: 14px;
}

.customer-landing-form form button[type="submit"] {
    width: 100%;
}

/*--------------------------------------------------------------
# Stepwizard Css Starts
--------------------------------------------------------------*/

.stepwizard {
    width: 100%;
    position: relative;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.stepwizard li a {
    color: #b1b1b1;
    font-size: 12px;
    font-weight: 500;
    text-decoration: none;
    letter-spacing: 1.2px;
}

.stepwizard li {
    width: 14%;
    text-align: center;
    position: relative;
}

.stepwizard li.step-wide {
    width: 16%;
}

.stepwizard li.step-narrow {
    width: 13%;
}

.stepwizard li a span {
    width: 22px;
    height: 22px;
    line-height: 20px;
    display: block;
    font-size: 10px;
    color: #333;
    background: #fff;
    border: 2px solid #bac2dd;
    border-radius: 50%;
    margin: 0 auto 5px auto;
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
}

.stepwizard li a span:before {
    content: "";
    background: #fff;
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

.stepwizard li.done a span {
    background: #32b63f;
    border-color: #32b63f;
}

.stepwizard li.done a span:before {
    background: #32b63f;
}

.stepwizard li.done a {
    color: #32b63f;
}

.stepwizard li.doing a span {
    border-color: #32b63f;
}

.stepwizard li.doing a span:before {
    background: #32b63f;
}

.stepwizard li.doing a {
    color: #333333;
}

.stepwizard li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: #bac2dd;
    position: absolute;
    left: -50%;
    top: 10px;
    z-index: 1;
}

.stepwizard li.done:after {
    background: #32b63f;
}

.stepwizard li.doing:after {
    background: #32b63f;
}

.stepwizard li:first-child:after {
    display: none;
}

/*--------------------------------------------------------------
# Loan Application Css Starts
--------------------------------------------------------------*/

.loan-application-holder {
    margin-top: 45px;
}

.stepwizard-holder {
    display: inline-block;
    width: 100%;
    padding: 0px 40px;
}

.stepwizard-holder ul {
    padding: 30px 0px 50px 0px;
    box-shadow: 0 1px 5px 0 rgba(41, 65, 150, 0.2), 0 3px 1px -2px rgba(41, 65, 150, 0.12), 0 2px 2px 0 rgba(41, 65, 150, 0.14);
    background: #fff;
    border-radius: 8px 8px 0 0;
}

.step-container {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    padding: 40px 25px 40px 25px;
    background: #fff;
    box-shadow: 0 1px 5px 0 rgba(41, 65, 150, 0.2), 0 3px 1px -2px rgba(41, 65, 150, 0.12), 0 2px 2px 0 rgba(41, 65, 150, 0.14);
    border-radius: 8px;
    position: relative;
    margin-top: -30px;
}

.step-container form {
    width: 100%;
}

.step-container form .step-footer {
    margin-top: 30px;
    width: 100%;
}

.step-container .custom-control {
    min-height: auto;
}

.loan-application-holder .step-container h3 {
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    color: #ED672A;
    margin-bottom: 18px;
    width: 100%;
}

.loan-application-holder .step-container form span {
    margin-right: 1rem;
}

.or-sep {
    font-size: 13px;
    line-height: 15px;
}

form .agent-info {
    padding: 20px 30px;
    background: rgba(236, 236, 236, 0.4);
    margin-top: 15px;
    margin-bottom: 15px;
    border-radius: 8px;
}

.step-container .form-row {
    margin-left: -10px;
    margin-right: -10px;
}

.step-container .form-row>.col, .form-row>[class*=col-] {
    padding-left: 10px;
    padding-right: 10px;
}

form .agent-info .form-group {
    margin-bottom: 0px;
}

#form_coborrower {
    background: #f7f7f7;
    width: 100%;
    padding: 30px;
    border-radius: 15px;
    margin-bottom: 30px;
    margin-top: 6px;
}

#form_coborrower .form-row:last-child .form-group {
    margin-bottom: 0px;
}

.terms-wrapper .custom-control {
    margin-bottom: 10px;
}

.terms-wrapper .custom-control label a {
    color: #ed672a;
    font-size: 100%;
    font-weight: 700;
    text-decoration: none;
}

.terms-wrapper .custom-control label strong {
    color: #333;
    font-weight: 700;
}

.terms-wrapper .custom-control input[type="checkbox"]:checked+label, .bold-label input[type="checkbox"]:checked+label, .bold-label input[type="radio"]:checked+label {
    color: #000;
    font-weight: 700;
}

.loan-application-holder .step-container .terms-wrapper h3 {
    margin-bottom: 15px;
}

.step-container form #ssn {
    border-right: 0px;
}

.move-in-date p {
    color: #7f8dc0;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    width: 100%;
    padding: 5px 10px 0 10px;
}

.move-in-date .form-group {
    margin-top: 5px;
    margin-bottom: 0;
}

#demographic {
    margin-top: 20px;
}

#demographic p {
    font-size: 13px;
    line-height: 16px;
}

#demographic h4 {
    color: #333;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
}

#demographic .custom-control {
    margin-bottom: 5px;
}

#add_new_income_employment {
    text-align: left;
    padding: 0px 10px;
}

#add_new_income_employment .modal-dialog {
    display: inline-block;
    padding: 40px;
    background: #f7f7f7;
    border-radius: 8px;
    margin-bottom: 0px;
}

#add_new_income_employment .modal-dialog .modal-content {
    background: transparent;
    border: 0;
    padding: 0;
}

#add_new_income_employment .modal-dialog .modal-content .modal-body {
    padding: 0;
}

#add_new_income_employment .modal-dialog .modal-content .modal-footer {
    padding: 0;
    border-top: 0;
}

#add_new_income_employment .modal-dialog .modal-content:last-child {
    margin-bottom: 0px;
}

.income-info {
    margin-bottom: 30px;
}

.retail-real-info {
    margin-bottom: 30px;
}

@media (min-width: 768px) {
    #exampleModalCenter .modal-dialog {
        max-width: 680px;
    }
    #exampleModalCenter .modal-dialog .modal-content, #exampleModalCenter2 .modal-dialog .modal-content {
        padding: 30px;
    }
}

#exampleModalCenter .modal-dialog .modal-content .modal-body, #exampleModalCenter2 .modal-dialog .modal-content .modal-body {
    padding-top: 0px;
}

#exampleModalCenter .modal-dialog .modal-content .modal-footer, #exampleModalCenter2 .modal-dialog .modal-content .modal-footer {
    padding-top: 0;
    padding-bottom: 10px;
    border-top: none;
}

.declaration-content-holder table td {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #333;
    font-size: 14px;
}

.table.borderless, .table.borderless td, .table.borderless th {
    border: none;
}

.table-striped>tbody>tr:nth-child(even)>td, .table-striped>tbody>tr:nth-child(even)>th {
    background-color: #f2f4f9;
}

.table-striped>tbody>tr:nth-child(odd)>td, .table-striped>tbody>tr:nth-child(odd)>th {
    background-color: #fff;
}

.table td, .table th {
    padding: 7px 15px;
}

.table th {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
}

.summary-acc {
    margin-bottom: 40px;
}

.summary-acc .collapse {
    width: 100%;
}

.summary-acc .collapse .card-body {
    padding: 1.25rem 0 0 0;
    width: 100%;
    position: relative;
}

.summary-acc .edit-holder {
    width: 100%;
    margin-bottom: 15px;
    position: absolute;
    top: 5px;
}

#collapseSix .edit-holder {
    position: relative;
    top: 0;
    margin-top: -15px;
}

.submited-form-info h2 {
    color: #000;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    margin-bottom: 20px;
}

.submited-form-info h2 span {
    font-size: 13px;
    font-weight: 400;
}

.loan-application-holder .step-container .form-information h3 {
    color: #000;
    font-size: 18px;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 10px;
}

.form-information ul {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
    margin-bottom: 0px;
}

.form-information ul li {
    margin-bottom: 8px;
}

.form-information ul li:last-child {
    margin-bottom: 0px;
}

.form-information ul li span {
    font-weight: 600;
}

/*--------------------------------------------------------------
# Dashboard Css Starts
--------------------------------------------------------------*/

.dashboard .step-container {
    margin-top: 45px;
}

.dashboard .title {
    font-family: 'Roboto', sans-serif;
    font-size: 34px;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: -1.5px;
    color: #ed672a;
    margin-bottom: 20px;
}

.dashboard .files-title {
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    margin-bottom: 18px;
}

.dashboard .file {
    font-size: 14px;
    margin-bottom: 18px;
}

.dashboard h3 {
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    color: #ED672A;
    margin-bottom: 18px;
}

.dashboard p {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.4;
}

.dashboard p span {
    font-size: 14px;
    line-height: 16px;
}

.dashboard .small {
    font-size: 13px;
    line-height: 16px;
}

.btn-upload {
    min-width: 320px;
}

.progress-wrap {
    display: flex;
}

.progress {
    border: solid 1px #bac2dd;
    border-radius: 10px;
    height: 20px;
    padding: 4px;
    width: 88%;
}

.progress-label {
    font-size: 14px;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.7);
    padding-left: 5px;
}

.progress-bar {
    border-radius: 10px;
}

.dashboard .btn-success {
    background-color: #792be2;
    border-color: #792be2;
}

.dashboard .btn-success:hover, .dashboard .btn-success:focus {
    background-color: transparent;
    border-color: #792be2;
    color: #792be2;
}

.form-control-file {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

label[for="file"] {
    border-radius: 4px;
    border: solid 1px rgba(41, 65, 150, 0.3);
    padding: 11px 25px;
    font-size: 14px;
    color: #294196;
    margin-top: 5px;
    cursor: pointer;
}

.file-selected {
    font-size: 14px;
    color: #7f8dc0;
}

.btn-block {
    padding: 7px 30px;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
}

.landing-container {
    height: 100vh;
    min-height: 400px;
    display: flex;
}

.landing-item {
    max-width: 440px;
    width: 100%;
    padding: 60px;
    border-radius: 8px;
    box-shadow: 0 1px 5px 0 rgba(22, 35, 82, 0.2), 0 3px 1px -2px rgba(22, 35, 82, 0.12), 0 2px 2px 0 rgba(22, 35, 82, 0.14);
    background-color: #ffffff;
}

.landing-logo, .landing-container .form-group {
    margin-bottom: 30px;
}

.btn-confirm {
    width: 100%;
}

.landing-container .landing-shapeimg {
    position: absolute;
    left: calc(50% - 400px);
    top: calc(50% - 150px);
    z-index: -1;
}

/*--------------------------------------------------------------
# Footer Css Starts
--------------------------------------------------------------*/

.site-footer {
    padding: 25px 0px;
    position: relative;
}

.site-footer>.container {
    position: relative;
}

.site-footer .footer-shapeimg img {
    position: absolute;
    left: -165px;
    bottom: -230px;
    z-index: -1;
}

.site-footer .site-info {
    color: rgba(51, 51, 51, 0.50);
    font-size: 13px;
    width: 100%;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}

.close span {
    border: 1px solid #8f9cc8;
    color: #8f9cc8;
    opacity: 1;
    height: 20px;
    width: 20px;
    font-size: 18px;
    display: block;
}

.collapse-all {
    font-size: 14px;
    color: #294196;
    position: absolute;
    right: 15px;
    z-index: 10;
    text-decoration: underline;
}

/*--------------------------------------------------------------
# Meida Css Starts
--------------------------------------------------------------*/

@media screen and (max-width: 1150px) {
    .stepwizard li a {
        font-size: 8px;
    }
}

@media screen and (max-width: 991px) {
    .navbar-header {
        position: relative;
    }
    #nav-icon {
        display: block;
        margin-right: 40px;
    }
    .navbar-nav li {
        margin-left: 0px;
        padding-left: 20px;
    }
    .mm-listitem:after {
        left: 0;
    }
    .btn-upload {
        min-width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .landing-form-holder>.row-grid {
        grid-template-columns: repeat(1, 1fr);
    }
    .landing-form-holder>.row-grid .landing-content {
        margin-bottom: 5px;
    }
    .landing-form-holder>.row-grid .landing-content:last-child {
        margin-bottom: 0px;
    }
    .stepwizard-holder ul {
        padding: 30px 10px;
        justify-content: center;
    }
    .stepwizard li.step.doing.active {
        display: block;
    }
    .stepwizard li.step-wide, .stepwizard li {
        width: 12%;
    }
    .stepwizard li a {
        font-size: 0;
    }
    .stepwizard li.doing a {
        font-size: 13px;
    }
    .stepwizard li a span.circle {
        height: 18px;
        width: 18px;
    }
    .stepwizard li:after {
        top: 8.5px;
    }
    .stepwizard li a span.circle:before {
        width: 8px;
        height: 8px;
    }
    .stepwizard li:last-child:after {
        left: -50%;
    }
    .stepwizard li.doing a span.title {
        width: 200px;
        display: block;
        margin-left: -78px;
    }
    .step-container {
        margin-top: 0;
    }
    /*.stepwizard-holder ul {*/
    /*padding: 30px 0px;*/
    /*}*/
    /*.stepwizard {*/
    /*overflow-x: auto;*/
    /*flex-wrap: nowrap;*/
    /*min-width: 100%;*/
    /*-webkit-overflow-scrolling: touch;*/
    /*}*/
    /*.stepwizard li.step {*/
    /*width: 60%;*/
    /*min-width: 60%;*/
    /*flex: 0 0 auto;*/
    /*}*/
    /*.stepwizard li.step.doing.active {*/
    /*display: block;*/
    /*width: 60%;*/
    /*min-width: 60%;*/
    /*}*/
    /*.stepwizard li a {*/
    /*font-size: 12px;*/
    /*}*/
    /*.stepwizard li:last-child:after {*/
    /*left:-50%;*/
    /*} */
    /*.step-container {*/
    /*margin-top: 0;*/
    /*}*/
    .summary-acc .edit-holder {
        position: relative;
    }
    .summary-acc .collapse .card-body {
        padding-top: 0.5em;
    }
    .col-sm-text-center {
        text-align: center;
    }
}

@media screen and (max-width: 767px) {
    .step-container .step-footer .form-row .col-md-4, .step-container .step-footer .form-row .col-md-8 {
        text-align: center !important;
        margin-bottom: 30px;
    }
    .step-container .step-footer .form-row .col-md-4:first-child {
        margin-top: 15px;
    }
    .step-container .step-footer .form-row .col-md-4:last-child, .step-container .step-footer .form-row .col-md-8 {
        margin-bottom: 0px;
    }
    .step-container .step-footer .form-row .col-md-4 .btn, .step-container .step-footer .form-row .col-md-8 .btn {
        min-width: 160px;
    }
    table {
        display: block;
        width: 100%;
        overflow-x: auto;
    }
    .landing-item {
        padding: 30px;
    }
}

@media screen and (max-width: 575px) {
    .mobile-row {}
    .step-container {
        padding: 20px 0;
        border-radius: 0;
    }
    .stepwizard-holder {
        padding: 0;
    }
    .stepwizard-holder ul {
        border-radius: 0;
    }
    .no-gutters {
        margin-left: 0;
        margin-right: 0;
    }
    form .agent-info {
        padding: 20px 15px
    }
    #form_coborrower {
        padding: 20px 15px;
    }
}

@media screen and (max-width: 551px) {
    .mm-wrapper_opening #nav-icon {
        margin-right: 10px;
        transform: translateX(80vw);
        height: 30px;
    }
    .mm-wrapper_opening #nav-icon:after {
        right: -7px;
    }
}

@media screen and (max-width: 480px) {
    #add_new_income_employment .modal-dialog {
        margin: 10px 0px 0px 0px;
        width: 100%;
        padding: 15px;
    }
    button#add_income {
        width: 100%;
    }
    .btn {
        white-space: pre-wrap;
        font-size: 12px !important;
    }
    .accordion .card .card-header .btn.btn-link {
        white-space: normal;
        font-size: 14px !important;
    }
    .modal-dialog .modal-content .modal-footer button:last-child {
        margin-bottom: 0px;
    }
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-left: 10px;
        padding-right: 10px;
    }
    .navbar-expand-lg .navbar-nav .nav-item:last-child .nav-link {
        padding-right: 0;
        padding-left: 30px;
        text-transform: none;
        font-weight: 400;
        letter-spacing: normal;
    }
    .navbar-expand-lg .navbar-nav .nav-item:last-child .nav-link span {
        color: #294196;
    }
}

.parsley-errors-list {
    margin: 2px 0 3px;
    padding: 0;
    list-style-type: none;
    font-size: 0.9em;
    line-height: 0.9em;
    opacity: 0;
    transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
    display: none;
}

.parsley-errors-list.filled {
    opacity: 1;
}

#popup_choice {
    padding: 10px;
    border: 1px solid #EEE;
}

.fancybox-slide--iframe .fancybox-content {
    width: 800px;
    height: 600px;
    max-width: 80%;
    max-height: 80%;
    margin: 0;
}

input[type='number'] {
    -moz-appearance: textfield;
    text-align: right;
}

input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.text-red-orange {
    color: #ED672A;
}

.active-loans {
    background: #238fcf;
    color: #ffffff;
}

.active-loans, .prequal, .closed {
    font-family: Verdana, Arial, sans-serif;
    font-weight: bold;
    font-size: 15.4px;
    text-transform: uppercase;
    display: inline-block;
    padding: 16px 29px;
    margin-right: 5px;
    margin-top: 10px;
}

.active-loans a, .closed a {
    color: #ffffff;
}

.blackbar-footer {
    background: #000;
    color: #fff;
    padding: 15px;
    text-align: center;
}

.blackbar-footer a {
    color: #fff;
}

.img-logo {
    /* width: 317px; */
    height: 100px !important;
}

.img-bhl-logo {
    width: 200px!important;
    height: auto;
}

.active-loans {
    background: #238fcf;
    color: #ffffff;
}

.active-loans, .prequal, .closed {
    font-family: Verdana, Arial, sans-serif;
    font-weight: bold;
    font-size: 15.4px;
    text-transform: uppercase;
    display: inline-block;
    padding: 16px 29px;
    margin-right: 5px;
    margin-top: 10px;
}

.active-loans a {
    color: #ffffff !important;
    background-color: transparent !important;
    border-color: transparent !important;
}

.prequal a {
    color: #191919 !important;
    background-color: transparent !important;
    border-color: transparent !important;
}

.active-loans a, .closed a {
    color: #ffffff !important;
    background-color: transparent !important;
    border-color: transparent !important;
}

.bluebar-active {
    background: #238fcf;
    height: 10px;
}

.bluebar-prequal {
    background: #fed450;
    height: 10px;
}

.bluebar-closed {
    background: #ed6729;
    height: 10px;
}

.prequal {
    background: #fed450;
    color: #191919;
}

.active-loans, .prequal, .closed {
    font-family: Verdana, Arial, sans-serif;
    font-weight: bold;
    font-size: 15.4px;
    text-transform: uppercase;
    display: inline-block;
    padding: 16px 29px;
    margin-right: 5px;
    margin-top: 10px;
}

.closed {
    background: #ed6729;
    color: #ffffff;
}

.active-loans, .prequal, .closed {
    font-family: Verdana, Arial, sans-serif;
    font-weight: bold;
    font-size: 15.4px;
    text-transform: uppercase;
    display: inline-block;
    padding: 16px 29px;
    margin-right: 5px;
    margin-top: 10px;
}

.grid th {
    background-color: #238fcf;
    border-top: 1px solid #238fcf !important;
}

.grid-closed th {
    background-color: #ed6729;
    border-top: 1px solid #ed6729 !important;
}

.grid-prequal th {
    background-color: #fed450;
    border-top: 1px solid #fed450 !important;
    color: #000000 !important;
    border-bottom-color: #fed450;
    border-left-color: #fed450;
    font-size: 13px;
}

.grid th, .grid-prequal th, .grid-closed th {
    font-size: 13px;
    color: White;
    text-align: center;
    padding: 15px;
    border-right: 10px solid #f7f7f7;
}

.grid td, .grid-prequal td, .grid-closed td {
    border-right: 1px solid #f7f7f7;
    border-bottom-style: none;
    border-left-style: none;
    border-top-style: none;
    padding: 5px;
    font-size: 13px !important;
}

.odd {
    background-color: #f7f7f7 !important;
}

.even {
    background-color: #e7e7e8 !important;
}

.bluebar-footer {
    font-family: Verdana, Helvetica, sans-serif;
    background: #2a3e97;
    color: #fff;
    font-size: 16px;
    padding: 15px;
    font-weight: bold;
    margin-top: 55px;
}