.propertytypes {
    gap: 1rem;
    display: flex;
    flex-wrap: wrap;
}

.input-group-text {
    border-radius: 0px 8px 8px 0px;

}

.totalResult {
    border-radius: 4px;
    background-color: var(--gray-shade-3-color);
    width: fit-content;
    padding: 0.5rem 1rem;
    color: #000;
    text-align: right;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.projectResult {
    margin: 0 1rem 0rem 1rem;
    border-radius: 4px;
    padding: 0.5rem 1rem;
    width: fit-content;
    background-color: var(--primary-color);
    color: #000;
    text-align: right;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.input-group-text {
    padding: 18px 28px;
}

.resultContainer {
    display: flex;

}

.unitTypeList>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>nav>ul>li {
    margin-left: 0.5rem !important;
    border-radius: 8px;
}


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

.input-group>input {
    background-color: #f2f3f3;
    border: 1px solid var(--black-font-color);
    height: 57px;
    border-radius: 8px;

}

.inputcontainer>select {
    border-radius: 8px;
    background-color: var(--background-color);
    border: 0.5px solid var(--gray-shade-4-color);
    height: 58px;
}

.inputcontainer>select>option {
    color: var(--black-font-color);
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.tagline {
    color: var(--black-font-color);
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

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

/* .inputcontainer>input {
    background-color: var(--background-color);
} */

.w-20 {
    width: 10%;
}

.w-80 {
    width: 80%;
}

.mr-3 {
    margin-right: 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;
    align-items: center;
}

/* .row>* {
    padding-left: calc(var(--bs-gutter-x) * 0.5) !important;
} */

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

.communityMasterplan>p {
    color: var(--black-font-2-color);
    text-align: justify;
    font-family: Montserrat;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 400;
    line-height: 31px;
    /* 172.222% */
    letter-spacing: 1.44px;
}

.rightslide>svg {
    transform: rotate(-180deg);
}

.height-200 {
    height: 200px;
}

.master-plan-rounded {
    border-radius: 16px;
    min-height: 100%;
    max-height: 100%;
    object-fit: cover;
    width: 100%;
}

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

    .input-group>input {
        height: 61px;
    }
}

@media screen and (max-width: 1200px) {
    .height-200 {
        height: 100px;
    }

    .input-group>input {
        height: 60px;
    }


}

@media screen and (max-width: 992px) {
    .inputcontainer>.input-group {
        width: 70%;
    }

    .height-200 {
        height: 100px;
    }


    .inputcontainer>select {
        width: 30%;
    }


    .inputcontainer {
        display: flex;
        justify-content: space-between;

    }
}

@media screen and (max-width: 992px) {
    .input-group>input {

        height: 60px;
    }

}

@media screen and (max-width: 768px) {
    .inquerySubmit {
        width: -webkit-fill-available;
    }

    .input-group-text {
        padding: 20px 28px !important;
    }

    .inputcontainer>.input-group {
        width: 100%;
    }

    .inputcontainer>select {
        width: 100%;
    }

    .inputcontainer {
        display: block;
    }

    .inputcontainer>select {
        margin-top: 1rem;
        width: 100%;
    }

}

@media screen and (max-width: 1440px) {
    .input-group-text {
        padding: 19.5px 28px;
    }
}