.new-launch-list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
}
.joyland-row{
    display: flex;
    flex-direction: row;
}
.joyland-row.nowrap{
    flex-wrap: nowrap;
    position: relative;
}
.align-center{
    align-items: center;
}
.col-gap-2{
    column-gap: 20px;
}
.joyland-col-9{
    width: 85%;
}
.joyland-col-3{
    width: 15%;
}
ul.new-launch-loop_features{
    display: flex;
    flex-wrap: wrap;
    column-gap: 15px;
    row-gap: 2px;
    list-style: none;
    padding: 0px;
    margin: 0px;
}
ul.new-launch-loop_features li{
    position: relative;
}
ul.new-launch-loop_features li:after{
    content: "•";
    position: absolute;
    top: 50%;
    right: -14px;
    transform: translateY(-50%);
    color: #007B5F;
    font-size: 14px;
}
ul.new-launch-loop_features li:last-child:after{
    content: "";
    position: absolute;
    right: 0px;
}
.new-launch-loop_title{
    font-size: 18px;
    line-height: 19px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #333;
}
.new-launch-loop_title a {
    color: #007B5F;
    text-decoration: none;
}
.percent-sold{
    font-size: 12px;
    text-transform: uppercase;
    text-align: center;
}
.new-launch-form .filter-row {
    padding: 0px 35px;
}
span.percent{
    font-size: 18px;
    line-height: 19px;
    font-weight: 600;
}
p.nearest_mrt{
    font-weight: 500;
    /* border-left: 3px solid #007B5F; */
    padding: 0px;
    margin: 8px 0px 0px 0px;
    line-height: 1em;
}
.nearest_mrt img{
    width: 12px;
    margin-right: 5px;
}

.new-launch-search {
	display: block;
	width: 150px;
	background: #d5f1c0;
	font-family: "Inter", Sans-serif;
	font-size: 1em;
	font-weight: 700;
	border: none;
	line-height: 32px;
	border-radius: 45px;
	color: #3B7D23;
	text-transform: capitalize;
	margin-top: -6px;
	padding: 0.6rem 1rem;
	text-align: center;
}
.new-launch-search:hover {
	background-color: #B3D68C;
}
.property-bathroom-betroom{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}
.property-type_p{
    position: absolute;
    right: 0px;
    margin: 0px;
    background-color: #3B7D23;
    color: #fff;
    font-weight: 600;
    border-radius: 25px;
    padding: 5px 10px;
}
.new-launch-loop .joyland-property-thumb img{
    border-radius: 8px;
}
.price_in_psf{
    margin-top: 10px;
}

.joyland-property-thumb {
    position: relative;
}

.percent-sold-wrapper {
    position: absolute;
    top: 20px;
    right: 20px;
}
.percent-sold-wrapper .percent-sold{
    color: #fff;
}
.new-launch-form #search_text_wrapper {
    width:  100%;
}
.new-launch-form{
	  width: calc(100% - 160px);
}
a.new-launch-search {
    position: absolute;
    right: 0px;
    top: 10px;
}
.nl-property-price {
    margin-top: 5px;
    font-weight: 600;
}


.completion-year-options{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.tenure-options.circled-style input[type="checkbox"],
.completion-year-options input[type="checkbox"]
{
    display: none;
}

.tenure-options.circled-style label,
.completion-year-options label
{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    /* width: 40px; */
    height: 40px;
    border-radius: 5px;
    background-color: #f5f5f5;
    cursor: pointer;
    font-weight: 600;
    color: #333;
    transition: all 0.3s ease;
}
.completion-year-options label{
    width: 95px;
}

.tenure-options.circled-style input[type="checkbox"]:checked + label,
.completion-year-options input[type="checkbox"]:checked + label
{
    background-color: #3B7D23 !important;
    color: white;
}
.new-launch-form input#tenure, .new-launch-form input#bedroom,
.new-launch-form input#top_yyyy
{
    border: none;
    padding: 0px;
    padding-top: 2px;
}
/* .new-launch-form input#tenure{
    width: 230px;
} */
.new-launch-form .filter-btn .selected-text{
    padding: 30px 0px 0px 0px;
}

.new-launch-form{
    margin-top: 0px!important;
}

#tenure, #top_yyyy{
    height: 0px;
    width: 0px;
    opacity: 0;
}
#tenureSelect {
  width: 10ch; /* Approx. 10 characters wide */
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#yearSelect {
  width: 7ch; /* Approx. 10 characters wide */
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
input#bedroom {
    height: 0px;
    width: 0px;
    position: absolute;
    opacity: 0;
}
@media screen and (max-width: 991px) {
    .new-launch-list{
        grid-template-columns: repeat(2, 1fr);
    }
    .new_top_slider .new_top_slider_inner .top_slider_left{
        padding: 20px;
    }
    .new_top_slider .new_top_slider_inner h2{
        font-size: 1.5em;
    }
    .new-launch-form{
        width: 100%;
    }
}
@media screen and (max-width: 576px) {
    .new-launch-list{
        grid-template-columns: repeat(1, 1fr);
    }
    .new_top_slider .new_top_slider_inner .top_slider_left{
        width: 60%;
        padding: 10px;
    }
    .new_top_slider .new_top_slider_inner h2{
        font-size: 1.2em;
    }
    .new-launch-form .filter-row{
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 0px;
    }
    .filter-row .filter-row-inner{
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 20px;
    }

}
@media screen and (max-width: 450px){
    .new-launch-form .filter-row {
        padding: 0px 15px;
    }
}