/* Popup Form */
#popUp {
	position: fixed;
	max-width: 400px;
	height: 100%;
	background: rgba(236, 240, 241, 1);
	border: none;
	bottom: 0;
	margin-right: 0;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	z-index: 999999;
	right: -425px;
	box-shadow: 0 0 50px rgb(0 0 0 / 34%);
}

.inner-popup .sec-title {
	position: relative;
	margin-bottom: 0;
	text-align: center;
	width: 100%;
}

.inner-popup {
	display: block;
	align-items: center;
	justify-content: center;
	height: 100%;
	margin: auto;
	padding: 20px;
	overflow: auto;
	flex-direction: column;
}

.popup-form input,
.popup-form .bootstrap-select .dropdown-toggle .filter-option {
	height: 35px;
	border-radius: 50px;
	padding: 28px;
	width: 100%;
}

.popup-form .bootstrap-select:not(.input-group-btn),
.popup-form .bootstrap-select[class*=col-] {
	height: 39px;
}

#new span {
	background: #fff;
	position: absolute;
	color: #1c8dc4;
	padding: 4px 10px;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 1px;
	margin-top: -5px;
}

#popUp .close {
	color: black;
	left: auto;
	right: 12px;
	top: 14px;
	position: relative;
	cursor: pointer;
	opacity: 1;
	z-index: 9999;
	width: 100%;
	float: inherit;
	display: flex;
	flex-flow: row-reverse;
}

#popUp .close img {
	width: 20px;
	height: 20px;
	left: auto;
	position: absolute;
	right: -14px;
	top: -22px;
	bottom: auto;
}

.form-popup {
	height: 100%;
	display: grid;
	align-items: center;
	justify-content: center;
}

#popUp h2 {
	font-size: 25px;
	color: #464646;
	line-height: 24px;
	font-weight: 400;
	text-align: center;
	margin-top: 20px;
	padding: 0 20px;
}

#popUp .sec-title .subtitle {
	font-size: 16px;
}

.inner-popup::-webkit-scrollbar {
	width: 8px;
}

/* Track */
.inner-popup::-webkit-scrollbar-track {
	background: #f1f1f1;
}

/* Handle */
.inner-popup::-webkit-scrollbar-thumb {
	background: #21c58e;
}

/* Handle on hover */
.inner-popup::-webkit-scrollbar-thumb:hover {
	background: #0c1529;
}

.open-popup {
	right: 0px !important;
}

div#popup-section::before {
	content: "";
	width: 100%;
	height: 100%;
	position: fixed;
	background: rgb(0 0 0 / 54%);
	top: 0;
	left: 0;
	opacity: 0;
	visibility: hidden;
	transition: all 0.5s ease-in-out;
}

div.popup-overlay::before {
	opacity: 1 !important;
	z-index: 9999;
	visibility: visible !important;
}

@media all and (max-width: 900px) {
	#popUp {
		left: 0;
		right: 0;
		display: flex;
		align-items: center;
		margin: auto;
		justify-content: center;
		max-width: 100%;
		bottom: 0;
		top: 0px;
		height: 100% !important;
		transform: scale(0);
	}

	.open-popup {
		transform: scale(1) !important;
	}
}
.suburb-content {
    padding: 80px 100px;
}

.banner-cta{
	text-align: left !important;
	margin-top: 15px;
}

@media only screen and (min-width: 320px) and (max-width: 544px) {
    .suburb-content {
        padding: 20px;
    }
}

@media only screen and (max-width: 480px){
.site-content .content-header.content-header-featured .content-header-inner .page-title-wrap .banner-cta {
    text-align: left !important;
	margin-top: 15px;
}
	}