.tagline {
    color: var(--black-font-color);
    width: 850px;
    text-align: center;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.taglinecontainer {
    display: flex;
    width: 100%;
    justify-content: center;
}

.bloomHolding {
    background-color: var(--secondary-color);
    padding: 2rem;
    border-radius: 16px;
}

.bloomHolding {
    max-height: 330px;
}

.bloomHolding>p {
    color: var(--black-font-color);
    font-family: Montserrat;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.bloomHolding>p:nth-child(2) {
    max-height: 200px;
    overflow-y: auto;
}



.filterTitle {
    color: var(--gray-shade-4-color);
    font-family: Montserrat;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.filterTypes {
    display: flex;
    align-items: center;
    cursor: pointer;
    padding: 10px;
}

.filterContainer {
    padding: 10px 48px;
    border-radius: 8px;
    background-color: var(--gray-shade-5-color);
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    overflow-x: auto;
}

.propertyBanner {
    padding: 0 !important;
    width: 100% !important;
}

.propertyBannersContainer {
    padding: 0 !important;
}


.filterTypes>p {
    color: var(--black-font-color);
    font-size: 1rem;
    white-space: nowrap;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    margin-right: 0.5rem
}

.bedsContent {
    margin: 0 0 1rem 0.96rem;
    cursor: pointer;

    color: var(--black-font-color);
    font-family: Montserrat;
    font-size: 1.125rem;
    font-style: normal;
    line-height: normal;
    border-radius: 8px;
    border: 1px solid var(--black-font-color);
    width: fit-content;
    padding: 0.4rem 1.5rem;
}

.linecontainer>p {
    color: var(--black-2-font-color);
    text-align: center;
    font-size: 1.25rem !important;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.noofbeds {
    display: flex;
    flex-wrap: wrap;
    /* justify-content: space-between; */

}

/* .unitTitleContainer {
    display: flex;
    justify-content: space-between;
    align-items: start;
} */

.bedsContentactive {

    border-radius: 8px;
    background: var(--black-background-color);
    width: fit-content;
    padding: 0.4rem 1.2em;
    color: white !important;
    cursor: pointer;
}

.heightSubmitInquery {
    height: 130px;
}

.SearchesTagContent {
    display: flex;
    flex-wrap: wrap;
}

.communityTypeListContainer {
    padding: 1rem;
    background-color: var(--gray-shade-5-color);
    display: flex;
    flex-wrap: wrap;
    border-radius: 16px;
}

.communitytype {
    display: flex;
    /* flex: 1; */
    padding: 1.2rem 1.1rem;
}

.activepage {
    color: white !important;
    border-radius: 6px;
    background-color: var(--black-background-color) !important;
    padding: 0.5rem 1.2rem;
}

.page-link {
    color: var(--gray-shade-4-color);
    text-align: center;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 400;
    background-color: unset;
    border: none;
    margin-right: 1rem;
    line-height: 26px;
    /* 144.444% */
}

.pagination {
    display: flex;
    justify-content: center;
}

@media screen and (max-width: 1400px) {
    .heightSubmitInquery {
        height: 170px;
    }
}

@media screen and (max-width: 1200px) {
    .filterTypes {
        margin-right: 2rem;
    }

    .heightSubmitInquery {
        height: 80px;
    }

    .bloomHolding>p {
        font-size: 1rem;

    }

    .tagline {

        font-size: 1rem;
    }
}

@media screen and (max-width: 992px) {
    .noofbeds {
        width: 100%;
        /* justify-content: space-between; */
    }

    .linecontainer>p {
        font-size: 1 !important;

    }

}

@media screen and (max-width: 768px) {
    .noofbeds {
        width: 100%;
        justify-content: space-between;
    }

    .bedbathAndSqurefeet {
        flex-wrap: wrap;
    }
}

@media screen and (max-width: 600px) {

    .pagination {
        flex-wrap: wrap;
    }

}


.unitTypeList {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.unitTypeList>div>nav>.nav-tabs .nav-link {
    color: var(--black-font-color);
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 400;
    border: 1px solid var(--black-font-color);
    line-height: normal;
    border-radius: 8px;
    padding: 0.5rem 1.5rem;
}

.unitTypeList>div>nav>ul>li {
    margin-left: 0.5rem !important;
    border-radius: 8px;
}

.unitTypeList>div>nav>.nav-tabs .nav-link.active {
    background-color: var(--black-background-color);
    color:white !important;
    font-size: 1.125rem;
    border-bottom: unset !important;
    font-style: normal;
    border-radius: 8px;
    font-weight: 400;
    line-height: normal;
    padding: 0.5rem 1.5rem;
}

.developer-filter-active {
    background-color: white;
    border-radius: 5px;
}