.realto-property-modal-root{
	display: none;
	position: fixed;
	top:0;
	bottom:0;
	left:0;
	right:0;
	background: rgba(0,0,0,0.9);
	height:100vh;
	z-index: 11111;
}

.realto-property-modal-close{
	position:absolute;
	top:0; right:0;
	padding:20px;
	cursor: pointer;
}
.realto-property-modal-close i{
	font-size:20px;
	color:#fff;
}

.property-modal-slick{
	height: 80vh;
	width:80vw;
	margin:10vh 10vw;
	min-height: 80vh;
	min-width: 80vw;
}
.slick-image{
	height:80vh !important;
	width:80vw !important;
	background-repeat: no-repeat;
	background-size:contain;
	background-position: center;
	outline:none;
}

.slick-dots li button:before, .slick-dots li.slick-active button:before{
	color:#fff!important;
}