.filter_new{
	border-bottom: 1px solid #eee;
	padding: 15px;
	float: left;
	width: 100%;
	position: relative;
	z-index: 1000;
}
.filter_ul {
	display: flex;
	justify-content: flex-start;
	padding: 0;
	margin: 0;
}
.filter_ul li {
	max-width: 180px;
	width: 100%;
	padding:0 15px;
	position:relative;
}
.filter_ul li .select-nights-dropdown {
	width: 100% !important;
	border: 1px solid #4e6d4e;
	border-radius: 5px;
}
.filter_ul li .form-control {
	border: 1px solid #4e6d4e;
	border-radius: 5px;
	width: 100% !important;
	font-size:14px;
}
.filter_ul li:last-child{
	margin-left: auto;
	max-width: 250px;
}
.more_filter{
	width: 100%;
	height: 40px;
	padding: 0 14px;
	font-size: 13px;
	line-height: 40px;
	color: #333;
	background-color: #fff;
	border: 1px solid #4e6d4e;
	border-radius: 5px;
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	font-size:14px;
	position: relative;
	z-index: 0;
	cursor:pointer;	
}
.filter_ul li .select-prop-guests-list-dropdown, .filter_ul li .select-prop-nights-list-dropdown {
	border: none;
}
.selected_div{
	width: calc(100% - 30px);
	height: 40px;
	padding: 0 0 0 14px;
	line-height: 40px;
	color: #333;
	background-color: transparent;
	border: 1px solid #4e6d4e;
	border-radius: 5px;
	font-size: 14px;
	position: absolute;
	left: 15px;
	top: 0;
	display: flex;
	justify-content: space-between;
}
.selected_div.active{
	color: #fff;
	background-color: #4e6d4e;		
}
.reset_field {
	width: 32px;
	text-align: center;
	cursor:pointer;
	display: inline-block;
	font-size: 24px;
	line-height: 38px;
	position: relative;
	opacity:0;
}
.active .reset_field{
	opacity:1;
	z-index:1;
}
.selected_text {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	width: calc(100% - 32px);
}
.filter_ul li .form-group.form-data.form-list-data-new {
	padding-right: 0;
}
.filter_ul li .form-control{
	opacity: 0;
}
.more_filter_drop {
	position: absolute;
	top: 100%;
	background: #fff;
	border: 1px solid #ddd;
	width: 59%;
	left: 0;
	padding: 0;
	display:none;
}
.filter_row{
	display: flex;
	justify-content: start;
	border-bottom: 1px solid #ddd;
	padding: 30px 0;
}
.pg_specialoffer .filter_row{
	padding: 10px 0;
}
.filter_row p {
	width: 100%;
	max-width: 140px;
	font-size: 14px;
	font-weight: bold;
}
.checkbox label {
	padding: 3px 0 3px 27px;
	position: relative;
}
.filter_form .checkbox label::after {
		border: 1px solid #9c9c9c;
		border-radius: 2px;
		box-shadow: 0 0 1px 0 #999 inset;
		color: #999;
		content: "";
		font-size: 17px;
		font-weight: bold;
		height: 20px;
		left: 0;
		line-height: 100%;
		position: absolute;
		text-align: center;
		top: 3px;
		width: 20px;
}
.filter_form .checkbox[type="checkbox"]:not(:checked) + label::after, .filter_form .checkbox [type="checkbox"]:checked+label::after {
	content: "\2713";
}
.filter_form .checkbox input {
	margin: 0px;
	margin: 0px;
	opacity: 0;
	position: absolute;
}
.filter_media{
	width: 100%;	
}
.filter_form {
	display: flex;
	justify-content: start;
	align-items: center;
	width: 100%;
}
.filter_form .form-control {
	float: left;
    width: calc(100%);
    margin-bottom: 10px;
}
.filter_form ul{
	margin: 0;
	width: 100%;
}
.filter_form li {
		display: inline-block;
		padding-right: 15px;
		max-width: 150px;
		width: 100%;
}
.filter_form li:last-child{
	padding:0;
}
.text_field{
	width: 100%;
    max-width: 150px;
    padding-right: 15px;
}
.btn_div {
	display: flex;
	justify-content: flex-end;
	flex-wrap: wrap;
	background-color: #fff;
}
.btn-blank {
	background: transparent;
	border: 1px solid #4e6d4e;
	font-size: 14px;
	min-width: 120px;
	margin: 10px 10px;
	height: 42px;
}
.search_div {
	margin: 10px 0 0 10px;
	width: 40%;
}
.btn:hover{
	color:#fff !important;
}
span.arrow_br {
	width: 20px;
	display: none;
	line-height: 20px;
	text-align: center;
	transition: all 0.5s;
}
.filter_row.active span.arrow_br{
	transform: rotate(90deg);
}
.filter_row .selected_div{
	display:none;
}
.selected_text.total-guests {
	display: block;
	position: static;
	background: transparent;
	color: #fff;
	padding: 0;
	height: 40px;
	line-height: 40px;
}
.selected_text.total-guests.active {
	background: transparent;
	padding: 0;
	line-height: 40px;
	position: static;
	height: 40px;
	color: #fff;
}

.filter_ul li #guest_select{
	opacity: 1;
}
.filter_ul li #guest_select.selected_active{
	opacity: 0;
}
.filter_ul li .guest-click {
	z-index: 0;
}
.filter_ul li .select-guests-dropdown{
	color: #333;
	font-weight: normal;
}
@media (max-width:991px){
	#wrapper_p {
		margin-top: 120px;
	}
	div#header {
		height: 120px;
	}
	#filter-btn-hide {
		top: 154px;
	}
	.filter_new.z-index1, .filter_new.z-index{
		z-index: 999;
	}
	.hide_mobile{
		display:none;
	}
	.filter_ul li .guest_dropdn {
		min-width: 300px;
		left: 0;
		transform: translateX(-50%);
	}
	.selected_div .total-guests {
		background: transparent;
		position: static;
		padding: 0;
		display: block;
	}
	.selected_div.active .total-guests{
		color:#fff;
	}
	.filter_new {
		padding: 5px 10px;
		position: fixed;
		top: 60px;
		z-index: 9999;
		left: 0;
		border: none;
	}
	.pg_specialoffer .filter_new {
		position:relative;
		top:auto;
	}
	.selected_div {
		width: calc(100% - 10px);
		left: 5px;
		padding:0 0 0 5px;
		font-size: 13px;		
	}
	.more_filter{
		color:#4e6d4e;
	}
	.filter_ul li {
		padding: 0 5px;
	}
	.selected_text {		
		overflow: unset;
	}
	.filter_ul li.filter_li {
		min-width: 110px;
		max-width: inherit;
	}
	.more_filter_drop {
		width: 320px;
		left: auto;
		right: 0;		
		border: none;
		overflow-y: auto;
		height: calc(100vh - 80px);
	}
	.filter_ul li .form-control{
		padding: 0 5px;
	}
	.filter_row {
		flex-direction: column;
		padding: 15px 0;
		width: 100%;
		position:relative;
	}
	.filter_row p {
		max-width: 100%;
	}
	.filter_form{
		flex-direction: column;
	}
	.text_field {
		width: 100%;
		max-width: 100%;
		padding-right: 0;
	}
	.filter_form .form-control {
		width: calc(46%);
		margin-right: 10px;
	}
	.filter_form ul {
		display: flex;
		flex-wrap: wrap;
	}
	.filter_form li {
		max-width: inherit;
		width: 50%;
		padding-right: 5px;
	}
	.search_div { 
		margin: 10px 0 0 0px;
		width: 320px;
		position: fixed;
		bottom: 0;
		z-index: 99999;
	}
	.btn_div .btn-blank{
		display:none;
	}
	.filter_media{
		display:none;
		padding: 15px 0 10px 0;
	}
	.more_filter_drop .mobile-head {
		margin: -5px -15px 20px;
		width: calc(100% + 30px);
	}
	.close-filter-btn {
		opacity: 0.7;
		position: absolute;
		right: 15px;
		top: 10px;
		float: right;
		height: 40px;
	}
	span.arrow_br {
		display: inline-block;
	}
	.filter_media ul {
		margin: 0;
		padding: 0;
	}
	.filter_media ul li{
		display: flex;
		align-items: center;
	}
	.more_filter_drop .selected_div {
		right: 2px;
		max-width: 111px;
		left: auto;
		top: 9px;		
		display:flex;
	}
	.mobile-head p {
		text-align: left;
	}
	.more_filter_drop .selected_div .reset_field{
		opacity:1;
	}
	.more_filter_drop .mobile-head .selected_div{
		right: 75px;
		top: 2px;
		text-transform: uppercase;
	}
	.filter_ul li .form-control {
		color: #4e6d4e;
	}
	.filter_li .selected_text {
		display: flex;
		justify-content: space-around;
		flex-direction: row-reverse;
	}
	
}
@media (min-width:1200px){
	.filter_ul li:last-child {
		min-width: 250px;
	}
}
@media (min-width:991px){
	
	.drop-down{
		z-index: 9999;
	}
	.desktop_hide{
		display:none;
	}
}

@media (max-width:360px){
	.filter_ul li.filter_li {
		min-width: 85px;
		max-width: inherit;
		text-align: center;
	}
	.filter_new {
		padding: 5px;
	}
	.filter_ul li {
		padding: 0 2px;
	}
	.more_filter {
		padding: 0 4px;
	}
	.selected_div {
		width: calc(100% - 6px);
		margin-left: -2px;
	}
}
.customdiv 
{
    padding: 0;
    width: 100%;
    border-bottom: 0;    
}
.customdiv p {
    width: 100%;
    max-width: 140px;
    font-size: 14px;
    font-weight: bold;
}
.customdiv .selected_div {
    display: flex;
}
.customdiv .filter_media {
    display: none;
    position: absolute;
    top: 100%;
    z-index: 99999;
    overflow: hidden;
    transition: all .5s ease-in-out;
    background: #fff;
    width: 100%;
    min-width: 300px;
    padding: 10px;
    border: 1px solid #ddd;

}
.customdiv .filter_media ul
{
	padding: 0;
	margin: 0;
}
.customdiv .filter_media ul li
{
    display: flex;
    align-items: center;
    min-width: auto;
    max-width: none;
}
.filter_ul li .customdiv .form-control
{
	opacity: 1;
}
.customdiv .filter_media.active
{
	display: block;
}
.night_custom_dropdown
{
	width:50%;
	float:left;
}
.hide_force_mobile{
	display:none !important;
}
@media (max-width:620px){
		.active .reset_field {
		    font-size: 16px;
		    width: auto;
			display: none;
		}
}
.filter_new.fixed {
    position: fixed;
    background: #fff;
}
.pg_specialoffer .filter_new.fixed {
	position: fixed!important;
	top: 136px;
}
@media (min-width: 991px;)
{
	.bottom_box
	{
		position: fixed;
		bottom: 0;
		width: 59%;
		left: 0;
		z-index: 9;
		min-height: 62px;
		background: #fff;
	}
	.filter_new {
		z-index: 999;
	}
}
.top_box
{
    width: 100%;
    padding: 20px 40px 80px;
    overflow: hidden;
    overflow-y: scroll;
	height: 100vh;
    max-height: calc(100vh - 270px);
}
@media (max-width: 991px)
{
	.top_box 
	{
		padding: 20px;

	}
}
@media (max-width: 620px)
{
	.selected_text {
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
}
.selected_div.selected_more_div.active {
    z-index: 1;
}
li.filter_indoor {
    vertical-align: top;
}

.price_slider_active{
	background: #4e6d4e;
    color: #fff;
    border-radius: 5px;
    display: inline-block;
    padding: 9px 15px;    
}

.reset_price_slider{
    width: 24px;
    text-align: right;
    cursor: pointer;
    display: inline-block;
    font-size: 24px;
    line-height: 17px;
	vertical-align: middle;
}

.filter_form .checkbox[type="checkbox"]:not(:checked) + label::after, .filter_form .checkbox [type="checkbox"]:checked+label::after{
	background: #4e6d4e;
    color: #fff;
}
.custom_div_hide{
	display: none !important; 
}
.custom_div_show{
	display: flex !important;
}
.text_field .inside_list{
    padding: 0;
    margin: 0;
    position: relative;
	display: inline-block;
}
.text_field .inside_list li
{
	padding: 0;
	padding-right: 0;
}
.text_field .inside_list .selected_div {
    width: calc(100%);
    left: 0;
	display: inline-block;
}
.inside_list li:last-child {
    min-width: auto;
	max-width: auto;
}
.inside_list .selected_text {
    float: left;
}
@media (max-width: 991px) {
	.text_field .inside_list li {
		width: 46%;
		float: left;
		margin-right: 10px;
	}
	.text_field .inside_list .selected_div {
		max-width: 100%;
	}
	.inside_list .selected_text {
		width: calc(100% - 32px);
	}
}

.clear_all_div{
	background: #4e6d4e;
    color: #fff;
}

.mobile_selected_div{
	color: #fff;
	background-color: #4e6d4e;
}
@media (max-width:1200px){
	.selected_text {
		width: calc(100%);
	}
}
.total-guests {
	font-weight: unset !important;
}

@media (max-width: 620px){
	.selected_text {
		 overflow: unset !important;
	}
}