body {
    font-family: 'Roboto', sans-serif;
    margin-bottom: 576px;
    /* background: url('../../img/pattern.png') repeat; */
}
html {
    position: relative;
    min-height: 100%;
}
p, li {
    text-align: justify;
}
.right-top-header {
    background-color: #17b0aa;
    color: #fff;
}
.bg-blue ul {
    margin-bottom: 0;
}
.bg-blue li {
    line-height: 30px;
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    margin-right: 20px;
}
.green-btn {
    background-color: #048a85;
}
.yellow-btn,
.yellow-btn:hover {
    background-color: #ff9900 !important;
}

.pt-4 {
    padding-top: 4rem;
}

.pt-5 {
    padding-top: 5rem;
}

.pt-8 {
    padding-top: 8rem;
}
/*@media (min-width: 768px) {
    .navbar-right > li + li {
        margin-left: 10px;
    }
}*/
.bg-blue {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+50,17b0aa+50,17b0aa+100 */
    
    background: rgb(255, 255, 255);
    /* Old browsers */
    
    background: -moz-linear-gradient(45deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(23, 176, 170, 1) 50%, rgba(23, 176, 170, 1) 100%);
    /* FF3.6-15 */
    
    background: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(23, 176, 170, 1) 50%, rgba(23, 176, 170, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    
    background: linear-gradient(45deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(23, 176, 170, 1) 50%, rgba(23, 176, 170, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#17b0aa', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
    
    color: #fff;
}
.top-header-bar {
    margin-top: -27px;
}
.navbar-default {
    background-color: #4c4c4c;
    color: #fff;
    border-color: transparent;
}
.navbar-default .navbar-nav>li>a {
    color: #fff;
    font-size: 15px;
    font-weight: 300;
    /*padding-right: 22px;*/
}
.navbar {
    border-radius: 0;
    margin-bottom: 0;
}
.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
    color: #fff;
    background-color: #048a85;
    transition: all ease 0.5s;
}
.navbar-default .dropdown-menu {
    background-color: #4c4c4c;
}
.navbar-default .dropdown-menu > li > a {
    color: #fff;
    padding: 8px 20px;
}
.navbar-default .dropdown-menu > li > a:hover,
.navbar-default .dropdown-menu > li > a:focus {
    background-color: #048a85;
}
.bg-blue .fa {
    margin-right: 7px;
    font-size: 17px;
}
.footer {
    border-width: 1px;
    border-color: rgb(232, 227, 227);
    background-color: #454545;
    box-shadow: 7px 4.33px 24px 0px rgba(0, 0, 0, 0.3);
    position: absolute;
    bottom: 0;
    width: 100%;
    border-top: 1px solid #f2f2f2;
    padding-top: 60px;
}
.footer h3 {
    font-size: 20px;
    font-family: 'Roboto', sans-serif;
    color: #fff;
    margin-bottom: 0px;
    margin-top: 0;
    margin-right: 15px;
}
.footer li a {
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    color: rgb(69, 69, 69);
    line-height: 37px;
    color:#fff;
}
.follow-us .fa {
    font-size: 28px;
    font-family: "FontAwesome";
    color: #fff;
}
.contact-us {
    position: relative;
    margin-bottom: 20px;
}
.location-icon {
    position: absolute;
    top: -6px;
    font-size: 31px;
    color: #fff;
}
.contact-box {
    margin-left: 24px;
    font-size: 14px;
    color: #fff;
    font-weight: 500;
    line-height: 24px;
}

.btn-border-white {
    background: #FF9900;
    border:1px solid #FF9900;
    border-radius: 0;
    color:#fff;
    font-size: 20px;
    line-height: 35px;
}
.btn-border-white:hover,
.btn-border-white:focus,
.btn-border-white:active{
    background: #128e89;
    color:#fff;
    border:1px solid #128e89;
}

.btn-green {
    border-style: solid;
    border-width: 2px;
    border-color: rgb(4, 138, 133);
    background-color: rgb(4, 138, 133);
    color: #fff;
    font-size: 20px;
    padding: 10px 40px;
    border-radius: 0;
}
.btn-green:hover,
.btn-green:focus {
    color: #fff;
}
.follow-us ul {
    margin-bottom: 0px;
}
.bottom-footer-strip {
    background-color: #fff;
    text-align: center;
    color: #333;
    padding: 15px 0;
    margin-top: 60px;
}
.copyright {
    font-size: 15px;
}
.item img {
    width: 100%;
}
.carousel-caption h1 {
    font-weight: bold;
    font-size: 46px;
    color: rgb(255, 255, 255);
    text-shadow: 1px 1.732px 0px rgba(0, 0, 0, 0.4);
}
.carousel-caption p {
    font-size: 20.67px;
    color: rgb(255, 255, 255);
    line-height: 1.29;
    text-shadow: 1px 1.732px 0px rgba(0, 0, 0, 0.4);
}
.carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
    top: 23%;
    text-align: left;
}
.expand-section h2 {
    font-size: 30px;
    color: rgb(129, 129, 129);
    font-weight: bold;
}
.expand-section p {
    font-size: 16px;
    color: rgb(129, 129, 129);
}
.apply-box {
    border-style: solid;
    border-width: 1px;
    border-color: rgb(231, 231, 231);
    background-color: rgb(255, 255, 255);
    box-shadow: -0.767px 10.973px 42px 0px rgba(0, 0, 0, 0.1);
    padding: 20px;
    background: #fff;
    margin-bottom: 130px;
}

.phone-verification{
    border-style: solid;
    border-width: 1px;
    border-color: rgb(231, 231, 231);
    background-color: rgb(255, 255, 255);
    box-shadow: -0.767px 10.973px 42px 0px rgba(0, 0, 0, 0.1);
    padding: 20px;
    background: #fff;
    padding-bottom: 59px;
    margin-bottom: 130px;
    margin-top: 60px;
    padding-top: 39px;
}
.apply-box .btn-green {
    font-weight: bold;
    font-size: 24px;
    margin-top: 20px;
}
.apply-box .form-control,
.login-box .form-control{
    border-radius: 0;
    height: 44px;
    font-weight: 300;
    color: #a1a1a1;
    font-size: 16px;
}
.apply-box h3 {
    font-size: 30px;
    font-family: "Roboto";
    color: rgb(17, 174, 168);
    font-weight: bold;
    margin-top: 12px;
    margin-bottom: 29px;
}
.box-green {
    color: #fff;
    padding: 30px;
    min-height: 539px;
    background: #17b0aa url('../../img/pattern.png') repeat;
}
.box-green h4 {
    font-size: 24px;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 30px;
}
.yes {
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 20px;
}
.box-green ul li {
    font-size: 15px;
    line-height: 25px
}
.box-green ul li + li {
    margin-top: 10px;
}
.apply-box textarea {
    height: auto !important;
}
.expand-section {
    padding: 40px 0;
}

@media (min-width: 768px){
.login-box {
    padding-left: 30px;
    padding-bottom: 15px;
    margin-top: 10%;
        box-shadow: -0.767px 10.973px 42px 0px rgba(0, 0, 0, 0.1);
    padding-right: 0;
    border-style: solid;
    border-width: 1px;
    border-color: rgb(231, 231, 231);
}
}

.col-center {
    float: none;
    margin: auto;
    /*margin-top: 10%;*/
}

.remember-me .checkbox {
    margin-top: 0px;
    color: #999;
    font-weight: 300;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
}

.remember-me .checkbox label {
    font-weight: 300;
}

.forgot-pass a {
    color:#11aea8;
    font-size: 16px;
    font-weight: 500;
}

.text-green{
    color:#11aea8;
    font-size: 14px;
    font-weight: 300;
}

.not-partner{
    font-size: 14px;
    color:#999;
    font-weight: 300;
}

.login-box h2 {
    font-size: 28px;
    color:#11aea8;
    font-weight: 500;
    padding-bottom: 11px;
}

.login-box-green{
    background: #17b0aa url(../../img/pattern.png) repeat;
    padding: 50px;
    min-height: 400px;
    color: #fff;
    margin: 15px 0;
    padding-bottom: 30px;
    margin-bottom: 0;
}

.padding-right-zero{
    padding-right: 0;
}

.login-box-green ul li {
    font-size: 16px;
    line-height: 45px;
}

.login-box-green h4 {
    font-size: 20px;
    font-weight: bold;
}

.login-bottom-margin{
    padding: 4% 0;
}

.bottom-login-img {
    margin-top: 20px;
}
.bottom-login-img img {
    margin-left: 42px;
}

.login-box .btn-green {
    padding: 10px 75px;
    font-weight: bold;
}

.forgot-section{
    margin-top:10%;
}

.front-drop a {
    padding:4px !important;
}

.front-drop img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.front-drop-ul a {
    padding: 10px !important;
}

.signup-sme{
    margin-bottom: 0;
}

.sme-bottom-signup {
    margin-bottom: 100px;
}
.agreed{
    color:#a1a1a1;
    font-size: 15px;
}

.signup-sme .box-green{
    min-height: 356px;
    /*text-align: center;*/
}
.phone-verification h2 {
    font-size: 30px;
    color:#4c4c4c;
    font-weight: bold;
}

.verification-text{
    color:#818181;
    font-size: 20px;
    font-weight: 300;
}

.verify-no{
    color:#818181;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 50px;
}

.edit-number a {
    color:#17b0aa;
}

.edit-num{
    margin: 10px 0;
    margin-bottom: 50px;
}

.verify-code-no{
    margin-bottom: 20px;
}

.resend-code a{
    color:#17b0aa;
    font-size: 16px;
}

.phone-verification .form-control {
    height: 44px;
    border-radius: 0;
}

.sme-bottom-text{
    color:#999999;
    font-size: 14px;
}

.sme-bottom-text a{
    color:#17b0aa;
}

.lender-sme{
    background: #fff;
    padding: 70px 0;
}

.lender-sme .btn{
    padding: 10px 50px;
    margin-top: 20px
}

.loan-banner{
    background: url('../../img/Loan Page.png')no-repeat;
    background-size: cover;
    height: 500px;
    position: relative;
}

.loan-banner .carousel-caption h1,
.loan-banner .sub-heading{
    font-size: 36px;
}

.loan-banner .apply-now{
    margin-top: 20px;
    background: #fff;
    color: #17b0aa;
    border-radius: 0;
    font-size: 22px;
    font-weight: 600;
    padding: 9px 50px;

}

.loan-banner .apply-now:hover,
.loan-banner .apply-now:active,
.loan-banner .apply-now:focus{
    background: #17b0aa;
    color:#fff;
}

.small-business{
    color:#048a85;
    font-size: 30px;
    font-weight: bold;
}

.small-business-text{
    color:#414141;
    font-size: 16px;
    line-height: 30px;
}

.loan-banner-bottom{
    padding: 40px 0;
}

.filter-by{
    background-color: #4c4c4c;
    color:#fff;
    text-transform: uppercase;
    font-size: 15px;
    padding: 10px;
}

.loan-filter{
    margin-bottom: 100px;
        border-top: 1px solid #ccc;
    padding-top: 61px;
    padding-bottom:100px;
}

.loan-banner .carousel-caption{
    top:20%;
}

 .right-filter-sidebar {
    box-shadow: 0 0 3px #ccc;
    padding: 10px 10px;
    background-color: #fff;
    margin-bottom: 100px;
        padding-bottom: 22px;
 }

 .right-filter-sidebar .form-control {
    height: 44px;
    border-radius: 0;
 }

 .right-filter-sidebar .panel-title > a{
    font-size: 16px;
 }

 .panel-default>.panel-heading{
    background-color: transparent!important;
    border:none !important;
 }
 .panel{
    border:none;
 }

 .btn-search{
    background-color: #048a85;
    color:#fff;
    border-radius: 0;
    font-size: 16px;
    padding: 10px 20px;
 }

 .btn-search:hover,
 .btn-search:active,
 .btn-search:focus{
    color:#fff;
 }

 .btn-clear:hover {
    color:#fff;
    background-color: #048a85;
 }

 .btn-clear{
    border-color: #048a85;
    color:#048a85;
    border-radius: 0;
    background-color: transparent;
    font-size: 16px;
    padding: 10px 20px;
    border-width: 2px solid;
    font-weight: bold;
 }

 .company-name{
      color: #555555;
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 5px;

 }

.value{
    color:#555555;
    font-size: 16px;
    font-weight: bold;
        padding: 13px;
}

.value-text{
    color:#a4a4a4;
    font-size: 14px;
}

.view{
    margin-top: 20px;
}

.list-product{
    border:1px solid #ddd;

}

.result-found{
    color:#000000;
    font-size:18px;
    font-weight: bold;
    padding: 9px 5px;
}

.credit-score-text{
     color:#000000;
    font-size:17px;
}

.list-product-top{
    margin-bottom: 30px;
}

.list-product img {
    width: 200px;
    height: 200px;
}

/*******************************
* Does not work properly if "in" is added after "collapse".
* Get free snippets on bootpen.com
*******************************/
    .panel-group .panel {
        border-radius: 0;
        box-shadow: none;
        border-color: #EEEEEE;
    }

    .panel-default > .panel-heading {
        padding: 0;
        border-radius: 0;
        color: #212121;
        background-color: #FAFAFA;
        border-color: #EEEEEE;
    }

    .panel-title {
        font-size: 14px;
    }

    .panel-title > a {
        display: block;
        padding: 15px;
        text-decoration: none;
    }

    .more-less {
        float: right;
        color: #212121;
    }

    .panel-default > .panel-heading + .panel-collapse > .panel-body {
        border-top-color: #EEEEEE;
    }


.mandated-agreement p {
    font-size: 15px;
    line-height: 32px;
}

.mandated-agreement h4 {
    color:#048a85;
    font-size: 30px;
    padding-top: 25px;
}

.mandated-agreement .fa-times-circle{
    color:#333;
}

.mandated-agreement .close{
    opacity: 5
}

.modal-bottom-img img {
    width: 250px;
    margin-top: 10px;
}

.mandated-agreement .modal-content{border-radius: 0;}

.mandated-agreement .modal-header{
    border-bottom: none;
}

.mandated-agreement .modal-footer{
    border-top:none;
    text-align: left;
    padding: 30px;
}

.mandated-agreement .modal-body{
    padding: 30px;
}

.product-outer-box{
    border:1px solid #ccc;
    height: 375px;
    display: table-cell;
    vertical-align: middle;
}

.product-left-section {
    display: table;
}

.product-view-page{
    background-color: #fff;
    padding-top: 50px;
}

.bold-text-p{
    color:#555555;
    font-size: 28px;
    font-weight: bold;
}

.normal-text-p{
    color:#a4a4a4;
    font-size: 18px;
}

.b-bottom{
    border-bottom: 1px  solid #ccc;
    padding-bottom: 10px;
}


.product-features li .fa{
    color:#1bb0a7;
}

.product-features ul li {
    font-size: 16px;
    color:#999999;
    line-height: 30px;
}

.chk-score{
    font-size: 18px;
    color:#333;
    font-weight: 600;
    padding-right: 20px
}

.chk-btn{
    padding: 9px 20px;
    font-size: 18px;
}

.product-description{
    border-top:1px solid #f2f2f2;
    margin-top: 40px;
}

.product-description p {
    color:#555555;
    font-size: 15px;
    line-height: 30px;
}

.document-require .fa {
    color:#1bb0a7;
    margin-right: 5px;
}

.document-require li {
    font-size: 18px;
    line-height: 32px;
}

.bold-text-p-s{
    font-size: 18px;
    font-weight: 600;
}

.normal-text-ps{
    font-size: 15px;
}

.fund-details{
    padding-top: 20px;
    padding-bottom:20px;
}

.about-partner{
    margin-bottom: 100px;
}

.about-us h1 {
    color:#17b0aa;
    font-size: 32px;
    margin-bottom: 5px;
}

.green-text-border-bottom {
    border-bottom: 6px solid #17b0aa;
    height: 10px;
    display: block;
    width: 28%;
    margin: 0 auto;
}

.border-bottom-leader{
    border-bottom: 6px solid #17b0aa;
    height: 10px;
    display: block;
    width: 12%;
    margin: 4px auto;
    margin-bottom: 42px;
}

.carrer-with-us .border-bottom-leader{
    width: 25%;
}

.we-are-section{
    margin-top: 10%;
}

.about-us p {
    color: #414141;
    font-size: 16px;
    margin-bottom: 8px;
    line-height: 31px;
}

.about-us{
    background: #fff;
    padding:80px 0;
}

.about-us-section .carousel-caption{
    top:13%;
}

.leader-name{
    color:#282828;
    font-size: 28px;
    font-weight: 600;
    line-height: 27px;
    margin-top: 15px;
}

.founder{
    color:#8e8e8e;
    font-size: 20px;
    margin-bottom: 20px
}

.leadership-team .fa-facebook-square {
    color:#3b5999;
    font-size: 30px;
}
.leadership-team .fa-linkedin-square {
    color:#0077b5;
    font-size: 30px;
}

.leadership-team .fa-twitter-square {
    color:#00abf1;
    font-size: 30px;
}

.leadership-team{
    background: #f8f8f8;
    padding:40px 0;
    /* border-top: 1px solid #ccc; */
    /* border-bottom: 1px solid #ccc; */
}

.leadership-team h1 {
    margin-bottom: 40px;
    color:#606060;
    font-size: 32px;
    margin-bottom: 0;
}

 .carrer-with-us  h1 {
      color:#606060;
      font-size: 32px;
      margin-bottom: 5px;
 }

 .carrer-with-us p {
    color:#7e7e7e;
    font-size: 18px;
 }

.carrer-with-us .btn {
    margin-top: 30px;
}

.carrer-with-us{
    padding: 100px 0;
}

.main-heading-lenders {
    color:#329792;
    font-size: 32px;
    font-weight: 500;
}

.risk-management{
    color:#555555;
    font-size: 24px;
    margin-bottom: 20px;
}

.lender-risk li {
    font-size: 15px;
    color:#414141;
}

.risk-li{
    position: relative;
    margin-bottom: 35px
}

.img-setting{
    position: absolute;
}

.risk-li span {
        margin-left: 39px;
    display: block;
}


.lender-partner-page{
    background: #fff
}

.p-top{
    padding:100px 0;
}

.risk-manage-img{
    margin-top: 87px;
}

.market-place{
    background: #fbfbfb;
    padding: 80px 0;
}

.market-place .fa {
    color:#128e89;

}

.market-place h3 {
    color:#555555;
}

.market-place p {
    font-size: 15px;
    color: #414141;
    line-height: 30px;
}

.adv{
    margin-bottom: 30px;
}

.adv li{
    line-height: 30px;
}

.how-it{
    margin-bottom: 20px;
}

.corporate{
    padding: 100px 0;
    /*height: 70vh*/;
}

.corporate-sec{
    margin-top: 50px;
}





.error {
    color: red;
}

.about-us-section .carousel-caption{
    left: -34% !important;
    top:32%;
}

.list-product table{
    width: 100% !important;
}

.bottom-social-icon{
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding:20px 0;
}

.follow-us{
    margin-top: 13px;
}

.top-heading-footer{
    margin-bottom: 20px !important;
}

.privacy-policy-page p{
    font-size: 16px;
    line-height: 32px;
}

.privacy-policy-page ul li {
    font-size: 16px;
    line-height: 32px;
}

.privacy-policy-page address{
    font-size: 16px;
    font-weight: 500;
}

.email-address{
    font-size: 16px;
    margin-bottom: 15px;
    font-weight:500;
}

.effect{
    font-size: 16px !important;
    margin-bottom: 50px;
    font-weight: 500;
}

.heading{
      margin-bottom: 40px;
    margin-top: 40px;
    background-color: #17b0aa;
    color: #fff;
    padding: 10px;
    font-size: 25px;
}

.term-use p {
    font-size: 16px;
}

.term-use b {
    font-size: 16px;

}
.term-use address{
    font-size: 16px;
    margin-top: 20px
}

.term-use p {
    line-height:  32px;
}

.term-use {
    padding-bottom: 100px;
    background-color: #fff;
    padding: 10px 46px;
}

.privacy-policy-page{
    padding-bottom: 100px;
    background-color: #fff;
    padding: 10px 46px;
}

.how-sme-top-section{
    margin-top: 100px
}


.three-step {
    margin-top: 0%;
}

.three-step li {
    font-size: 16px;
    line-height: 30px;
}

.sme-top-section {
    left: 11% !important;
    text-align: left!important;
    top: 20% !important;
    position: absolute;
}

.sme-top-section-blog {
    left: 0;
    text-align: center;
    top: 33%;
    position: absolute;
    font-size: 30px;
    width: 100%;
}

.sme-top-section-blog h1 {
    font-size: 40px;
}

.sub-heading-sme{
    font-size: 30px;
    color: rgb(255, 255, 255);
    line-height: 1.222;
    text-shadow: 0.5px 0.866px 0px rgba(0, 0, 0, 0.286);
    font-weight: 300;
    margin-bottom: 20px;
}

.sme-top-section p {
    font-weight: 300 !important;
    margin-top: 10px;
    margin-bottom:30px;
    font-size: 18px;
    color:#fff;
}

 .three-step{
    margin-bottom: 100px
 }

 .why-list li {
    list-style: disc;
 }

 .why-credit-pro{
    padding:0 28px;
 }

 .why-credit-pro p {
    font-size: 16px;
    line-height:30px;
 }

 .faq-page p {
    font-size: 16px;
    line-height: 30px;
 }

.faq-page {
    background-color: #fff;
    padding-bottom: 100px;
    padding: 10px 46px;
}

.faq-page ul li {
    font-size: 16px;
    line-height: 30px;
    /* font-weight: 500; */
}


/*.tax-page {
    margin-top: 40px;
}*/

.tax-page  h1 {
    margin-bottom: 30px;
}

.free-tax-advice {
    margin-top:50px;
    margin-bottom: 50px;
}

.tax-assistance h1,
.tax-assistance .sub-heading{
    color:#fff !important;
    text-align:left;
    margin-bottom: 17px;
}

/*.tax-assistance{
    right: 0 !important;
    left: 49% !important;
    top:26%!important;
}
*/
.tax-assistance .sub-heading {
    font-size:25px !important;
}

.google-play-section{
    background: url(../../img/playstore.png) no-repeat;
    /* padding: 109px 0px; */
    background-size: cover;
    position: relative;
    height: 450px;
}

.left-google-section{
    position: absolute;
    left: 14%;
    color: #fff;
    width: 38%;
    top: 14%;
}

.left-google-section h3 {
    font-size: 30px;
}

.left-google-section p {
    font-size: 18px;
    line-height: 32px;
}

.google-play-button {
    margin-top: 35px;
}

.sme-top-banner{
   background: url(../../img/sme-banner.png)no-repeat;
    height: 401px;
    background-size: cover;
    position: relative;
}
.corporate-top-banner{
    background: url(../../img/corporation.jpeg)no-repeat center center;
    height: 450px;
    background-size: cover;
    position: relative;
}
.corporate-top-section {
    background-color: rgba(0, 0, 0, 0.7);
    padding: 15px;
    position: absolute;
    right: 10% !important;
    text-align: left !important;
    top: 30% !important;
    width: 46%;
}
.sme-top-banner-blog{
   background: url(../../img/Blog.jpg) no-repeat center center/100%;
    height: 401px;
    background-size: cover;
    position: relative;
}

 .sme-top-section h1 {
    margin-top: 0;
    color:#fff;
 }

.corporate-top-section h1 {
    margin-top: 0;
    color:#fff;
 }

.free-tax-heading{
    font-weight: 500;
}

.get-in-touch h2 {
    color:#11aea8;
    margin-bottom: 40px;
}

.get-in-touch .form-control {
    height: 45px;
    border-radius: 0;
}

.getin-touch{
    background: #048a85;
    margin-bottom: 100px;
    padding:20px;
   /* height: 50vh;*/
}


.getin-touch h3 {
    color:#fff;
}

/*.getin-touch .contact-box{
    color:#000;
}*/

.getin-touch h2 {
    color:#fff;
}


.getin-touch .contact-box {
    margin-left: 24px;
    font-size: 16px;
    color: #fff;
    font-weight: 300;
    line-height: 28px;
}

.contact-top p {
    font-size: 23px;
    font-weight: 100;
}

.contact-top {
    margin-bottom: 54px;
    margin-top: 45px;
}

.contact-top h2 {
    margin-bottom: 10px;
    font-size: 36px;
}

    #map,
    #map-newyork{
        height: 200px;
        width: 100%;
    }


.get-in-touch{
    margin-top: 20px;
}

 .get-in-touch textarea{
    height: auto !important;
}


.blog-content .entry-title h2 > a {
    font-size: 21px;
    color: #111;
}
.entry-item {
    padding: 30px 0px;
}
.blog-content  .entry-title, .blog-content  .entry-meta {
    padding-left: 93px;
}
.blog-content .entry-img {
    margin-bottom: 20px;
}
.blog-content .entry-meta li {
    display: inline-block;
    font-size: 13px;
    color: #919191;
    margin-bottom: 15px;
    white-space: nowrap;
}
.blog-content .entry-meta li {
    margin-bottom: 7px;
}
.read-more {
    font-size: 12px;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    font-weight: bold;
    color: #111;
    float: left;
    margin-bottom: 25px;
}
 .blog-content ul.entry-meta li a {
    color: #555;
    margin-right: 16px;
    font-weight: 300;
}
.blog-content .entry-img img {
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    -ms-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: relative;
}
.blog-content .entry-img a:hover img {
    opacity: .8;
}
.blog-content  .entry-item > .entry-date {
    float: left;
    padding: 13px 19px;
    width: 70px;
    height: 70px;
    border: 3px solid #111;
    font-family: "Montserrat", sans-serif;
    color: #3b3b3b;
    font-weight: bold;
    text-align: center;
}
.blog-content .entry-date span:first-child {
    font-size: 21px;
    line-height: 1;
}
.blog-content .entry-date span:last-child {
    font-size: 13px;
    text-transform: uppercase;
}

.inner_sidebar .widget {
    color: #c1c0c0;
    margin-bottom: 20px;
    padding: 20px;
    background-color: #fff;
    border-bottom: 2px solid rgba(221, 226, 232, 0.5);
}
.inner_sidebar .widget {
    color: #c1c0c0;
    margin-bottom: 20px;
    padding: 20px;
    background-color: #fff;
    border-bottom: 2px solid rgba(221, 226, 232, 0.5);
}
.widget li {
    list-style: none;
    border-bottom: 1px solid rgba(221, 226, 232, 0.5);
    padding-bottom: 10px;
    margin-bottom: 10px;
    overflow: hidden;
    height: 100%;
    text-transform: capitalize;
}
.widget_recent_post .widget_post_thumbnail {
    float: left;
    height: 80px;
    margin-right: 10px;
    width: 80px;
    overflow: hidden;
}
.widget_post_info .post_meta {
    margin-top: 10px;
    font-size: 12px;
}
.widget_recent_post h5 {
    margin: 0;
}
ul.recent_post {
    padding-top: 30px;
    padding-left: 0;
}
.post_meta a {
    color: #6f6f6f;
}
.blog-heading{
     text-align: left;
     margin-bottom: 0px;
     font-weight: bold;
}
.comments{
    padding-top: 40px;
    margin-top: 30px;
    padding-left: 20px;
    border-top: 1px solid #ccc;

}
 .comments p{
    font-size: 14px;
 }
.media-heading{
    font-weight: 400;
}
.comment-respond.form-group {
    background: #f2f2f2;
    float: left;
    padding: 20px;
    margin-top: 30px;
}
.entry-meta.comment{
    padding-left: 0px;
}

h5 {
    font-size: 22px;
    color: #666;
    font-family: 'Didact Gothic', sans-serif;
}

.blog-content .entry-title h2 > a {
    font-size: 22px;
    color: #111;
}

.blog-post-section{
    margin-top: 30px;
}

.blog-margin{
    margin-bottom: 100px
}



@media  screen and (min-device-width: 320px) and (max-device-width: 767px) {


    .lastname-gettouch{
    margin-top: 15px;
}

.blog-content .entry-title, .blog-content .entry-meta{
    padding-left: 0;
}


     .getin-touch .location-icon{
        position: absolute;
    }
    .getin-touch h2{
        font-size: 24px;
    }

    .get-in-touch textarea{
        height: auto !important;
    }

  .free-tax-advice{
    margin-bottom: 0;
  }  

 .free-tax-heading{
    margin-top: 20px;
 }   

 .footer h3 {
    margin-bottom: 6px;
 }  

 .tax-assistance .sub-heading {
    font-size: 19px !important;
}

 .tax-assistance {
    right: 0 !important;
    left: 0 !important;
    top: 3%!important;
    background: rgba(255,255,255,0.7);
    bottom: 0 !important;
} 

/*.tax-assistance h1 {
    color:#fff !important;
}*/

 .why-credit-pro .btn-border-white{
    font-size: 13px !important;
}

.why-credit-pro {
    padding: 0 10px;
}

    .left-google-section h3 {
    font-size: 25px;
}

.btn-border-white{
    padding:6px 0;
}
.left-google-section p{
    font-size: 16px;
}

    .three-step {
    margin-bottom: 29px;
}

.sme-top-section p{
    font-size: 16px;
}



    .left-google-section {
    position: absolute;
    left: 0;
    color: #fff;
    right: 0;
    width: 100%;
    padding: 10px;
    top: 14%;
    text-align: center;
}

.left-google-section img {
    margin:0 auto;
}



    .sme-top-section h1{
        font-size: 26px;
    }

    .sme-top-banner{
        height: 351px !important;
    }

    .sub-heading-sme{
        font-size: 23px;
    }
    .sme-top-section{
       left: 0 !important;
    right: 0;
    padding: 34px;
    text-align: center !important;
    top: 5%!important;
    }

     .follow-us .pull-left{
        float: none !important
     }
      .bottom-social-icon .text-right{
        text-align: center !important
     }

    .btn-border-white {
    font-size: 15px;
    width: 100%;
}

.risk-management{
    font-size: 18px;
}

    .market-place {
    background: #fbfbfb;
    padding: 20px 0;
}

.btn-border-white{
    font-size: 15px;
}

.risk-manage-img{
    margin-bottom: 30px;
    margin-top: 35px;
}

.btn-border-white{
    margin-bottom: 30px;

}

.main-heading-lenders {
    color: #329792;
    font-size: 22px;
    margin-bottom: 17px;
    font-weight: 500;
}

.corporate {
    padding: 0;
    height: auto;
}

    .p-top {
    padding: 0;
}

    .carrer-with-us {
    padding: 20px 0;
}

    .about-us-section .carousel-caption {
         top: -6%;
    }

    .about-us{
        padding:20px 0;
    }

    .bold-text-p{
        font-size: 20px;
    }

    .product-outer-box{
        height: 300px;
    }

    .product-left-section{
        margin-bottom: 20px;
    }

    .product-features h2 {
        font-size: 24px;
    }

    .bold-text-p-s{
        font-size: 16px;
    }

   .chk-btn{
        margin-bottom: 10px;
   }

   .product-description h2 {
    font-size: 24px;
   }

    .loan-filter{
        padding-bottom: 0;
    }

    .check-sc{
        display: block;
        text-align: center;
        margin-top: 10px;
    }

    .right-filter-sidebar{
        margin-bottom: 20px;
    }

    .credit-score-text{
        font-size: 14px;
    }

    .loan-banner .carousel-caption h1, .loan-banner .sub-heading{
        font-size: 24px;
    }

    .list-product-top{
        text-align: center;
    }

    .loan-banner-bottom{
        padding:0;
    }

    .small-business{
        font-size: 26px;
        margin-top: 10px;
    }

    .loan-banner .carousel-caption{
        top: 8%;
    }
    .loan-banner  .carousel-caption{
        width: 100%;
        left: 0;
        right: 0;
    }

    .loan-banner{
        height: 300px;
    }
    .lender-sme .btn{
        margin-bottom: 20px;
    }

    .box-green ul li{
        line-height: 32px;
    }

    .login-box-green {
        background: #17b0aa url(../../img/pattern.png) repeat;
        padding: 32px;
        /* min-height: 400px; */
        color: #fff;
        margin: 15px 0;
        padding-bottom: 12px;
        margin-bottom: 0;
    }

    .bottom-login-img img{
        margin-left: 0;
    }

    .login-bottom-margin {
        padding-bottom: 50px;
    }

    .contact-box {
        margin-left: 0;
    }
    .footer {
        text-align: center;
        position: static;
    }
    .location-icon {
        position: static;
    }
    body {
        margin-bottom: 0;
    }
    .apply-box {
        margin-bottom: 0;
        padding: 20px 0;
    }
    .carousel-caption h1 {
        font-size: 20px;
    }
    .carousel-caption p {
        font-size: 16px;
    }
    .carousel-caption {
        top: -12%;
    }
    .item img {
        height: 150px !important;
    }
    .bg-blue {
        text-align: center;
        background: #00ada8;
        color: #fff;
        padding: 9px 0px;
    }
    .bg-blue li {
        margin-right: 0;
    }
    .bg-blue .text-right {
        text-align: center;
    }
    .top-header-bar {
        margin-top: 0;
    }
    .expand-section {
        padding: 12px 0;
    }
    .expand-section h2 {
        font-size: 24px;
    }
    .box-green h4 {
        font-size: 20px;
    }
    .yes {
        font-size: 20px;
    }
    .box-green {
        min-height: auto;
        margin-top: 20px;
        padding: 15px;
    }
    .mobile-m {
        margin-bottom: 15px;
    }

    .apply-box .btn-green{
        font-size: 18px;
    }

    .col-center{
        padding: 0;
    }

}





@media  screen and (min-device-width: 1280px) and (max-device-width: 1368px) {

.sme-top-section {
    left: 10% !important;
    text-align: left!important;
    top: 20% !important;
    
}

.left-google-section{
    top: 13% !important;
    
}

.google-play-section {
    height: 400px !important
}

}

.connect-with-us a{
    font-size:24px;
}

.panel-blog.panel-default > .panel-heading {
     padding: 10px 15px !important;
     border-radius:none !important;
     color: #212121; 
     background-color: #f5f5f5 !important;
     border-color: #EEEEEE; 
}

.panel-blog h3 {
    margin:0 !important;
}

.get-tips {
        font-size: 18px;
    margin-bottom: 15px;
}

.share-your-story{
    margin-top:20px;
    margin-bottom:20px;
}

.text-description{
    font-size:16px;
    margin-bottom:10px;
}

.border{
    border:1px solid #ccc;
}

.padding-left-zero{
    padding-left:0;
}

a.bg-white-watsapp {
    color: #fff;
}

a.bg-white-watsapp:hover {
    text-decoration: none;
}

.bg-gray {
    background-color: #f8f9f9;
}

.countries header {
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 2px solid #17b0aa;
    margin-bottom: 20px;
}

.countries .main {
    background: url('../../img/word-map.png') no-repeat center center;
    font-size: 10px;
}

.countries .main img {
    margin-right: 5px;
}

.countries .adjust-col-padding > div[class*="col-"] > .row {
    margin: 0;
}

.my-0 {
    margin-top: 0;
    margin-bottom: 0;
}

.mb-24 {
    margin-bottom: 24px;
}

.mt-24 {
    margin-top: 24px;
}

.countries .adjust-col-padding div[class*="col-"] {
    padding-left: 0px;
    padding-right: 0px;
}

.countries .adjust-col-padding .flex + .flex {
    padding-top: 5px;
}

.flex {
    display: flex;
}

.justify-between {
    justify-content: space-between;
}

.items-center {
    align-items: center;
}

.img-fit {
    object-fit: contain;
}

.label-text-grey {
    color: #a1a1a1;
}