.filterbar_style{
    position: absolute;
    display: block;
    left: 0;
    bottom: 0;
    z-index: 10;
    padding: 0 50px;
}
.filterbar_style1{
    width: 360px;    
    float: left;
    position: relative;
    overflow: hidden;
}
.filterbar_style_row1{
    position: relative;
    background-color: rgba(0,96,127,0.9);
    padding: 30px 20px;
    width: 100%;
    margin-bottom: 27px;
}
.filterbar_style_row2{
    position: relative;
    background-color: rgba(0,96,127,0.9);
    padding: 20px 0 0;
    width: 100%;
    height: 58px;
}
.filterbar_style_row2.active{
    height: auto;
}
.filterbar_style_row2 h5{
    text-align: center;
    font-size: 20px;
    line-height: 27px;
    font-family: 'Nakheel-Text-Bold';
    text-transform: uppercase;
    color: #ffffff; 
    margin: 0;
    padding-bottom: 20px;
}
.filt_up{
    cursor: pointer;
    position: absolute;
    top: -15px;
    left: calc(50% - 15px);
}
.filterbar_style_row2.active .filt_up{
    transform: rotate(180deg);
}
.btn_filt_back{
    font-family: 'Nakheel-Text-Bold';
    color: #00607f;
    font-size: 20px;
    padding: 0 15px;
    background-color: #ffffff;
    border: 1px solid #00607f;    
    cursor: pointer; 
    text-align: center;
	line-height: 61px;
}
.btn_filt_back1{
    display: none;
}
.btn_filt_back:hover{    
    color: #ffffff;
    background-color: #00607f;
    border: 1px solid #00607f;
}
.btn_filt_back.attractions{    
    color: #ffffff;
    background-color: #00607f;
    border: 1px solid #00607f;
    margin-bottom: 20px;
    width: 360px;
    position: absolute;
    top: -80px;
    left: 50px;
	height: 60px;
	display: none;
}
.btn_filt_back.attractions.active,
.btn_filt_back.attractions:hover{    
    color: #00607f;
    background-color: #ffffff;
    border: 1px solid #ffffff;
}
.btn_filt{
    border-radius: 50px;
    color: #ffffff;
    font-size: 18px;
    line-height: 42px;
    padding: 0 15px;
    margin-bottom: 12px;
    background-color: #0e253a;
    border: 1px solid #ffffff;    
    cursor: pointer;
}
.btn_filt i{
    float: right;
    margin-top: 12px;
}
.btn_filt_s{
    border-radius: 50px;
    color: #ffffff;
    font-size: 18px;
    line-height: 42px;
    padding: 0 35px 0 15px;
    margin-bottom: 12px;
    border: 1px solid #ffffff;
    background: url("../images/srch.png") no-repeat 95% center;
    background-color: #0e253a;
    width: 100%;
}
.popup_style .list_filter{
    margin: 0;
}
.list_filter{
    list-style: none;
    padding: 0;
    margin: 0 -10px;
}
.list_filter li{ 
    font-size: 15px;
    line-height: 33px; 
    cursor: pointer;
    float: left;
    margin-bottom: 10px;
}
.list_filter li .filt_content{   
    color: #ffffff;
    border-radius: 7px; 
    background-color: #ffffff;
    padding: 0 7px 0 12px;
	height: 33px;
}
.list_filter li i{
    float: right;
    margin-top: 8px;
    transform: rotate(45deg);
}
.list_filter li.active i{
    transform: rotate(0deg);
}
.list_filter li.project_categories img{
    margin-top: -3px;
}
.list_filter li img{
    margin-top: -7px;
	margin-right: 5px;
}
.list_filter li.active img{
    filter: brightness(0) invert(1);
}
.list_filter li.filt_1 .filt_content{
    color: #e64b37;
}
.list_filter li.filt_1.active .filt_content{
    color: #ffffff;
    background-color: #e64b37;
}
.list_filter li.filt_2 .filt_content{
    color: #7272c0;
}
.list_filter li.filt_2.active .filt_content{
    color: #ffffff;
    background-color: #7272c0;
}
.list_filter li.filt_3 .filt_content{
    color: #825a59;
}
.list_filter li.filt_3.active .filt_content{
    color: #ffffff;
    background-color: #825a59;
}
.list_filter li.filt_4 .filt_content{
    color: #bd9a5e;
}
.list_filter li.filt_4.active .filt_content{
    color: #ffffff;
    background-color: #bd9a5e;
}
.list_filter li.filt_5 .filt_content{
    color: #00aea9;
}
.list_filter li.filt_5.active .filt_content{
    color: #ffffff;
    background-color: #00aea9;
}
.list_filter li.filt_6 .filt_content{
    color: #fc7f3f;
}
.list_filter li.filt_6.active .filt_content{
    color: #ffffff;
    background-color: #fc7f3f;
}

.filterbar_style2{
    width: calc(100vw - 490px);
    height: 386px;
    padding: 40px;
    float: left;
    background-color: rgba(0,96,127,0.9);
    margin-left: 30px;
    display: none;
    position: relative;
}
.filterbar_style2.active{
    display: block;
}
.list_filter2{
    list-style: none;
    padding: 0;
    overflow-y: auto;
    height: 100%;
    scrollbar-width: thin;
    scrollbar-color: white #21718c;
    display: block;
}
.list_filter2::-webkit-scrollbar {
    width: 10px;
}

/* Track */
.list_filter2::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px #21718c; 
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

/* Handle */
.list_filter2::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: rgba(255,255,255,0.8); 
    -webkit-box-shadow: inset 0 0 6px rgba(255,255,255,0.5); 
}
.list_filter2 li{ 
    font-size: 15px;
    line-height: 21px; 
    cursor: pointer;
    float: left;
    margin-bottom: 10px;  
    color: #ffffff;
}
.list_filter2 li img{
    margin-top: -7px;
	margin-right: 10px;
}
.filt_close{
    position: absolute;
    display: block;
    right: 25px;
    top: 17px;
    cursor: pointer;
    width: 15px;
}