/*Minis starts*/
.miniCardViewBox{
    margin-bottom: 1.5em;

    .btnsAreas{
      padding: 2em 0;
      margin-top: 3em;
      border-top: 1px solid #eee;
      border-bottom: 1px solid #eee;
    }
    .company-logo{
      width: 24%;
      margin-right: 1%;

      .show_image{
        width: 50px;
        height: 50px;
        border-radius: 30px;
        background-size: cover;
        background-position: center;
        box-shadow: 1px 2px 5px #aaa;
        background-repeat: no-repeat;
      }
    }
    .company-info{
      width: -webkit-fill-available;
    }
    .card-container{
      border: 2px solid #050B32;
      box-shadow: 0 1px 2px 0px rgba(0,0,0,0.3);
    }
    .card-header{
      border-bottom: 2px solid #050B32;
    }
    .card-header .card-header-inner{
      padding: 15px 15px 0 15px;
    }
    .card-header p{
      padding: 0 15px;
      margin-bottom: 0;
    }
    .card-header-inner p{
      margin-bottom: 0;      
    }
    .card-footer{
      gap: 10px;
      padding: 15px;      
      display: flex;
      align-items: center;
      justify-content: space-between;

      .mc_button{
        color: #fff;
        flex-grow: 1;
        font-size: 12px;
        font-weight: 600;
        min-width: 150px;
        padding: 6px 10px;
        border-radius: 30px;
        transition: all .5s ease-in-out;
      }
      .mc_btn1,.mc_btn1:hover{
        background-color: var(--ce-main-color);
        border-color: 1px solid var(--ce-main-color);
      }
      .mc_btn2,.mc_btn2:hover{
        background-color: #BC1823;
        border: 1px solid #BC1823;
      }
      .mc_button:hover{
        opacity: .8;
        transform: scale(.95);
      }
    }
    .card-body{
      padding: 15px 15px 0 15px;

      button{
        color: #fff;
        flex-grow: 1;
        cursor: auto;
        font-size: 12px;
        font-weight: 600;
        min-width: 150px;
        padding: 6px 10px;
        background: var(--ce-main-color);
        border-radius: 30px;
        border: 1px solid var(--ce-main-color);
        transition: all .5s ease-in-out;
      }
    }
    .card-header p.company-desc{
      line-height: 1;
      color: #000!important;
      padding: 0 15px 15px 15px;
      font-size: 11px!important;
      font-family: 'poppins_400'!important;      
    }
    .company-logo{
      align-self: start;
    }
    .card-header-inner{
      display: flex;
      align-items: center;
      margin-bottom: 15px;
      justify-content: space-between;

      h3{
        margin: 0;
        color: #050B32;
        font-size: 18px;
        font-weight: 700;
      }
      .location,
      .investment-type{
        color: var(--ce-main-color);
      }
      .location i{
        color: limegreen;
      }
    }    
    .streetDets{
      margin-top: 10px;
      text-align: left;
      font-weight: 700;
      align-items: center;
      justify-content: space-around;

      p{
        padding: 0;
        font-size: 14px;
        margin-bottom: 0;
      }
    }
    .investment-details{
      text-align: center;
      padding: 25px 0 0 0;

      .label{
        color: #050B32;
        font-size: 14px;
        font-weight: 700;
        margin-bottom: 0;
      }
      .value{
        color: var(--ce-main-color);
        line-height: 1;
        font-size: 10px;
        font-weight: 600;
        margin-bottom: 0;
      }
    }
}
@media only screen and (max-width:800px){
  .miniCardViewBox {
    .investment-details {
      padding: 15px 0 0 0;
    }
    .card-footer{
        .mc_button{
            min-width: min-content;
        }
    }
    .card-header-inner {
      h3{
        font-size: 16px;
      }
    }
    .streetDets{
      gap: 15px;
      margin-bottom: 15px;
      justify-content: center;

      p{
        width: 45%;
        overflow: auto;
        text-align: center;
        white-space: nowrap;
        font-size: 12px!important;
      }
    }
  }
}
/*miniCardViewBox ends*/
/*Minis ends*/
/*marketplace_featured_section starts*/
.marketplace_featured_section{
    overflow: hidden;
    min-height: 400px; 
    position: relative;

    h1{
        font-size: 50px!important;
    }
    h3{
        font-size: 24px!important;
    }
    .olay{
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 1;
        width: 100%;
        height: 100%;
        position: absolute;
        background: linear-gradient(90deg, #020621 51%, rgba(2, 6, 33, 0.28) 60%, rgba(255, 255, 255, 0.00) 100%, rgba(255, 255, 255, 0.00) 100%);
    }
    .leftPanel{
        z-index: 2;
        gap: 2rem;
        color: #fff;
        display: flex;
        position: relative;
        justify-content: start;
        flex-direction: column;
        padding: 4rem 3rem 3rem 7rem!important;
    }
    .rightPanel{
        z-index: 0;
		padding:0;

        .carousel-item{
            width: 100%;
            height: 450px;
            text-align: center;
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
        }
    }
    .dealDetails{
        top: 60%;
        right: 0;
        width: 50%;
        z-index: 3;
        position: absolute;
        flex-direction: column;

        h5{
            color: #fff;
        }
    }
    .btn-primary-ce,.btn-primary-ce:hover{
        color: #fff;
        display: flex;
        font-size: 18px;
        padding: 12px 18px;
        border-radius: 30px;
        align-items: center;
        text-transform: uppercase;
        font-family: 'poppins_700';
        transition: all .25s ease-in-out;
        border: 1px solid var(--ce-main-color);
        background-color: var(--ce-main-color);

        &:hover{
            transform: scale(.95);
            border-color: #076890;
            background-color: #076890;
        }
    }
}
@media screen and (max-width:800px){
    .nMarketFeatured{
        .curve.marketCurve{
            min-height: 45px!important;
            margin-top: -2em!important;
        }
    }
    .nMarketFeatured .marketplace_featured_section{
        min-height:300px;
        
        .olay{
            background-color: var(--ce-main-color-dark-blue);
        }
        h3{
            font-size: 14px!important;
        }
        .leftPanel{
            gap: 1rem;
            padding: 2rem 1.5rem 1rem 1.5em!important;
        }
        .rightPanel{
            display: none; 
        }
        .d-flex{
            justify-content: center;
        }
        .btn-primary-ce, .btn-primary-ce:hover{
            font-size: 14px;
        }
    }
}
/*marketplace_featured_section ends*/
#prop_name_card p {
    color: #B7B7B7
}

#card_feat_table strong {
    color: #B7B7B7;
    font-size: 13px
}

.homepagecard,
.loans-header,
.loans-list-wrapper .loans-header {
    color: #595959;
    text-transform: uppercase
}

.table {
    font-size: 14px
}

.loan-item-status span {
    font-size: 12px
}

.homepagecard {
    font: 21px/26px PMLight;
    margin-bottom: 20px
}

.loans-header span {
    font-family: PMSemiBold
}

.loans-list-wrapper .loans-header {
    font: 21px/26px PMLight;
    margin-bottom: 20px
}

.loans-header {
    border-bottom: 1px solid #E7E4E2
}

.btn-primary-cta,
.loan-card h1,
.loan-details-link a {
    text-transform: capitalize
}

.loan-card div h5 {
    margin-top: 5px;
}

.pageing {
    text-align: right
}

.loans-list-wrapper .pagination-wrapper {
    width: 40%
}

.see-all-link {
    display: flex;
    height: 144px;
    top: 80px;
    position: relative;
    font-size: 18px;
    padding: 10px;
    justify-content: center;
    text-align: center
}

.see-all-link a {
    color: #39f;
    text-decoration: none
}

#card_feat_table thead tr {
    border-top: none !important
}

#card_feat_table tr {
    border-top: 1px solid #ddd
}

#card_feat_table td {
    border: 0
}

​ #card_feat .card_list strong {
    color: #000;
    opacity: .8
}

.loan-item-status .progress {
    height: 8px
}

#card_field_name .typeahead {
    position: relative;
    top: 0;
    width: 100%;
    left: 1px;
    display: none
}

.featured-investments .loan-card {
    height: 475px
}

#card_feat_table tr:nth-child(even) {
    background: 0 0 !important
}

.loan-card {
    border-radius: 0.5em;
    padding: 1em;
    background: #fff;
    box-shadow: 0px 0px 10px #ccc;
    color: #5b6770;
    margin-bottom: 30px;
    overflow: hidden;
    position: relative;
}

.loan-card header {
    margin: 0;
    position: relative
}

h5 .description {
    font-size: 12px;
    overflow: hidden !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    min-height: 27px;
    font-weight: 700;
}

.cardHeadingOuter {
    position: relative;
    min-height: 50px;
    padding-top: 10px;
}

.cardHeadingOuter a {
    font-weight: 600;
    font-size: 16px !important;
    color: #033572;
}

.cardHeadingOuter img {
    position: absolute;
    left: 5px;
    top: 5px;
    width: 40px;
}

.loans-list-wrapper header {
    margin-bottom: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block
}

.dealTypeSA {
    font-size: 12px;
    background-color: var(--ce-main-color) !important;
    padding: 5px !important;
    border-radius: 4px !important;
    font-family: open_sans_400 !important;
    color: #fff;
    width: 70%;
    margin: 5px auto 10px;
}

.dealTypeSA:hover {
    color: #fff;
}

@media screen and (max-width: 800px) {    
    .cardHeading {
        font-size: 12px !important;
    }
    .imgCircleOuter {
        margin: 5px;
    }

    .cusCrdTitle {
        width: 70%;
    }

    .dealTypeSA {
        padding: 7px 5px !important;
        width: 80% !important;
    }

    .btn-primary-cta {
        margin-top: 10px;
        font-size: 12px!important;
    }
}

.loans-list-wrapper section {
    margin-top: 0
}

.loan-overview h4 {
    font-size: 14px;
}

.loan-info-bar {
    line-height: 1;
    overflow: hidden;
    min-height: 75px;
    margin-bottom: 8px;
}

.loan-card .loan-info-bar div {
    min-height: 42px;
}

.loan-info-bar div {
    /*border-left: 1px solid;*/
    border-left: unset !important;
    float: left;
    text-align: center;
    padding: 0
}

.loan-info-bar h3 {
    font-size: 20px;
    font-weight: 300;
    margin: 0
}

.loan-info-bar .description {
    color: var(--ce-main-color);
    font-size: 10px;
    font-weight: 700;
    white-space: nowrap;
}

.loan-title-wrapper {
    display: table;
    height: 30px;
    padding: 0 10px;
    width: 100%
}

.loan-info-bar div:first-child {
    border-left: none
}

.loan-details-link {
    float: left;
    padding: 0 15px 0 10px;
    width: 70%
}

.loan-status-container {
    margin-top: 0
}

th {
    border-right: none !important;
    background: #fff !important
}

.loan-details-link a {
    margin-top: 6px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    background: #fff;
    border: 1px solid #6c3;
    color: #6c3;
    display: inline-block;
    font-weight: 400;
    line-height: 1.4;
    text-align: center;
    white-space: nowrap;
    height: 40px;
    font-size: 18px;
    padding: 8px 25px
}

.expand_td {
    float: right;
    font-weight: 900;
    color: #B7B7B7
}

#expand_view {
    padding: 0
}

#explore_conten {
    height: 286px
}

#explore_conten img {
    width: 100%
}

.check {
    display: none !important
}

.changecheck {
    display: none
}

.loan-card .progress,
.loan-card .progress-bar {
    -webkit-box-shadow: none;
    box-shadow: none;
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    webkit-background-size: 40px 40px;
    background-size: 40px 40px;
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.loan-card .progress {
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    -ms-border-radius: 1px;
    -o-border-radius: 1px;
    border-radius: 1px;
    height: 8px;
    margin-bottom: 5px
}

.loans-list-wrapper .progress {
    background-color: #d8d8d8
}

.progress {
    background: #f5f5f5;
    overflow: hidden;
    height: 20px;
    margin-bottom: 20px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1)
}

.loan-card .loan-percentage {
    margin-bottom: 20px;
    padding-right: 0
}

.loan-card .loan-amount-left {
    margin-bottom: 20px;
    padding-left: 0
}

.btn-primary-cta {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    border: none;
    width: 100%;
    color: #fff;
    display: inline-block;
    font-weight: 400;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    font-size: 16px;
    padding: 8px;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -ms-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;

    &:focus,
    &:hover {
        color: #fff;
        text-decoration: none
    }
}

.loan-card h1 a {
    color: #5b6770
}

.street {
    font-size: 10px
}

.loan-card header a.offering_img {
    height: 200px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 0.5em;
    box-shadow: 0 1px 5px #eee;
}
.streetAddress {
  font-size: 10px;
  font-family: poppins_600;
  color: var(--ce-main-color);
}
.col-md-12.resizeOuter,.resizeOuter,.resize_anc{
    min-height: 54px;
}
.resize_anc{
    overflow: hidden !important;
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 2 !important;
}
.loan-card header a {
    display: block;
    text-decoration: none;
    position: relative;
    /*font-size: 14px*/
}

.loan-title-wrapper a {
    font-weight: bolder;
    font-size: 18px !important;
}

.loan-title-wrapper a:nth-child(1) {
    padding-top: 10px;
}

.loan-card h1 {
    color: #5b6770;
    border-bottom-color: #ddd;
    display: table-cell;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    vertical-align: middle
}

.loans-list-header {
    background-color: #fff;
    color: #5b6770;
    font-size: 16px;
    font-weight: 700
}

.loans-list-header ul {
    margin-bottom: 10px
}

.loan-details {
    margin-bottom: 0;
    border-bottom: 1px solid #e7e4e2;
    overflow: hidden;
    padding: 0
}

.loan-item-container {
    background-color: #fff;
    color: #5b6770;
    margin-bottom: 10px;
    overflow: hidden
}

.loan-details li {
    font-weight: 600
}

.loan-item-info {
    width: 40%
}

.invest {
    display: none
}

.loan-item-container .loan-title-container {
    padding: 0
}

.loan-title-container {
    min-height: 82px
}

.loan-short-term-container {
    position: relative;
    width: 100%
}

.loan-short-term-container-img {
    height: 100px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    /*border-radius: 5px 5px 0px 0px;*/
}

.pad-load {
    font-size: 18px;
    font-family: proximanova, sans-serif
}

.headerinvest {
    width: 100%;
    text-align: left;
    display: inline-block
}

.loan-item-container .loan-title {
    font-size: 18px;
    font-weight: 700;
    line-height: 1
}

.loan-item-container .loan-subtitle {
    display: block;
    font-weight: 200;
    font-size: 14px
}

.left_right_border {
    border-right: 2px #B7B7B7 solid;
    border-left: 2px #B7B7B7 solid;
}

.project_load_subtitle {
    padding-left: 0px !important;
}

.project_load_subtitle .loan-subtitle {
    display: block;
    font-weight: 600;
    font-size: 14px;
    float: left;
    padding: 0px 5px;
}

.loan-item-container .loan-title-container .read-more-link {
    height: auto;
    left: 0;
    line-height: 1.2;
    position: absolute
}

.read-more-link {
    bottom: 0;
    left: 15px;
    line-height: 40px;
    height: 40px;
    font-weight: 600;
    width: 100%
}

.loan-item-ltv,
.loan-item-return {
    width: 7%
}

.loan-item-container li {
    min-height: 147px
}

.loan-item-detail {
    font-size: 22px
}

.loan-item-detail span {
    font-size: 12px
}

.loan-details li {
    cursor: pointer;
    display: inline-block;
    list-style-type: none;
    float: left;
    vertical-align: top;
    padding: 10px 15px 8px 10px
}

.loan-item-term {
    width: 9%
}

.loan-item-amount {
    width: 14%
}

.loan-item-status {
    width: 23%
}

.bottom-bor {
    border-bottom: 1px solid
}

.full-width {
    width: 100%
}

#card_invest_li {
    width: 34%
}

#innerinvest_project_image,
#invest_project_image {
    width: 15%
}

#invest_project_deal_title {
    width: 20%
}

.no_padding {
    padding: 0
}

#innerinvestment_li {
    width: 40%
}

#innerinvest_project_dealtitle {
    width: 25%
}

.position-relative {
    position: relative;
}

.loan-details-link_all_investor {
    width: 85%;
}

#card_feat_table {
    border: 0;
}

.cards_homepage {
    float: none;
    padding: 0 15px;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;

    .funded_banner {
        background: #6c3;
        padding: 10px 0px;
        color: #ffffff;
    }
}

.divideTwo {
    padding: 0 10px;

    a {
        font-family: 'open_sans_400';
    }
}

.rcxHomePageCustomH3 {
    color: #595959;
    font: 21px/26px 'PMLight';
    text-transform: uppercase;
    margin-bottom: 20px;
}

.rcxHomePageCustomH3 span {
    font-family: 'PMSemiBold';
}

.rcxHomePage .rcxHomePageContainer {
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
    max-width: 1200px;
    position: relative;

    p{
        color: var(--ce-main-color);
        font-size: 14px;
        font-family: 'poppins_700';
    }
}

.other_than_home_without_slug .content {
    padding-top: 80px;
}

#head_all_invest .loans-header {
    border-bottom: none;
}

.resident_bifurcation_bg {
    background-size: contain;
    background-position: center;
}

.pointer_disabled {
    pointer-events: none;
}

/*******************************Css for blogs************************************/
.blog_outer {
    float: none;
    display: inline-flex;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.blog_outer .elementor-post-date {
    color: #9e9e9e;
    font-weight: 400;
}

.blog_outer .loan-card {
    box-shadow: none;
}

.blog_outer .elementor-post__excerpt {
    margin-bottom: 12px;
    margin: 0;
    line-height: 1.5em;
    color: rgba(45, 45, 45, 0.8);
    font-size: 16px;
    font-weight: 300;
}

.blog_outer .elementor-post__title {
    margin-bottom: 18px;
    color: #000000;
    font-size: 23px;
    font-weight: 500;
    line-height: 28px;
    text-align: left;
}

.blog_outer .elementor-post__title a {
    font-size: 23px;
}

.blog_outer .elementor-post__read-more {
    margin-top: 12px;
}

.blog_outer .elementor-post__read-more a {
    font-size: 15px;
    text-decoration: none;
    font-weight: 600;
}

.blog-outer {

    padding-right: 0;
    padding-left: 0;
}

.blog-background {
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
}

@media screen and (max-width: 600px) {
    .blog-background {
        height: 250px !important;
    }

    .blog-heading h1 {
        font-size: 27px !important;
    }

    .blog-heading {
        width: 100% !important;
    }
}

.blog-heading {
    height: 500px;
    position: relative;
    padding-top: 7%;
    color: white;
    width: 800px;
    margin: 0px auto;
    float: none;
}


.blog-heading h1 {
    font-size: 60px;
    font-weight: 800;
    line-height: 1.2em;
    letter-spacing: -0.3px;
}

.blog-content {
    margin-top: 5%;
    font-family: 'PMLight';
    line-height: 1.5em;
    color: rgba(45, 45, 45, 0.8);
    font-size: 16px;
    font-weight: 300;
}

.blog-overlay {
    background-color: transparent;
    background-image: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0.5) 100%);
    opacity: 0.5;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    height: 100%;
}

.imgCircleOuter {
    width: 45px!important;
    height: 45px;
    margin: 5px 5px 0 5px;
    border-radius: 30px;
    box-shadow: 1px 2px 5px #eee;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 0;
    float: left!important;
}

.cusCrdTitle {
    width: 75%;
    padding: 0;
}

.cusDealTypee,
.cusDealTypee:hover {
    font-weight: 600;
    color: rgb(91, 103, 112);
    font-size: 14px !important;
    clear: both;
    padding: 0;
}
.inv_slider .carousel-inner {
    padding-bottom: 3em !important;
}

/*newCardDesign start*/
.newCardDesign {
    width: 95%;
    margin: auto;
}

.newCardDesign1 {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    border: 1px solid #e8e8e8;
    padding: 2em 10px;
    margin: 1em auto 2em auto;
}

.newCardDesignImg {
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 65px;
    float: left;
    height: 65px;
}

.newCardDesign1_2 h3 {
    margin: 0;
    float: left;
    font-size: 21px;
    color: #0d1732;
}

.newCardDesign #description_card {
    float: left;
    text-align: left;
    padding: 0;
    width: 100%;
    margin-top: 5px;
}

.newCardDesign1_2 h3 {
    background-color: unset !important;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 0em;
    font-weight: 600;
    width: 366px;
    text-align: left;
    padding-top: 10px;
    height: 50px;
}

.newCardDesign1_3 .sharePrice1,
.newCardDesign1_4 .sharePrice1 {
    font-size: 16px;
    font-weight: 600;
    padding-top: 10px;
}

.newCardDesign1_3 .sharePrice2,
.newCardDesign1_4 .sharePrice2 {
    font-size: 18px;
    color: #4f576d;
    font-weight: 600;
    padding-top: 10px;
}

.shake-rotate:hover {
    animation-duration: 4000ms !important;
}

.newCardDesign1_5 a {
    margin: 1em 0;
    background-color: var(--ce-main-color);
    padding: 1em;
    color: #fff;
    border-radius: 30px;
    float: left;
    font-size: 16px;
    font-weight: 600;
}

.newCardDesign1_5 a:hover {
    color: #fff;
    text-decoration: none;
}

/*newCardDesign end*/
h4.cardHeading b {
    width: 7em;
    white-space: pre;
    overflow-y: hidden;
    display: block;
    padding-bottom: 2px;
}
h4.cardHeading b::-webkit-scrollbar {
  width: 3px;
  height: 3px;
}

@media only screen and (max-width: 600px) {
    #filter-by-industry {
        width: 100%;
        /*        display: flex!important;*/
        white-space: nowrap;
        overflow-x: auto;
        padding-bottom: 0;
    }

    .toggleSwitchIcons {
        display: none !important;
    }

    .curve.marketCurve {
        min-height: 130px !important;
        position: relative;
    }

    .carousel-bg .carousel-inner .item {
        max-height: 400px !important;
        min-height: 400px !important;
    }

    .cards_homepage {
        padding: 0!important;
    }

    .inv_slider .carousel-inner {
        padding-bottom: 0 !important;
    }
    .loan-card div h5{
        margin: 5px auto!important;
    }
    .marketplace_featured_section {
        h1 {
            font-size: 34px !important; 
        }
    }
}