@import url('https://fonts.googleapis.com/css2?family=Telex&family=Tenor+Sans&display=swap');

body {
    font-family: Helvetica, Arial, sans-serif !important;
    font-weight: 400 !important;

    a {
        text-decoration: none !important;
    }

    .after-menu .after-menu-left a {
        text-decoration: none !important;
        color: #ED6157 !important;
    }
}

.btn-custom-transparent,
.btn-custom-transparent:focus,
.menu-fs:hover {
    background-color: rgba(255, 255, 255, 0.10) !important;
}

.btn-custom-transparent:hover,
.btn-custom-transparent:active {
    background-color: rgba(255, 255, 255, 0.15) !important;
}

.dropdown-item:hover {
    background-color: #ececec !important;
}

.dropdown-item:focus {
    background-color: rgb(159 159 159) !important;
    /* color: #fff !important; */
}

.dropdown-menu[data-bs-popper] {
    top: 48px !important;
    left: 0 !important;
    border-radius: 0px 0px 10px 10px !important;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 4px 16px !important;
}

.dropdown-submenu .dropdown-menu {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 4px 16px;
}

footer {
    padding: 0px !important;
}

.community-admin h1 {
    font-size: 30px !important;
}

@media (min-width: 1151px) {

    h1 {
        font-size: 54px !important;
        font-weight: bold !important;
    }

    h2 {
        font-size: 40px !important;
        font-weight: 600 !important;
    }

    h3 {
        font-size: 32px !important;
        line-height: 42px !important;
    }

    h4 {
        font-size: 24px !important;
        line-height: 34px !important;
    }

    p {
        font-size: 16px !important;
        line-height: 24px !important;
    }
}

@media (max-width: 1150px) {

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

    h2 {
        font-size: 32px !important;
        line-height: 42px !important;
        font-weight: 700 !important;
    }

    h3 {
        font-size: 24px !important;
        line-height: 34px !important;
    }

    h4 {
        font-size: 24px !important;
        line-height: 34px !important;
    }

    p {
        font-size: 16px !important;
        line-height: 24px !important;
    }
}

@media (max-width: 980px) {

    h1 {
        font-size: 37px !important;
        line-height: 47px !important;
    }

    h2 {
        font-size: 28px !important;
        line-height: 38px !important;
    }

    h3 {
        font-size: 20px !important;
        line-height: 30px !important;
    }

    h4 {
        font-size: 18px !important;
        line-height: 28px !important;
    }

    p {
        font-size: 16px !important;
    }
}

@media (max-width: 750px) {

    h1 {
        font-size: 32px !important;
        line-height: 1.5 !important;
    }

    h2 {
        font-size: 28px !important;
        line-height: 1.5 !important;
    }

    h3 {
        font-size: 22px !important;
        line-height: 1.4 !important;
    }

    h4 {
        font-size: 18px !important;
        line-height: 1.4 !important;
    }

    p {
        font-size: 14px !important;
        line-height: 1.6 !important;
    }

}

.globle {

    button,
    .button,
    .btn,
    .reportk.Contact-me-popup,
    .gru-btns.Contact-me-popup {
        font-size: 13px;
        text-transform: capitalize !important;
    }

    .bg-red {
        background-color: #ed6157 !important;
        padding: 40px 100px;
    }

    .text-red {
        color: #ed6157 !important;
    }

    .text-gray {
        color: #1E1E1E !important;
    }

    .btn-custom-red {
        background-color: rgb(154 154 154) !important;
        /* background-color: #ed6157 !important; */
        color: #fff !important;
        border-radius: 2px !important;
    }

    .btn-custom-red:hover {
        background-color: #ed6157 !important;
    }

    .btn-custom-red:focus,
    .btn-custom-red:active {
        background-color: #ed6157 !important;
        color: #fff !important;
    }

    /* .btn-custom-white {
        background-color: #fff !important;
    }

    .btn-custom-white:hover {
        background-color: #fff !important;
        color: #ed6157 !important;
    } */

    .btn-custom-transparent {
        &::placeholder {
            color: #fff !important;
            font-style: italic;
        }
    }

    .red-icon {
        background-color: #ed6157 !important;
    }

    .red-icon:hover {
        background-color: #000 !important;
    }

    .btn-custom-white {
        background-color: #fff;
        padding: 5px 15px;
        border-radius: 2px;
        color: #ed6157;
    }

    .btn-custom-white:hover {
        background-color: #d9d6d6;
        padding: 5px 15px;
        border-radius: 2px;
    }
}

.header {

    button,
    .menu-fs,
    .dropdown-item {
        font-size: 14px;
        font-weight: 500 !important;

        a {
            font-size: 14px;
            font-weight: 500 !important;
        }
    }

    .menu-fs {
        padding: 6px 12px !important;
    }

    .navbar-transparent {
        background-color: #1E1E1E;
        transition: background-color 0.3s ease;
    }

    .search-btn {
        height: 38px;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0px 10px;
    }

    button.btn.border-0.rounded-0.rounded-pill,
    button.btn.border-0.rounded-0.rounded-pill:focus {
        background-color: #fff;

        a {
            color: #1e1e1e;
        }
    }

    button.btn.border-0.rounded-0.rounded-pill:hover {
        background-color: #ed6157;

        a {
            color: #fff;
        }
    }

    input {
        font-size: 15px;

        &::placeholder {
            font-style: italic;
        }
    }

    .navbar-dark-bg {
        background-color: #1E1E1E;
    }

    .dropdown-hover:hover>.dropdown-menu-hover {
        display: block;
    }

    .dropdown-submenu:hover>.dropdown-menu {
        display: block;
    }

    .dropdown-submenu {
        position: relative;
    }

    .dropdown-submenu .dropdown-menu {
        top: 0;
        left: 100%;
        margin-left: 0.1rem;
    }

    .dropdown-hover>.dropdown-toggle:active {
        pointer-events: none;
    }

    .show.dropdown-toggle::after {
        display: inline-block;
        margin-left: .255em;
        vertical-align: .255em;
        content: "";
        border-top: .3em solid;
        border-right: .3em solid transparent;
        border-bottom: 0;
        border-left: .3em solid transparent;
        rotate: 180deg;
    }

    .rotate-90 {
        .dropdown-toggle::after {
            rotate: -90deg;
        }
    }

    ul.navbar-nav {
        li {
            display: flex;
            align-items: center;
        }
    }
}

.banner {

    p {
        font-size: 18px;
    }

    .bg-card {
        background-color: rgba(255, 255, 255, 0.1);
        border: 1px solid rgba(255, 255, 255, 0.3);
        width: 220px;
    }

    .upper {
        bottom: 50px;
        position: relative;
    }

}

.container {
    max-width: 1280px !important;

    .nola-challenge-section {
        margin: 90px 0px;
    }

    .tab_content_section {

        .nav-tabs {
            display: flex;
            flex-wrap: nowrap;
            overflow-x: auto;
            white-space: nowrap;
            border-bottom: 1px solid #ccc;
        }

        .nav-tabs::-webkit-scrollbar {
            display: none;
        }

        .nav-tabs {
            -ms-overflow-style: none;
            scrollbar-width: none;
        }

        .nav-tabs .nav-link.active,
        .setig-li li {
            background-color: #ed6157 !important;
            color: white;
            border-radius: 2px !important;
        }

        .nav-tabs .nav-link {
            background-color: rgb(154 154 154) !important;
            color: #fff !important;
            margin-right: 5px;
            padding: 5px 15px;
            font-size: 18px;
            border-radius: 2px !important;
            transition: background-color 0.3s;
            flex-shrink: 0;
        }

        .nav-tabs .nav-link:hover {
            background-color: #ed6157 !important;
        }

        #tabNav .nav-link:hover {
            background-color: rgba(30, 30, 30, 0.4);
        }
    }

    .contact-form {
        margin: 90px 0px;

        .form-control {
            font-size: 20px;
            line-height: 30px;
            font-style: italic;
        }

        .form-select {
            font-size: 20px;
            line-height: 30px;
            font-style: italic;
        }
    }

    .acquired_green {
        background-color: rgba(19, 128, 76, 0.2);
        width: fit-content;
        color: #13804C;
        font-size: 13px;

        h5 {
            font-size: 15px;
        }
    }

    .campaign_ended {
        background-color: rgba(30, 30, 30, 0.2);
        width: fit-content;
        color: #1E1E1E;

        h5 {
            font-size: 15px;
        }
    }

    .bg-white70 {
        background-color: rgba(255, 255, 255, 0.7);
        width: fit-content;
    }
}

.nolahichallenge19 .container .tab_content_section .tab-pane .row {
    padding: 50px !important;
    background-color: rgba(30, 30, 30, 0.2) !important;
}

.ncc2025 .container .tab_content_section .tab-pane {
    padding: 50px !important;
    background-color: rgba(30, 30, 30, 0.2) !important;
}

.home {
    .medStartr_model_section {
        background-color: rgba(30, 30, 30, 0.03);
        /* margin: 90px 0px; */
        /* padding: 64px 0px; */
        padding:60px 0 60px 0;
        float: left !important;
        width: 100%;
    }

    .sponsor {
        margin: 90px auto;

        .carousel-inner .carousel-item {
            transition: transform 0.5s ease-in-out !important;
        }

        .carousel-inner .carousel-item.active,
        .carousel-inner .carousel-item-next,
        .carousel-inner .carousel-item-prev {
            display: flex !important;
        }
    }

    .contact-us {
        background-color: rgb(154 154 154);
        padding: 64px 50px;

        .form-control {
            font-size: 20px;
            line-height: 38px;
            font-style: italic;
        }
    }

    .custome-tabs {
        position: relative;
        overflow: hidden;
    }

    .swiper-container {
        width: 100%;
        transition: height 0.3s ease;
    }

    .classnew {
        height: 600px !important;
    }
}

.discover_category_section {
    margin-top: 167px;
    margin-bottom: 90px;

    .share_btn {
        display: flex;
        justify-content: end;
        align-items: center;
    }

    .post_user {
        left: 70px;
    }

    .user_score {
        right: -30px;
    }

    .card-img,
    .card-img-top {
        border-radius: 0px;
    }

    .card-hover {
        position: relative;
        overflow: hidden;
        border: none;
        transition: transform 0.3s ease;
    }

    .hover-labels {
        position: absolute;
        top: 50%;
        right: -200px;
        transform: translateY(-50%);
        z-index: 2;
        display: flex;
        flex-direction: column;
        transition: right 0.3s ease-in-out;
    }

    .card-hover:hover .hover-labels {
        right: 0px;
    }

    .hover-label {
        background-color: rgba(255, 255, 255, 0.6);
        color: #ed6157;
        padding: 8px 30px 8px 20px;
        font-size: 12px;
        border-end-start-radius: 50px;
        border-top-left-radius: 50px;
        margin-bottom: 5px;
    }

    .hover-label i {
        margin-right: 10px;
    }

    .bg-card {
        background-color: rgba(255, 255, 255, 0.1);
        border: 1px solid rgba(255, 255, 255, 0.3);
    }

    .upper {
        bottom: 50px;
        position: relative;
    }
}

.important-note {
    background-color: rgba(30, 30, 30, 0.2);
    padding: 64px 0px;
    clear: both;
}

footer {
    h4 {

        font-weight: bold;
    }

    padding: 64px 0px 16px 0px;

    a {
        font-size: 20px;
    }
}

@media (max-width: 1280px) {

    .banner {
        .bg-card {
            width: 180px;

            h5 {
                font-size: 16px;
            }

            img {
                width: 50px;
                height: 50px;
            }
        }

        .upper {
            bottom: 30px;
        }

        .powedby {
            width: 300px;
        }

        .p-5 {
            padding: 30px !important;
        }
    }

    .discover_category_section {
        h2 {
            font-size: 50px !important;
        }

        .post_user {
            width: 80px;
            height: 80px;
        }

        .user_score {
            width: 80px;
            height: 80px;
        }
    }

    .home {
        .tab-content {
            h2 {
                margin-bottom: 10px !important;
            }
        }

        .medStartr_model_section {
            h4 {
                font-size: 18px;
            }
        }
    }
}

@media (max-width: 1150px) {

    .header {
        .me-3 {
            margin-right: 0.5rem !important;
        }
    }

    .banner {

        .bg-card {
            width: 145px;
        }

        .upper {
            bottom: 20px;
        }

        .powedby {
            width: 250px;
        }

        .p-5 {
            padding: 20px !important;
        }
    }

    .container {

        .tab_content_section {

            h4 {
                margin-bottom: 16px !important;
                padding: 0px !important;
            }

            .me-5 {
                margin-right: 1.5rem !important;
            }

            .tab-pane {

                .row {
                    padding: 64px 30px;
                    margin: 30px 0px;
                    background-color: rgba(30, 30, 30, 0.2);
                }
            }

            .bg-red {
                background-color: #ed6157;
                padding: 50px 64px;
            }
        }

        .contact-form {

            .formsection {
                .p-5 {
                    padding: 30px !important;
                }
            }

            .form-control {
                font-size: 20px;
                line-height: 28px;
            }

            .form-select {
                font-size: 20px;
                line-height: 28px;
            }
        }
    }

    .discover_category_section_banner {

        h4 {
            margin-bottom: 10px !important;
        }

        .form-control {
            font-size: 14px !important;
            padding: 5px 10px !important;
        }

        .form-select {
            font-size: 14px !important;
            padding: 5px 10px !important;
        }

        .red-icon {
            padding: 7px !important;
        }
    }

    .discover_category_section {
        margin-top: 160px;

        small {
            font-size: 12px;
        }

        .card-footer {
            margin-top: 40px !important;
        }

        .post_user {
            left: 50px;
        }

        .share_btn {
            button {
                padding: 0.5rem !important;
            }
        }
    }

    footer {
        a {
            font-size: 16px;
        }

        p {
            font-size: 14px;
        }
    }

    .home {
        .tab_content_section {

            h4 {
                font-size: 16px;
            }

            p {
                font-size: 14px;
            }
        }

        .tab-content {
            h2 {
                font-size: 24px;
                margin-bottom: 0px !important;
            }
        }

        .sponsor {
            margin: 90px auto;
        }

        .contact-us {
            background-color: #1E1E1E;
            padding: 64px 50px !important;

            .form-control {
                font-size: 20px;
                line-height: 38px;
                font-style: italic;
            }
        }
    }
}

@media (max-width: 980px) {

    .banner {

        h4 {
            font-size: 14px;
        }

        .bg-card {
            width: 120px;
        }

        .powedby {
            width: 200px;
        }

        .p-5 {
            padding: 10px !important;
        }
    }

    .container {

        .tab_content_section {

            .row {
                flex-wrap: wrap-reverse;

                .me-5 {
                    margin-right: 0px !important;
                }

                .p-0 {
                    padding: 0px 10px !important;
                    margin-bottom: 30px;
                }
            }

        }

        .contact-form {

            .me-4 {
                margin-right: 0px !important;
            }

            .ms-4 {
                margin-left: 0px !important;

                h2 {
                    margin-top: 30px;
                }
            }

            .formsection {
                .p-5 {
                    padding: 30px !important;
                }
            }

            .form-control {
                font-size: 20px;
                line-height: 28px;
            }

            .form-select {
                font-size: 20px;
                line-height: 28px;
            }
        }
    }

    .discover_category_section_banner {

        form {
            padding: 20px !important;
        }
    }

    .discover_category_section {
        margin-top: 90px;

        .share_btn {
            display: flex;
            justify-content: center;
            align-items: center;
        }
    }

    .home {
        .our_project {
            display: block !important;
        }

        .tab_content_section {

            h4 {
                margin-bottom: 0px !important;
            }

            .row {
                flex-wrap: wrap;
            }
        }

        .medStartr_model_section {

            button {
                margin-right: 0px !important;
                margin-bottom: 30px;
            }
        }

        .carousel-inner .carousel-item>div {
            display: none;
        }

        .carousel-inner .carousel-item>div:first-child {
            display: block;
        }

        .contact-us {
            .row {
                flex-wrap: wrap-reverse;
            }

            .col-lg-4 {
                text-align: center !important;
                width: -webkit-fill-available;

                img {
                    height: 100px;
                }
            }
        }
    }

    .header {
        .navbar-transparent {
            background-color: #1E1E1E;
            transition: background-color 0.3s ease;
        }

        .main_dropdown_menu:before {
            display: none;
        }

        .nested_dropdown_menu:before {
            display: none;
        }

        .navbar-nav {
            button {
                margin: 10px 0px !important;
            }

            .nav-item {
                margin: 10px 0px !important;
            }
        }
    }

}

@media (min-width: 768px) {

    .carousel-inner .carousel-item-end.active,
    .carousel-inner .carousel-item-next {
        transform: translateX(25%) !important;
    }

    .carousel-inner .carousel-item-start.active,
    .carousel-inner .carousel-item-prev {
        transform: translateX(-25%) !important;
    }   
    
    .home .section-middle-popular{
        .col-sm-6 {
            width: 50%;
            float:left !important;
        }
    }
}

@media (min-width: 992px) {
    .home .section-middle-popular{
    .col-md-4 {
        width: 33.33333333333333%;
    }
}
}

.carousel-inner .carousel-item-end,
.carousel-inner .carousel-item-start {
    transform: translateX(0) !important;
}

@media (max-width: 750px) {
    .dFlexMobile {
        display: flex;
    }
    .footer-bottom .col-md-9 {
        display: inline-block;
        text-align: center;
        width: 100%;
        margin: 0 0 20px;
    }
    .footer-bottom .foter-lin {
        text-align: center;
    }

    .banner {

        height: 450px;
        margin-top: 55px;

        img.card-img {
            background-size: 100% 100%;
            object-fit: cover;
            border-radius: 0px;
        }

        .card-group {
            display: flex;
        }

        .bg-card {
            width: 85px;

            h5 {
                font-size: 12px;
            }

            img {
                width: 30px;
                height: 30px;
            }
        }

        .upper {
            bottom: 30px;
        }

        .powedby {
            width: 120px;
        }

        .p-5 {
            padding: 10px !important;
        }
    }

    .discover_category_section_banner {
        form {
            .col-md-3 {
                margin-bottom: 10px !important;
            }
        }
    }

    .discover_category_section {
        margin-top: 150px !important;

        h2 {
            font-size: 28px !important;
        }

    }

    .home {

        .banner {
            h1 {
                font-size: 36px;
            }

            h4 {
                font-size: 12px;
            }
        }

        .tab_content_section {

            .tab-pane {
                text-align: start !important;
            }

            .pt-5 {
                padding-top: 0px !important;
            }

            h5 {
                font-size: 14px;
            }

            .bg-white70 {
                padding: 10px !important;

                img {
                    height: 30px;
                }

                h2 {
                    font-size: 14px;
                }

                p {
                    font-size: 12px;
                }
            }
        }

        .medStartr_model_section {
            margin: 50px 0px;
        }

        .contact-us {
            padding: 30px !important;

            h4 {
                padding: 0px !important;
            }

            input {
                margin-bottom: 30px;
            }

            .red-icon {
                margin-bottom: 30px;
            }
        }


    }
    .categoryChallengeRow .description {
        display: none;
    }

    .discover_category_section_banner .categoryChallengeRow {
        display: flex;
        text-align: center;
        align-items: center;
        padding-bottom: 18px;
    }
    .discover_category_section_banner .categoryChallengeRow .challenge-logo {
        width: 100%;
        height: auto;
        margin: 0;
    }

    .discover_category_section_banner .headersub {
        padding: 0px !important;
    }

    .discover_category_section_banner .categoryChallengeRow .challenge-logo img {
        width: 130px;
    }

    .discover_category_section_banner .card-img-overlay {
        align-items: unset !important;
    }
}

@media (max-width: 430px) {

    .banner {

        .card-group {
            display: flex;
        }

        .bg-card {
            width: 75px;

            h5 {
                font-size: 10px;
            }
        }

        .powedby {
            width: 120px;
        }
    }

    .container {

        .nola-challenge-section {
            margin: 50px 0px;
        }

        .tab_content_section {

            .nav-tabs .nav-link {
                padding: 10px 20px;
                font-size: 18px;
            }

            .tab-pane {
                .row {
                    padding: 30px 20px;
                }

                .bg-red {
                    padding: 20px;
                }
            }
        }

        .contact-form {
            margin: 50px 0px;
        }
    }

    .discover_category_section_banner {

        form {
            padding: 15px 10px !important;

            .col-md-3 {
                padding: 5px !important;
            }
        }

        h1 {
            font-size: 24px !important;
        }
    }

    .discover_category_section {
        h2 {
            text-align: center;
        }
    }
}



/*Adity work from here*/

body {
    color: #1E1E1E !important;
}

.header {
    background: unset !important;
    border-bottom: none !important;
    float: unset !important;
    width: 100%;
}

.content-wrap {
    max-width: 100% !important;
    padding: 0px !important;
    margin-top: 90px !important;

    .card_inner {
        padding: 64px 50px;
    }

    .card_body,
    .holder {
        padding: 0px !important;
        text-align: unset !important;
        display: unset !important;
    }

    a {
        color: #1e1e1e;
    }

    button {
        margin-top: 16px;
    }

    h2 {
        text-align: start !important;
    }
}

.faq-section {

    .accordion-button {
        font-size: 24px;
        margin: 0px !important;

    }

    .accordion-button:not(.collapsed) {
        background-color: #ed6157;
        color: white;
    }

    .accordion-button:focus {
        box-shadow: none;
    }

    .main-faq {
        margin: 90px 0px;
        padding: 64px 50px;
    }

    .account-setting {
        margin: 90px 0px;
        padding: 64px 50px;
    }

    .site-basics {
        margin-top: 90px;
        padding: 64px 50px;
    }

    li {
        list-style: disc;
    }
}

section {
    float: none !important;

    .account {
        float: none !important;
    }

    .account-top {
        float: none !important;
    }

    .white-PF-cont {
        float: none !important;
    }
}

.steps {
    float: none !important;
    background: transparent !important;
    padding: 0px 0px !important;
}

section.privacy-policy {
    margin: 50px 0px;

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

.how-crowd-challenges-work {

    .card-box {
        padding: 64px 50px;

        h2 {
            font-size: 54px;
        }
    }
}

.terms-of-use {
    margin: 50px 0px;

    .card-box {
        padding: 64px 50px;

        h2 {
            font-size: 54px;
        }

        li {
            list-style: disc !important;
        }
    }
}

.tax-deductible-faqs {
    margin: 50px 0px;

    .card-box {
        padding: 64px 50px;

        h2 {
            font-size: 54px;
        }

        .accordion-body img {
            width: auto !important;
            height: auto;
            max-height: 300px;
        }
    }
}

.cookie-policy {
    margin-bottom: 90px;

    .card-box {
        padding: 30px 50px;

        h2 {
            font-size: 54px;
        }
    }

    a {
        color: #fff;
    }

    .col-4,
    .col-lg-4 {
        width: 33% !important;
    }

    input {
        font-size: 20px;

        &::placeholder {
            font-style: italic;
        }
    }
}

.content-wrap-login {
    margin: 90px 0px !important;

    input {
        margin: 5px 0px;
    }
}

body.project-detail,
.cms-container {

    .overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        /* background-color: rgb(120 120 120 / 76%); */
        z-index: 1;
        background-image: linear-gradient(to bottom, rgba(15, 21, 59, 0.9) 0%, rgba(15, 21, 59, 0.6) 58%);
        opacity: 0.8;
    }
    .project-overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        /* background-color: rgb(120 120 120 / 76%); */
        z-index: 1;
        background-image: linear-gradient(to bottom, rgb(78 79 84) 0%, rgb(78 79 84) 58%);
        opacity: 0.8;
    }

    .social-list {

        h3,
        p,
        a {
            color: #1e1e1e;
        }
    }

    .reward-set-holder {

        h3,
        h5,
        p {
            color: #1E1E1E;
        }
    }

    textarea {
        border: 1px solid #1E1E1E;
    }

    .black-tooltip-area {
        .button {
            font-size: 13px;
        }
    }

}

.communitypage {
    .navbar-transparent {
        background-color: #4e4f54;
    }

    .navbar-brand {
        img {
            height: 50px;
        }
    }

    /* .navbar-nav button {
        height: 35px;
        line-height: 20px;
    } */
}

/* .community-background-wrapper {
    .text-community-container h1 {
        font-size: 48px !important;
    }
} */

.challenge-tab {
    margin-top: 90px;

    .nav-tabs .nav-link {
        font-size: 16px !important;
        padding: 12px 20px !important;
        margin-right: 20px !important;
        border: 0px;
    }

    .tab-pane {
        .row {
            padding: 0px !important;
            margin: 0px !important;
            background-color: transparent !important;
        }
    }

    .nav-tabs .nav-link:last-child {
        margin-right: 0px !important;
    }
}

.header {
    /* ul.navbar-nav li {
        display: flex;
        justify-content: center;
        align-items: center;
    } */

    .navbar-toggler {
        background-color: transparent !important;
    }
}

.after-menu {

    li {
        padding: 0px;

        a {}
    }
}

.after-menu .after-menu-right-full ul li {
    list-style: disc;
}

h2.mes-tile {
    margin-bottom: 20px;
}

.cret-sub-til {
    margin: 5px 0px !important;
}

ul.project-staus {
    padding: 0px;
}

.white-PF-cont {

    ul {
        padding: 0px;
    }

    .account-top {
        .col-sm-6 {
            width: 100%;
        }
    }

    .subs-area {

        .left-lop .pdgs .rigt-int {
            h3 {
                font-size: 24px !important;
                line-height: normal !important;
            }
        }
    }
}

.web-pnl-with-shadow {
    .name {
        h1 {
            font-size: 24px !important;
            line-height: normal !important;
        }
    }

    .designation {
        h3 {
            font-size: 20px !important;
        }
    }
}

.abt-full-pnl {
    h3 {
        font-size: 20px !important;
        line-height: normal !important;
    }
}

.prfl-lTExt {
    .company-params {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .col-sm-12 {
        display: flex;
        align-items: center;
    }
}

.company-container {
    .col-md-8 {
        .company-description {
            margin-top: 30px;
        }
    }
}

.content-wrap {
    .no-margin {
        margin-top: 20px !important;
        padding: 10px 20px;
    }

    .card_inner .company-form .row .col-md-6 {
        .form-group {
            margin: 15px 0px;
        }

        h3 {
            font-size: 24px !important;
        }
    }
}

#addlineitems {
    .relative {
        button {
            margin: 20px 0px !important;
        }
    }
}

.radio-group label {
    font-size: 16px !important;
}

ul.subs-area-li li {
    margin-top: 25px;
}

.blus-btnl {
    margin: 10px 0px !important;
}

.account {
    ul.subs-area-li li {
        margin-top: 5px;
    }
}

.top-rowss {
    margin-top: 0px !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 6px;

    /* h2 {
        margin: 0px !important;
    } */

    .input-group-btn {
        margin: 0px !important;
    }
}

button.color6,
button.types-in-reward-sec,
.color7,
.color1,
.color2,
.color3,
.color4,
.color5,
.button {
    padding: 5px 15px !important;
    margin: 20px 0px;
    width: fit-content !important;
    color: #fff;
}

.my-companies,
.myaccount,
.editprofile,
.privacysettings,
.notifications,
.interests,
.activity,
.backedprojects,
.createdprojects,
.messages {
    .white-PF-cont {
        padding: 30px;
    }
}

.company,
.edit {
    .company-sub-header {
        text-align: center;
    }
}

.chat li .chat-body p {
    margin: 10px 0px !important;
}

.medmo17chal {
    .container-fluid {
        margin-top: 55px !important;
    }
}

/* .profile-menu-css {
    display: flex;
    justify-content: space-between;
    align-items: center;
} */

.img-circle {
    width: 50px !important;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
}

.chat li.right .chat-body {
    margin-right: 0px !important;
}

.chat li.left .chat-body {
    margin-left: 0px !important;
}

.activity,
.messages,
.createdprojects,
.privacy-policy {
    .white-PF-cont {
        a {
            color: #ed6157 !important;
        }
    }
}

body.project.detail {

    .container-fluid {
        margin-top: 55px !important;
    }

    .tab_item,
    .tab_item:hover {
        border-color: #ed6157 !important;
    }

    .tab_item:hover {
        border-bottom: 3px solid;
    }

    .small_text {
        a {
            color: #ed6157;
        }
    }
}

.home {
    .tab_content_section {
        .tab-content {
            .inside-content {
                a {
                    color: #1E1E1E;
                }
            }
        }
    }
}

.login .login-red-button {
    /* .n-button {
        background-color: #ed6157;
    } */

    .forgt-pss,
    a {
        color: #ed6157;
    }
}

.notifications {
    .white-PF-cont {
        .pdgs {
            a {
                color: #ed6157;
            }
        }
    }
}

.my-companies {
    .table-responsive {
        width: 100%;

        a {
            color: #ed6157;
        }
    }
}

.backedprojects {
    .white-PF-cont {
        a {
            color: #ed6157;
        }
    }
}

/* body.profile,
.project {

    .c-role-links,
    .content-btm {

        a,
        .nowrap {
            color: #fff;
        }
    }
} */

.project {
    .cms-container {

        button,
        input[type="button"],
        .button {
            background: rgba(154 154 154) !important;
            border: medium none !important;
            cursor: pointer;
            box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
            color: #fff !important;
            padding: 5px 15px;
            text-transform: uppercase;
            margin: 5px 0;
            border-radius: 2px !important;
            font-size: 13px;
        }

        button:hover,
        input[type="button"]:hover,
        .button:hover {
            background: #ed6157 !important;
        }
    }
}

/* .NOLAHI,
.NewYork,
.SanDiego,
.Global,
.AMIAinno {

    .panel-body,
    .name-wrapper,
    .share-title {
        color: #fff !important;
    }
} */

.viewmessages {

    .login-container .white-PF-cont .panel-footer,
    .chat-body {
        a {
            color: #ed6157;
        }
    }

    .chat .left.clearfix {
        padding: 10px 0 20px;
    }
}

.carousel-indicators [data-bs-target] {
    height: 3px !important;
}

body.company.edit .content-wrap .card_inner .form-group,
body.company.create .container section,
.my-companies .white-PF-cont,
.profile .c-role-links,
.challenge .content-wrap,
.add-member,
.login .login-red-button,
.user.forgotpassword .login .holder,
.home .swiper-container,
.back.donation .back-donation-btn .alrighty-div,
.project.detail .detail-page .detail-top .container,
.createdprojects .created .container .white-PF-cont,
.account.delete .border-top .NS_projects__cancel .grey-frame.grey-frame-narrow,
.findfriends .account .container .account-top,
.meet.creators .search-page-section .container,
.multichallenge-project.final_review .multichallenge-project-about_company-tabs-content,
.multichallenge-project.help_partners .multichallenge-project-about_company-tabs-content,
.multichallenge-project.help_hospitals .multichallenge-project-about_company-tabs-content,
.multichallenge-project.help_patients .multichallenge-project-about_company-tabs-content,
.multichallenge-project.investor_info .multichallenge-project-about_company-tabs-content,
.multichallenge-project.innovation_details .multichallenge-project-about_company-tabs-content,
.multichallenge-project.about_innovation .multichallenge-project-about_company-tabs-content,
.multichallenge-project.about_you .multichallenge-project-about_company-tabs-content,
.multichallenge-project.about_company .multichallenge-project-about_company-tabs-content,
.multichallenge-project.help_physicians .multichallenge-project-about_company-tabs-content,
.stakeholders .search-page-section .container {

    button,
    input[type="button"],
    .button {
        background: rgb(154 154 154) !important;
        border: medium none !important;
        border-radius: 2px !important;
        cursor: pointer;
        box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
        color: #fff !important;
        padding: 5px 15px;
        margin: 5px 0;
    }

    button:hover,
    input[type="button"]:hover,
    .button:hover {
        background: #ed6157 !important;
    }
}

.profile {
    .my-company {
        a {
            color: #ed6157 !important;
        }
    }

    .web-pnl-with-shadow {
        .slink {
            color: #ed6157 !important;
        }
    }

    .prfl-bn-container .prfl-right {
        color: #fff;
    }
}

.privacy-policy .bg-body-secondary,
li.project-title,
.botom-divs,
.tab_content p, 
.user.forgotpassword {
    
    .holder {
        margin-top: 100px;
    }

    .login .login-container {
        a {
            color: #ed6157 !important;
        }
    }
}

body.challenge.update .content-wrap,
.projectapplicationpreview .content-wrap {
    margin-top: 0px !important;

    .project-form {
        padding: 0px !important;
    }
}

.project {

    .universal_video_player.whiteControllers,
    .universal_video_player.whiteControllers .lbg_player {
        width: 100% !important;
        height: 100% !important;
    }

    .universal_video_playerBorder,
    .lbg_player {
        width: 100% !important;
    }

    .universal_video_player.whiteControllers .lbg_vimeo_player {
        width: auto !important;
        height: auto;
    }

    .universal_video_player_list,
    .details-page-aside .card_inner ul {
        margin-bottom: 0rem !important;
    }
}

.botom-divs {
    p {
        display: flex;
        align-items: center;

        b {
            margin: 0px 10px;
        }
    }
}

.how-crowd-challenges-work,
.medmo17chal {

    .banner {
        position: relative;

        .card {
            position: relative;

            img {
                display: block;
            }

            &::before {
                content: '';
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                background-color: rgba(0, 0, 0, 0.5);
                z-index: 1;
            }

            .content,
            .card-group {
                position: relative;
                z-index: 2;
                color: white;
            }

            .bg-card {
                img {
                    display: unset !important;
                }
            }
        }
    }

    .container-fluid {
        margin-top: 55px !important;
    }
}

.projectapplicationpreview .project-form {
    .chr-ful-wapr span {
        margin-top: 4px !important;
    }
}

.multichallenge-project {
    .project-step {

        display: flex !important;
        justify-content: space-between;
        align-items: center;

        button,
        input[type="button"],
        .button {
            background: #ed6157 !important;
            border: medium none !important;
            border-radius: 2px !important;
            cursor: pointer;
            box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
            color: #fff !important;
            padding: 5px 10px !important;
            margin: 5px 0px !important;

            a {
                color: #fff !important;
            }
        }
    }

    .project-form label {
        padding: 0px !important;
    }

    .intl-tel-input {
        width: 100%;
    }
}

body.pages.\32 021vision {
    .challenge-tab {
        img {
            width: 100%;
        }
    }
}

.add-event,
.viewmessages {
    .btn.btn-primary {
        border-radius: 2px !important;
    }
}

body.company.edit,
body.company.create {
    section .content-wrap {
        margin-top: 0px !important;

        .intl-tel-input {
            width: 100%;
        }

        .header-img {
            width: 100%;
            object-fit: cover;
        }
    }
}

.privacysettings .account .account-top,
.notifications,
.findfriends,
.myaccount {
    .white-PF-cont {
        margin-top: 0px;
        padding: 20px;
    }
}

.project {
    section .forbtn {

        button,
        input[type="button"],
        .button,
        .gru-btns,
        .reportk {
            background: rgba(154 154 154);
            border: medium none !important;
            cursor: pointer;
            box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
            color: #fff !important;
            padding: 5px 15px;
            text-transform: uppercase;
            margin: 5px 0;
            border-radius: 2px !important;
        }

        button:hover,
        input[type="button"]:hover,
        .button:hover,
        .gru-btns:hover,
        .reportk:hover {
            background: #ed6157;
        }

        .tab-content {
            a {
                color: #ed6157 !important;
            }

            .faq-ask-box {
                a {
                    color: #fff !important;
                }
            }

            h2 {
                font-size: 24px !important;
            }
        }
    }
}

body.company.create .content-wrap .card_inner .form-group select {
    width: 100%;
    padding: 7px;
    border-radius: 5px;
    border-color: #dee2e6;
}

.panel-outer {
    background-color: #fff;
    border-radius: 5px;
}

.inner-cta {
    display: flex;
    justify-content: space-between;

    button {
        font-size: 13px;
        padding: 5px 15px !important;
        background-color: rgba(154 154 154) !important;
        color: #fff;
        border-radius: 2px !important;
    }

    button:hover {
        background-color: #ed6157 !important;
    }
}

.profile-avatar-tablet {
    img {
        height: 30px;
        width: 30px;
        object-fit: cover;
        object-position: center;
    }
}

body.pages,
.project.detail .tabbable-panel,
.profile .prfl-bn-container {
    .tab-content {
        padding: 15px;
        border: 1px solid #f6f6f6;
        box-shadow: rgba(0, 0, 0, 0.16) 0px 4px 16px;
    }

    .tab_content_section {
        .nav.nav-tabs {
            margin-bottom: 0px !important;
            justify-content: unset !important;

            .nav-item {
                margin-right: 5px;

                .nav-link {
                    padding: 5px 15px !important;
                    font-size: 13px !important;
                    text-transform: capitalize !important;
                }
            }
        }

        .tab-content {
            margin-top: 0px !important;

            button {
                font-size: 13px !important;
                padding: 5px 15px !important;
            }
        }
    }
}

.messages {
    .message-desc {
        padding: 0px 10px !important;
    }
}

.project-step.challenge-step,
.tabbable-line-ful {

    ul {

        li {
            margin-right: 5px;
            background-color: rgba(154 154 154);
            padding: 5px 15px;
            border-top-left-radius: 2px;
            border-top-right-radius: 2px;
            font-size: 13px !important;
            text-transform: capitalize !important;

            a {
                color: #fff;
            }
        }

        li.active {
            background-color: #ed6157;
        }
    }

}

.editprofile,
.backedprojects,
.activity .created .container .white-PF-cont,
.createdprojects .created .white-PF-cont,
.myaccount .account .container .white-PF-cont,
.privacysettings .account .container .white-PF-cont,
.notifications .account .container .white-PF-cont,
.interests .account .container .white-PF-cont {
    .container .content-wrap {
        margin-bottom: 0px;
    }

    .project-form {
        label {
            padding: 0px !important;
        }
    }

    .editprofile-tabs-content,
    .backedprojects-tabs-content,
    .activity-tabs-content,
    .createdprojects-tabs-contant,
    .myaccount-tabs-content,
    .privacysettings-tabs-content,
    .notifications-tabs-content,
    .interests-tabs-content {
        padding: 15px;
        border: 1px solid #f6f6f6;
        box-shadow: rgba(0, 0, 0, 0.16) 0px 4px 16px;
        float: left;
    }
}

body.challenge {
    .container .content-wrap {
        margin-bottom: 0px;
    }

    .project-form {
        label {
            padding: 0px !important;
        }
    }

    .card_inner {
        padding: 15px;
        border: 1px solid #f6f6f6;
        box-shadow: rgba(0, 0, 0, 0.16) 0px 4px 16px;
    }
}

.arrow-img {
    transition: transform 0.3s ease;
}

.unsetHeight{
    height: unset !important;
}

.homeViewMore{
    background: rgb(154 154 154) !important;
    border: medium none !important;
    border-radius: 2px !important;
    cursor: pointer;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    color: #fff !important;
    padding: 5px 15px;
    margin: 10px 0;
}

/*-----------------------------footer ------------------*/
footer .footer-wdth {
    max-width: 1111px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
    line-height: 3rem;
}

.footer {
    background-color: #4e4f54;
    float: left;
    padding: 50px 0 0px 0;
    width: 100%;
    border-top: 1px dashed #ED6157;
}

.headeline {
    color: #fff;
    display: inline-block;
    float: left;
    font-size: 15px;
    font-weight: bold;
    margin: 0 0px 10px 0;
    width: 100%;
}

.folter-menus {
    -webkit-columns: 150px 3;
    -moz-columns: 150px 3;
    columns: 150px 3;
    width: 100%;
    padding: 0px;
}

.folter-menus>li {
    min-height: 26px;
    margin: 0;
    padding: 2px 0px;
    line-height: 0px;
    list-style: none;
}

.footer li a {
    color: #e3e3e3;
    font-size: 14px;
    padding: 0px 0;
    line-height: 20px;
    opacity: 0.8;
}

.pad0 {
    padding: 0px;
}

.footer li a:hover {
    color: #ED6157;
}

.difrent li i {
    margin: 0 10px 0 0;
    width: 15px;
}

.menu4.difrent {
    margin-bottom: 20px;
}

.footer-bottom {
    border-top: 2px solid #fff;
    float: left;
    margin-top: 23px;
    padding: 12px 0 10px 0;
    width: 100%;
}

.foter-img {
    width: 180px;
}

.foter-lin {
    color: #808385;
    float: left;
    font-size: 12px;
    margin: -15px 0 0 4px;
    text-align: left;
    width: 100%;
}

.currency {
    float: left;
    width: 45%;
}

.footer select {
    background-color: inherit;
    color: #fff !important;
    width: 100%;
}

.footer select option {
    background-color: inherit;
}

.language {
    float: right;
    margin: 0;
    width: 50%;
}

.footer select {
    -moz-appearance: none;
    background: rgba(0, 0, 0, 0) url("../images/ar.png") no-repeat scroll right center / 23px auto;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #ccc;
    color: #ccc;
    float: left;
    height: 38px;
    line-height: 15px;
    margin: 0;
    padding: 9px 2px;
    appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -webkit-appearance: none;
    border-radius: 6px;
}

.footer select:focus {
    background-color: inherit;
}

.floatLeft {
    float: left;
}

.homeViewMore:hover{
    background: #ed6157 !important;
}

.view-all-link:hover .arrow-img {
    transform: translateX(5px);
}

.project.detail,
.my-companies .container,
.company.create .container,
.findfriends .account .container .white-PF-cont .account-top,
.company.edit .container,
.paypalsettings .account .container .white-PF-cont .account-top,
.multichallenge-project {

    .side-bar-project-detail,
    .mycompanies-tabs-content,
    .createdcompanies-tabs-content,
    .editprofile-tabs-content,
    .companiesedit-tabs-content,
    .paypalsetting-tabs-content,
    .multichallenge-project-about_company-tabs-content {
        border: 1px solid #f6f6f6;
        box-shadow: rgba(0, 0, 0, 0.16) 0px 4px 16px;
        display: inline-block;
        padding: 20px;

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

.profile .prfl-bn-container .profileReviewTabCard,
.backedprojects .created .white-PF-cont,
.activity .created .container .white-PF-cont,
.createdprojects .created .container .white-PF-cont,
.my-companies .container .created,
.company.create .container .created,
.company.edit .container .created {

    ul {
        justify-content: unset !important;
        margin-bottom: 0px;

        li a {
            margin-right: 5px;
            background-color: rgba(154 154 154);
            padding: 5px 15px;
            border-top-left-radius: 2px;
            border-top-right-radius: 2px;
            border-bottom-left-radius: 0px;
            border-bottom-right-radius: 0px;
            font-size: 13px !important;
            text-transform: capitalize !important;
            color: #fff !important;
        }

        a.active {
            background-color: #ed6157;
        }

        a:hover {
            background-color: #ed6157;
        }
    }

}

.project-status-height {
    height: 120px;
}

.project.detail .tabbable-panel .tabbable-line .container .tab-content {
    float: left;
}

.account.delete .container .NS_projects__cancel {
    margin-top: 70px;
}

.multichallenge-nav {
    ul {
        display: flex;
        align-items: center;
        padding-left: 0px;
        white-space: nowrap;
        overflow-y: auto;
        max-width: 100%;

        li:first-child {
            margin-left: 0;
        }

        .single {
            margin-left: 5px;
        }

        li a {
            padding: 5px 10px;
            border-bottom: 3px solid rgb(154 154 154);
        }

        li a:hover,
        li a.active {
            padding: 5px 10px;
            color: #ed6157;
            border-bottom: 3px solid #ed6157;
        }

        li p {
            padding: 4px 10px;
            margin: 0px;
        }

        .start {
            background-color: rgb(154 154 154);
            border-top-left-radius: 2px;
            border-top-right-radius: 2px;
            color: #fff;
            margin-left: 5px;
        }
    }
}

.meet.creators {
    .meet-person-block {
        a.usrpic {
            img {
                height: 250px;
                object-fit: cover;
            }
        }
    }
}


.NewYork,
.SanDiego,
.Global {
    .community-background-wrapper .row.text-community-container .community-join-wrapper .join-form-wrapper .row {
        align-items: center;
    }
}

.supports {
    img {
        height: 184px;
        object-fit: cover;
    }
}

/* Css by ashok */
.right-tw-pnl .c-role-links .profileContentShwMoreBtn {
    background-color: #4e4f54;
    color: white;
}

body.project.detail #tab_default_2 .formatted-lists p {
    text-align: center;
}

.popup-login-form {
    padding-left: 0px;    
}

.project  .popup-login-button {
    width: 100% !important;
    border: 0px;
    border-radius: 5px;
}

.my-companies .container .mycompanies-tabs-content {
    table.table thead th a {
        color: #fff !important;
    }

}

.meet.creators .search-page-section .container .select2 {
    .search-page-section,
    .select2-selection__rendered {
        text-align: start !important;
    }
}

.pages.medmo17chal .banner .card-img-overlay .content .text-danger {
    color: #fff !important;
}

@media (max-width: 1280px) {}

@media (max-width: 1150px) {}

@media (max-width: 980px) {

    .how-crowd-challenges-work,
    .terms-of-use,
    .tax-deductible-faqs {

        .card-box {
            padding: 50px 20px;
        }
    }

    .cookie-policy {

        .col-4,
        .col-lg-4 {
            width: 100% !important;
        }
    }

    .get-funded {
        .cms-container .border-end {
            border-right: 0px !important;
        }
    }

    body.project.detail,
    body.project-detail,
    .NOLAHI,
    .NewYork {

        .cms-container,
        .community-background-wrapper {

            button,
            .button,
            .btn {
                font-size: 12px !important;
                line-height: 18px !important;
                padding: 5px 10px !important;
            }
        }
    }

    .wd50 {
        width: 100% !important;
        margin: 0px 0.7% 2%;
        float: left;
    }

    .login-or-btn-responsive {
        height: 80px;
        align-items: center;
    
        .position-relative.border {
            height: 1px !important;
            width: 100%;
        }
    }
}

@media (max-width: 750px) {


    .faq-section {

        .main-faq {
            padding: 50px 20px;

            .accordion-button {
                font-size: 20px;
            }
        }

        .account-setting {
            padding: 50px 20px;

            .accordion-button {
                font-size: 20px;
            }
        }

        .site-basics {
            padding: 50px 20px;

            .accordion-button {
                font-size: 20px;
            }
        }
    }

    .content-wrap {
        .card_inner {
            padding: 50px 20px;
        }
    }

    .privacy-policy {
        .p-5 {
            padding: 50px 20px !important;
        }
    }

    button,
    input[type="button"],
    .button {
        height: auto !important;
    }

    .how-crowd-challenges-work,
    .tax-deductible-faqs,
    .terms-of-use {

        .card-box {
            padding: 50px 20px;
        }
    }

    .cookie-policy {
        .card-box {
            padding: 30px 10px;

            .my-5 {
                margin: 15px 0px !important;
            }
        }
    }

    .cookie-policy {
        .banner {
            height: auto !important;
        }
    }

    .home .tab_content_section .tab-content .tab-pane .swiper-container .inside-content .bg-white70 {
        color: #1e1e1e;

        h2 {
            font-size: 16px !important;
        }

        p {
            font-size: 12px !important;
        }
    }
}

.categoryChallengeRow {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin: 0;
}

.categoryChallengeRow .challenge-logo {
    width: 25%;
    max-width: 300px;
    min-height: 150px;
    margin: 0 20px 0 0;
    display: flex;
    align-items: center;
}

.categoryChallengeRow .challenge-logo img {
    max-width: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
}

.categoryChallengeRow .description {
    width: calc(75% - 20px);
    margin: 0;
    padding: 0;
}

.prfl-right-cont #card {
    max-height: none;
}
@media (max-width: 430px) {}

.marginTop8rem {
    margin: 6rem 0rem 4rem 0rem;
}


/*-----------------------------------success projects------------------*/


.project-cards .card_inner {
    border-radius: 6px;
}

.card_inner,
.card .login-container {
    background: #fff none repeat scroll 0 0;
    position: relative;
    border: 1px solid #e1e1e1;
}

.card_inner {
    position: relative;
    overflow: hidden;
}

.card_cover {
    display: block;
    overflow: hidden;
    position: relative;
    text-decoration: none;
    width: 100%;
}


.card a:hover {
    color: #005580;
}

.project-cards .card_body {
    height: 175px;
    overflow: hidden;
    display: block;
}

.card_body,
.card .holder {
    padding: 0 20px 20px 16px;
    text-align: left;
    display: table;
}

.card_body h4 {
    margin: 10px 0;
}

.project-cards h4 {
    font-size: 1em;
}

.project_owner {
    /* color: #999999; */
    color: #000;
    padding-bottom: 8px;
    font-size: 14px;
    height: 50px;
    font-weight: bold;
}

.project_owner span {
    font-size: 0.8em;
    line-height: 1.5em;
    display: block;
}

.project_headline {
    font-size: 0.8em;
    line-height: 1.5em;
}

.project-cards .card-pre-bottom {
    color: #ED6157;
    box-sizing: border-box;
    width: 100%;
    display: block;
    position: relative;
    padding: 25px 20px 0 20px;
    height: 55px;
}

.small_text {
    font-size: 75%;
}

.project-cards .likes {
    float: right;
    padding-top: 5px;
}

.success-projects .card_bottom {
    padding: 3px 0px 0px;
    text-align: center;
}

.project-pledged-successful {
    /* background: #f3f3f3 none repeat scroll 0 0; */
    border-top: 1px solid #ccc;
    float: left;
    text-align: center;
    width: 100%;
    height: 22px;
    border-bottom: 1px solid #ccc;
}

.project-pledged-successful strong {
    color: green;
    font-size: 12px;
    font-weight: normal;
    padding: 0 0 0 13px;
    line-height: 22px;
}

.card_bottom table {
    width: 100%;
}

.projects-slider .stats-cell {
    text-align: center;
}

.projects-slider .project-index-score-amount {
    color: #ed6157;
    font-size: 18px;
    line-height: 18px;
    text-align: center;
}

.projects-slider .project-interest-score-amount,
.projects-slider .project-adoption-score-amount {
    font-size: 18px;
    line-height: 18px;
    text-align: center;
}

.projects-slider .project-index-score-label {
    color: #ed6157;
    font-size: 12px;
    line-height: 13px;
}

.projects-slider .project-interest-score-label,
.projects-slider .project-adoption-score-label {
    font-size: 12px;
    line-height: 13px;
    text-align: center;
}

.project-of-day-container {
    display: flex;
    flex-direction: row;
}

.stats-lg {
    display: block;
}

.stats-sm {
    display: none;
}

tr.money.usd.no-code {
    color: #ED6157;
}

tr.old_project_card {
    border-bottom: none;
}

tr.progress_info_inner td:first-child {
    border-left: none;
}

.project-index-score-label {
    font-size: 10px;
    line-height: 10px;
    text-align: center;
}

tr.progress_info_inner td {
    border-left: 1px solid #ccc;
    padding: 5px 0px 5px 0;
}

.card .card_bottom .support_info {
    border-top: 1px solid #ccc;
    padding-top: 3px;
    margin-top: 0px;
}




/*---------------------popular section -------------------*/
.popular-section {
    float: left;
    margin: 60px 0 60px 0;
    width: 100%;
}

.top-popular-are {
    float: left;
    width: 100%;
}

.popular-section .top-popular-are.col-md-12 {
    margin-bottom: 30px;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.popular-section .top-popular-are.col-md-12 .popular-head {
    display: inline-block;
    padding-top: 8px;
}

.popular-head {
    color: #4e4f54;
    font-size: 23px;
}

.seeall {
    background: #ED6157 none repeat scroll 0 0;
    border: medium none;
    border-radius: 3px;
    color: #fff;
    float: right;
    font-size: 12px;
    height: auto;
    line-height: 30px;
    min-height: 30px;
    padding: 2px 11px;
    text-transform: capitalize;
}

.seeall:hover {
    color: #fff;
    text-decoration: none;
    background: #3f5135 none repeat scroll 0 0;
}

.home .section-middle-popular {
    /* float: left; */
    width: 100%;
    /* display: flex; */
}
.section-middle-popular .float-left{
    float: none !important;
}
.project-card.project-card-tall,
.project-card.project-card-tall-big {
    overflow: hidden;
}

.user-menu-tab .tab-expand,
.nav-livesearch,
.project-card.project-card-tall,
.project-card.project-card-tall-big,
.project-card.project-card-tall .project-card-footer,
.project-card.project-card-tall-big .project-card-footer,
.content-carousel__content {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.project-card.project-card-tall,
.project-card.project-card-tall-big {
    background-color: #ffffff;
    border: 1px solid #d9d9de;
    border-radius: 6px;
    color: #828587;
    font-size: 12px;
    line-height: 1.5;
    margin-bottom: 10px;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.project-card-tall-big {
    float: left;
    height: auto;
}

.project-banner {
    position: absolute;
    z-index: 99;
    width: 270px;
    text-align: center;
    transform: rotate(-40deg);
    top: 10%;
    left: -18%;
    font-size: 14px !important;
    line-height: 1 !important;
    padding: 3px 0px;
}

.popular-section .project-thumbnail {
    height: 246px;
    overflow: hidden;
    position: relative;
}

.project-card.project-card-tall .project-thumbnail-img,
.project-card.project-card-tall-big .project-thumbnail-img {
    width: 100%;
}

.project-card.project-card-tall .project-card-content,
.project-card.project-card-tall .project-card-footer,
.project-card.project-card-tall-big .project-card-content,
.project-card.project-card-tall-big .project-card-footer {
    padding: 0px 15px 15px 15px;
}

.project-card.project-card-tall .project-title,
.project-card.project-card-tall-big .project-title {
    font-size: 12px;
    font-weight: bold;
}

.section-middle-popular .project-title {
    float: none;
    height: 18px;
    width: 100%;
}

.section-middle-popular .project-title {
    height: 40px;
    overflow: hidden;
    margin-bottom: 5px;
}

.project-card.project-card-tall .project-title a,
.project-card.project-card-tall-big .project-title a {
    color: #4e4f54;
    font-size: 15px;
}

.launch-banner__link,
.user-menu .dropdown-menu .project-title,
.project-card.project-card-tall .project-byline,
.project-card.project-card-tall-big .project-byline,
.project-card.project-card-tall .project-location,
.project-card.project-card-tall-big .project-location {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.project-card.project-card-tall .project-byline,
.project-card.project-card-tall-big .project-byline {
    margin-bottom: 10px;
}

.section-middle-popular .project-byline {
    height: 17px;
    overflow: hidden;
}

.section-middle-popular .project-byline-2 {
    height: 50px;
    line-height: 1.5;
    overflow: hidden;
}

.section-middle-popular .project-blurb {
    height: 34px;
    overflow: hidden;
    line-height: 1.5em;
    color: #4d4d4f;
}

.project-card.project-card-tall .project-card-footer,
.project-card.project-card-tall-big .project-card-footer {
    float: left;
    padding: 0;
    width: 100%;
}

.project-card.project-card-tall .project-location,
.project-card.project-card-tall-big .project-location {
    padding: 0px 14px 5px 15px;
}

.project-location .glyphicon,
.project-location .fa {
    color: #ED6157;
}

.grey-dark {
    color: #828587;
}

.project-location .fa.fa-thumbs-up {
    font-size: 14px;
    margin: 0;
}

.section-middle-popular .project-stats-container {
    overflow: hidden;
}

.project-stats-container {
    border-bottom: 1px solid #ccc;
}

.project-card.project-card-tall .project-progress-bar,
.project-card.project-card-tall-big .project-progress-bar {
    background-color: #d9d9de;
    margin-bottom: 0px;
    border-radius: 0;
    height: 6px;
    overflow: hidden;
}

.project-card.project-card-tall .project-progress-bar .project-percent-pledged,
.project-card.project-card-tall-big .project-progress-bar .project-percent-pledged {
    background-color: #ED6157;
    height: 100%;
}

.project-card.project-card-tall .project-stats,
.project-card.project-card-tall-big .project-stats {
    margin-bottom: 0;
    margin-top: 0;
    width: 100%;
    float: left;
}

.project-card.project-card-tall .project-stats li:first-child,
.project-card.project-card-tall .project-stats li:nth-child(1),
.project-card.project-card-tall-big .project-stats li:first-child,
.project-card.project-card-tall-big .project-stats li:nth-child(1) {
    border: none;
}

.project-card.project-card-tall .project-stats li:first-child,
.project-card.project-card-tall .project-stats li:nth-child(2),
.project-card.project-card-tall-big .project-stats li:first-child,
.project-card.project-card-tall-big .project-stats li:nth-child(2) {
    margin-right: 0px;
}

.project-card.project-card-tall .project-stats li,
.project-card.project-card-tall-big .project-stats li {
    border-left: 1px solid #ccc;
    display: inline-block;
    float: left;
    margin: 0;
    padding: 5px 0px 5px;
    text-align: center;
    width: calc(100% / 3);
}

.project-stats li .project-stats-value {
    color: #ED6157;
    font-weight: bold;
    font-size: 13px;
}

.project-stats li .project-stats-label {
    color: #4e4f54;
    font-size: 14px;
}

.success-projects .card_bottom .progress_info {
    font-size: 12px;
    float: left;
    width: 100%;
}

.success-projects .card_bottom .progress_info.top {
    height: 52px;
    overflow: hidden;
}

.success-projects .card_bottom .progress_info.top .width50 td {
    width: 50%;
}

.success-projects .card_bottom .progress_info.btm {
    height: 77px;
    overflow: hidden;
}

.success-projects .card_bottom .progress_info.btm .line70 td {
    line-height: 68px;
    width: 50%;
}

.success-projects .support_info {
    margin-top: 5px;
}

.success-projects .card_bottom table {
    width: 100%;
    margin: 0;
}

.success-projects tr.progress_info_inner {
    border-bottom: none;
}

.success-projects .progress_info td {
    padding: 5px 0 5px 0;
}

.success-projects .card_bottom td {
    text-align: center;
}

.success-projects .project-card .col-sm-5 {
    padding-left: 0;
}

.success-projects .project-card.clearfix.relative .col-sm-5>a {
    float: left;
    height: 260px;
    width: 100%;
    overflow: hidden;
}

.success-projects .project-card.clearfix.relative .col-sm-5>a img {
    width: 100%;
    float: left;
    height: auto;
    min-height: 100%;
}


.infoBD.address p {
    line-height: 15px;
}

.success-projects .project_owner,
.success-projects .card_body,
.discover-cards .card_body {
    height: auto !important;
}

.success-projects .card_body,
.discover-cards .card_body {
    padding: 0 15px 15px 15px;
}

.success-projects .card_body .title {
    padding: 0;
}

.success-projects .card_body a h4.title {
    /* color: #636363 !important; */
    color:#000 !important;
    font-size: 18px !important;
    height: 40px;
    overflow: hidden;
}

.success-projects p.project-banner,
p.project-banner {
    color: #fff !important;
}

.success-projects .project_headline {
    height: 37px;
    overflow: hidden;
}


.card a {
    color: #000;
    text-decoration: none;
    margin: 0;
    font-size: 100%;
    vertical-align: baseline;
    font-family: inherit;
}

.card a:hover {
    color: #005580;
}


.container-home {
    max-width: 1111px !important; 
    width: 100%;
    margin: 0px auto;
    padding: 0px !important;
}

.main-project-font {
    float: left !important;
    width: 100%;
}




.NS_site__homepage_staff_picks .category-nav ul li a:hover {
    border-color: #ED6157 !important;
    color: #ED6157 !important;
}

.NS_site__homepage_staff_picks .category-nav ul li.selected {
    border-left: 3px solid #ED6157 !important;
}

.NS_site__homepage_staff_picks .category-nav ul li {
    border-left: 3px solid transparent;
    line-height: 25px;
    margin-left: -1px;
    padding-left: 20px;
}

.NS_site__homepage_staff_picks .category-nav ul li a {
    border-bottom: 1px solid transparent;
    display: inline-block;
    padding-bottom: 1px;
    width: auto;
}

.NS_site__homepage_staff_picks .project .project-card-wide-wrap {
    background-color: #fff;
    border: 1px solid #e1e1e1;
    background-color: #f7fafa !important;
}



.NS_site__homepage_staff_picks .staff-picks-header {
    top: 56px;
    left: 20px;
}

.NS_site__homepage_staff_picks .see-all-link {
    margin-top: 5px;
}

.NS_site__homepage_staff_picks .projects-slider ul.has_potd .project {
    display: none;
}

.NS_site__homepage_staff_picks .projects-slider ul.has_potd .project.potd {
    display: block;
}

.NS_site__homepage_staff_picks .projects-slider .project-ribbon {
    padding-top: 5px;
    padding-bottom: 5px;
    z-index: 2;
}

.NS_site__homepage_staff_picks .category-nav ul li {
    border-left: 3px solid transparent;
    line-height: 25px;
    margin-left: -1px;
    padding-left: 20px;
}

.NS_site__homepage_staff_picks .category-nav ul li a {
    border-bottom: 1px solid transparent;
    padding-bottom: 1px;
}

.NS_site__homepage_staff_picks .category-nav ul li a:hover {
    color: #ed6157;
    border-color: #ed6157;
}

.NS_site__homepage_staff_picks .category-nav ul li.selected {
    border-left: 3px solid #ed6157;
}

.NS_site__homepage_staff_picks .category-nav ul li.selected a {
    border-color: #ed6157;
    color: #ed6157;
    font-size: 14px;
}



@media screen and (max-width: 640px) {
    .NS_site__homepage_staff_picks .project-ribbon {
        top: -9px;
    }

    .NS_site__homepage_staff_picks .project {
        height: auto;
    }

    .NS_site__homepage_staff_picks .project:not(.selected) {
        display: none !important;
    }

    .NS_site__homepage_staff_picks .project-card-wide-wrap {
        border: 1px solid #d9d9de;
    }
}

@media screen and (min-width: 640px) and (max-width: 780px) {
    .NS_site__homepage_staff_picks .category-nav {
        display: none;
    }

    .NS_site__homepage_staff_picks .col-10 {
        width: 100%;
    }

    .NS_site__homepage_staff_picks .project:not(.selected) {
        display: none !important;
    }
}

@media screen and (min-width: 640px) {
    .NS_site__homepage_staff_picks .projects-slider {
        overflow: hidden;
        position: relative;
    }

    .NS_site__homepage_staff_picks .projects-slider .title {
        padding-top: 0px;
    }

    .NS_site__homepage_staff_picks .project-ribbon {
        top: 96px;
    }
}

@media screen and (min-width: 780px) {

    .NS_site__homepage_staff_picks .projects-slider,
    .NS_site__homepage_staff_picks .project {
        height: 355px;
    }

    .home .section-middle-popular .float-left{
        float: left !important;
    }
}

.border-bottom {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #d9d9de;

}


.py2, .py3, .py4, .py6 {
    padding-top: 20px;
    padding-bottom: 20px;
}

.col-sm-10{
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    /* float: left; */
}

.row {
    margin-right: -15px;
    margin-left: -15px;
    /* flex-wrap: unset; */
}
.col.col-12.no-margin.project.project0.relative {
    padding-top: 20px;
}

@media (min-width: 640px) {
    .col-12 {
        width: 100%;
    }
}


@media (min-width: 640px) {
    .col {
        float: left;
    }
    .col-right {
        float: right;
    }
}
.relative {
    position: relative;
}


.col,
.col-right,
.col-center,
.mobile-col,
.px-gutter {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 15px;
    padding-left: 15px;
}

@media screen and (min-width: 570px) {
    .p3 {
        padding: 30px;
    }

    .pt3 {
        padding-top: 30px;
    }

    .pr3 {
        padding-right: 30px;
    }

    .pb3 {
        padding-bottom: 15px;
    }

    .pl3 {
        padding-left: 30px;
    }

    .px3 {
        padding-right: 30px;
        padding-left: 30px;
    }

    .py3 {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .p4 {
        padding: 40px;
    }

    .pt4 {
        padding-top: 40px;
    }

    .pr4 {
        padding-right: 40px;
    }

    .pb4 {
        padding-bottom: 40px;
    }

    .pl4 {
        padding-left: 40px;
    }

    .px4 {
        padding-right: 40px;
        padding-left: 40px;
    }

    .py4 {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .p6 {
        padding: 60px;
    }

    .pt6 {
        padding-top: 60px;
    }

    .pr6 {
        padding-right: 60px;
    }

    .pb6 {
        padding-bottom: 60px;
    }

    .pl6 {
        padding-left: 60px;
    }

    .px6 {
        padding-right: 60px;
        padding-left: 60px;
    }

    .py6 {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}

.project-card img{
    max-width: 100%;
    height: 162px;
}

.NS_site__homepage_staff_picks  .projects-slider .project0  .row {
    .col ,.col-right{
        width: auto;
    max-width: 100%;
    }

    .col .normal{
        font-size: 24.5px;
    }
}

.h6.bold.grey-dark {
    background: #ED6157 none repeat scroll 0 0;
    border: medium none;
    border-radius: 3px;
    color: #fff;
    padding: 9px 10px;
    font-size: 12px;
}

.h6.bold.grey-dark:hover {
    background: #3f5135 none repeat scroll 0 0;
}


.rounded {
    border-radius: 6px;
}


@media (min-width: 576px) {
    .col-sm-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
        /* height: 0; */
    }
}


.pl1 {
    padding-left: 10px;
}

.pb1 {
    padding-bottom: 10px;
}

.pt1 {
    padding-top: 10px;
}


.clip,
.no-scroll {
    overflow: hidden;
}
.project-card-wrap .project-title {
    line-height: 17px !important;
    margin-bottom: 0.25em;
    font-family: inherit;
    font-weight: bold;
    /* line-height: 20px; */
    color: inherit;
    text-rendering: optimizelegibility;
    margin-bottom: 0px;
    margin-top: 10px;
}

.green-dark {
    color: #0f2105;
    font-size: 18px;
}


.mb2 {
    margin-bottom: 7px;
}

.list,
.list-simple,
.list-inline,
.tab-nav {
    list-style: none;
    padding-left: 0;
}
/* 
@media (min-width: 768px) {
    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
        float: left;
    }
} */

.list-inline>li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 2px;
}

.nowrap,
.no-wrap {
    white-space: nowrap;
}

.mr2,
.mr3,
.mr4,
.mr6 {
    margin-right: 20px;
}
.project-meta .glyphicon,
.project-meta .fa {
    color: #ED6157;
    font-size: 14px;
}

.glyphicon:empty {
    width: 1em;
}   

.NS_project__baseball_card_stats .project-pledged-wrap {
    margin: 10px 0;
    height: 8px;
    border-radius: 4px;
    overflow: hidden;
}

.NS_project__baseball_card_stats .project-pledged-wrap .project-pledged {
    border-radius: 4px;
}

.project-pledged {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
}

.project-pledged-amount {
    font-size: 16px;
}

.project-pledged-label {
    font-size: 11px;
}

.full-height {
    height: 100%;
}

.bg-green {
    background-color: #ed6157;
}

.project-card-wide-wrap .project-stats {
    line-height: 1.6em;
}

.project-card-wide-wrap .project-stats {
    line-height: 1.6em;
    display: flex;
}

ul.list li {
    list-style: none;
    margin-left: 0;

    .block , .num  {
        font-size: 18px;
        margin-bottom: 0px;
    }
}

.project-index-score-amount {
    font-size: 30px;
    line-height: 32px;
}

h6, .h6 {
    font-size: 12px !important;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 500;
    line-height: 1.1;
}

.inline-block {
    display: inline-block !important;
}

.category-scroll {
    overflow-y: auto;
    height: 335px;
}


.nav.h5.list {
    height: auto;
}

.nav.h5>li>a {
    padding: 0;
}

.nav.h5>li a:hover {
    background: none !important;
}

.display-flex{
    display: flex;
}

.mr1 {
    margin-right: 10px;
}

.mt2,
.mt3,
.mt4,
.mt6 {
    margin-top: 20px;
}


.border-left {
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #d9d9de;
}


.project-card-vertical__container {
    color: #444545;
    width: 100%;
    height: 590px;
    font-size: 13px;
    line-height: 1.5;
    margin-bottom: 20px;
    position: relative;
    background-color: #ffffff;
    border-radius: 6px;
    border: 1px solid #d9d9de;
    overflow: hidden;
}

.project-card-vertical__container a {
    color: #000000e3;
    text-decoration: none;
}

.project-card-vertical__container a:hover {
    color: #005580;
}

.project-card-vertical__container .project-card-vertical__drop-down-list {
    height: 225px;
    opacity: 1;
}

.project-card-vertical__container .project-card-vertical__content-container {
    margin-top: -60px;
    /* height: 485px; */
}

/* .project-card-vertical__container:hover .project-card-vertical__drop-down-list {
    height: 225px;
    opacity: 1;
} */

/* .project-card-vertical__container:hover .project-card-vertical__content-container {
    margin-top: -80px;
    height: 485px;
} */



@media screen and (max-width: 320px) {
    /* .project-card-vertical__container:hover .project-card-vertical__content-container {
        margin-top: -80px;
    } */

    .project-card-vertical__index-score {
        flex-basis: 80px;
        height: 80px;
    }

    .project-card-vertical__container {
        height: 585px;
    }

    .project-card-vertical__container .button {
        width: 110px;
    }

    .project-card-vertical__container .category-button {
        font-size: 12px;
        height: 30px;
        line-height: 18px;
    }

    .project-index-score-amount {
        font-size: 24px;
        line-height: 26px;
    }

    .project-index-score-label {
        font-size: 9px;
    }

    .project-card-vertical__description {
        flex-basis: 170px;
        width: 170px;
    }

    .project-card-vertical__drop-down-list-item .counter,
    .project-card-vertical__drop-down-list-item .support {
        font-size: 14px;
    }


    .project-card-vertical__content-container {
        height: 250px;
    }

    .project-card-vertical__tags {
        height: 70px;
    }
}

.project-card-vertical__thumbnail-image-container {
    /* position: absolute; */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
}

.project-card-vertical__thumbnail-image-container img {
    transition: transform 0.2s;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}

.project-card-vertical__thumbnail-image {
    min-width: 100%;
    min-height: 100%;
}



.project-card-vertical__thumbnail {
    position: relative;
    height: 250px;
    overflow: hidden;
    background-color: #f1f1e3;
}

a{
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

.project-card-vertical__content-container {
    display: flex;
    flex-direction: column;
    position: relative;
    height: 255px;
    padding: 25px 0 15px;
    background-color: #fff;
    transition: margin-top .2s ease-in-out, height .2s ease-in-out;
}



.project-card-vertical__owner-avatar {
    position: absolute;
    top: -60px;
    left: 10px;
    width: 80px;
    height: 80px;
    border-radius: 3px;
    overflow: hidden;
    background-color: #ccc;
    border: 1px solid #f8f8f8;
}

.project-card-vertical__content {
    display: flex;
    padding: 0 10px;
}

.project-card-vertical__title {
    padding: 0 10px;
    height: 27px;
    line-height: 27px;
    font-size: 24px;
    font-weight: bold;
    white-space: nowrap;
}


.project-card-vertical__subtitle {
    color: #000;
    padding: 0 10px;
    font-size: 16px;
    font-weight: bold;
    line-height: 18px;
}



.project-card-vertical__index-score {
    margin: 15px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #ed6157;
    border: 5px solid #ed6157;
    border-radius: 50%;
    width: 90px;
    height: 90px;
    background-color: #f2f2f2;
    flex-shrink: 0;
    flex-basis: 90px;
}

.project-card-vertical__description {
    font-size: 14px;
    line-height: 16px;
    flex-shrink: 1;
    width: 100%;
    flex-basis: 100%;
    margin: 15px 0 7px 10px;
    height: 97px;
    overflow: hidden;
}

.project-card-vertical__location {
    padding: 0 10px;
    height: 16px;
    margin-bottom: 7px;
}

.project-card-vertical__location .glyphicon {
    color: #ed6157;
}


.project-card-vertical__drop-down-list {
    display: flex;
    flex-direction: column;
    font-size: 14px;
    margin-top: auto;
    padding: 0;
    width: 100%;
    height: 0;
    background-color: #fff;
    opacity: 0;
    transition: height .2s ease-in-out, opacity .2s ease-in-out;
}

.project-card-vertical__project-goal {
    padding: 0 10px;
    height: 16px;
    display: flex;
    align-items: center;
    margin: 7px 0;
}

.col-xs-6 {
    width: 50%;
    float:left;
}


.project-card-vertical__drop-down-list-item:first-child {
    margin-top: 10px;
}


.project-card-vertical__drop-down-list-item--left {
    justify-content: flex-start;
}

.project-card-vertical__drop-down-list-item--reverse {
    flex-direction: row-reverse;
}

.project-card-vertical__drop-down-list-item--column {
    flex-direction: column;
}

.project-card-vertical__drop-down-list-item .action {
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
}

.project-card-vertical__drop-down-list-item .counter {
    font-size: 14px;
}

.project-card-vertical__drop-down-list-item .time-counter {
    font-size: 14px;
}

.project-card-vertical__drop-down-list-item .support {
    color: #ed6157;
    font-size: 14px;
}

.project-card-vertical__drop-down-list-item .project-has-ended {
    color: #ed6157;
    font-size: 10px;
    text-align: center;
}

.project-card-vertical__drop-down-list-item .project-has-ended-notice {
    font-size: 12px;
}

.project-card-vertical__tags {
    padding: 0 10px;
    display: flex;
    flex-wrap: wrap;
    height: 72px;
}

.project-card-vertical__tags .button {
    color: #fff;
    text-align: center;
}

.project-card-vertical__tags .button:not(:last-child) {
    margin-right: 5px;
}



.project-card-vertical__drop-down-list-item {
    padding: 0 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 16px;
    line-height: 16px;
    margin: 14px 0;
}

.project-card-vertical__owner-avatar img{
    max-width: 100%;
    height: auto;
}


.project-card-vertical__drop-down-list .row .col-xs-6 ul{
    padding-left: 3px;
}


.glyphicon-tag:before {
    content: "\e041";
}

.glyphicon{
    font-family: "Glyphicons Halflings";
}
 
.bgwhite{
    background-color: #ffff;
}

.margin-supp{
    margin: 0px !important;
}

.contact-us{
    padding:0px !important;
}

.mar-bot{
    margin-bottom: 30px;
}

.home .popular-section  .success-projects .card{
        vertical-align: top;
        display: inline-block;
        color: #4d4d4f;
        line-height: 20px;
        margin-bottom: 10px;
        padding-right: 15px;
        padding-left: 15px;
        border:none;
        /* border-color: aliceblue; */
        /* background-color: #f8f8f8; */
        float: left;
} 


.home .main-project-font .section-middle-popular .project-card-vertical__container .project-card-vertical__thumbnail-image-container{
    position: absolute;
}


.home .main-project-font{
    h5,
    .h5,
    .responsive-media figcaption {
        font-size: 14px !important;
        line-height: 20px !important;
    }
}

.home .NS_site__homepage_staff_picks {
    .col-xs-9{
        width: 75%;
        float: left;
    }
    .col-xs-3{
        width: 25%;
        float: left;
    }
}


@media screen and (max-width: 767px) {
    #project-slide .col.col-12.no-margin.project.project0.relative {
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 0px;
    }

    #project-slide .h6.bold.grey-dark {
        margin-bottom: 10px;
        display: inline-block;
    }

    .project-card.clearfix.relative .col-sm-5>a {
        float: left;
        height: 195px;
        width: 100%;
        overflow: hidden;
    }
}

@media (max-width: 991px) {
    .NS_site__homepage_staff_picks .project:not(.selected) {
        display: block !important;
    }
}

@media screen and (max-width: 640px) {
    .NS_site__homepage_staff_picks .project:not(.selected) {
        display: none !important;
    }
}

@media screen and (max-width: 667px) {
    .NS_site__homepage_staff_picks  h3, .h3 {
        font-size: 14px !important;
        line-height: 21px !important;
    }

    .home .NS_site__homepage_staff_picks .display-flex .category-scroll .nav {
        font-size: 11px !important;
        line-height: 20px !important;
    }

    .NS_site__homepage_staff_picks .category-nav ul li.selected a{
        font-size: 11px !important;
    }

    .home .section-middle-popular{
        display: inline !important;
    }

    .home .sponsor {
        margin-bottom: 50px !important;
    }
}



/* Ensure uniform mentor/user card images */
.meet-users .card img.card-img-top {
    width: 100%;
    height: 230px;
    object-fit: cover;
}

/* Restore 5-across grid on wide screens */
@media (min-width: 1400px) {
    .meet-users > .col { flex: 0 0 auto; width: 20%; }
}

.flex-none{
    flex:none !important;
}

@media (min-width: 321px) and (max-width: 768px) {
    .meet-users .card img.card-img-top {
        height: 170px;
    }
  }
  
.home .popular-section .section-middle-popular .project-card-vertical__content-container .project-card-vertical__title{
    font-size: 24px !important;
    margin-top: 10px;
}

.home .carousel .carousel-indicators [data-bs-target],
.home .carousel .carousel-indicators button:hover {
    border: none;
    box-shadow: none;
}

.goal-counter{
    font-size:16px;
    color: #ED6157
}

.home .section-middle-popular .float-left {
    padding-right: 15px;
    padding-left: 15px;
}

.justify-content-center{
    justify-content: center;
    text-align: center;
}


.meet-img-h{
    height: 450px;
}

.banner-card h4{
    color: #ed6157
}




/* Home Page Banner overlay and cards - responsive */
.banner-overlay{display:flex;justify-content:center;align-items:end;padding-top:12px}
.banner-cards{gap:12px}
.banner-card{background:rgba(255,255,255,.7);padding:12px 16px;border-radius:4px}
.banner-card h4{font-size:20px}
.banner-card p{font-size:12px}

.banner-card {
    .currency-dollar-h , .chart-pie-h{
        height: 50px;
    }
}

@media (min-width: 321px) and (max-width: 429px) {
    .banner-overlay{align-items:flex-start !important;}

  }


@media (max-width: 992px){
  .banner-overlay{align-items:end}
  .banner-cards{gap:10px}
  .banner-card{padding:10px 14px}
  .banner-card h4{font-size:18px}
  .banner-card p{font-size:12px}
}
@media (max-width: 768px){
  .banner-cards{gap:8px}
  .banner-card{padding:8px 12px}
  .banner-card h4{font-size:16px}
  .slider-main-heading{
    font-size: 23px !important;
  }
  .slider-top{
    margin-top: 20px;
  }

  .stakeholders-padd{
    padding: 3px 29px;
  }
}
@media (max-width: 576px){
  .banner-cards{justify-content:center}
  .banner-card{padding:6px 10px}
  .banner-card h4{font-size:14px}
  .banner-card p{font-size:11px}
}


.stakeholders .search-page-section .container .select2 {
    .search-page-section,
    .select2-selection__rendered {
        text-align: start !important;
    }
}

.stakeholder-search{
    margin-top:5px;
}

.height-38{
    height: 38px;
}

.meet_icon {
    height: 30px;
    width: 30px;
}