body {
    font-family: 'Nunito Sans' !important;
    background: #f4f4f8 !important;
}
/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 3px #b0b0b0 !important;
    border-radius: 10px;
}
/* Handle */
::-webkit-scrollbar-thumb {
    background: #b9b9b9 !important;
    border-radius: 10px;
}

.valueInput:disabled {
    border: 0px transparent !important;
    background: transparent !important;
}

.services-box {
    padding: 18px 40px 0px;
}

.p-address {
    padding: 20px 30px !important;
}
    .p-address h4 {
        font-size: 16px;
        font-weight: 600;
        color: #6e6e6e;
        font-family: 'Nunito Sans' !important;
    }
.p-lg-3 {
    padding: 20px 15px 20px 25px !important;
}

.paragraph, p {
    font-size: 14px;
    color: #3A3B3C;
    font-family: 'Nunito Sans';
    font-weight: 400;
    line-height: 24px;
    margin: 0 0 10px;
}
/*Borrower Portal*/
.header-text-2 li {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    margin: 0 0 10px;
}
.title-text-success {
    font-size: 20px;
    font-weight: 900;
    padding-top:10px;
}
.popup-success-left {
    text-align: center;
    padding-top: 30px;
}
.borrowerPortalSection{
    border:1px solid #ffffff;
    border-radius:10px;
    padding:15px;
}
/*End Borrower Portal*/
.anchor, a {
    display: inline-block;
    text-decoration: none !important;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.heloc {
    color:black !important;
    text-decoration:underline !important;
}
.showmonthlypaymentDisclicon, .showrateDisclicon {
    text-decoration:underline !important;
}
/*------------------------------------------------- */
/* =  Header
 *------------------------------------------------- */
header {
    width: 340px;
    position: fixed;
    top: 0;
    left: 0;
    background: #2d456a;
    min-height: 100%;
    z-index: 999;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.logo-sidenav {
    text-align: center;
    margin-top: 30px;
}

header nav.nav-menu {
    padding: 10px 10px 30px 30px;
    width: 100%;
}

    header nav.nav-menu ul.menu-list li {
        display: block;
        /*border-bottom: 1px solid #242424;*/
        position: relative;
    }

        header nav.nav-menu ul.menu-list li a {
            padding: 12px 20px;
            color: #818b9b;
            font-size: 14px;
            font-family: 'Nunito Sans';
            font-weight: 600;
            letter-spacing: 1px;
        }

            header nav.nav-menu ul.menu-list li a i {
                padding-right: 8px;
            }

            header nav.nav-menu ul.menu-list li a:after {
                font-size: 13px;
                position: absolute;
                top: 23px;
                right: 35px;
            }

            header nav.nav-menu ul.menu-list li a.active,
            header nav.nav-menu ul.menu-list li a:hover {
                color: #ffcd4e;
            }

        header nav.nav-menu ul.menu-list li:first-child {
            /*border-top: 1px solid #242424;*/
        }

    header nav.nav-menu ul.sub-menu {
        position: absolute;
        top: 10px;
        left: 100%;
        width: 200px;
        background: #fff;
        opacity: 0;
        border-left: 5px solid #00a0af;
        visibility: hidden;
        transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -webkit-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        padding: 10px 0;
    }

        header nav.nav-menu ul.sub-menu li {
            border: none !important;
        }

            header nav.nav-menu ul.sub-menu li a {
                padding: 8px 20px;
                text-transform: initial;
                font-size: 14px;
                color: #232323;
            }

                header nav.nav-menu ul.sub-menu li a:after {
                    display: none;
                }

    header nav.nav-menu ul.menu-list li:hover ul.sub-menu {
        top: 0;
        opacity: 1;
        visibility: visible;
    }

header .social-box {
    text-align: center;
}

    header .social-box p {
        color: #fff;
        text-transform: uppercase;
    }

    header .social-box ul.social-icons li {
        display: inline-block;
        margin: 0 6px;
    }

        header .social-box ul.social-icons li a {
            color: #717171;
            font-size: 18px;
        }

            header .social-box ul.social-icons li a:hover {
                color: #aaaaaa;
            }

header p.copyright-line {
    position: absolute;
    left: 0;
    bottom: 45px;
    width: 100%;
    padding: 0 35px;
    color: #999;
    text-align: center;
}


.rightQuestion a svg {
    font-size: 22px;
    color: #0069AA;
}

.Knowyour-text span {
    font-size: 14px;
    color: #7b879e;
    font-weight: 300;
}

.Knowyour-text {
    padding: 20px 45px 0px 50px;
    width: 100%;
    font-size: 20px;
    font-weight: 600;
}

.header-bg .row .col-md-12 h4 {
    font-size: 26px;
    font-weight: 900;
    font-family: 'Nunito Sans' !important;
}

.header-bg .row .col-md-12 h1 {
    font-size: 30px;
    font-weight: 900;
}

.searchInput {
    background-color: transparent;
    border: 1px solid #e1e1e1;
    padding: 26px 20px;
    border-radius: 10px;
    font-size: 13px;
    margin-bottom: 28px;
}

.searchButton {
    background-color: transparent;
    border: 1px solid #4CAF50;
    padding: 16px;
    color: #4CAF50;
    font-size: 14px;
    font-weight: 700;
    border-radius: 5px;
}

.cancelButton {
    background-color: #4CAF50;
    border: 1px solid #4CAF50;
    padding: 8px 80px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    border-radius: 5px;

}
.canceladdressedit {
    background: none;
    font-weight: 600;
    text-decoration: underline;
    font-size: 14px;
    color: grey;
}
.canceladdressedit:hover{
    background:none;
    color: black !important;
    text-decoration:underline !important;
}

.searchButton:focus {
    background-color: transparent !important;
    border: 1px solid #4CAF50 !important;
    padding: 16px;
    color: #4CAF50 !important;
    font-size: 14px;
    font-weight: 700;
    border-radius: 5px;
}

.cancelButton:focus {
    background-color: #4CAF50 !important;
    border: 1px solid #4CAF50 !important;
    color: #ffffff;
}

.cancelButton:hover {
    background-color: #ffffff !important;
    border: 1px solid #4CAF50 !important;
    color: #4CAF50 !important;
}

input, select, textarea, option, button, a {
    outline: none !important;
}

.downloadbtn {
    background-color: transparent;
    border: 1px solid #00cf96;
    padding: 16px;
    color: #00cf96;
    font-size: 14px;
    font-weight: 700;
    border-radius: 5px;
    text-transform: uppercase;
    display: block;
    margin: auto;
    max-width: 200px;
}

.search-card {
    background: #ffffff;
    border-radius: 5px;
    padding: 60px 22px 22px 22px;
    min-height: 220px;
    text-align: center;
}

    .search-card h2 {
        padding: 30px 30px 0px 30px;
        font-size: 20px;
        font-weight: 700;
        color: #445675;
    }

.BasicInformationLoan {
    background: #ffffff;
    border-radius: 10px;
    padding: 25px;
    /*box-shadow: 4px 0px 10px #e3e3e3;*/
}

.BasicInformation {
    margin-top: 20px;
    background: #ffffff;
    border-radius: 10px;
    padding: 20px 25px 25px 25px;
    /*box-shadow: 4px 0px 10px #e3e3e3;*/
}

.BasicInformationInputs {
    margin-top: 20px;
    background: #ffffff;
    border-radius: 10px;
    padding: 20px 25px 25px 25px;
    /*box-shadow: 4px 0px 10px #e3e3e3;*/
}


.applyHere {
    font-size: 18px;
    font-weight: 600;
}

.m-b-0 {
    margin-bottom: 0px !important;
}

.m-t-10 {
    margin-top: 10px;
}

.m-b-20 {
    margin-bottom: 20px;
}

.rightBorder {
    border-right: 1px solid #ebecf1;
    height: 70vh;
}

.whydoweAsk {
    border-radius: 10px;
    padding: 30px;
    text-align: center;
}
.protectdata-popup {
    min-width: 550px;
}
.protectdata-popup p{
    text-align: left !important;
}

.whydoweAsk1 {
    background-color: #fff;
}

.whydoweAsk svg {
    font-size: 50px;
    color: #4CAF50;
    padding: 10px;
}

.whydoweAsk h3 {
    font-size: 18px;
    color: #4CAF50;
    padding-bottom: 10px;
    line-height: 28px;
    font-weight: 800;
}

.whydoweAsk p {
    font-size: 14px;
    color: #3A3B3C;
    line-height: 20px;
    margin-bottom: 10px;
    font-weight: 600;
}

.whydoweAsk a {
    font-size: 14px;
    color: #3A3B3C;
    font-weight: 600;
    margin-bottom: 20px;
    text-decoration:underline;
}

.f-14 {
    font-size: 14px !important;
}

.f-15 {
    font-size: 15px;
}

.f-16 {
    font-size: 16px;
}

.f-12 {
    font-size: 12px;
}

.f-28 {
    font-size: 28px;
}

.back-button svg {
    color: #078041;
}

.centerbtns {
    display: inline-flex;
}

.text-center {
    text-align: center;
}

.p-t-25 {
    padding-top: 25px;
}

.p-t-20 {
    padding-top: 20px;
}

.p-t-10 {
    padding-top: 10px;
}

.protectData {
    font-size: 14px;
    font-weight: 600;
    color: #233359;
    text-align: center;
    padding-top: 10px;
}

    .protectData a svg {
        padding-top: 5px;
        color: #233359;
        font-size: 17px;
    }

.m-b-5 {
    margin-bottom: 5px;
}

.m-b-15 {
    margin-bottom: 15px;
}

.m-b-10 {
    margin-bottom: 10px !important;
}

.p-l-0 {
    padding-left: 0px;
}
.p-l-5{
 padding-left:5px;
}
.p-r-5{
    padding-right:5px;
}
.cursor-pointer{
    cursor:pointer;
}
.searchImage img {
    border-radius: 10px;
}

.searchOverview {
    padding: 22px;
    background: #FFFFFF;
    border-radius: 10px;
}

.searchOverview {
    color: #233359;
    font-size: 14px;
    font-weight: 800;
}

    .searchOverview label {
        color: #233359;
        font-size: 14px;
        font-weight: 300;
        width: 75px;
        padding: 8px 0px;
    }

    .searchOverview h4 {
        font-size: 16px;
    }

.editIcon a svg {
    color: #0069AA;
    font-size: 20px;
}

.m-t-20 {
    margin-top: 20px;
}

.p-t-15 {
    padding-top: 15px;
}

.confirmProperty {
    color: #384668;
    font-size: 14px;
}

.estimatedMarket {
    padding: 20px;
    background: #ffffff;
    border-radius: 10px;
}

.marketValue {
    font-size: 16px;
    color: #0089DD;
    padding: 10px;
    clear: both;
}

.marketValueText {
    font-size: 13px;
    color: #0089DD;
    padding-top: 3px;
    float: left;
    margin-left: 10px;
}

.marketValueIcon {
    float: left;
}

    .marketValueIcon svg {
        font-size: 20px;
        color: #0089DD;
    }

.marketValueNum {
    font-size: 16px;
    color: #233359;
    font-weight: 700;
    float: right;
    padding-top: 3px;
    padding-left: 40px;
}

.dotEstimated {
    background: #2882C5;
    border-radius: 15px;
    width: 10px;
    height: 10px;
    float: left;
    margin: 10px;
}

.YourEstimated {
    font-size: 16px;
    color: #00AF42;
    clear: both;
    padding: 10px;
    border-radius: 5px;
}

.yourEstimatedText {
    font-size: 13px;
    color: #F4A41E;
    padding-top: 3px;
    float: left;
    font-weight: 400;
    margin-left: 10px;
}

.yourEstimatedIcon {
    float: left;
}

    .yourEstimatedIcon svg {
        font-size: 20px;
        color: #F4A41E;
    }

.yourEstimatedNum {
    font-size: 16px;
    color: #F4A41E;
    font-weight: 400;
    float: right;
    padding-top: 3px;
    padding-left: 7px;
    padding-right: 5px;
}

.dotyourEstimated {
    background: #00AF42;
    border-radius: 15px;
    width: 10px;
    height: 10px;
    float: left;
    margin: 10px;
}


.Mortgage {
    font-size: 16px;
    color: #E66770;
    padding: 10px;
    clear: both;
}

.MortgageText {
    font-size: 16px;
    color: #6e6e6e;
    padding-top: 3px;
    float: left;
    margin-left: 20px;
    font-weight: 600;
    width:325px;
}
.MortgageText span {
    display: block;
    font-size: 12px;
    color: #81AACA;
}
.marketValueText a svg {
    font-size: 10px;
    position: relative;
    bottom: 8px;
    right: 3px;
}

.yourEstimatedText a svg {
    font-size: 10px;
    position: relative;
    bottom: 8px;
    right: 3px;
}

.MortgageText a svg {
    font-size: 10px;
    position: relative;
    bottom: 8px;
    right: 3px;
}

.MortgageIcon {
    float: left;
    /*width: 20px;*/
    text-align: center;
}
    .MortgageIcon svg {
        position:relative;
        top:10px;
    }
    .MortgageIcon i {
        font-size: 20px;
        color: #E66770;
    }

.MortgageNum {
    font-size: 16px;
    color: #233359;
    font-weight: 700;
    float: right;
    padding-top: 3px;
    padding-left: 7px;
}
.MortgageIcon img {
    width: 45px;
}

.estmv {
    margin-top: 10px;
}

.MortgageIcon estmv {
    margin-top: 15px;
}
.MortgageIcon .rmtic {
    margin-top: 20px;
}
.MortgageIcon .estheq {
    margin-top: 10px;
}
.MortgageIcon .aveq {
    margin-top: 25px;
}
.dotremainingMortgage {
    background: #F4A41E;
    border-radius: 15px;
    width: 10px;
    height: 10px;
    float: left;
    margin: 10px;
}

.availableAmount {
    font-size: 16px;
    color: #233359;
    padding: 10px;
    clear: both;
}

.availableAmountText {
    font-size: 15px;
    color: #00AF42;
    padding-top: 3px;
    float: left;
    margin-left: 10px;
    font-weight: 900;
}

.availableIcon {
    float: left;
    width: 25px;
    text-align: center;
}

    .availableIcon i {
        font-size: 25px;
        color: #00AF42;
    }

.availableAmountText a svg {
    font-size: 10px;
    position: relative;
    bottom: 8px;
    right: 3px;
}

.availableAmountnum {
    font-size: 15px;
    color: #00AF42;
    font-weight: 900;
    float: right;
    padding-top: 3px;
    padding-left: 7px;
    padding-right: 5px;
}

.downloadYour {
    line-height: 18px;
    text-align: center;
}

.downloadIcon {
    text-align: center;
}

.leftBorder {
    border-left: 1px solid #E9E9E9;
}

.estimatedPayment {
    background: #fbf9f3;
    padding: 15px 8px;
    border-radius: 10px;
    margin-top: 10px;
    border: 1px solid #ffb600;
    -moz-box-shadow: 3px 3px 5px 3px #e2e2e2;
    -webkit-box-shadow: 3px 3px 5px 3px #e2e2e2;
    box-shadow: 3px 3px 5px 3px #e2e2e2;
}

.estimatedIcon {
    float: left;
    padding: 6px 15px 10px 0px;
}

    .estimatedIcon i {
        font-size: 25px;
        padding-top: 14px;
        color: #ffb600;
    }

.estimatedText {
    font-size: 20px;
    font-weight: 800;
    color: #ffb600;
}
/*.estimatedText span {
        font-size: 12px;
        font-weight: 400;
        color: #585858;
    }*/
.estimatedApr {
    background: #fbf9f3;
    padding: 15px 8px;
    border-radius: 10px;
    margin-top: 10px;
    border: 1px solid #ffb600;
    -moz-box-shadow: 3px 3px 5px 3px #e2e2e2;
    -webkit-box-shadow: 3px 3px 5px 3px #e2e2e2;
    box-shadow: 3px 3px 5px 3px #e2e2e2;
}

.estimatedAprIcon {
    float: left;
    padding: 6px 10px 10px 0px;
}

.estimatedApr i {
    font-size: 25px;
    padding-top: 14px;
    color: #ffb600;
}

.estimatedAprText {
    font-size: 20px;
    font-weight: 800;
    color: #ffb600;
}

.estimatedApr span {
    font-size: 12px;
    font-weight: 400;
    color: #585858;
}

.line-h-22 {
    line-height: 22px;
}
/*LoanDetails range slider css*/
.gradient-range {
    width: 25em;
    height: 10px;
    background: linear-gradient(#1ebe6f 50%, #57a95a 100%);
    -webkit-appearance: none;
    -moz-appearance: none;
    outline: none;
    border-radius: 5px;
    box-shadow: 0px 5px 10px #b1b1b1;
}

    .gradient-range::-webkit-slider-thumb {
        width: 3.5em;
        height: 3.5em;
        border: 5px solid #fff;
        background: linear-gradient(#1ebe6f 50%, #57a95a 100%);
        ;
        border-radius: 50%;
        -webkit-appearance: none;
        cursor: -webkit-grab;
        cursor: pointer;
        -webkit-transition: border 1s;
        transition: border 1s;
        box-shadow: 0px 5px 10px #b1b1b1;
    }

        .gradient-range::-webkit-slider-thumb:active {
            cursor: -webkit-grabbing;
            cursor: pointer;
        }

    .gradient-range.green::-webkit-slider-thumb {
        border-color: #70c1b3;
    }

    .gradient-range.blue::-webkit-slider-thumb {
        border-color: #247ba0;
    }

    .gradient-range.yellow::-webkit-slider-thumb {
        border-color: #f3ffbd;
    }

    .gradient-range.crimson::-webkit-slider-thumb {
        border-color: #ff1654;
    }

.text-ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.imgHeight1 {
    height: calc(100vh - 461px) !important;
}

.align-center {
    display: block;
    width: 24%;
    margin: auto;
}

.slider {
    margin-top: 20px;
    width: 80% !important;
}

.valueInput, .count-heading {
    width: 130px !important;
    padding: 5px 10px !important;
    margin: 0px !important;
    text-align: right;
    color:#000000 !important;
    border-color: #ededed !important;
    font-size: 16px !important;
    font-weight: 800;
    margin-top:15px;
}

.valueInputIcon {
    font-size: 12px !important;
    top: -3px !important;
}

.imgHeight {
    height: calc(100vh - 461px);
}

.m--l-12 {
    margin-left: -12px;
    margin-top: 20px;
}

.applicantText {
    font-size: 15px !important;
    color: #4CAF50 !important;
}

.congfirst {
    width: 25%;
    float: left;
}

.congSecond {
    float: left;
    width: 2%;
}

.congthree {
    float: left;
    padding-left: 5px;
    padding-top: 2px;
    font-size: 14px;
}

input[type=date], input[type=datetime-local], input[type=month], input[type=time] {
    line-height: 30px !important;
    margin: 0px 0 10px;
}
/*Start Fonts*/
/* nunito-sans-200 - latin */
@font-face {
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 200;
    src: url('../fonts/nunito-sans-v5-latin-200.eot'); /* IE9 Compat Modes */
    src: local('Nunito Sans ExtraLight'), local('NunitoSans-ExtraLight'), url('../fonts/nunito-sans-v5-latin-200.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/nunito-sans-v5-latin-200.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/nunito-sans-v5-latin-200.woff') format('woff'), /* Modern Browsers */
    url('../fonts/nunito-sans-v5-latin-200.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/nunito-sans-v5-latin-200.svg#NunitoSans') format('svg'); /* Legacy iOS */
}
/* nunito-sans-300 - latin */
@font-face {
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/nunito-sans-v5-latin-300.eot'); /* IE9 Compat Modes */
    src: local('Nunito Sans Light'), local('NunitoSans-Light'), url('../fonts/nunito-sans-v5-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/nunito-sans-v5-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/nunito-sans-v5-latin-300.woff') format('woff'), /* Modern Browsers */
    url('../fonts/nunito-sans-v5-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/nunito-sans-v5-latin-300.svg#NunitoSans') format('svg'); /* Legacy iOS */
}
/* nunito-sans-regular - latin */
@font-face {
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/nunito-sans-v5-latin-regular.eot'); /* IE9 Compat Modes */
    src: local('Nunito Sans Regular'), local('NunitoSans-Regular'), url('../fonts/nunito-sans-v5-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/nunito-sans-v5-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/nunito-sans-v5-latin-regular.woff') format('woff'), /* Modern Browsers */
    url('../fonts/nunito-sans-v5-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/nunito-sans-v5-latin-regular.svg#NunitoSans') format('svg'); /* Legacy iOS */
}
/* nunito-sans-600 - latin */
@font-face {
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/nunito-sans-v5-latin-600.eot'); /* IE9 Compat Modes */
    src: local('Nunito Sans SemiBold'), local('NunitoSans-SemiBold'), url('../fonts/nunito-sans-v5-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/nunito-sans-v5-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/nunito-sans-v5-latin-600.woff') format('woff'), /* Modern Browsers */
    url('../fonts/nunito-sans-v5-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/nunito-sans-v5-latin-600.svg#NunitoSans') format('svg'); /* Legacy iOS */
}
/* nunito-sans-700 - latin */
@font-face {
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/nunito-sans-v5-latin-700.eot'); /* IE9 Compat Modes */
    src: local('Nunito Sans Bold'), local('NunitoSans-Bold'), url('../fonts/nunito-sans-v5-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/nunito-sans-v5-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/nunito-sans-v5-latin-700.woff') format('woff'), /* Modern Browsers */
    url('../fonts/nunito-sans-v5-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/nunito-sans-v5-latin-700.svg#NunitoSans') format('svg'); /* Legacy iOS */
}

/* nunito-sans-800 - latin */
@font-face {
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 800;
    src: url('../fonts/nunito-sans-v5-latin-800.eot'); /* IE9 Compat Modes */
    src: local('Nunito Sans ExtraBold'), local('NunitoSans-ExtraBold'), url('../fonts/nunito-sans-v5-latin-800.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/nunito-sans-v5-latin-800.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/nunito-sans-v5-latin-800.woff') format('woff'), /* Modern Browsers */
    url('../fonts/nunito-sans-v5-latin-800.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/nunito-sans-v5-latin-800.svg#NunitoSans') format('svg'); /* Legacy iOS */
}

/*End Fonts*/

/*-------------------------------------------------*/
/* =  Responsive Part
/*-------------------------------------------------*/
@media (max-width: 1400px) {
    section .portfolio-section .portfolio-box .project-post, .gallery-box.iso-call .gallery-post {
        width: 33.33333%;
    }
}

@media (max-width: 1199px) {
    header {
        width: 260px;
    }

        header nav.nav-menu {
            padding: 30px;
        }

    .fullscreen-container {
        padding-left: 260px !important;
    }

    #content {
        margin-left: 260px;
    }

    .headerTop {
        margin-left: 260px;
    }

    .footerSection {
        margin-left: 260px;
        position: relative;
        bottom: 30px;
    }

    .blog-section.standart.single-post .autor-post {
        padding: 50px 0;
    }

    .blog-section .blog-box.iso-call .blog-post {
        width: 50%;
    }

    .congfirst {
        width: 40%;
    }
}

@media (max-width: 991px) {
}

@media (max-width: 767px) {
    section.portfolio-section .portfolio-box .project-post,
    .gallery-box.iso-call .gallery-post,
    section.portfolio-section .portfolio-box.col-3 .project-post {
        width: 50%;
    }

    .tp-thumbs {
        display: none;
    }

    .slider-section6 .tp-thumbs {
        display: initial;
    }

    .slider-section3 .tp-caption.Concept-Title {
        padding: 0.03em 1em;
    }

    .contact-section .map-holder {
        height: 300px;
    }

    .congfirst {
        width: 60%;
    }
}

@media (max-width: 600px) {
    .blog-section .blog-box.iso-call .blog-post {
        width: 100%;
    }

    .congfirst {
        width: 60%;
    }
}

@media (max-width: 460px) {
    section.portfolio-section .portfolio-box .project-post,
    .gallery-box.iso-call .gallery-post,
    section.portfolio-section .portfolio-box.col-2 .project-post,
    section.portfolio-section .portfolio-box.col-3 .project-post {
        width: 100%;
    }

    .contact-section .map-holder {
        height: 200px;
    }

    .congfirst {
        width: 60%;
    }
}

.top-30 {
    top: -10px;
}


.overlay {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    background-color: rgba(0,0,0,0.4);
    width: 100%;
    height: 100vh;
    z-index: 9999;
    display: none;
}

.overlay-content {
    position: absolute;
    /*transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);*/
    top: 35%;
    left: 20%;
    right: 0;
    text-align: center;
}
/*#Gifloader {
    background: #000000 url('../images/dssaa.gif') no-repeat center center;
    position: fixed;
    width: 100%;
    height: 100vh;
    z-index: 99999;
    opacity: 0.3;
    background-size: 200px 200px;
    background-position:60% 50%;
    display: none;
}*/
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* Add animation to "page content" */
.animate-bottom {
    position: relative;
    -webkit-animation-name: animatebottom;
    -webkit-animation-duration: 1s;
    animation-name: animatebottom;
    animation-duration: 1s
}

@-webkit-keyframes animatebottom {
    from {
        bottom: -100px;
        opacity: 0
    }

    to {
        bottom: 0px;
        opacity: 1
    }
}

@keyframes animatebottom {
    from {
        bottom: -100px;
        opacity: 0
    }

    to {
        bottom: 0;
        opacity: 1
    }
}

/*Content Scroll */
.services-section {
    height: calc(100vh - 168px);
    overflow: scroll;
    overflow-y: auto;
    overflow-x: hidden;
}
.services-section-borrower {
    height: calc(100vh - 280px);
    margin-bottom: 10px;
}

    .services-section::-webkit-scrollbar {
        width: 0px;
        border-radius: 0px;
        height: 0px;
    }

    .services-section::-webkit-scrollbar-track {
        background: white;
        border-radius: 6px;
    }

    .services-section::-webkit-scrollbar-thumb {
        width: 0px;
        background: gray;
        border-radius: 0px;
        border: unset;
    }

    .services-section:hover {
        overflow-y: auto;
    }



.menu-list::-webkit-scrollbar {
    width: 6px;
    border-radius: 6px;
    height: 0px;
}

.menu-list::-webkit-scrollbar-track {
    background: white;
    border-radius: 6px;
}

.menu-list::-webkit-scrollbar-thumb {
    width: 6px;
    background: gray;
    border-radius: 6px;
    border: unset;
}

.menu-list:hover {
    overflow-y: auto;
}
/*END Content Scroll */

/*Header Group */

.headding-text span {
    font-size: 13px;
    padding-left: 10px;
}

.headding-text a svg {
    font-size: 10px;
    position: relative;
    bottom: 8px;
    right: 3px;
}
/*END Header Group */

    .av-amont {
        margin: 20px 0px;
    }

    .av-amont p {
        font-size: 11px;
        font-weight: 900;
        color: #5c5c5c;
    }

    .av-amont h3 {
        font-size: 24px;
        font-weight: 900;
        color: #4CAF50;
    }

    .av-amont-error {
     
        padding-top: 20px;
    }

    .av-inner {
        padding: 5px 10px;
       
    }
    .av-amont-error h3 {
        font-size: 11px;
        font-weight: 600;
        color: #5c5c5c;
        padding-top: 10px;
    }
    .av-amont-error {
        height: 165px;
        padding-top: 10px;
        box-shadow: 1px 1px 10px 5px #f5f5f5;
        border-radius: 10px;
    }
.av-amont-error2 {
    box-shadow: 1px 1px 10px 5px #f5f5f5;
    border-radius: 10px;
}
.av-amount-success {
    height: 165px;
    padding-top: 10px;
    border: 1px solid #4CAF50;
    border-radius: 10px;
    box-shadow: 1px 1px 10px 5px #f5f5f5;
}

.av-amont-error p {
    font-size: 10px;
    font-weight: 600;
    color: #5c5c5c;
    line-height: 16px;
    padding-top: 0px;
}
.av-amont-error2 p {
    font-size: 10px;
    font-weight: 600;
    color: #5c5c5c;
    line-height: 16px;
    padding-top: 0px;
}

.card-address {
    /*box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  transition: 0.3s;*/
    border-radius: 10px;
}

.white-bg {
    background: #ffffff;
    border-radius: 10px;
}

.white-bg-address {
    background: #ffffff;
    border-radius: 40px 10px 10px 30px;
}
/*.card-address:hover {
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}*/

img-address {
    border-radius: 5px 5px 0 0;
}
/*-----------------Input Groups--------------------*/

/*input text*/
.searchInput {
    background-color: transparent;
    border: 1px solid #e1e1e1;
    padding: 20px;
    border-radius: 5px;
    font-size: 14px;
    margin-bottom: 28px;
}

input[type="text"], input[type="number"] {
    width: 100%;
    border: 1px solid #aaa;
    border-radius: 5px;
    margin: 0px 0 3px;
    outline: none;
    padding: 10px 10px;
    box-sizing: border-box;
    transition: 0.3s;
    font-size: 14px;
}

    input[type="text"]:focus, input[type="number"]:focus, input[type="password"]:focus {
        border-color: #4CAF50;
        box-shadow: 0px 2px 10px 0 #d2d2d2
    }

.inputWithIcon input[type="text"], .inputWithIcon input[type="number"], .inputWithIcon input[type="password"] {
    padding-left: 45px;
}

.inputWithIcon {
    position: relative;
    padding-bottom:10px;
}

    .inputWithIcon i {
        position: absolute;
        left: 0;
        top: -3px;
        padding: 15px;
        /*color: #4CAF50;*/
        transition: 0.3s;
        font-size: 20px;
    }
.inputBrorProfile i {
    padding: 12px 15px !important;
    font-size: 15px;
}
    .inputWithIcon input[type="text"]:focus + i {
        /*color: #4CAF50;*/
    }

input[type="date"]:focus {
    border-color: #30CC90;
    box-shadow: 0px 2px 10px 0 #d2d2d2
}

.inputWithIcon.inputIconBg i {
    background-color: #aaa;
    color: #fff;
    padding: 9px 4px;
    border-radius: 4px 0 0 4px;
}

.inputWithIcon .inputIconBg input[type="text"]:focus + i {
    color: #fff;
    background-color: #30CC90;
}

.text-inputs label {
    font-size: 13px;
    font-weight: 400;
}

.input-date {
    width: 100%;
    border: 1px solid #aaa;
    padding: 5px 20px;
    border-radius: 5px;
    font-size: 14px;
}
.lg-word-break {
    word-break: break-all;
}
select {
    width: 100%;
    border: 1px solid #aaa;
    border-radius: 30px;
    margin: 0px 0 10px;
    outline: none;
    padding: 10px 10px 10px 45px;
    box-sizing: border-box;
    transition: 0.3s;
    font-size: 14px;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    /* Add custom arrow */
    background-color: DodgerBlue;
}

.select-safari {
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjwhRE9DVFlQRSBzdmcgIFBVQkxJQyAnLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4nICAnaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkJz48c3ZnIGlkPSJMYXllcl8xIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA2NCA2NDsiIHZlcnNpb249IjEuMSIgdmlld0JveD0iMCAwIDY0IDY0IiB4bWw6c3BhY2U9InByZXNlcnZlIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj48c3R5bGUgdHlwZT0idGV4dC9jc3MiPgoJLnN0MHtmaWxsOiMxMzQ1NjM7fQo8L3N0eWxlPjxnPjxnIGlkPSJJY29uLUNoZXZyb24tTGVmdCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMjM3LjAwMDAwMCwgMzM1LjAwMDAwMCkiPjxwb2x5bGluZSBjbGFzcz0ic3QwIiBpZD0iRmlsbC0zNSIgcG9pbnRzPSItMjE4LjcsLTMwOC42IC0yMTYuNywtMzEwLjYgLTIwNSwtMjk4LjggLTE5My4zLC0zMTAuNiAtMTkxLjMsLTMwOC42IC0yMDUsLTI5NC45ICAgICAgLTIxOC43LC0zMDguNiAgICAiLz48L2c+PC9nPjwvc3ZnPg==) no-repeat right 50% !important;
    -moz-appearance: none;
    -webkit-appearance: none;
}

    .select-safari:after {
        content: '\0025BC';
        font: normal normal normal 12px/1 FontAwesome;
        color: #c1c1c1;
        right: 14px;
        top: 4px;
        height: 26px;
        padding: 15px 0px 0px 8px;
        position: absolute;
        pointer-events: none;
    }

@media all and (-ms-high-contrast:none) {
    .select-safari {
        background: none !important;
    }
    /* IE10 */
    *::-ms-backdrop, .select-safari {
        background: none !important;
    }
    /* IE11 */
}

@media all and (-ms-high-contrast:none) {
    .ContentReview {
        min-height: 75px !important;
    }
    /* IE10 */
    *::-ms-backdrop, .ContentReview {
        min-height: 75px !important;
    }
    /* IE11 */
}

@-moz-document url-prefix() {
    .ContentReview {
       /* display: flex;*/
    }
}


.inputWithIcon select i {
    position: absolute;
    left: 0;
    top: 10px;
    padding: 15px;
    color: #aaa;
    transition: 0.3s;
}

.inputWithIcon select :focus + i {
    color: #30CC90;
}


/* Check Boxe*/
.inputGroup {
    background-color: #fff;
    display: block;
    margin: 10px 0;
    position: relative;
    border: 1px solid #D2D2D2;
    border-radius: 5px;
}

    .inputGroup label {
        padding: 10px 0px 5px 45px;
        width: 100%;
        display: block;
        text-align: left;
        color: #3c454c;
        cursor: pointer;
        position: relative;
        z-index: 2;
        -webkit-transition: color 200ms ease-in;
        transition: color 200ms ease-in;
        overflow: hidden;
        font-size: 13px;
        font-weight: 400;
    }

        .inputGroup label a svg {
            font-size: 10px;
            position: relative;
            bottom: 8px;
            right: 3px;
        }

.info-icon-top {
    font-size: 10px;
    position: relative;
    bottom: 5px;
    right: 0px;
}

.inputGroup label:before {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    min-height: 32px;
    border-radius: 5px;
    -webkit-transform: translate(-50%, -50%) scale3d(1, 1, 1);
    transform: translate(-50%, -50%) scale3d(1, 1, 1);
    -webkit-transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
    opacity: 0;
    z-index: -1;
}

.inputGroup label:after {
    width: 25px;
    height: 25px;
    content: '';
    border: 1px solid #D2D2D2;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.414 11L4 12.414l5.414 5.414L20.828 6.414 19.414 5l-10 10z' fill='%23fff' fill-rule='nonzero'/%3E%3C/svg%3E ");
    background-repeat: no-repeat;
    background-position: 0px 0px;
    border-radius: 5px;
    z-index: 2;
    position: absolute;
    top: 56%;
    left: 10px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
    -webkit-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
}

.inputGroup input:checked ~ label {
    color: #04B14C;
}

    .inputGroup input:checked ~ label:before {
        -webkit-transform: translate(-50%, -50%) scale3d(56, 56, 1);
        transform: translate(-50%, -50%) scale3d(56, 56, 1);
        opacity: 1;
    }

    .inputGroup input:checked ~ label:after {
        background-color: #04B14C;
        border-color: #04B14C;
    }

.inputGroup input {
    width: 32px;
    height: 32px;
    -webkit-box-ordinal-group: 2;
    order: 1;
    z-index: 2;
    position: absolute;
    right: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
    visibility: hidden;
}
/*End Check Boxe*/

/*--------End Input Text-------------------*/



/*Footer Group */

.footerbox {
    padding: 4px 0px;
    margin: 0px 40px 0px 40px;
}

    .footerbox p {
        font-size: 12px !important;
    }
.footernotedispara {
    position: relative;
    top: 10px;
}
.social-icons {
    padding-top: 15px;
    margin-left: 6px;
}
    .social-icons a {
        padding-left: 5px;
    }
/*END Footer Group */


/*---------------Button Group---------------- */
.btn-theme {
    border: none;
    padding: 8px 40px;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 600;
    box-shadow: 1px 1px 15px 0px #9c9c9c;
}

    .btn-theme:focus {
        border: none !important;
        padding: 8px 40px !important;
        border-radius: 10px !important;
        font-size: 16px !important;
        font-weight: 600 !important;
        box-shadow: 1px 1px 15px 0px #9c9c9c !important;
    }

    .btn-theme:hover {
        opacity: 0.9;
    }

.btn-theme-back {
    font-size: 26px;
    border: none;
    padding: 0px;
    border-radius: 5px;
}

    .btn-theme-back :hover {
        opacity: 0.9;
    }

    .btn-theme-back:focus {
        font-size: 26px !important;
        border: none !important;
        padding: 0px !important;
        border-radius: 5px
    }

button svg {
    margin: -5px 20px;
}

.btn-theme svg {
    position: relative;
    top: 4px;
    margin-left: 20px;
}

.modal-content {
    border-radius: 5px !important;
}

.adderssfirst {
    width: 100%;
    float: left;
}

    .adderssfirst p {
        color: #5c93b7;
        margin-bottom: 0px;
        font-weight: 600;
        font-size:12px;
    }

.Overviewfirst {
    width: 100%;
    float: left;
}

    .Overviewfirst p {
        color: #5c93b7;
        margin-bottom: 0px;
        font-weight: 600;
        font-size:12px
    }

.OverviewSecond {
    float: left;
    width: 2%;
}

.Overviewthree {
    float: left;
    /*padding-top: 2px;*/
    width: 100%;
    font-size: 15px;
    font-weight:800;
}

.p-t-30 {
    padding-top: 30px;
}

.services-post {
    max-height: calc(100vh - 271px);
    overflow: scroll;
    overflow-y: auto;
    overflow-x: hidden;
}

    .services-post::-webkit-scrollbar {
        width: 6px;
        border-radius: 6px;
        height: 0px;
    }

    .services-post::-webkit-scrollbar-track {
        background: #f4f4f8;
        border-radius: 6px;
    }

    .services-post::-webkit-scrollbar-thumb {
        width: 6px;
        background: gray;
        border-radius: 6px;
        border: unset;
    }

    .services-post:hover {
        overflow-y: auto;
    }

.equityPagescroll {
    max-height: calc(100vh - 218px);
    overflow: scroll;
    overflow-y: auto;
    overflow-x: hidden;
}

    .equityPagescroll::-webkit-scrollbar {
        width: 6px;
        border-radius: 6px;
        height: 0px;
    }

    .equityPagescroll::-webkit-scrollbar-track {
        background: #f4f4f8;
        border-radius: 6px;
    }

    .equityPagescroll::-webkit-scrollbar-thumb {
        width: 6px;
        background: gray;
        border-radius: 6px;
        border: unset;
    }

    .equityPagescroll:hover {
        overflow-y: auto;
    }

/*Custom CSS Start*/
.header-bg {
    /*-----------------For Google Chrome(v 4-9) and Safari (v 4-5)--------------------*/
    background-image: linear-gradient(#233359f7, #233359fa);
    /*-----------------For Firefox(v 3.6-15)--------------------*/
    background-image: -moz-linear-gradient(#233359f7, #233359fa);
    /*-----------------For Opera(v 11.5)--------------------*/
    background-image: -o-linear-gradient(#233359f7, #233359fa);
    /*-----------------For IE 10+--------------------*/
    background: -ms-linear-gradient(#233359f7, #233359fa);
    background-color: #233359;
}

.leftMenushadow {
    box-shadow: 1px 0px 10px #444444;
}

.brr-1 {
    border-right: 1px #ddd solid;
}

.align-center {
    display: block;
    width: 20%;
    margin: auto;
    min-width: 260px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.download-pdf-model {
    max-width: 560px !important
}

.side-popup-header {
    padding: 30px;
    font-size: 16px;
    background-color: #2d456a;
}

.side-popup-text h3 {
    font-weight: 600
}

.side-popup-header button {
    font-size: 20px;
}

.side-popup-text p {
    color: #717171 !important
}

.progressbar li:before {
    width: 30px;
    height: 30px;
    border: 2px solid #bebebe;
    display: block;
    margin: 0 auto 10px auto;
    border-radius: 50%;
    line-height: 27px;
    background: white;
    color: #bebebe;
    text-align: center;
    font-weight: bold;
}

.btn.focus, .btn:focus, .btn:hover {
    color: #fff;
    text-decoration: none;
}

.menu-list li a span {
    position: relative;
    top: -5px;
    margin: 10px;
}

.cancelbtn {
    background-color: transparent;
    border: 1px solid #8d95a1;
    padding: 10px 20px;
    color: #8d95a1;
    font-size: 14px;
    font-weight: 700;
    border-radius: 10px;
    display: block;
    width: 100%;
    max-width: 130px;
    margin: 30px;
    text-transform: uppercase;
}



.progressbar .last :after {
    background: none;
}

.progressbar li.active + li:after {
    background: #3aac5d;
}

.progressbar li.active + li:before {
    border-color: #3aac5d;
    background: #3aac5d;
    color: white
}

.flexslider .slides {
    zoom: 1;
    position: relative;
    height: 200px;
    border-radius: 10px;
    box-shadow: 1px 1px 7px 5px #dbdbdb;
}

.edit-address {
    text-align: center;
    padding: 40px;
}

    .edit-address span {
        font-size: 14px;
        color: #00d29c;
        font-weight: 800;
        margin-bottom: 20px;
        letter-spacing: 0.5px;
    }

    .edit-address svg {
        color: #00d29c;
        font-size: 16px;
        margin-right: 5px;
    }

.edit-address-card {
    padding: 30px;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 1px 1px 7px 5px #eee;
    border: none;
}

    .edit-address-card h2 {
        font-family: 'Nunito Sans';
        font-size: 22px;
        font-weight: 600;
    }

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    padding: 0px 26px 0px 8px;
    line-height: 2.428571;
    vertical-align: top;
    border-top: none;
}

.table-theme tbody tr th {
    font-size: 16px;
    color: #959595;
    font-weight: 300;
}

.table-theme tbody tr td {
    font-size: 16px;
    color: #454545;
    font-weight: 600;
}

.sticky-toolbar {
    width: 48px;
    position: fixed;
    top: 30%;
    right: 0;
    list-style: none;
    margin: 0;
    z-index: 50;
    background: #fff;
    -webkit-box-shadow: 0px 0px 50px 0px rgba(82, 63, 105, 0.15);
    box-shadow: -10px 0px 50px 0px rgb(122 122 122 / 23%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-top-left-radius: 0.42rem;
    border-bottom-left-radius: 0.42rem;
    border: 1px solid #fff;
}

.loan-model {
    max-width: 530px !important
}

.modal-dialog {
    max-width: 430px;
    margin: 1.75rem auto;
}

.sticky-toolbar > li > a:focus, .nav > li > a:hover {
    text-decoration: none;
    background-color: #0b7a3e;
    color: #fff !important
}

.sticky-toolbar > li > a {
    background-color: #53535314;
    color: #4CAF50 !important;
    border-radius: 5px;
}


.sticky-toolbar > li > a {
    padding: 8px 9px;
}

#chart2div {
    width: 70%;
    height: 235px;
    font-size: 11px;
}

    #chart2div table {
        border-collapse: collapse;
    }

    #chart2div td, #chart2div th {
        border: 1px solid #ccc;
        padding: 3px 6px;
        text-align: left;
    }

#chart {
    width: 300px;
    height: auto;
    margin: 0px auto;
    position: relative;
    top: -30px;
    left: -20px;
}

.social-icons a i {
    font-size: 26px;
}

.footer-buttons {
    padding: 20px;
}

.estimatedPayment {
    background: #233259;
    /*padding: 10px 8px;*/
    border-radius: 10px;
    margin-top: 5px;
    border: 1px solid #233259;
    -moz-box-shadow: 3px 3px 5px 3px #e2e2e2;
    -webkit-box-shadow: 3px 3px 5px 3px #e2e2e2;
    box-shadow: 3px 3px 5px 3px #e2e2e2;
}


.estimatedIcon {
    float: left;
    padding: 5px 0px 10px 15px;
}

    .estimatedIcon i {
        font-size: 30px;
        padding-top: 0;
        color: #ffffff;
    }

.estimatedText {
    font-size: 20px;
    font-weight: 800;
    color: #ffffff;
    text-align: center;
}

.est-amount {
    font-size: 20px;
    color: #4CAF50;
}

.f-20 {
    font-size: 18px;
}

.f-15 {
    font-size: 15px !important;
}
.f-16 {
    font-size: 16px !important;
}
.esText {
    font-size: 12px;
    color: #fff;
    font-weight: 600;
    text-align: left;
    padding:5px 0;
}
 .esText span {
        font-size: 12px;
        font-weight: 800;
    }
    /* MODAL FADE LEFT RIGHT BOTTOM */
    .modal.fade:not(.in).left .modal-dialog {
        -webkit-transform: translate3d(-25%, 0, 0);
        transform: translate3d(-25%, 0, 0);
    }

.modal.fade:not(.in).right .modal-dialog {
    -webkit-transform: translate3d(25%, 0, 0);
    transform: translate3d(25%, 0, 0);
}

.modal.fade:not(.in).bottom .modal-dialog {
    -webkit-transform: translate3d(0, 25%, 0);
    transform: translate3d(0, 25%, 0);
}

.modal.right .modal-dialog {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
}

.modal.left .modal-dialog {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
}

    .modal.left .modal-dialog.modal-sm {
        max-width: 500px;
    }

.modal.left .modal-content, .modal.right .modal-content {
    min-height: 100vh;
    border: 0;
}


@media (min-width: 576px) {
    .modal-dialog {
        max-width: 370px;
        margin: 1.75rem auto;
    }
}

.whydoweAsk {
    border-radius: 10px;
    padding: 30px;
    text-align: center;
}

ul {
    padding: 0;
    list-style-type: none;
}

.flexslider .slides img {
    position: relative;
    bottom: 80px;
}

.container {
    margin-top: 15px;
    Display: flex;
    justify-content: center;
    align-items: center;
}

.phone {
    background-color: #36383F;
    border-radius: 40px;
    width: 300px;
    height: 600px;
    Display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 30px 50px 100px #85888C;
}

.content {
    border: 1px solid #36383F;
    border-radius: 20px;
    width: 94%;
    height: 91%;
    background-color: #F5F6FA;
    overflow: hidden;
}

.preview-pdf {
    width: 450px;
    border: 1px solid #00cf96;
    border-radius: 10px;
}

#menuToggle {
    display: flex;
    flex-direction: column;
    position: relative;
    top: 15px;
    margin-left: 20px;
    z-index: 1;
    -webkit-user-select: none;
    user-select: none;
}

    #menuToggle input {
        display: flex;
        width: 40px;
        height: 32px;
        position: absolute;
        cursor: pointer;
        opacity: 0;
        z-index: 2;
    }

    #menuToggle span {
        display: flex;
        width: 29px;
        height: 2px;
        margin-bottom: 5px;
        position: relative;
        background: #ffffff;
        border-radius: 3px;
        z-index: 1;
        transform-origin: 5px 0px;
        transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0), background 0.5s cubic-bezier(0.77,0.2,0.05,1.0), opacity 0.55s ease;
    }

        #menuToggle span:first-child {
            transform-origin: 0% 0%;
        }

        #menuToggle span:nth-last-child(2) {
            transform-origin: 0% 100%;
        }

    #menuToggle input:checked ~ span {
        opacity: 1;
        transform: rotate(45deg) translate(-3px, -1px);
        background: #36383F;
    }

        #menuToggle input:checked ~ span:nth-last-child(3) {
            opacity: 0;
            transform: rotate(0deg) scale(0.2, 0.2);
        }

        #menuToggle input:checked ~ span:nth-last-child(2) {
            transform: rotate(-45deg) translate(0, -1px);
        }

#menu {
    position: absolute;
    width: 300px;
    height: 830px;
    margin: -50px 0 0 -50px;
    padding: 50px;
    padding-top: 100px;
    -webkit-font-smoothing: antialiased;
    transform-origin: 0% 0%;
    transform: translate(-100%, 0);
    transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
    padding-right:10px;
}

    #menu li {
        padding: 10px 0;
        transition-delay: 2s;
    }

#menuToggle input:checked ~ ul {
    transform: none;
}

.thanks-div {
    background-image: linear-gradient(#2f3f65f7, #041f49fa), url(https://images.pexels.com/photos/2121121/pexels-photo-2121121.jpeg?auto=compress&cs=tinysrgb&dpr=1&w=500);
    box-shadow: 4px 0px 10px #868686;
}

.thanks-div-text h1 {
    font-weight: 900 !important;
    font-size: 40px
}

.thanks-div-text p {
    color: #fff;
}

.thanks-div-text-span {
    font-weight: 700;
    font-size: 14px;
    padding-top: 10px;
    color: black;
    word-break: break-all;
}

.thanks-list {
    font-size: 14px;
    padding-left: 40px;
}

    .thanks-list li {
        padding-bottom: 5px;
        font-size: 14px !important;
    }

        .thanks-list li::before {
            content: "\2022";
            color: #30CC90;
            font-weight: bold;
            display: inline-block;
            width: 1em;
            margin-left: -1em;
        }

.HELOCFeatures-list {
    font-size: 14px !important;
    padding-right: 10px !important;
    color: #3A3B3C !important;
}

    .HELOCFeatures-list span, .HELOCFeatures-list p {
        font-size: 14px !important;
        font-family: 'Nunito Sans' !important;
        color: #3A3B3C !important;
        line-height: 20px !important;
        margin-bottom: 10px !important;
        font-weight: 600 !important;
    }

.HELOCFeaturesOl-list {
    font-size: 14px;
    padding-right: 10px;
    color: #3A3B3C !important;
}
    .HELOCFeaturesOl-list span, .HELOCFeaturesOl-list p {
        font-size: 14px !important;
        font-family: 'Nunito Sans' !important;
        color: #3A3B3C !important;
        line-height: 20px !important;
        margin-bottom: 10px !important;
        font-weight: 600 !important;
    }

    .HELOCFeaturesOl-list ol {
        font-size: 14px !important;
        font-family: 'Nunito Sans' !important;
        color: #3A3B3C !important;
        padding-left: 20px !important;
        list-style: disc !important;
        font-weight: 600 !important;
    }

.HELOCFeatures-list li {
    padding-bottom: 5px;
    font-family: 'Nunito Sans' !important;
}

    .HELOCFeatures-list li::before {
        content: "\2022";
        color: #30CC90;
        font-weight: bold;
        display: inline-block;
        width: 1em;
        margin-left: -1em;
    }

.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.p-b-20 {
    padding-bottom: 20px;
}

.p-r-0 {
    padding-right: 0px;
}

.p-l-15 {
    padding-left: 15px;
}
.p-l-10 {
    padding-left: 10px;
}

.starting-div {
    background-image: linear-gradient(#2f3f65f7, #041f49fa), url(https://images.pexels.com/photos/2121121/pexels-photo-2121121.jpeg?auto=compress&cs=tinysrgb&dpr=1&w=500);
    box-shadow: 4px 0px 10px #868686;
    text-align: center
}

.starting-div-text h4 {
    font-weight: 900 !important;
    font-size: 26px;
    color: #30CC90;
}

.starting-div-text p {
    color: #bababa;
}

    .starting-div-text p span {
        color: #30CC90;
    }

input.circle-range-select {
    display: none
}

.circle-range-select-wrapper {
    position: relative;
    max-width: 100%;
    width: 20em;
    height: 20em;
    margin: 1em;
    border-radius: 50%;
    border: .8em solid #ccc;
    padding: 0 !important;
    cursor: default;
    box-shadow: 1px 2px 10px 7px #ededed;
}

    .circle-range-select-wrapper .handle {
        position: absolute;
        z-index: 2;
        width: 0;
        height: 0;
        border: 0;
        padding: 0;
        cursor: pointer
    }

        .circle-range-select-wrapper .handle:before {
            content: '';
            position: absolute;
            z-index: 3;
            top: -13px;
            left: -1em;
            height: 3em;
            width: 3em;
            border-radius: 50%;
            background: #0b590e;
            box-shadow: 0px 1px 8px 0px #444444;
        }

    .circle-range-select-wrapper .selected-range {
        position: absolute;
        z-index: 1;
        color: #4CAF50;
    }

    .circle-range-select-wrapper .values {
        position: absolute;
        z-index: 2;
        top: 50%;
        margin-top: -.5em;
        width: 100%;
        font-size: 2.85rem;
        text-align: center;
    }

.footer-logo {
    width: 120px;
}


.donut-chart-container {
    height: 220px;
    width: 230px;
    padding-top: 20px;
}

.card--chart {
    position: relative;
    bottom: 50px;
}

.m-t-15 {
    margin-top: 15px;
}

.youBeen {
    color: #8f95a1;
    font-size: 14px;
}

.donut-text tspan {
    font-size: 13px !important;
}

.donut-text .label {
    font-size: 12px !important;
}

.showmonthlypaymentDisclicon svg {
    font-size: 10px;
}
/*Custom CSS End*/
.section-service1234 {
    background-image: url(https://firstclose.com/wp-content/themes/firstClose/images/videoBG.png);
    background-position: 0px 342px;
    background-repeat: no-repeat;
    background-size: 100% 46%;
}


table tr td {
    padding: 10px;
}
.footertable table tr td {
    padding: 2px 10px !important;
}

.footernotedispara p {
    line-height: 14px !important;
}
.inputGroup {
    border-radius: 30px;
}

    .inputGroup label:after {
        border-radius: 30px;
    }

input[type="text"], input[type="number"], input[type="password"] 
{
    border-radius: 30px;
    border: 1px solid #D2D2D2;
}

.map-width {
    max-width: 61.666667%;
    margin-left: 15px;
    padding-left: 0px;
    padding-right: 0px;
}

.addressWidth {
    margin-right: 15px;
    padding-right: 0px;
}

.download-pdf-btn {
    background: linear-gradient(45deg, #5d91c7, #0e4675);
    border-radius: 40px !important;
    font-size: 14px;
    padding: 3px 20px 8px 20px !important;
    color:#ffffff;
}


    .download-pdf-btn:hover {
        opacity: 0.9;
        border-radius: 40px !important;
        font-size: 14px;
        padding: 3px 20px 8px 20px !important;
        color: #ffffff !important;
    }

    .download-pdf-btn:focus {
        background: linear-gradient(45deg, #5d91c7, #0e4675);
        border-radius: 40px !important;
        font-size: 14px;
        padding: 3px 20px 8px 20px !important;
        color: #ffffff !important;
    }

    .download-pdf-btn:after {
        background: linear-gradient(45deg, #5d91c7, #0e4675);
        border-radius: 40px !important;
        font-size: 14px;
        padding: 3px 20px 8px 20px !important;
        color: #ffffff !important;
    }

.estimated-card {
   /* border: 1px solid #eee;
    border-radius: 10px;*/
    padding: 20px 10px;
   /* max-height: 165px;
    margin-top: 20px;*/
}

.ContentReviewColumns {
    margin-left:18px;
    -moz-columns: 33em !important;
    -moz-column-width: 33em !important;
    -webkit-columns: 33em !important;
    columns: 33em !important;
}

.DisclosuresBorder {
    border: 2px solid #008247;
    border-radius: 10px;
    padding-top: 6px;
    padding-bottom: 10px;
}
.field-validation-error {
    position: relative;
    left: 15px;
}
.cbx {
    margin: auto;
    -webkit-user-select: none;
    user-select: none;
    cursor: pointer;
}

    .cbx span {
        display: inline-block;
        vertical-align: middle;
        transform: translate3d(0, 0, 0);
    }

        .cbx span:first-child {
            position: relative;
            width: 18px;
            height: 18px;
            border-radius: 3px;
            transform: scale(1);
            vertical-align: middle;
            border: 1px solid #9098A9;
            transition: all 0.2s ease;
        }

            .cbx span:first-child svg {
                position: absolute;
                top: 3px;
                left: 2px;
                fill: none;
                stroke: #FFFFFF;
                stroke-width: 2;
                stroke-linecap: round;
                stroke-linejoin: round;
                stroke-dasharray: 16px;
                stroke-dashoffset: 16px;
                transition: all 0.3s ease;
                transition-delay: 0.1s;
                transform: translate3d(0, 0, 0);
            }

            .cbx span:first-child:before {
                content: "";
                width: 100%;
                height: 100%;
                background: #506EEC;
                display: block;
                transform: scale(0);
                opacity: 1;
                border-radius: 50%;
            }

        .cbx span:last-child {
            padding-left: 8px;
        }

    .cbx:hover span:first-child {
        border-color: #506EEC;
    }

.inp-cbx:checked + .cbx span:first-child {
    background: #078041;
    border-color: #078041;
    animation: wave 0.4s ease;
}

    .inp-cbx:checked + .cbx span:first-child svg {
        stroke-dashoffset: 0;
    }

    .inp-cbx:checked + .cbx span:first-child:before {
        transform: scale(3.5);
        opacity: 0;
        transition: all 0.6s ease;
    }

.ContentReview {
    color: #233359;
    font-size: 12px;
    font-weight: 800;
    margin-bottom:20px;
}

.BasicReviewEditIcon svg {
    font-size: 20px;
    vertical-align: middle;
    margin-right: 5px;
    position: relative;
    bottom: 0px;
}

.ReviewEditIcon svg {
    font-size: 20px;
    vertical-align: middle;
    margin-right: 5px;
    position: relative;
    bottom: 0px;
}

.Reviewfirst {
    /*width: 48%;*/
    /*float: left;
    padding-right: 20px;*/
}

    .Reviewfirst p {
        margin-bottom: 0px;
        line-height: 14px;
        font-size: 13px;
    }

.ReviewSecond {
    /*float: left;
    width: 2%;*/
}

.ReviewSecond p {
    margin-bottom: 5px;
    font-size: 12px;
 }

.Reviewthree {
  
    width: 100%;
    
}

    .Reviewthree p {
        margin-bottom: 5px;
    }

    .Reviewthree span a i {
        color: #aaaaaa;
        padding-left: 10px;
    }

.basicrevedit i {
    color: #aaaaaa;
    padding-left: 10px;
}

.footerSection {
    min-height: 91px;
}



/*css for footer note disclosure*/
.footernotedispara .img-thumbnail {
    background-color: transparent !important;
}

.footernotedispara img {
    max-width: 20% !important;
    padding-right: 10px !important;
}

.footernotedispara {
    word-wrap: break-word;
    text-align: center !important;
}

    .footernotedispara p {
        text-align: center !important;
    }

.subOption, .coappsubOption {
    position: relative;
    top: 2px;
}


header {
    width: 340px !important;
}

#content {
    margin-left: 340px;
}

.headerTop {
    margin-left: 340px;
}

.footerSection {
    /*min-height: calc(100vh - 570px);*/
    margin-left: 340px;
   
}
.footerbox .col-md-2 {
    flex: 0 0 12.666667%;
    max-width: 12.666667%;
}

.footerbox .col-md-8 {
    padding-left: 0;
    flex: 0 0 71.666667%;
    max-width: 71.666667%;
}

.footer-text, .footer-text p, .footer-text p span, .footer-text div, .footer-text span, .footer-text div span, .footer-text h1, .footer-text div h1, .footer-text div h1 span, .footer-text h1 span, .footer-text h2, .footer-text div h2, .footer-text div h2 span, .footer-text h2 span, .footer-text h3, .footer-text div h3, .footer-text div h3 span, .footer-text h3 span, .footer-text h4, .footer-text div h4, .footer-text div h4 span, .footer-text h4 span, .footer-text h5, .footer-text div h5, .footer-text div h5 span, .footer-text h5 span, .footer-text h6, .footer-text div h6, .footer-text div h6 span, .footer-text h6 span, .footer-text a, .footer-text div a, .footer-text div div a {
    font-size: 12px !important;
    line-height: 14px !important;
    font-weight: normal !important;
    font-family: 'Nunito Sans' !important;
    line-height:14px !important;
}
/*Profile CSS*/

.button-wrap input[type="file"] {
    position: absolute;
    z-index: -1;
    top: 6px;
    left: 0px;
    font-size: 15px;
    color: #999999;
}

.button-wrap {
    position: relative;
}

.new-button {
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    border: none;
    padding: 7px 30px;
    border-radius: 10px;
    font-size: 12px;
    font-weight: 600;
}

.profileImage {
    text-align: center;
}

    .profileImage img {
        border-radius: 100px;
        width:30px;
        height:30px;
    }

.uploadProfile {
    text-align: center;
    margin-top: 15px;
}
.profileEdit a {
    color: #212529;
}
    .profileEdit a:hover {
        color: #0b7a3e;
    }
.profileDropdown a {
    font-size: 13px;
    padding-left: 5px;
    padding-top: 8px;
    color: #212529;
}
.profileDropdown a i {
    padding-right: 8px;
}
/*Profile CSS End*/
.ContentReviewHead{
    font-size:15px;
}
.sideReviewDetails{
    font-size:15px;
}
.perText {
    font-size: 18px;
    font-weight: 700;
    color: #4CAF50;
}
.word-break {
    word-break: break-all;
}
.confirmProperty-error {
    width: 60%;
    background-color: #FFF2F2;
    margin: auto;
    padding: 15px 5px 5px 20px;
    border-left: 10px solid #de5656;
    border-radius: 5px;
}
.confirmProperty-error p {
        color: #de5656;
        font-size: 16px;
    }
.confirmProperty-error svg {
        margin-right: 5px;
    }
.start-app-text {
    font-size: 12px;
    text-decoration: underline !important;
    color: #000 !important;
    margin-top: 20px;
}
#ResumeApplication .modal-dialog {
    position: relative;
    left: 165px;
}
.pt-45 {
    padding-top: 45px;
}
.EHL-logo {
    width: 30px;
    padding-right: 5px !important;
    margin-bottom: 5px;
    padding: 3px;
    border-radius: 2px;
    background-color: #ffffff;
    margin-right:5px;
}
.btn[disabled]{
    opacity:0.4 !important;
}
.btn[disabled]:hover {
    cursor: not-allowed;
}
.conformation-div {
    text-align: center;
    border: 1px solid #00AF42;
    border-radius: 10px;
    box-shadow: 4px 4px 10px 0px #e9e9e9;
    padding: 20px;
    margin: 20px;
}
.conformation-div p{
    color:#5c5c5c;
    font-weight:600;
}
.pgNglnk {
    cursor:pointer !important;
}

.p-t-60 {
    padding-top:60px;
}
.ui-datepicker table{
    font-size:1.2em !important;
}
.ui-datepicker {
    width: 20em !important;
    margin-left: 15px !important;
}
    .ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
        width: 40% !important;
        
    }
.ui-datepicker-title select {
    padding: 2px 3px !important;
    background-color: #fff !important;
    margin-left: 10px !important;
    -moz-appearance: auto; /* Firefox */
    -webkit-appearance: auto; /* Safari and Chrome */
    appearance: auto;
}
.ui-datepicker .ui-datepicker-title {
    margin: 0 1.8em !important;
}
.ui-widget-header {
    border: 1px solid #ffffff !important;
    background: #e1e1e1 !important;
    color: #000000 !important;
    font-weight: bold !important;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
    border: none !important;
    top: 2px !important;
    background: none !important;
}
.fdic, .ncua {
    position: relative;
    top: 10px;
}
.ehl {
    position: relative;
    top: 13px;
}
.addOtherIncomebtn:focus, .addAdditionalIncomebtn:focus, .coaddAdditionalIncomebtn:focus, .coaddOtherIncomebtn:focus{
    outline: none;
    box-shadow: none;
}
#submissiobPage .whydoweAsk {
    padding-top: 0px;
}
#submissiobPage .whydoweAsk div, #submissiobPage .whydoweAsk ol li {
    font-size: 14px !important;
    line-height: 20px;
    color: #3A3B3C !important;
}
#submissiobPage .whydoweAsk ol {
    padding-left: 13px;
}

@supports (-webkit-appearance: none) or (-moz-appearance: none) {
    .loantype {
        -webkit-appearance: none;
        -moz-appearance: none;
        background: #fff;
        border: 2px solid #c3c3c3;
        border-radius: 50%;
        cursor: pointer;
        height: 2em;
        outline: none;
        transition: background 0.2s ease-out, border-color 0.2s ease-out;
        width: 2em;
        position: relative;
        top: 7px;
        margin-left: 15px !important;
    }

    .loantype {
        position: relative;
        top: 5px;
    }

        .loantype::after {
            border: 2px solid #fff;
            border-top: 0;
            border-left: 0;
            content: "";
            display: block;
            height: 1.2rem;
            left: 20%;
            position: relative;
            top: 38%;
            transform: rotate(45deg) translate(-50%, -50%);
            width: 0.5rem;
        }

        .loantype:checked {
            background: #04B14C;
            border-color: #04B14C;
        }
}
.mt-20 {
    margin-top: -20px;
    
}
.scrolltop {
    transform: rotate(180deg);
    bottom: 200px !important;
}
.pl-15 {
    padding-left: 28px;
}

.pl-43 {
    padding-left: 43px;
}

.pl-30 {
    padding-left: 30px;
}


.uppercase-dlp {
    text-transform: uppercase;
}

::-webkit-input-placeholder { /* WebKit browsers */
    text-transform: none;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    text-transform: none;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    text-transform: none;
}

:-ms-input-placeholder { /* Internet Explorer 10+ */
    text-transform: none;
}

::placeholder { /* Recent browsers */
    text-transform: none;
}