.slider_cont {
    width: 100%;
}

.slider_tree {
	width: 100%;
}

.slider_tree.full .owl-carousel {
    max-width: 100%;
}

.slider_tree .owl-carousel .owl-stage {
    height: auto;
    overflow: hidden;
}

.slider_tree .slide {
    display: flex;
    flex-direction: column;
    padding: 10px;
    min-height: 510px;
    height: 100%;
}

.slider_tree .item {
    width: 100%;
    min-height: 100%;
    height: 100%;
    background-color: white;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    padding: 24px 21px;
    letter-spacing: -1px;
    box-shadow: 0 0px 10px rgba(0, 0, 0, 0.08);
}

.slider_tree .item h5 {
    font-size: 18px;
    margin: 0 0 5px 0;
    min-height: 20px;
}

.slider_tree .item .img_block {
    width: 100%;
    height: 253px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    position: relative;
    overflow: hidden;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.slider_tree .item .img_block a {
    width: 100%;
    height: 100%;
}

.slider_tree .item .img_block img {
    width: 100%;
    height: 100%;
}

.slider_tree .item .img_block p {
    width: 135px;
    text-align: center;
    background: white;
    color: black;
    font-size: 12px;
    font-weight: 300;
    position: absolute;
    right: 0;
    top: 0;
    padding: 2px 0;
}

.slider_tree .item .img_block .black {
    background-color: black;
    color: white;
}

.slider_tree .item h2 {
    color: black;
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 0;
	margin: 0;
	line-height: 20px;
	font-family: 'Poppins', sans-serif;
	margin: 10px 0 6px 0;
}

.slider_tree .item div {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    line-height: inherit;
	letter-spacing: 0;
}

.slider_tree .item div.room_info {
	flex-direction: column;
	align-items: flex-start;
}

.slider_tree .price_mem {
    color: #8739f6;
    font-size: 14px;
    font-weight: 600;
    width: 100%;
	margin: 0;
}

.slider_tree .price_mem span {
    text-decoration: line-through;
    font-weight: 300;
}

.slider_tree .item .stars {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 39%;
    position: relative;
    top: -6px;
}

.slider_tree .item .price_box {
    margin-top: 10px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
}

.slider_tree .type_of_room,
.slider_tree .desc {
    font-size: 14px;
    color: #b3b3b3;
    font-weight: 300;
    margin: 0;
}

.slider_tree .price_box h1 {
    margin: 2px 0 0 0;
    line-height: 1;
    font-size: 2em;
}

.slider_tree .price_box span {
    font-size: 14px;
    line-height: 16px;
    color: #b3b3b3;
    font-weight: 300;
    float: right;
    padding: 0px 6px;
}

.slider_tree .details {
    background-color: black;
    border-radius: 10px;
	color: white;
	width: 120px;
	height: 34px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-decoration: none;
	font-size: 13px;
	cursor: pointer;
	margin: 0;
	font-weight: 500;
	font-family: 'Poppins', sans-serif;
	letter-spacing: 0.01px;
}

.slider_tree .hidden_box {
    width: 100%;
    background-color: #8739f6;
    padding: 15px 21px;
    text-align: left;
    font-size: 14px;
    color: white;
    line-height: 1;
    font-weight: 200;
    opacity: 0;
    transition: opacity .5s;
    letter-spacing: 2px;
}

.slider_tree .slide:hover .hidden_box {
    opacity: 1;
}

.slider_tree .slide:hover .item .details {
    background: #8739f6;
    background: linear-gradient(90deg, #8739f6 25%, #a849fc 55%);
}

.slider_cont.blog-style .item .img_block {
	height: 300px;
}

.slider_cont.blog-style .item .img_block img {
	object-fit: cover;
	object-position: 0 100%;
}

.slider_cont.blog-style .item .content_block {
    display: block;
	padding: 15px 0 55px 0;
	height: 200px;
	position: relative;
	overflow: hidden;
}

.slider_cont.blog-style .item .content_block h3 {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.6;
}

.slider_cont.blog-style .item .content_block .descriptioncss {
    overflow: hidden;
    height: 80px;
}

.slider_cont.blog-style .item .content_block a.details {
    position: absolute;
    right: 0;
    bottom: 0;
}

.slider_cont.blog-style .owl-nav {
    top: auto;
    width: 150px;
    margin-top: 30px;
}

#sliderBook.memberBen .item .img_block {
	height: 200px;
}

#sliderBook.memberBen .item headingHolder {
	height: 60px;
}

#sliderBook.memberBen .item h3 {
    font-size: 20px;
    margin: 0;
}

#sliderBook.memberBen .item p.descriptioncss {
	font-size: 14px;
	margin: 0;
}


@media all and (max-width:768px) {
	
    .slider_tree .slide {
        width: 100%;
    }
    
    .slider_tree .item .img_block {
	    height: 230px;
	}
	
    .slider_tree .item .img_block p {
        width: 140px;
    }

    .slider_tree .price_mem,
    .slider_tree .price_box p {
        font-size: 14px;
        line-height: normal;
    }

    .slider_tree .item .stars img {
        width: 15px;
    }

    .slider_tree .price_box h1 {
        font-size: 25px;
    }

    .slider_tree .details {
	    width: 140px;
	    height: 35px;
	    font-size: 12px;
	}

    .slider_tree .price_box h1 {
        text-align: left;
        width: auto;
        display: flex;
    }

    .slider_tree .item {
        padding: 15px 17px;
    }

    .slider_tree .hidden_box {
	    font-size: 13px;
	    text-align: center;
	    padding: 20px 5px;
	}

}