.add-to-fav,.new-launch {
    position: absolute;
    z-index: 9
}

.add-to-fav,.ready-to-move {
    position: absolute;
    z-index: 9
}

.project-listing-row {
    display: flex;
    flex-wrap: nowrap;
    margin: 0 -5px
}

.project-listing-row .project-grid {
    padding: 0 5px;
    flex: 0 0 25%;
    width: 25%
}

.project-listing-box .img {
    height: 170px;
    position: relative
}
.project-listing-box .img:before {
    content: '';
    background: linear-gradient(360deg,#fff0,#000c);
    position: absolute;
    top: 0;
    z-index: 9;
    height: 50px;
    width: 100%;
}

.project-listing-box .img img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.project-listing-box {
    border: 1px solid #cecece;
    display: block;
    border-radius: 7px;
    overflow: hidden;
    background: #fff;
    position: relative;
}

.featured-city-box.view-all-project {
    height: 254px
}

.project-listing-box .content {
    padding: 10px;
    position: relative
}

.project-listing-box .content p {
    font-size: 12px;
    color: #6d6e70;
    font-weight: 600;
    margin-bottom: 5px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap
}

.project-listing-box .content .top-content {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.project-listing-box .content .top-content .title {
    font-size: 18px;
    color: #000;
    margin-bottom: 6px;
    line-height: 1;
    font-weight: 600;
    flex: 0 0 calc(100% - 70px);
    width: calc(100% - 70px);
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.project-listing-box .content .mid-content {
    display: flex;
    justify-content: space-between
}

.project-listing-box .content .bottom-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #eee;
    padding-top: 9px;
    margin-top: 5px
}

.project-listing-box .content .bottom-content .price {
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 700;
    color: #000
}

.project-listing-box .content .bottom-content .btn {
    font-size: 12px;
    color: var(--mainColor);
    text-decoration: none;
    padding: 5px 15px;
    border-radius: 20px;
    position: relative;
    background: #f4f2f1;
    font-weight: 700
}
.project-listing-box:hover .content .bottom-content .btn{
    background: var(--mainColor);
    color: #fff;
}

.project-listing-box .reratext {
    background: #f1f1f2;
    color: #6d6e70;
    padding: 5px 10px;
    border-radius: 50px;
    font-size: 12px;
    line-height: 1;
    display: flex;
    align-items: center;
    font-weight: 600;
    justify-content: center;
    width: 70px;
    flex: 0 0 70px;
}

.project-listing-box .reratext i {
    line-height: 1;
    width: 13px;
    height: 13px;
    background: #009200;
    border-radius: 100%;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 5px;
    font-size: 9px
}

.new-launch {
    background: red;
    color: #fff;
    font-size: 10px;
    top: 10px;
    left: 10px;
    padding: 3px 10px;
    border-radius: 50px
}

.ready-to-move {
    background: #2b9510f2;
    color: #fff;
    font-size: 10px;
    top: 10px;
    left: 10px;
    padding: 3px 10px;
    border-radius: 50px
}

.add-to-fav {
    cursor: pointer;
    top: 10px;
    right: 10px;
    font-size: 22px;
    line-height: 1;
    color: #fff
}

.add-to-fav i.current:before {
    content: "\f415";
    color: var(--mainColor);
}

.view-all-project {
    height: 329px;
    display: flex;
    flex-direction: column;
    padding: 15px;
    justify-content: center;
    background: #f6f6f6
}

.view-all-project .heading {
    font-size: 20px;
    font-weight: 600
}

.view-all-project p {
    font-size: 14px
}

.view-all-project i {
    font-size: 50px;
    color: #d4bcca;
    margin-bottom: 15px;
    line-height: 1
}

.project-listing-page .project-listing-row {
    flex-wrap: wrap;
    margin: 0 -10px
}

.project-listing-page .project-listing-row .project-grid {
    padding: 0 10px 20px;
    flex: 0 0 33.33%;
    width: 33.33%
}

.top-location a {
    padding-bottom: 10px;
    font-weight: 600;
    color: #4c4c4c;
    letter-spacing: .5px;
    text-align: center;
    border-bottom: 1px solid #ececec;
    display: block
}

.top-location a:hover {
    color: var(--mainColor)
}

.project-listing-page {
    display: flex;
    padding-bottom: 50px
}

.project-filter-div {
    width: 330px;
    margin-right: 15px
}

.project-filter {
    background: #fff;
    box-shadow: 0 0 5px #d6d6d6;
    padding: 15px;
    border-radius: 7px
}

.project-filter-content {
    width: calc(100% - 345px)
}

.filter-options {
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none
}

.filter-options li {
    display: inline-block;
    margin: 0 5px 5px 0
}

.filter-options li label {
    position: relative
}

.filter-options li .txt-label {
    border: 1px solid #d8d4d4;
    padding: 5px 10px;
    border-radius: 20px;
    cursor: pointer;
    font-size: 11px;
    font-weight: 500;
    margin-bottom: 0;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    position: relative
}

.filter-options li label input {
    position: absolute;
    width: 100%;
    left: 0;
    height: 100%;
    opacity: 0;
    z-index: 9;
    cursor: pointer
}

.filter-options li input:checked+.txt-label {
    background: var(--secondColor);
    border: 1px solid var(--secondColor);
    color: #fff
}

.project-filter .accordion-item {
    border: 0;
    border-radius: 0;
    border-bottom: 1px solid #f4f4f4
}

.project-filter .accordion-item:last-child {
    border-bottom: 0
}

.project-filter .accordion-button {
    padding: 15px 0;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    font-weight: 700;
    cursor: pointer
}

.project-filter .accordion-button:not(.collapsed) {
    background: 0 0;
    border: 0
}

.project-filter .accordion-body {
    padding: 0 0 15px
}

.project-filter .accordion-button .img-icon {
    width: 30px;
    height: 30px;
    margin-right: 10px
}

.filter-header {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 10px
}

.filter-header .filter-title {
    font-size: 21px;
    font-weight: 700;
    margin: 0
}

.filter-header a {
    font-size: 22px;
    color: #9c9c9c;
    line-height: 1
}

.filter-applied {
    border-bottom: 1px solid #e6e6e6;
    padding: 10px 0;
}

.filter-applied-head {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.filter-applied-head .filter-title {
    font-weight: 600;
    font-size: 17px;
}
.remove-filter {
    color: #fff !important;
    margin-left: 5px;
    font-size: 15px;
    line-height: 1;
    position: relative;
    z-index: 999;
}

.project-heading {
    display: flex;
    justify-content: space-between;
    background: #fff;
    padding: 10px;
    margin-bottom: 5px;
    align-items: center;
    border-radius: 4px
}

.project-heading h1 {
    margin: 0;
    font-weight: 700;
    color: #231f20;
    letter-spacing: 0;
    font-size: 24px
}

.project-heading p {
    margin: 0;
    color: #6d6e70
}

.project-heading a {
    border: 1px solid #cecece;
    padding: 5px 15px;
    border-radius: 50px;
    font-size: 13px;
    color: #6c6c6c;
    margin-left: 5px
}

.project-short-discription h1{
    font-size: 24px;
    font-weight: 700;
}
.project-short-discription h2{
    font-size: 22px;
    font-weight: 700;
}

.project-short-discription h3{
    font-size: 18px;
    font-weight: 700;
}

.project-short-discription p {
    font-size: 16px;
    
}

.project-short-discription {
    margin: 30px 0;
}

.common-project-listing {
    margin-bottom: 30px;
}

.price-slider {
    max-width: 95%;
    margin: 0 auto;
}
.project-not-found {
    
    background: #fff;
    padding: 40px;
    border-radius: 7px;
    box-shadow: 0 0 5px #d6d6d6;
}
.project-not-found h3 {
    font-size: 22px;
    font-weight: 600;
}

.project-not-found p{
    font-size: 17px;
    color: #8a8a8a;
}

.project-not-found .prop-lead-form {
    /* border: 1px solid #cecece; */
    padding: 40px;
    border-radius: 7px;
    margin: 0 auto;
    max-width: 440px;
    background: #e1e1e1;
}

@media(max-width: 767px) {
    .fixed-menuScroll,.project-filter {
        position:fixed;
        left: 0;
        border-radius: 0
    }

    .project-listing-box {
        display: flex
    }

    .project-listing-box .img {
        height: 125px;
        width: 110px;
        flex: 0 0 110px
    }

    .project-listing-box .reratext {
        position: absolute;
        bottom: 8px;
        right: 10px;
        font-size: 9px;
        padding: 3px 0 3px 10px;
        display: none;
    }

    .project-listing-box .content .top-content .title {
        font-size: 16px;
        margin-bottom: 5px;
        flex: 0 0 100%;
        width: 100%;
    }

    .featured-city-box.view-all-project .heading,.featured-city-box.view-all-project i,.featured-city-box.view-all-project p,.project-listing-box .content .bottom-content .btn {
        display: none
    }

    .project-listing-box .content p {
        font-size: 10px
    }

    .project-listing-box .content {
        width: calc(100% - 110px);
        flex: 0 0 calc(100% - 110px)
    }

    .project-listing-box .content .bottom-content {
        padding-top: 5px;
        margin-top: 0
    }

    .project-listing-box .content .bottom-content .price {
        font-size: 12px;

    }
    

    .project-listing-row .project-grid {
        flex: 0 0 90%;
        width: 90%
    }

    .project-listing-row {
        overflow-x: auto
    }

    .featured-city-box.view-all-project {
        height: 135px;
        text-align: center
    }

    .featured-city-box {
        margin-bottom: 0
    }

    .view-all-project .btn {
        font-size: 13px;
        padding: 5px 20px;
        border-radius: 50px
    }

    .project-listing-page .project-listing-row .project-grid {
        flex: 0 0 100%;
        width: 100%;
        padding: 0 5px 10px
    }

    .project-listing-page .project-listing-row {
        margin: 0 -5px
    }

    .project-filter-div {
        width: 100%;
        margin: 0;
        display: none
    }

    .project-filter {
        top: 0;
        z-index: 999;
        box-shadow: none;
        width: 80%;
        height: 100%;
        overflow-y: auto;
        box-shadow: 10px 10px 50px rgba(0,0,0,.5)
    }

    .project-filter-content {
        width: 100%
    }

    .project-heading {
        margin-bottom: 1px;
        border-radius: 0
    }

    .project-heading h1 {
        font-size: 20px
    }

    .fixed-menuScroll {
        top: 53px;
        width: 100%;
        right: 0;
        z-index: 99;
        border-bottom: 1px solid #cecece
    }

    .project-listing-page {
        padding-top: 10px
    }
    .project-listing-box .img:before {
    background: linear-gradient(180deg,#fff0,#000c);
    top: auto;
    bottom: 0;
}

.add-to-fav {
    top: auto;
    bottom: 6px;
    font-size: 17px;
    right: 6px;
}
.slider-scroll-mobile,
.city-mobile-scroll,
.top-links {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    margin: 0 -5px;
}
.slider-scroll-mobile .item,
.top-location .city-mobile-scroll a {
    flex: 0 0 45%;
    width: 45%;
    padding: 0 5px;
}
.top-location a {
    white-space: nowrap;
    border-bottom: 0;
}

.top-links .item {
    flex: 0 0 65%;
    width: 65%;
    padding: 0 5px;
}

.project-not-found {padding: 0;background: transparent;box-shadow: none;}

.project-not-found .prop-lead-form {
    padding: 0;
    background: transparent;
}
}

@media only screen and (min-width: 768px) and (max-width: 1024px){

    .project-scroll-m {
    display: flex;
    overflow-x: auto;
    margin: 0 -5px;
}

.project-scroll-m .project-grid {
    padding: 0 5px;
    flex: 0 0 40%;
    width: 40%;
}
#cityResult .col-md-3 {
    width: 33.33%;
}
}





