.qobrix-single-property-gallery-description {
	display: flex;
}

.qobrix-single-property-gallery {
	width: 50%;
	margin-right: 50px;
}

.qobrix-single-property-description-column{
	width: 50%;
}

.qobrix-single-property-section:not(.qobrix-single-property-map){
	padding-left: 50px;
	padding-right: 50px;
}

.qobrix-single-property-description-column hr{
	margin: 2rem auto;
}

.qobrix-single-property-sale-rent {
	font-size: 2rem;
	color: #737373;
	font-weight: 600;
}

.qobrix-single-property-name {
	font-size: 2.5rem;
	font-weight: 700;
}

.qobrix-single-property-details {
	padding-bottom: 10px;
}

.single-page-title,
.qobrix-single-property-cf7-title {
	font-weight: 600;
	font-size: 18px;
	padding-bottom: 10px;
}

.feature-item {
	padding-top: 10px;
}

.row.features-sub-group:not(:first-child) {
	padding-top: 20px;
}

.row.features-sub-group h4 {
	margin-bottom: 5px;
}

.qobrix-single-property-features {
	background-color: #f3f1f1;
	padding-bottom: 20px;
}

a.qobrix-download-pdf {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	text-decoration: none;
	background-color: #EEEEEE;
	color: #333333;
	border: 0;
	height: 45px;
	margin: auto;
	padding: 0 20px;
	min-width: 180px;
}

a.qobrix-download-pdf:hover,
a.qobrix-download-pdf:focus{
	text-decoration: none;
	color: inherit;
}

@media screen and (max-width: 1400px){
	a.qobrix-download-pdf {
		width: 100%;
	}
}


.qobrix-single-property-brochure-button-div {
	padding-top: 20px;
}

/** Tablet Screen Begin */
@media screen and (max-width: 768px){
	.qobrix-single-property-gallery-description {
		display: block;
	}

	.qobrix-single-property-gallery {
		width: 100%;
	}

	.qobrix-single-property-description-column{
		width: 100%;
	}
}
.section-single-page-properties-table-section .qobrix-single-property-features.qobrix-single-property-section{
	padding: 0 50px 20px;
}
.section-single-page-properties-table-section .single-page-property-table{
	width: 100%;
}
.section-single-page-properties-table-section .single-page-property-table thead tr{
	border-bottom: 1px solid #000;
}
.section-single-page-properties-table-section .single-page-property-table thead tr th{
	text-align: left;
}
.qobrix-single-property-near-me-section{
	padding: 20px 50px;
}
