.page-6-container {
	max-width: 773px;
	box-shadow: 0px 0px 4px #00000029;
	padding: 10px;
	font-family: 'Roboto Condensed', sans-serif;
	margin: 20px auto 90px;
}

.page-6-container .home-top-section, .page-6-container .home-address-details {
	display: flex;
	justify-content: space-between;
}

.page-6-container .home-top-section .home-t {
	color: #000000;
	font-size: 30px;
}

.page-6-container .home-top-section .home-price {
	color: #4D4D4D;
	font-size: 25px;
}

.page-6-container .home-address-details .home-address-desc {
	color: #000000;
	font-size: 16px;
}

.page-6-container .home-address-details .home-distance {
	color: #4D4D4D;
	font-size: 25px;
}

.page-6-container .home-address-details .home-distance .price {
	font-size: 19px;
}

.page-6-container .home-address-details .home-distance .location {
	font-size: 19px;
}

.page-6-container .house-detail-banner img {
	width: 100%;
}

.page-6-container .house-detail-description .t-t-t {
	color: #000000;
	font-size: 26px;
}

.page-6-container .house-detail-description .desc-p {
	color: #000000;
	font-size: 16px;
}

.page-6-container .house-map iframe {
	width: 100%;
}

.page-6-container .house-map .add-to-cart {
	background-color: #C7112B;
	width: 100%;
	color: #fff;
	border-radius: 3px;
	font-size: 18px;
	border:none;
	height: 48px;
}

.page-6-container .house-map .cart-btn-container {
	text-align: right;
}

.flow-navbar .conditional-location {
	margin-left: 100px;
}

.flow-navbar .conditional-location button {
	background-color: #E5E5EA;
    border: none;
    color: #1C1C1E;
    box-shadow: none !important;
    width: 222px;
    font-family: 'Roboto Condensed', sans-serif;
    color: #1C1C1E;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.flow-navbar .conditional-location button span {
	margin-right: auto;
    margin-left: 10px;
}

.flow-navbar .conditional-location .dropdown-menu {
	width: 222px;
}

.flow-navbar .conditional-location .dropdown button::before {
	content:url('../images/icon-location-svg.png')
}

.flow-navbar .conditional-location button:focus {
	box-shadow: none !important;
}

.flow-navbar .btn-secondary:not(:disabled):not(.disabled).active, .flow-navbar .btn-secondary:not(:disabled):not(.disabled):active, .flow-navbar .show>.btn-secondary.dropdown-toggle {
	background-color: #E5E5EA;
    border: none;
    color: #1C1C1E;
    box-shadow: none;
}

.home-price select {
	width: 160px;
	border:1px solid #E2E2E2;
	background-color: transparent;
	border-radius: 4px;
	color: #1C1C1E;
	font-size: 17px;
	height: 36px;
}

@media (min-width: 768px) {
	.page-6-container .house-map .add-to-cart {
		width: 50%;
	}
}

@media (max-width: 991px) {
	.flow-navbar .conditional-location {
		margin-left: 0px;
		margin-top: 10px;
		margin-bottom: 10px;
	}
}

@media (max-width: 800px) {
	.page6-custom {
		margin-left: 15px;
		margin-right: 15px;
	}
}

@media (max-width: 767px) {
	.page-6-container .home-top-section, .page-6-container .home-address-details {
		display: block;
	}

	.page-6-container .home-top-section .home-t {
		font-size: 24px;
	}

	.page-6-container .home-top-section .home-price, .page-6-container .home-address-details .home-distance {
		font-size: 20px;
	}
}