/*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;
    }

    .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;
        }
    }
}

.text-primary-card {
    color: #133758;
}

.text-secondary-card {
    color: rgb(235, 34, 42);
}

.bg-primary-card {
    background-color: #133758;
}

.bg-secondary-card {
    background-color: rgb(235, 34, 42);
}

.marketplace-card {
    border-radius: none;

    .date-div {
        background: #133758;

        span {
            color: #fff;
            letter-spacing: 1px;
            font-size: 10px;
        }
    }

    .amount-div {
        background: rgb(235, 34, 42);

        span {
            color: #fff;
            font-weight: bold;
            font-size: 36px;
        }
    }

    .footer-div {
        background: #133758;
        padding: 15px 0px;
    }

    .main-div {
        padding: 40px 0px;

        img {
            width: 250px;
            height: 100px;
            object-fit: fill;
        }
    }
}

@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;
            }
        }
    }

    .unlockAll {
        font-size: 1rem !important;
    }

    .signUpNow {
        width: 50% !important;
        margin-top: 20px !important;
    }
}

/*miniCardViewBox ends*/
/*Minis ends*/
/*marketplace_featured_section starts*/
.marketplace_featured_section {
    overflow: hidden;
    min-height: 420px;
    position: relative;
    font-family: Arial !important;

    h1 {
        font-size: 50px !important;
        text-transform: capitalize;

        span {
            color: var(--ce-main-color);
            font-size: 50px !important;
            font-family: "BebasNeue-Regular" !important;
        }
    }

    h2 {
        margin-bottom: 0;
    }

    h3 {
        font-size: 24px !important;
        /*        text-transform: capitalize;*/
        font-family: Arial !important;
    }

    .leftPanel {
        z-index: 2;
        gap: 1.5rem;
        color: #fff;
        display: flex;
        position: relative;
        justify-content: start;
        flex-direction: column;

        #lock_icon {
            height: 40px;
            width: 100%;
            object-fit: contain;
        }

        h1 {
            width: 100%;
            margin-bottom: 0;
        }
        .cta{
            width: 50%;
        }
        p{
            font-size: 18px;
            margin-bottom: 0;
        }
    }

    .featuredSignup {
        color: #fff;
        font-size: 18px;
        min-width: 150px;
        text-align: center;
        border-radius: 30px;
        padding: 0.5rem 1rem;
        text-transform: none;
        background-color: var(--ce-main-color);
        border: 1px solid var(--ce-main-color);

        &:hover {
            border: 1px solid #fff;
            background-color: transparent;
        }
    }
    .featuredLearnMore{
        color: #fff;
        font-size: 18px;
        min-width: 150px;
        text-align: center;
        border-radius: 30px;
        padding: 0.5rem 1rem;
        text-transform: none;
        border: 1px solid #fff;
        background-color: transparent;

        &:hover{
            background-color: var(--ce-main-color);
            border: 1px solid var(--ce-main-color);
        }
    }

    .featureDeal {
        z-index: 1;
        font-size: 24px;
        font-weight: 600;
        margin-bottom: 0;
        letter-spacing: 2px;
        font-family: Pacifico;
        color: var(--ce-main-color);
    }

    .rightPanel {
        z-index: 0;
        padding: 0;
        display: flex;
        justify-content: center;

        .carousel-inner {
            height: 100%;
        }

        .carousel-item {
            width: 100%;
            height: 100%;
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;

            .container{                    
                height: 100%;
                display: flex;
                align-items: center;
            }
        }

        .carousel-item::before {
            content: '';
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            width: 100%;
            height: 100%;
            position: absolute;
            background: linear-gradient(90deg, rgba(0, 0, 0, 0.95) 0%, rgba(0, 0, 0, 0.7) 60%, rgba(0, 0, 0, 0.01) 100%)
        }

        .featuredSliderProjectName {
            max-width: 700px;
            color: #fff;
            margin: 12em auto auto auto;
            text-shadow: 2px 2px 0px rgba(255 255 255 / 50%);
        }

        #heroCarousel {
            flex-grow: 1;
        }
    }

    .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 70px;
        border-radius: 30px;
        align-items: center;
        font-family: Arial;
        text-transform: capitalize;
        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;
        }
    }
}
.marketplace-card-outer{
    padding-bottom: 2rem;
}
@media screen and (max-width:800px) {
    .nMarketFeatured {
        .curve.marketCurve {
            min-height: 45px !important;
            margin-top: -2em !important;
        }
    }

    .nMarketFeatured .marketplace_featured_section {
        min-height: 250px;

        .carousel-bg .carousel-inner .carousel-item {
            z-index: 0;
            background-size: cover;
            background-position: center;
        }

        h1 span {
            font-size: 40px !important;
        }

        h3 {
            font-size: 14px !important;
            text-transform: capitalize;
        }

        .leftPanel.w-50 {
            gap: 1rem;
            width: 100%!important;
        }
        .featureDeal{
            font-size: 12px;
        }
        h1{
            font-size: 16px!important;
        }
        p{
            width: 70%;
            font-size: 12px!important;
        }

        .rightPanel {
        }

        .d-flex {
            justify-content: start;
        }

        .featuredSignup,.featuredLearnMore {
            font-size: 14px;
            min-width: 130px;
        }

        .btn-primary-ce,
        .btn-primary-ce:hover {
            font-size: 14px;
        }
    }
}

/*marketplace_featured_section ends*/
#prop_name_card {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;

    b {
        font-family: Arial !important;
    }

    p {
        color: #B7B7B7
    }
}

.description {
    font-family: Arial !important;
    font-weight: 700;
}

#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; */
    height: auto;
    overflow: hidden;
    position: relative;
}

.tagClass {
    display: block;
    padding: 8px 14px;
    position: absolute;
    right: -3px;
    top: 0px;
    background-color: var(--ce-main-color);
    color: #fff;
    border-top-right-radius: 7px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);

    &::after {
        display: block;
        content: "";
        height: 14px;
        width: 14px;
        position: absolute;
        background-color: var(--ce-main-color-dark-blue);
        right: 0;
        bottom: -14px;
        border-bottom-right-radius: 14px;
    }
}

.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: darkgray !important;
    padding: 5px !important;
    border-radius: 4px !important;
    font-family: Arial;
    color: #fff;
    width: 70%;
    margin: 5px auto;
}

.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: 4px;
}

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

.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: darkgray;
    font-size: 11px;
    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;
}

.marketplace-card-outer {
    justify-content: center;

    .my-3 {
        margin-top: 0.5rem !important;
        margin-bottom: 1rem !important;
    }
}

.streetAddress {
    font-size: 11px;
    font-family: Arial;
    color: gray;
}

.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: 'Arial';
    }
}

.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;
    max-width: 1200px;
    position: relative;
    padding: 0 20px!important;

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

.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 #bbb;
    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;
}

/*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 {
    margin-top: 3px !important;
}

h4.cardHeading b {
    width: 7em;
    display: block;
    white-space: pre;
    padding-bottom: 0;
    overflow-y: hidden;
}

h4.cardHeading b::-webkit-scrollbar {
    width: 3px;
    height: 3px;
}

.redBanner a {
    text-underline-offset: 3px;
}

.fundedCard.miniCardViewBox {
    .card {
        height: auto;
        color: #5b6770;
        overflow: hidden;
        background: #fff;
        position: relative;
        /* margin-bottom: 30px; */
        border-radius: 0.5em;
        box-shadow: 0px 0px 10px #ccc;
    }

    tag {
        top: 12px;
        right: 18px;
        color: #fff;
        display: block;
        padding: 8px 14px;
        position: absolute;
        background-color: var(--ce-main-color-light-blue);
        border-top-right-radius: 0.5rem;
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);

        /* &::after {
            display: block;
            content: "";
            right: 0;
            height: 14px;
            width: 14px;
            bottom: -14px;
            position: absolute;
            background-color: #333;
            border-bottom-right-radius: 14px;
        } */
    }

    .cardHeader {
        width: 92%;
        height: 200px;
        margin: 3.5% 3%;
        border-radius: 0.5em;
        background-size: 100% 100%;
        box-shadow: 0 1px 5px #ddd;
        background-position: center;
        background-repeat: no-repeat;
    }

    h2 {
        font-size: 20px;
        font-weight: bold;
        margin: 12px auto;
        text-align: center;
        gap: 5px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;

        img {
            width: 60px;
            height: 60px;
            border-radius: 50%;
            object-fit: contain;
            box-shadow: 0 1px 5px #bbb;
        }
    }

    p {
        font-size: 12px;
        color: #5B6770;
        margin: 10px auto;
        padding: 0 15px;
        font-weight: 700;
        text-align: center;
        min-height: 34px;
    }

    .redBanner {
        color: #fff;
        font-size: 22px;
        padding: 10px 0;
        font-weight: 600;
        text-align: center;
        background-color: #CD202A;
    }

    .blueBanner {
        color: #fff;
        padding: 10px 0;
        font-size: 16px;
        font-weight: 600;
        text-align: center;
        background-color: #133758;
    }
}

@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;
        }
    }
}

@media only screen and (max-width: 800px) {
    .miniCardViewBox {
        .card-body {
            padding: 15px 15px 15px 15px !important;
        }
    }
    #marketplaceMobileDropdown{
        margin: 1.5rem auto!important;
    }
    .featuredSignup{
        margin-right: 1rem;
    }
}