ul#nested.acc,  ul#nested1.acc { margin-left:0px; padding-left:0px;}

/* Search panel improvements */
#acc .acc-section {
	padding: 10px;
}

#acc .acc-content input[type="text"],
#acc .acc-content select.form-control {
	width: 100%;
	padding: 8px 12px;
	border: 1px solid #ddd;
	border-radius: 4px;
	margin-bottom: 5px;
}

#nested .acc-content .form-group {
	margin-bottom: 10px;
}

#nested .acc-content label {
	display: block;
	margin-bottom: 8px;
	cursor: pointer;
}

#nested .acc-content input[type="checkbox"] {
	margin-right: 8px;
	vertical-align: middle;
}

/* Area inputs inline */
#nested .acc-content .col-sm-12 {
	padding: 5px 0;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 5px;
}

#nested .acc-content .col-sm-12 input[type="text"] {
	width: 70px;
	display: inline-block;
	text-align: center;
	padding: 6px 8px;
	border: 1px solid #ccc;
	border-radius: 3px;
}

#nested .acc-content .col-sm-12 label {
	display: inline-block;
	margin-bottom: 0;
	font-weight: normal;
}

/* Range slider area */
#range {
	width: 100%;
	margin-bottom: 10px;
}

/* Floor/garage checkboxes grid */
#nested .form-group.col-xs-6 {
	padding: 5px 10px;
}

#nested .form-group.col-xs-6 label {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
	white-space: nowrap;
}

#options {
	text-align: right;
}
#options a {
	text-decoration: none;
}
#options a:hover {
}
#acc {
	list-style: none;
	margin-left:0px;
	padding-left:0px;
}
#acc h3 {
	cursor: pointer;
}
#acc h3:hover {
}
#acc .acc-section, #acc .acc-section1 {
	overflow: hidden;
	margin-left:0px;
	padding-left:0px;
	background:#f7f7f7;
}
#acc .acc-content {
	padding-left:0px;
	margin-left:0px;
}
#nested, #nested1 {
	list-style: none;
}
#nested h3, #nested1 h3 {
	cursor: pointer;
	font-size:18px;
}
#nested h3:hover {
}
#nested .acc-section, #nested1 .acc-section1 {
	overflow: hidden;
}
#nested .acc-content {
}
#nested .acc-selected {
}
#nested li, #nested1 li  { padding:0px 8px;}
.acc-content label { font-size:14px; font-weight:normal !important;}
.bedrooms label.btn { margin-right: 3px; border: 1px solid #FFF;}
.bedrooms label.active { background:#7f9e22; color:#FFF;}