.accordion {
    width: 100%;
    max-width: 600px;
    margin: auto;
    border: 1px solid #ccc;
    border-radius: 5px;
    overflow: hidden;
}
.accordion-item {
    border-bottom: 1px solid #ddd;
}
.accordion-header {
    background: #f7f7f7;
    padding: 15px;
    cursor: pointer;
    font-size: 18px;
    font-weight: bold;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.accordion-header:hover {
    background: #eaeaea;
}
.accordion-content {
    display: none;
    padding: 15px;
    background: #fff;
    border-top: 1px solid #ddd;
}
.active .accordion-content {
    display: block;
}
.arrow {
    transition: transform 0.3s ease;
}
.active .arrow {
    transform: rotate(90deg);
}

.opposit_arrow {
    transform: rotate(180deg);
}

/*
mp_properties_listing_fron_warper
*/
.mp_properties_listing_fron_warper .sidebar-filter{
    background-color: #cccccc;
}

.mp_properties_listing_fron_warper .col-md-8 .nav-tabs{
    margin: 0px;
}
.mp_properties_listing_fron_warper .col-md-8 .nav-tabs li{
    width: 50%;
}

/*.tab-pane.fade.show .col-md-6{
	background-color: #D1D1C533;
}*/

.col-md-6.property-iiitem {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    flex-wrap: wrap;
    align-content: stretch;
}

.col-md-6.property-iiitem > .row{
	width: 100%;
}



/*properties filter listing size slider */

.mp-properties-filter-slider-container{
    /* display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px; */
    width: 100%;
    margin: 10px auto;
}
.mp-properties-filter-slider-container .mp-properties-filter-slider-inputs{
    display: flex;
    align-items: center;
    white-space: nowrap;
    justify-content: space-between;
    margin: 0 10px;
    font-weight: 400;
    font-size: 14px;
    color: #000;

}
.mp-properties-filter-slider-container .mp-properties-filter-slider-inputs input{
    width: 45%;
    padding: 5px;
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 4px;
}
#mp-properties-filter-size-slider{
    width: 100%;
    margin: 20px 0px
}


/*properties filter listing price slider*/


#mp-properties-filter-price-slider{
    width: 100%;
    margin: 20px 0px
}


.mp_properties_listing_fron_warper_loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    display: none;
    justify-content: center;
    align-items: center;
}

.mp_properties_listing_fron_warper_loading_inner {
    background-color: #fff;
    padding: 20px;
    border-radius: 5px;
    text-align: center;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.mp_properties_listing_fron_warper_loading p {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    margin: 0;
}


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


#mp_properties_tab_content .is-property-item{
	margin-bottom: 20px;
	margin-top: 10px;
	box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
}

#mp_properties_tab_content .is-property-item .col-md-4{
	padding: 0px;
}

.mp_properties_listing_fron_warper li.nav-item{
	background-color: transparent !important;
}

.mp_properties_listing_fron_warper .nav-link.property_type_tab {
	
	text-align: center !important;
}

.mp_properties_listing_fron_warper .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link{
	color: #7A7A7A;
	background: #fff;
	border: 0px;
	border-bottom: 2px solid #7A7A7A;
	font-size: 28px;
	
}

.mp_properties_listing_fron_warper > .container{
	margin-bottom: 50px;
}

div#mp_properties_tab_content{
	margin-top: 50px;
}



.mp_properties_listing_fron_warper .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
	color: #b7d1c4;
	background: #fff;
	border: 0px;
	border-bottom: 2px solid #b7d1c4;
	
}

.mp_properties_listing_fron_warper select.pagination-dropdown {
    width: fit-content;
	padding: 5px;
}

.mp_properties_listing_fron_warper .pagination {
   
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.mp_properties_listing_fron_warper .mp-properties-filter-slider-inputs input{
	margin-left: 7px;
	margin-right: 7px;
}

.mp_properties_listing_fron_warper .property-details ul li{
	font-size: 85%;
}

.mp_properties_listing_fron_warper .property-details p{
	margin-bottom: 5px;
	font-size: 16px;
}

.mp_properties_listing_fron_warper .mp_properties_search_area{
	margin-bottom: 15px;
}


/******************************************************new html *******************************************************/
.mp_properties_listing_fron_warper .mp_properties_listing_row_filters{
    /* margin-top: 50px; */
}

/*.mp_properties_listing_fron_warper .mp_properties_listing_row_filters .col-md-2 , .col-md-4{
    background-color: #b7d1c4 !important;
    padding: 10px;
    margin: 0px;
}*/

.row.mp_properties_listing_row_filters{
	background-color: #b7d1c4 !important;
	padding: 10px 0px ;
}

.row.mp_properties_listing_row_filters *{
	text-align: center !important;
}

@media only screen and (min-width:768px){
	

	.row.mp_properties_listing_row_filters > div{
		border-right: 1px solid #000;
	}
	
}

.mp_properties_listing_fron_warper .mp_property_filter_dropdown-trigger{
    white-space: nowrap;
}

.mp_properties_listing_fron_warper .custom-content{
    white-space: nowrap;
    /* overflow: hidden; */
    text-overflow: ellipsis;
}



.row.mp_properties_listing_row_filters{
	border-radius: 6px;
}

.row.mp_properties_listing_row_filters .col-md-4 {
	text-align: center;
}

.row.mp_properties_listing_row_filters .col-md-4 button{
	/* background-color: #1E1E1E; */
	color: #000000;
}

li.nav-item {
    width: 50%;
}

ul.nav.nav-tabs {
    margin: 0px;
    padding: 0px;
}

.rental-map-container .col-md-8,.col-md-4{
	background-color: transparent;
}

.col-md-4{
	padding: 0px;
}

.tab-pane.fade.show > .container .row > .col-md-6 {
   
    
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto{
	margin-right: 0px;
    margin-left: 0px;
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto{
	padding-left: 0px;
	padding-right: 0px;
}

.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl{
	padding-left: 0px;
	padding-right: 0px;
}

.row.mainrow {
    margin-left: 0px; 
    margin-right: 0px;
	row-gap: 20px;
}
.col-md-6.maincol {
    padding-left: 10px;
    padding-right: 10px;
	
}

.col-md-6.maincol > .row {
	background-color: #D1D1C533;
	border-radius: 12px;
}

.property-price-content *{
	font-size: 16px;
	padding: 3px 5px;
	background-color: #B7D1C5;
	color: #000;
	border-radius: 5px;
	
	
}
.property-price-content span:last-of-type{
	margin-left: 8px;
}

.property-details{
	padding: 20px;
    min-height: 305px;
}

.row{
	margin-right: 0px;
    margin-left: 0px;
}

.mp_property_filter_custom-dropdown.price-btn{
	/* width: 30%; */
}

button.alert-btn{
	width: 100%;
}

button.alert-btn{
	background-color: #1E1E1E !important;
	color: #fff !important;
}

.row.mp_properties_listing_row_filters .col-md-5{
	display: flex;
	flex-direction: row;
}

.row.mp_properties_listing_row_filters > div:last-of-type{
	border-right: 0px;
}

a.property-link:hover{
	text-decoration: underline;
	text-decoration-color: #000;
}

@media (min-width:1200px){

	.container, .container-lg, .container-md, .container-sm, .container-xl {
		max-width: 1440px;
	}
	
}

.pagination{
	margin-top: 30px;
}

button.mp_property_filter_dropdown-trigger:hover{
	background-color: transparent !important;
}

.col-md-3{
	padding: 0px 5px;
}

.property-card{
	border-radius: 12px 0px 0px 12px;
}

@media only screen and (max-width: 767px){
	
	.property-card{
		border-radius: 12px 12px 0px 0px;
		min-height: 300px;
	}
	
	.mp_property_filter_custom-dropdown.price-btn , button.alert-btn{
		width: 100%;
	}
	
	.row.mp_properties_listing_row_filters .col-md-5{
		flex-direction: column;
	}
	
	.mp_properties_listing_fron_warper .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link{
		font-size: 120%
	}
	
}


/*/******************************************************new html *******************************************************/








@media only screen and (min-width: 768px){
	.mp_properties_search_area {
		position: sticky;
		top: 30px;
	}
	
	
}

@media only screen and (max-width:767px){
	.mp_properties_listing_fron_warper .col-md-8{
		padding: 0px !important;
		margin-top: 20px !important;
	}
	
	.mp_properties_listing_fron_warper  .row.is-property-item .col-md-8{
		padding: 10px !important;
		margin-top: 0px !important;
		padding-top: 0px !important;
	}
	
	.mp_properties_listing_fron_warper .property-details ul li{
		font-size: 100%;
	}
    

}




/*----------------:Live Property feed area search:-----------------*/
    .live_property_feed_area_search svg text{
        font-size: 10px;
        fill: #435058;
        cursor: pointer;
    }
    .live_property_feed_area_search .zone .area{
        fill: #bcd0c7;
    }
    .live_property_feed_area_search .zone .stroke{
        fill: #bcd0c7;
        stroke-width: 0.01;
    }
    .live_property_feed_area_search .zone .area:hover{
        fill: #bcd0c7;
        stroke: #bcd0c7;
        stroke-width: 0.1;
    }
    .active_stroke{
        stroke: #FF6700 !important;
        fill: #FF6700 !important;
    }
    .active_area{
        stroke: #FF6700 !important;
        fill: #FF6700 !important;
    }

    .live_property_feed_area_search .zone .active_stroke + text {
        fill: #435058;
    }

    .live_property_feed_area_search .zone .active_stroke + text:hover {
        fill: #fafafa;
    }
    .live_property_feed_area_search .zone:hover text {
        fill: #ffffff;
    }

    /* .live_property_feed_area_search .zone .area:hover{
        stroke: #ff837a;
    }

    .live_property_feed_area_search .zone .area:hover{
        fill: #4b515f;
        stroke: #4b515f;
        stroke-width: 1;
    } */

    .selected_areas_list ul{
        padding: 0px;
        margin: 0px;
    }
    .selected_areas_list ul li{
        list-style: none;
        padding: 5px 10px;
        background-color: #4b515f;
        color: #fff;
        margin-bottom: 5px;
        border-radius: 5px;
    }
    .selected_areas_list ul li:hover{
        background-color: #ff837a;
        color: #fff;
    }
    /* .live_property_feed_area_search .zone .active_stroke{
        stroke: #ff837a;
        stroke-width: 1;
    }
    .live_property_feed_area_search .zone text{
        cursor: pointer;
    } */

/*----------------:Live Property feed area search:-----------------*/

.noUi-connect{
    background-color: #D1D1C5 !important;
}


/*--------------:book a view:-----------------*/
.mp_book-a-view{
    bottom: 12px;
    position: relative;
    /* width: 50%; */
    left: 0;
    margin-left: 20px;
}
.mp_book-a-view a{
    background-color: #B7D1C5;
    color: #000000;
    padding: 10px 20px;
    border-radius: 5px;
    text-decoration: none;
    font-size: 16px;
    display: inline-block;
    transition: background-color 0.3s ease;
    border: none;
}
.mp_book-a-view a:hover{
    background-color: #B7D1C5;
    color: #000000;
    text-decoration: none;
    border: none;
    cursor: pointer;
}
/* focous */

/*--------------:book a view:-----------------*/

.mp_properties_search_box_listing_type_row{
    text-align: right;
}
.mp_properties_search_box_listing_type {  
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;

}

.mp_properties_search_box_listing_type li {
    display: inline;
    
}


.div_filter_number_of_desk,.div_filter_monthly_budget{
    display:none;
}

#mp-properties-filter-monthly-budget-slider{
    width: 90%;
    margin: 20px 20px;
}

.mp_properties_search_box_listing_type{
    margin-bottom: 20px;
}
.mp_properties_search_box_listing_type label{
    font-size: large;
}

.slick-prev {
    left: 10px !important;
    z-index: 99 !important;
    border-radius: 100px !important;
}

.slick-next{
	right: 15px !important;
    z-index: 99 !important;
    border-radius: 100px !important;
}

.btn.more-info{
	padding: 10px !important;
	cursor: pointer;
	background-color: #b7d1c4 !important;
    color: #000 !important;
	/* margin-bottom: 5px; */
	
}

a.btn.more-info:hover{
	color: #ffffff !important;
}

.slick-next:before, .slick-prev:before{
	color: #435057 !important;
}

/*
button.slick-next.slick-arrow, button.slick-prev.slick-arrow{
	background-color: #fff !important;
}
*/




.slick-track img.slick-slide {
    max-height: 100% !important;
    height: 410px !important;
    object-fit: cover;
}



.slick-track img.slick-slide{
border-radius: 12px 12px 0px 0px;
}
 
 
 
 
.property-details-warper {

    border-radius: 0px 0px 12px 12px;

}
 