body {
    padding: 0;
    margin: 0;
    background: #f1f4ef;
    font-family: 'Poppins', sans-serif;
    /*font-family: 'Work Sans', sans-serif;
    */
}

.bodycolor {
    background: #0b2644;
}

img {
    max-width: 100%;
}

.container {
    max-width: 1200px;
}

    .container.containercms {
        max-width: 100%;
    }
    .container.containeviewport {
        max-width: 100%;
    }
.top_part {
    padding: 20px 0;
    margin: 0;
    background: #fff;
}

    .top_part .container {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

a.client_login {
    font-size: 20px;
    color: #212121;
    text-decoration: none;
    font-weight: 600;
}

.client_login .fa {
    color: #120071; /*#a89d87;*/
}

.navbar {
    padding: 15px 0;
    margin: 0;
    background: #120071; /*#393631;*/
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding: 0 15px;
    margin: 0;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    text-decoration: none;
}

.banner_part {
    background-size: cover !important;
    background: url(../images/banner_4.jpg) no-repeat;
}

.banner_lefttxt {
    height: 510px;
    flex-direction: column;
    display: flex;
    justify-content: center;
}

    .banner_lefttxt h3 {
        padding: 0;
        margin: 0;
        font-size: 32px;
        font-weight: 300;
        color: #fff;
        text-decoration: none;
    }

        .banner_lefttxt h3 span {
            font-weight: 600;
        }

    .banner_lefttxt p {
        font-size: 14px;
        font-weight: 400;
        color: #fff;
        text-decoration: none;
        line-height: 19px;
        padding: 0;
        margin: 15px 0 20px 0;
    }

a.run_freebtn {
    padding: 0 15px;
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    text-decoration: none;
    line-height: 59px;
    border-radius: 5px;
    display: inline-flex;
    background: #120071; /*#c0891d;*/
}

.banner_video {
    cursor: pointer;
    position: relative;
    top: 105px;
    right: -30px;
    text-align: right;
    background: url(../images/banner_video.png) top center no-repeat;
    width: 100%;
    height: 100%;
}

.helpbusiness_part {
    padding: 105px 0 42px 0;
    margin: 0;
}

    .helpbusiness_part h3 {
        padding: 0;
        margin: 0;
        font-size: 29px;
        font-weight: 600;
        color: #202020;
        text-align: center;
    }

    .helpbusiness_part p {
        padding: 10px 0 45px 0;
        margin: 0;
        font-size: 16px;
        font-weight: 400;
        color: #373737;
        text-align: center;
    }

.pre_qualifying {
    padding: 25px;
    margin: 0 0 40px 0;
    background: #120071; /*#808768;*/
    text-align: center;
    border-radius: 10px;
    box-shadow: 2px 0 15px rgba(0, 0, 0, 0.05);
}

.pre_qualifyingicon {
    margin: 30px auto 20px auto;
    width: 110px;
    height: 110px;
    background: #d9dad7;
    border-radius: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pre_qualifying h4 {
    padding: 0;
    margin: 0;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    text-align: center;
}

.pre_qualifying p {
    padding: 15px 0 0 0;
    margin: 0;
    font-size: 13px;
    line-height: 19px;
    font-weight: 400;
    color: #fff;
    text-align: center;
    min-height: 91px;
}

.run_prequal {
    text-align: center;
}

.become_bankable {
    padding: 0;
    margin: 0;
    background-size: cover !important;
    background: url(../images/become_bank4.jpg) top center no-repeat;
}

.become_bankableleft {
    padding: 50px 0 70px 0;
    margin: 0;
    text-align: center;
}

.become_bankable h3 {
    font-size: 42px;
    font-weight: 300;
    color: #fff;
    text-align: center;
    padding: 0;
    margin: 0;
}

.become_bankable h4 {
    font-size: 43px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
}

    .become_bankable h4 span {
        color: #ffe4a7;
    }

.become_bankable p {
    font-size: 15px;
    line-height: 27px;
    font-weight: 400;
    color: #fff;
    text-align: center;
    padding: 25px 0;
    margin: 0;
}

.become_bankableright {
    display: flex;
    align-items: center;
}

.strong_businesspart {
    padding: 45px 0 30px 0;
    margin: 0;
}

    .strong_businesspart h2 {
        font-size: 29px;
        font-weight: 600;
        color: #202020;
        text-align: center;
        padding: 0px 0 25px 0;
        margin: 0;
    }

.lending_ctrl {
    background: #fff;
    border-radius: 15px;
    box-shadow: 2px 0 15px rgba(0, 0, 0, 0.05);
    margin: 0 0 30px 0;
}

    .lending_ctrl h4 {
        font-size: 22px;
        font-weight: 600;
        color: #202020;
        text-align: center;
        padding: 15px 0;
        margin: 0;
    }

    .lending_ctrl p {
        font-size: 13px;
        font-weight: 400;
        line-height: 19px;
        color: #6e6e6e;
        text-align: center;
        padding: 0 35px 40px 35px;
        margin: 0;
        height: 100px;
    }

.lending_img {
    height: 150px;
    border-radius: 15px 15px 0 0;
    background-size: cover !important;
}

.business_success {
    padding: 52px 0 0 0;
    margin: 0;
    height: 430px;
    background: url(../images/business_successbg.jpg) no-repeat;
    background-size: cover !important;
}

.finacing_creditlist {
    padding: 0;
    margin: 0;
}

    .finacing_creditlist ul {
        padding: 0;
        margin: 0;
        list-style: none;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

        .finacing_creditlist ul li {
            margin: 0 10px 20px 10px;
            height: 240px;
            list-style: none;
            width: calc(50% - 20px);
            padding: 20px;
            border-radius: 10px;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
        }

            .finacing_creditlist ul li.finacing_credit01 {
                background: url(../images/business_success_07.jpg) no-repeat;
                background-size: cover !important;
            }

            .finacing_creditlist ul li.finacing_credit02 {
                background: url(../images/business_success_08.jpg) no-repeat;
                background-size: cover !important;
            }

            .finacing_creditlist ul li.finacing_credit03 {
                background: url(../images/business_success_09.jpg) no-repeat;
                background-size: cover !important;
            }

            .finacing_creditlist ul li h3 {
                padding: 0 0 10px 0;
                margin: 0;
                font-size: 20px;
                font-weight: 500;
                color: #fff;
            }

            .finacing_creditlist ul li p {
                padding: 0;
                margin: 0;
                font-size: 13px;
                line-height: 19px;
                font-weight: 400;
                color: #fff;
            }

.business_successrgt {
    height: 378px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
}

    .business_successrgt h3 {
        padding: 0;
        margin: 0;
        font-size: 37px;
        line-height: 38px;
        font-weight: 300;
        color: #202020;
        text-align: right;
    }

    .business_successrgt h4 {
        padding: 0;
        margin: 0;
        font-size: 43px;
        line-height: 42px;
        font-weight: 600;
        color: #202020;
        text-align: right;
        text-transform: uppercase;
    }

    .business_successrgt p {
        padding: 15px 0;
        margin: 0;
        font-size: 20px;
        font-weight: 400;
        color: #5a5a5a;
        line-height: 27px;
        text-align: right;
    }

.finacingrgt_icon {
    text-align: right;
}

.sample_part {
    padding: 180px 0 45px 0;
    margin: 0;
}

    .sample_part h3 {
        padding: 0;
        margin: 0;
        font-size: 29px;
        font-weight: 600;
        color: #202020;
        text-align: center;
    }

    .sample_part h5 {
        padding: 0;
        margin: 0;
        font-size: 17px;
        font-weight: 400;
        color: #373737;
        text-align: center;
    }

.sample_detailtxt {
    padding: 35px 60px;
    margin: 20px 0 30px 0;
    background: #ecf6e3;
    font-size: 13px;
    font-weight: 400;
    line-height: 22px;
    color: #424a4c;
    text-align: center;
}

.pathto_success h2 {
    padding: 0;
    margin: 0;
    font-size: 37px;
    line-height: 40px;
    font-weight: 300;
    color: #fff;
}

.pathto_success h3 {
    padding: 0;
    margin: 0;
    font-size: 43px;
    line-height: 43px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
}

.pathto_success h5 {
    padding: 15px 0 40px 0;
    margin: 0;
    font-size: 20px;
    font-weight: 400;
    color: #dbdff1;
}

a.run_freebtn.run_business {
    line-height: 23px;
    padding: 15px;
    text-align: center;
}

.pathto_success {
    padding: 40px 0 0 0;
    margin: 0;
    background: url(../images/path_successbg4.jpg) no-repeat top center;
    background-size: cover !important;
    height: 430px;
}

.footer_top {
    padding: 130px 0 40px 0;
    margin: 0;
}

    .footer_top p {
        padding: 20px 0 0 0;
        margin: 0;
        font-size: 14px;
        font-weight: 400;
        color: #5f5f5f;
        line-height: 21px;
    }

    .footer_top h3 {
        padding: 0;
        margin: 0 0 20px 0;
        font-size: 17px;
        font-weight: bold;
        color: #202020;
        position: relative;
    }

        .footer_top h3:after {
            content: '';
            position: absolute;
            left: 0;
            bottom: -10px;
            width: 40px;
            height: 1px;
            background: #53ae00;
        }

.footerlink_list {
    padding: 0;
    margin: 0;
}

    .footerlink_list ul {
        padding: 0;
        margin: 0;
        list-style: none;
    }

        .footerlink_list ul li {
            padding: 0;
            margin: 0 0 8px 0;
            list-style: none;
            font-size: 14px;
            font-weight: 400;
            color: #5f5f5f;
        }

            .footerlink_list ul li a {
                font-size: 14px;
                font-weight: 400;
                color: #5f5f5f;
                text-decoration: none;
            }

.copyright {
    padding: 10px 0;
    margin: 0;
    background: #120071;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    text-align: center;
}

    .copyright a {
        font-size: 14px;
        font-weight: 400;
        color: #fff;
        text-decoration: none;
    }

.success_elements {
    padding: 30px 15px;
    margin: 0 0 30px 0;
    border-radius: 3px;
    display: flex;
    align-items: center;
    position: relative;
}

    .success_elements h6 {
        padding: 0;
        margin: 0;
        font-size: 21px;
        font-weight: 400;
        text-align: left;
        color: #fff;
    }

    .success_elements h5 {
        padding: 0;
        margin: 0;
        font-size: 24px;
        font-weight: 600;
        text-align: left;
        color: #fff;
    }

.elm_icon {
    margin-right: 15px;
}

.elm_01 {
    background: #a77bbf; /* Old browsers */
    background: -moz-linear-gradient(left, #a77bbf 0%, #5258a5 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #a77bbf 0%,#5258a5 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #a77bbf 0%,#5258a5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a77bbf', endColorstr='#5258a5',GradientType=1 ); /* IE6-9 */
}

.elm_02 {
    background: #e24e9c; /* Old browsers */
    background: -moz-linear-gradient(left, #e24e9c 0%, #a32d86 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #e24e9c 0%,#a32d86 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #e24e9c 0%,#a32d86 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e24e9c', endColorstr='#a32d86',GradientType=1 ); /* IE6-9 */
}

.elm_03 {
    background: #ef9830; /* Old browsers */
    background: -moz-linear-gradient(left, #ef9830 0%, #d54f2c 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #ef9830 0%,#d54f2c 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #ef9830 0%,#d54f2c 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ef9830', endColorstr='#d54f2c',GradientType=1 ); /* IE6-9 */
}

.elm_04 {
    background: #f4c231; /* Old browsers */
    background: -moz-linear-gradient(left, #f4c231 1%, #f59d15 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #f4c231 1%,#f59d15 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #f4c231 1%,#f59d15 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4c231', endColorstr='#f59d15',GradientType=1 ); /* IE6-9 */
}

.elm_05 {
    background: #5199d6; /* Old browsers */
    background: -moz-linear-gradient(left, #5199d6 1%, #156aae 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #5199d6 1%,#156aae 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #5199d6 1%,#156aae 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5199d6', endColorstr='#156aae',GradientType=1 ); /* IE6-9 */
}

.elm_06 {
    background: #89cfa5; /* Old browsers */
    background: -moz-linear-gradient(left, #89cfa5 1%, #0c9eba 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #89cfa5 1%,#0c9eba 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #89cfa5 1%,#0c9eba 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#89cfa5', endColorstr='#0c9eba',GradientType=1 ); /* IE6-9 */
}

.elm_07 {
    background: #8bc154; /* Old browsers */
    background: -moz-linear-gradient(left, #8bc154 1%, #239c4d 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #8bc154 1%,#239c4d 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #8bc154 1%,#239c4d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8bc154', endColorstr='#239c4d',GradientType=1 ); /* IE6-9 */
}

.elm_08 {
    background: #dadf45; /* Old browsers */
    background: -moz-linear-gradient(left, #dadf45 1%, #8ab83e 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #dadf45 1%,#8ab83e 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #dadf45 1%,#8ab83e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dadf45', endColorstr='#8ab83e',GradientType=1 ); /* IE6-9 */
}

.elm_09 {
    background: #f0ba6c; /* Old browsers */
    background: -moz-linear-gradient(left, #f0ba6c 1%, #b46350 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #f0ba6c 1%,#b46350 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #f0ba6c 1%,#b46350 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0ba6c', endColorstr='#b46350',GradientType=1 ); /* IE6-9 */
}

.elm_10 {
    background: #f261a0; /* Old browsers */
    background: -moz-linear-gradient(left, #f261a0 1%, #eb2862 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #f261a0 1%,#eb2862 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #f261a0 1%,#eb2862 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f261a0', endColorstr='#eb2862',GradientType=1 ); /* IE6-9 */
}

.elm_11 {
    background: #7e7ab9; /* Old browsers */
    background: -moz-linear-gradient(left, #7e7ab9 1%, #6763a8 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #7e7ab9 1%,#6763a8 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #7e7ab9 1%,#6763a8 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7e7ab9', endColorstr='#6763a8',GradientType=1 ); /* IE6-9 */
}

.elm_12 {
    background: #457ea1; /* Old browsers */
    background: -moz-linear-gradient(left, #457ea1 0%, #29516d 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #457ea1 0%,#29516d 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #457ea1 0%,#29516d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#457ea1', endColorstr='#29516d',GradientType=1 ); /* IE6-9 */
}

.success_elements:after {
    content: '';
    position: absolute;
    right: 15px;
    font-size: 76px;
    font-weight: 600;
    color: #fff;
    opacity: 0.1;
}

.elm_01:after {
    content: '01';
}

.elm_02:after {
    content: '02';
}

.elm_03:after {
    content: '03';
}

.elm_04:after {
    content: '04';
}

.elm_05:after {
    content: '05';
}

.elm_06:after {
    content: '06';
}

.elm_07:after {
    content: '07';
}

.elm_08:after {
    content: '08';
}

.elm_09:after {
    content: '09';
}

.elm_10:after {
    content: '10';
}

.elm_11:after {
    content: '11';
}

.elm_12:after {
    content: '12';
}
/* 15.3.23 */
.pre_qualifyingicon1 {
    background-image: url(../images/icon_07.png);
    background-size: auto;
    background-repeat: no-repeat;
    background-position: center;
}

.pre_qualifyingicon2 {
    background-image: url(../images/icon_08.png);
    background-size: auto;
    background-repeat: no-repeat;
    background-position: center;
}

.pre_qualifyingicon3 {
    background-image: url(../images/icon_09.png);
    background-size: auto;
    background-repeat: no-repeat;
    background-position: center;
}

.lending_img-1 {
    background: url(../images/credit_18.jpg) center no-repeat;
}

.lending_img-2 {
    background: url(../images/credit_19.jpg) center no-repeat;
}

.lending_img-3 {
    background: url(../images/credit_20.jpg) center no-repeat;
}

.lending_img-4 {
    background: url(../images/credit_21.jpg) center no-repeat;
}

.lending_img-5 {
    background: url(../images/credit_22.jpg) center no-repeat;
}

.lending_img-6 {
    background: url(../images/credit_23.jpg) center no-repeat;
}
/* 15.3.23 */

@media (max-width: 1024px) and (min-width: 980px) {
    .footerlink_list ul li a {
        font-size: 12px;
    }

    a.run_freebtn {
        font-size: 15px;
    }

        a.run_freebtn.run_business {
            font-size: 15px;
        }

    .banner_lefttxt h3 {
        font-size: 28px;
    }

    .pre_qualifying h4 {
        font-size: 16px;
    }

    .business_successrgt h3 {
        font-size: 30px;
    }

    .business_successrgt h4 {
        font-size: 36px;
    }

    .lending_ctrl p {
        padding: 0 12px 40px 12px;
        height: 120px;
    }

    .finacing_creditlist ul li h3 {
        font-size: 16px;
    }

    .navbar-toggler {
        background: none;
        box-shadow: none;
        border: 0;
    }

        .navbar-toggler:focus {
            box-shadow: none;
        }
}

@media (max-width: 981px) and (min-width: 768px) {
    .navbar-toggler {
        background: none;
        box-shadow: none;
        border: 0;
    }

    a.run_freebtn {
        font-size: 12px;
    }

    .banner_lefttxt h3 {
        font-size: 22px;
    }

    .banner_lefttxt {
        height: 315px;
    }

    .banner_video {
        top: 120px;
    }

    .helpbusiness_part {
        padding: 80px 0 42px 0;
    }

        .helpbusiness_part h3 {
            font-size: 20px;
        }

    .pre_qualifying {
        padding: 25px 12px;
    }

        .pre_qualifying h4 {
            font-size: 14px;
        }

        .pre_qualifying p {
            font-size: 11px;
        }

    .lending_ctrl h4 {
        font-size: 15px;
    }

    .lending_ctrl p {
        padding: 0 12px 40px 12px;
        font-size: 12px;
    }

    .finacing_creditlist ul li h3 {
        font-size: 15px;
    }

    .finacingrgt_icon {
        margin-bottom: 8px;
    }

        .finacingrgt_icon img {
            max-width: 30px;
        }

    .finacing_creditlist ul li {
        padding: 15px 12px;
    }

    .business_successrgt h3 {
        font-size: 24px;
    }

    .business_successrgt h4 {
        font-size: 28px;
    }

    .business_successrgt p {
        font-size: 16px;
    }

    .sample_part h3 {
        font-size: 24px;
    }

    .success_elements h6 {
        font-size: 18px;
    }

    .success_elements h5 {
        font-size: 20px;
    }

    .pathto_success h3 {
        font-size: 32px;
    }

    .pathto_success .lending_ctrl p {
        height: 120px;
    }

    .footer_top h3 {
        font-size: 14px;
    }

    .footerlink_list ul li a {
        font-size: 9px;
    }

    .navbar-toggler:focus {
        box-shadow: none;
    }
}

@media (max-width: 767px) {
    .navbar-toggler {
        background: none;
        box-shadow: none;
        border: 0;
    }

    a.run_freebtn {
        font-size: 9px;
    }

    .banner_lefttxt h3 {
        font-size: 20px;
    }

    .banner_lefttxt {
        height: 300px;
    }

    .banner_video {
        top: 20px;
    }

    .helpbusiness_part h3, .become_bankable h3, .become_bankable h4, .strong_businesspart h2, .pathto_success h3, .pathto_success h2, .sample_part h3 {
        font-size: 20px;
        line-height: 28px;
    }

    .pre_qualifying h4, .lending_ctrl h4 {
        font-size: 16px;
    }

    .become_bankable p {
        font-size: 12px;
        line-height: 20px;
    }

    .lending_ctrl p {
        height: auto;
    }

    .become_bankableleft {
        padding: 30px 0;
    }

    .finacing_creditlist ul li {
        width: calc(100% - 20px);
        height: auto;
    }

    .finacingrgt_icon img {
        max-width: 35px;
    }

    .business_success {
        padding: 40px 0;
        height: auto;
    }

    .business_successrgt {
        height: auto;
        align-items: flex-start;
    }

        .business_successrgt h3, .business_successrgt h4 {
            font-size: 24px;
            text-align: left;
        }

        .business_successrgt p {
            font-size: 12px;
            text-align: left;
        }

    .sample_part {
        padding: 40px 0 0 0;
    }

    .sample_detailtxt {
        padding: 20px 15px;
        font-size: 11px;
    }

    .pathto_success h5 {
        padding: 15px 0;
        font-size: 12px;
    }

    .pathto_success {
        height: auto;
    }

    a.run_freebtn.run_business {
        margin-bottom: 20px;
    }

    .pathto_success .lending_ctrl p {
        padding: 0 15px 15px 15px;
    }

    .footer_top {
        padding: 40px 0;
    }

        .footer_top h3 {
            margin-top: 15px;
        }

    .logo {
        max-width: 180px;
    }

    a.client_login {
        font-size: 14px;
    }

    .navbar-toggler:focus {
        box-shadow: none;
    }
}
