#topinfo{
	color: #0C653A; 
	text-align: center;
	padding: 10px;
}
a:hover{
	text-decoration: none;
}
#gallery{
	margin: auto;
	text-align: center;
}
#quickpropertyinfo{
	text-align: center;
}
#quickpropertyinfoinnerdiv{
	transition: none; 
	text-align: inherit; 
	line-height: 1.2em; 
	border-width: 0px; 
	margin: 0 0 40px; 
	padding: 0px 15px; 
	letter-spacing: 0px; 
	font-weight: 400; 
	font-size: 16px;
}
#quickpropertyinfoinnerdiv h3{
	font-size: 1.3em; 
	transition: none; 
	text-align: inherit; 
	line-height: 1.1em; 
	border-width: 0px; 
	margin: 0;
	padding: 0px; 
	letter-spacing: 0px; 
	font-weight: 600;
}
#quickpropertyinfoinnerdiv span{
	font-size: .8em; 
	transition: none; 
	text-align: inherit; 
	line-height: 24px; 
	border-width: 0px; 
	margin: 0px; 
	padding: 0px; 
	letter-spacing: 0px; 
	font-weight: 400;	
}
/* Image Carousel Styling START*/
#propertyGallery{
	margin: auto;
	width: 100%;
	max-width: 800px;
	padding-top: calc(75% - 140px);
	height: 0;
}
#propertyGallery .carousel-inner{
	position: absolute;
	top: 0; bottom: 0; left: 0; right: 0;
}
#propertyGallery .carousel-inner .item{
	height: 100%;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
}
/* Image Carousel Styling END*/
#contactrow{
 background: #F1ECE5;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
  font-size: 16px;
  text-align: center;
  padding: 40px 0;
	
}
#remarksfeatures{
	padding: 20px;	
	
}
.grey-background{
	 background: #F1ECE5;
}
.property-list{
	text-align: left;
}
.listing-spacing{
	text-align: center;
	margin: 40px 0 20px;
}
.listing-spacing a{
	outline: none;
}
.listing-spacing a:hover{
	text-decoration: none;
}
.center-image{
	vertical-align: middle;
	height: 205px;
	width: 100%;
	text-align: center;
	white-space: nowrap;
}
.center-image img{
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
	max-height: 205px;
}
.center-helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.image-description{
	margin: 20px 0;
}
.image-description p{
	text-align: center;
	font-size: 20px;
	margin: 0;
	padding: 0 0 5px 0;
}
.schedule-showing-info img{
	width: 120px;
	padding: 15px 0 20px;
}
.infocolswrapper{
	margin: 0 auto;
}
a[href="#contactus"]{
	margin: 15px 10px;
	white-space: normal;
}
.infocols{
	padding: 0;
	margin: 0;
}
.infocols h3{
	margin: 0px;
}
.infocols li{
	display: inline-block;
	list-style: none;
	width: auto;
	padding: 0 10px 20px;
}
@media(max-width: 991.5px){
	#propertyGallery{
		max-width: 600px;
	}
}
@media (max-width: 767.5px){
	#propertyGallery{
		max-width: none;
		padding-top: calc(75%);
	}
	.infocols li{
		float: left;
		width: 49%;
	}
	.infocols h3{
		font-size: 14px;
	}
	.infocols span{
		font-size: 12px;
	}
}

/* Current Slide */
#propertyCurrentSlide{
	background-color: #0C653A;
	color: #F1ECE5;
	font-weight: bold;
	padding: 20px;
}

.parentSuccessClass {
    text-align: center;
}

.lnr {
    display: inline-block;
    fill: currentColor;
    width: 1em;
    height: 1em;
    vertical-align: -0.05em;
}

.lnr-checkmark-circle {
    color: #0C653A;
    font-size: 90px;
}

#checkboxText p {
    display: inline-block;
    padding-top: 25px;
    font-size: 15px;
    font-weight: bold;
}


