.bg-dark-custom{
	background: transparent;
} 

.breadcrumb-and-search{
	margin-bottom: 10px;
	margin-top: 145px;
}

.itemHolder .breadcrumb{
	background-color: transparent;
	margin-bottom: 20px;
	padding: 0;
}

.itemHolder .breadcrumb a{
	color: #909090;
}

.itemHolder .breadcrumb li + li:before{
	content: "-\00a0";
	padding: 0 5px;
}

.itemHolder .breadcrumbActive a{
	color: #000;
}

.search{
	width: 100%;
	position: relative;
}

.searchInput{
	background-color: #fff;
	position: relative;
}

.search input[type=text]{
	padding: 5px 40px 5px 10px;
	border: none;
	color: #000;
	width: 100%;
	border-radius: 5px;
}

.search .fas{
	position: absolute;
	top: 10px;
	right: 15px;
}

.search .fas:hover{
	cursor: pointer;
}

/*slider with thumbnails*/
.mySlides {
	display: none;
	margin-bottom: 10px;
}

.cursor {
	cursor: pointer;
}

.prev,
.next {
	cursor: pointer;
	position: absolute;
	top: 135px;
	width: auto;
	padding: 16px;
	color: white;
	font-weight: bold;
	font-size: 20px;
	border-radius: 0 3px 3px 0;
	user-select: none;
	-webkit-user-select: none;
}

.next {
	right: 16px;
	border-radius: 3px 0 0 3px;
}

.prev:hover,
.next:hover {
	background-color: rgba(0, 0, 0, 0.8);
	text-decoration: none;
	color: #fff;
}

.numbertext {
	color: #f2f2f2;
	font-size: 12px;
	padding: 8px 12px;
	position: absolute;
	top: 0;
}

.sliderItem img{
	height: 70px;
}

.mySlides img{
	width: 100%;
	height: 300px;
}

.owl-prev, .owl-next {
	width: 15px;
	height: 100px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	border: none;

}
.owl-prev { 
	left: 5px;
	top: 30px; 
}
.owl-next { 
	right: 5px;
	top: 30px; 
}
.owl-prev i, .owl-next i {
	transform : scale(2,3); 
	color: #fff;
	background: rgba(0,0,0,0.5);
	padding: 0 4px;
}

.owl-nav button:focus{
	outline: none;
}

.owl-theme .owl-nav [class*=owl-]:hover{
	background: transparent !important;
}

.owl-theme .owl-dots .owl-dot.active span{
	background:#309050 !important;
}

.owl-dot:focus{
	outline: none;
}

/*property details*/
.propertyInfo{
	margin-bottom: 20px;
}

.propertyDetails{
	font-size: 12px;
}

.propertyLabel{
	margin-bottom: 10px;
}

.propertyLabel{
	justify-content: space-between;
}

.vrBtnWrap{
	align-self: center;
}

.vrBtnWrap :hover{
	cursor: pointer;
}

.vrBtnWrap .propertyTextLabel{
	background-color: #309050;
	color: #fff;
	margin-right: 0 !important;
	border: none !important;
}

.vrBtnWrap img{
	width: 20px;
	height: 20px;
	margin-right: 5px;
}

.vrBtnWrap span{
	align-self: center;
}

.propertyLabel .propertyTextLabel{
	border: 1px solid lightgrey;
	padding: 5px 5px;
	margin-right: 10px;
}

.propertyContractDetails{
	padding: 10px 0;
	text-align: center;
	justify-content: center;
}

.contractDetailsLine{
	border-bottom: 1px solid #000;
}

.propertyContractInfo{
	border-right: 1px solid lightgrey;
}

.propertyContractInfo:last-child{
	border-right: none;
}

.propertyContractInfo p{
	margin-bottom: 0;
}

.propertyContractInfo .propertyTextLabel{
	color: #309050;
	font-size: 25px;
}

.propertyContractInfo .stats{
	font-size: 12px;
	font-weight: 400;
}

.propertyDetailsInfo{
	margin: 10px 0;
}

.detailsTitle{
	margin-bottom: 3px;
	font-weight: 900;
	color: #000;
}

.detailsText{
	margin-bottom: 3px;
	color: #383838;
}

.propertyPrice{
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}

.propertyPrice .price{
	color: #309050;
	font-size: 30px;
}

.propertyPrice p{
	margin-bottom: 0px;
	font-size: 20px;
}

.enquireBtn{
	text-align: center;
}

.enquireBtn button{
	background: linear-gradient(to top, #055938 0%, #309050 70%);
	border: none;
	padding: 8px 100px;
	color: #fff;
}

/*introduction*/
.propertyIntroWrapper{
	border:1px solid lightgrey;
	padding: 20px;
	margin-bottom: 20px;
	font-size: 14px;
}

.titleLine{
	width: 1.5rem;
	border-bottom: 3.5px solid #309050;
	margin-bottom: 5px;
}

.bottomLine{
	border-bottom: 1px solid #000;
	padding: 10px 0;
}

.bottomLine:last-child{
	border-bottom: none;
}

.propertyIntroWrapper p{
	margin-bottom: 5px;
}

/*project introduction*/
.projectIntroContent p{
	margin-bottom: 0;
}

/*project package*/
.facilitiesItem{
	border-right: 1px solid #919191;
	margin-bottom: 10px;
	text-align: left;
	font-size: 12px;
}

.facilitiesItem:last-child{
	border-right: none;
}

.facilitiesItem img{
	width: 25px;
	height: 25px;
}

/*surrounding traffic*/
.surroundingTrafficContent p{
	margin-bottom: 0;
}

.neighbourhoodItem{
	text-align: center;
	border-right: 1px solid #919191;
	margin-bottom: 10px;
}

.neighbourhoodItemIcon img{
	width: 50px;
	height: 50px;
}

.neighbourhoodItemTitle{
	font-weight: 700;
	margin: 10px 0;
}

.neighbourhoodtextWrapper{
	width: 100%;
}

/*floor plan*/
.carousel-item img{
	width: 100%;
	height: 600px;
}

.floorPlanSlider .carousel-control-prev-icon {
	background-image: url(../Images/propertyOverview/prev.png);
}

.floorPlanSlider .carousel-control-next-icon {
	background-image: url(../Images/propertyOverview/next.png);
}

/*recommand*/
.recommendWrapper{
	margin-bottom: 20px;
}

.recommend .contentTitle{
	margin-bottom: 20px;
}

.refresh{
	text-align: right;
}

.refresh:hover{
	cursor: pointer;
	color: #309050;
}

.recommendItem{
	margin-bottom: 10px;
}

.recommendDesc{
	transition: 0.5s;
}

.recommendDesc p{
	font-size: 12px;
}

.recommendItem:hover .recommendDesc{
	background: linear-gradient(320deg, #055938 0%, #309050 70%);
}

.recommendItem:hover .propertyDetailsWrapper{
	border-bottom: 1px solid #fff;
}

.recommendItem:hover .propertyDetails{
	color: #fff;
}

.recommendItem:hover .recommendDesc p{
	color: #fff;
}

.recommendItem:hover .propertyName{
	color: #fff;
}

.recommendItem img{
	width: 100%;
	height: 120px;
	position: relative;
}

.recommendItem .price{
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: rgba(0,0,0,0.7);
	padding: 5px 10px;
}

.imgText{
	position: relative;
}

.recommendItem a{
	color: #fff;
}

.recommendItem a:hover{
	color: #fff;
	text-decoration: none;
	background-color: #d8b676;
}

.propertyDetailsWrapper{
	border-bottom: 1px solid #909090;
	padding-bottom: 5px;
}

.propertyName{
	font-weight: bold;
	color: #000;
	font-size: 14px;
}

.propertyDetails{
	color: #909090;
}

.recommendDesc{
	background-color: #fff;
	padding: 10px;
	clip-path: polygon(0% 0%, 100% 0%, 100% 74%, 87% 100%, 100% 100%, 100% 100%, 0% 100%);
	height: 130px;
}

.recommendDesc p{
	color: #909090;
	margin-bottom: 0;
}

.neighbourhoodItemWrapper{

	justify-content: center;
}

/*pdf*/
.ebrochureWrapper{
	text-align: center;
}

.ebrochureWrapper img{
	width: 30%;
	margin-bottom: 20px;
}

button.viewPDF{
	background: linear-gradient(to top, #055938 0%, #309050 70%);
	border: none;
	color: #fff;
}

button.viewPDF:hover{
	background-color: #d8b676;
	text-decoration: none;
}

button.viewPDF:focus{
	outline: none;
	border: none;
	box-shadow: none;
	background-color: #d8b676;
}

.ebrochureWrapper .btn-primary:not(:disabled):not(.disabled):active{
	background-color: #d8b676;
	border: none;
}

.ebrochureWrapper .btn-primary:not(:disabled):not(.disabled):active:focus{
	box-shadow: none;
}

.ebrochureTitle{
	text-align: left;
}

.pdfItem img{
	width: 50%;
}

/*vr*/
.frameWrapper{
	text-align: center;
	margin-top: 10rem;
	margin-bottom: 2rem;
}

.frameItem iframe{
	width: 100%;
	height: 320px;
	margin-bottom: 20px;
}

.frameTitle{
	text-align: left;
}

@media only screen and (max-width: 1024px){
	.price{
		font-size: 12px;
	}

	.recommendItem:hover .recommendDesc{
		background: #fff;
	}

	.recommendItem:hover .propertyDetails{
		color: #909090;
	}

	.recommendItem:hover .propertyDetailsWrapper{
		border-bottom: 1px solid #909090;
	}

	.recommendItem:hover .propertyName{
		color: #000;
	}

	.recommendItem:hover .recommendDesc p{
		color: #909090;
	}

	.breadcrumb-and-search{
		margin-top: 100px;
	}
}

@media only screen and (max-width: 991px){
	.prev:hover,
	.next:hover {
		background-color: transparent;
		text-decoration: none;
		color: #fff;
	}

	.propertyDetails {
		font-size: 12px;
	}

	.recommendDesc p {
		font-size: 12px;
	}

	.frameWrapper{
		margin-top: 5rem;
	}
}

@media only screen and (max-width: 768px){

	.neighbourhoodItem{
		border-right: none;
	}

	.thumbnailsWrapper{
		display: flex;
		overflow: scroll;
	}

	.prev , .next{
		background-color: rgba(0,0,0,0.7);
	}

	.prev , .next:hover{
		background-color: rgba(0,0,0,0.7);
	}

	.facilitiesItem{
		text-align: left;
	}

	.neighbourhoodItem{
		display: flex;
	}

	.neighbourhoodTextWrapper{
		flex-direction: column;
	}

	.neighbourhoodItemIcon{
		align-self: center;
		margin-right: 10px;
	}

	.neighbourhoodItemInfo{
		text-align: left;
	}

	.breadcrumb-and-search{
		margin-top: 70px;
	}

	.carousel-item img{
		width: 100%;
		height: 500px;
	}

	.frameWrapper{
		margin-top: 5rem;
		margin-bottom: 1rem;
	}

	.neighbourhoodItemTitle{
		margin: 0;
	}

	.vrBtnWrap .propertyTextLabel{
		display: flex;
	}

	.propertyContractInfo .propertyTextLabel {
		font-size: 20px;
	}

	.pdfItem img{
		width: 70%;
	}
}

@media only screen and (max-width: 576px){
	.facilitiesItem{
		border-right: none;
		font-size: 14px;
	}

	.recommendItem img{
		height: 85px
	}

	.propertyDetails {
		font-size: 12px;
	}

	.propertyName{
		font-size: 12px;
	}

	.recommendDesc p{
		font-size: 10px;
	}

	.recommendDesc{
		height: 150px;
	}

	.breadcrumb-and-search{
		margin-top: 70px;
	}

	.ebrochureWrapper img{
		width: 65%;
	}

	.carousel-item img{
		width: 100%;
		height: auto;
	}

	.propertyContractInfo .propertyTextLabel{
		font-size: 20px;
	}

	.mySlides img{
		height: 210px;
	}

	.prev, .next{
		top: 80px;
	}

	.contentTitle h5{
		font-size: 18px;
	}

	.pdfItem{
		margin-bottom: 20px;
	}

	.pdfItem:last-child{
		margin-bottom: 0;
	}

	.pdfItem img{
		width: 100%;
	}
}

@media only screen and (max-width: 320px){
	.propertyContractInfo .propertyTextLabel{
		font-size: 16px;
	}

	.propertyContractInfo .stats {
		font-size: 10px;
	}
}