	.layout-a-html {
		scroll-behavior: smooth;
		scroll-padding-top: 124px;
	}
	.layout-a-body{
		/*padding-top: 128px;*/
		font-family: 'Roboto', sans-serif;
		font-weight: normal;
		font-style: normal;
		color: #000;
		/*font-size: 24px;*/
		margin-top: 0px;
		/*line-height: 34px;*/
	}
	.layout-a-div{
		display: inline-block;
		transition: all ease;
		box-sizing: border-box;
	}
	.layout-a-button{
		font-size: 18px;
		transition: all 0.3s ease;
		cursor: pointer;
		color: #fff;
		background: transparent;
		margin-top: 30px;
		text-transform: uppercase;
		padding: 15px;
		min-width: 160px;
		border: 1px solid #fff;
		display: inline-block;
		box-sizing: border-box;
	}
	.layout-a-button:hover{
		transition: all 0.3s ease;
		background-color: #fff;
		color: #000;
	}
	.layout-a-button a {
		color: inherit;
		text-decoration: none;
	}
	.module-button{
		display: block !important;
	}
	.min-button{
		transition: all 0s ease;
		border-bottom: 1px solid rgba(255,255,255,0);
		padding: 0px;
		font-family: canto, serif;
		min-width: auto;
		border: none;
		height: 27px;
		line-height: 27px;
	}
	.min-button:hover{
		transition: all 0s ease;
		border-bottom: 1px solid rgba(255,255,255,1);
		color: #fff;
		background: transparent;
		height: 27px;
		line-height: 27px;
	}
	.add-button-space{
		margin-left: 30px;
	}
	.layout-a-h1{
		color: inherit;
		font-family: canto, serif;
		font-weight: 400;
		font-style: normal;
		font-size: 56px;
		margin: auto;
		text-transform: none;
		line-height: 34px;
	}
	.layout-a-h2{
		margin-top: 0px;
		font-family: 'Roboto Condensed', sans-serif;
		line-height: auto;
		font-weight: 500;
		font-style: normal;
		color: #151E46;
		font-size: 40px;
		line-height: 34px;
		margin-bottom: 30px;
		text-transform: uppercase;
		max-width: 40vw;
		text-align: left;
	}
	.layout-a-h3{
		margin-top: 30px;
		margin-bottom: 0px;
		font-family: canto, serif;
		line-height: 20px;
		font-weight: bold;
		font-style: normal;
		color: inherit;
		font-size: 28px;
		text-transform: unset;
	}
	.layout-a-h4{
		margin-top: 0px;
		margin-bottom: 0px;
		font-family: 'Roboto Condensed', sans-serif;
		line-height: initial;
		font-weight: 500;
		font-style: normal;
		color: inherit;
		font-size: 30px;
		margin-bottom: 5px;
		text-transform: uppercase;
	}
	.layout-a-h4 a {
		text-decoration: none;
		color: inherit;
		font-size: inherit;
		font-weight: inherit;
		line-height: initial;
	}
	.layout-a-a{
		text-decoration: none;
		color: inherit;
	}
	.layout-a-a:hover{
		text-decoration: underline;
	}
	.site-wrapper{
		width: 100vw;
		max-width: 100%;
		height: auto;
		max-height: auto;
	}
	#heroVideo {
		overflow: hidden !important;
		opacity: .60;
		width: 100%;
		height: 100%;
		object-fit: cover;
		position: absolute;
		top: 0;
		left: 0;
	}
	.nav-menu{
		top: 0px;
	}
	.menu-container {
		height: calc(100vh - 35px);
	}
	.navigation-module-wrapper{
		/*margin-top: -128px;*/
		z-index: 999;
		/*position: fixed;*/
		display: flex;
		flex-wrap: wrap;
		color: #fff;
		width: 100%;
		max-width: 100%;
		height: auto;
		max-height: auto;
		background-color: rgba(21,30,70,1);
	}
	.navigation-module-container{
		padding: 10px 0px;
		margin: 0px auto;
		display: flex;
		flex-wrap: nowrap;
		justify-content: space-between;
		color: inherit;
		width: 1280px;
		max-width: 1280px;
		height: auto;
		max-height: auto;
	}
	.navigation-no-logo{
		display: contents;
		margin: auto 0px;
		font-size: 16px;
		line-height: 22px;
		width: auto;
		height: auto;
		background-color: none;
	}
	.navigation-logo-container{
		/*display: contents;*/
		margin: auto 0px;
		/*order: 1;*/
		width: 230px;
		max-width: 230px;
		height: auto;
		background-color: none;
	}
	.agent-logo{
		height: auto !important;
		max-width: 250px !important;
		width: 250px !important;
	}
	.agent-information-container{
		display: flex;
		flex-wrap: nowrap;
		order: 2;
		width: auto;
		background-color: none;
	}
	.agent-information-container a {
		color: inherit;
		text-decoration: none;
	}
	.agent-information-holder{
		font-size: 18px !important;
		margin: auto;
		width: auto;
		height: auto;
		background-color: none;
	}
	.navigation-london-logo{
		margin: auto 0px;
		order: 3;
		width: auto;
		max-width: 150px;
		height: auto;
		background-color: none;
	}
	.navigation-london-logo img{
		width: 150px;
		max-width: 150px;
		height: auto;
	}
	.site-navigation-module-wrapper{
		border-bottom: 1px solid #000;
		text-align: center;
		display: flex;
		flex-wrap: nowrap;
		width: 100%;
		height: auto;
		background-color: #fff;
		z-index: 2;
	}
	.site-navigation-module-container{
		color: rgba(21,30,70,1);
		padding: 5px 0px;
		font-size: 18px;
		text-align: center;
		margin: auto;
		display: flex;
		flex-wrap: nowrap;
		width: auto;
		max-width: 1280px;
		height: auto;
		background-color: none;
	}
	.home-hero-module-one-wrapper{
		position: relative;
		display: flex;
		flex-wrap: nowrap;
		overflow: hidden !important;
		width: 100%;
		height: 100vh;
		max-height: calc(90vh - 128px);
		max-width: 100%;
		background-color: black;
	}
	.home-hero-module-one-container{
		z-index: 1;
		color: #fff;
		text-align: center;
		margin: auto;
		width: 1280px;
		max-width: 1280px;
		height: auto;
		background-color: none;
	}
	.home-hero-video-container{
		z-index: 0;
		position: absolute;
		top: 0px;
		left: 0px;
		width: 100%;
		height: 100%;
		background-color: #000;
	}
	.home-hero-slideshow-container{
		z-index: 0;
		position: absolute;
		top: 0px;
		left: 0px;
		width: 100%;
		height: 100%;
		background-color: #000;
	}
	.agent-boxes-module-wrapper{
		padding: 40px 0px;
		display: flex;
		flex-wrap: wrap;
		width: 100%;
		height: auto;
		max-width: 100%;
		background-color: none;
	}
	.extra-module-wrapper{
		padding: 0px;
		display: flex;
		flex-wrap: nowrap;
		width: 100%;
		height: auto;
		max-width: 100%;
		background-color: #e6e7e8;
	}
	.agent-boxes-module-container{
		justify-content: space-between;
		margin: 0px auto;
		display: flex;
		flex-wrap: nowrap;
		width: 1280px;
		max-width: 1280px;
		height: auto;
		background-color: none;
	}
	.agent-boxes-module-photo-section{
		position: relative;
		overflow: hidden !important;
		width: 50%;
		height: 400px;
		max-height: 400px;
		background-color: black;
	}
	.agent-boxes-module-photo-section img{
		object-fit: cover !important;
		object-position: center !important;
		width: 100%;
		height: auto;
	}
	.agent-boxes-module-content-section{
		margin: auto;
		padding-right: 30px;
		padding-left: 0px;
		width: 50%;
		height: auto;
		background-color: none;
		font-size: 24px;
		text-align: left;
	}
	.agent-boxes-module-content-section button{
		border: none;
		background-color: #902823;
	}
	.agent-boxes-module-content-section button:hover{
		border: none;
		color: #fff;
		background-color: #7c1c1c;
	}
	.photo-left{
		order: 1;
	}
	.content-right{
		padding-left: 30px;
		padding-right: 0px;
		order: 2;
	}
	.add-border{
		border-top: 1px solid #bcbec0;
	}
	.add-module-padding{
		padding: 40px 0px;
	}
	.layout-a-agent-boxes{
		display: flex;
		cursor: pointer;
		overflow: hidden !important;
		position: relative;
		min-width: calc(100% / 4 - 15px);
		max-width: calc(100% / 4 - 15px);
		padding-top: calc(100% / 4 + 100px);
		height: auto;
		margin-bottom: 30px;
		background-color: none;
	}
	.layout-a-property-boxes{
		display: flex;
		cursor: pointer;
		overflow: hidden !important;
		position: relative;
		min-width: calc(100% / 3 - 15px);
		max-width: calc(100% / 3 - 15px);
		padding-top: calc(100% / 3 - 15px);
		height: auto;
		margin-bottom: 30px;
		background-color: none;
	}
	.main-featured-box{
		min-width: calc(100% - (100% / 3) - 15px);
		max-width: calc(100% - (100% / 3) - 15px);
		height: auto;
		margin-bottom: 30px;
	}
	.agent-boxes-image-container{
		position: absolute;
		top: 0px;
		width: 100%;
		max-width: 100%;
		height: 100%;
		max-height: 512px;
		background-color: none;
	}
	.agent-boxes-image-container img{
		object-fit: cover !important;
		object-position: center !important;
		width: 100%;
		height: 100%;
		transition: all 0.3s ease;
	}
	#agent-boxes-image-container-agent-image {
		object-position: top !important;
	}
	.agent-homepage-image {
		/*position: unset;*/
		left: 0px;
	}
	.layout-a-agent-boxes:hover img {
		transition: all 0.3s ease;
		transform: scale(1.1);
	}
	.agent-boxes-main{
		padding-top: 35% !important;
	}
	.explore-titles{
		transition: all 0.3s ease;
		margin: auto;
		z-index: 1;
		text-align: center;
		transition: all 0.4s ease-out;
		padding: 0px;
		color: #fff;
		position: absolute;
		top: 10px;
		left: 10px;
		width: 100%;
		max-width: calc(100% - 20px);
		height: 100%;
		max-height: calc(100% - 20px);
		background-color: none;
		border: 1px solid #fff;
	}
	.explore-titles-container{
		text-align: center;
		z-index: 1;
		transition: all 0.3s ease-out;
		padding: 20px;
		color: #fff;
		position: absolute;
		bottom: 0px;
		width: 100%;
		max-width: 100%;
		height: auto;
		background-image: linear-gradient(to top, rgba(0,0,0,.9), rgba(0,0,0,0));
	}
	.listings-titles{
		text-align: left;
		font-size: 16px !important;
		line-height: 20px;
		z-index: 1;
		transition: all 0.4s ease-out;
		padding: 20px;
		color: #fff;
		position: absolute;
		bottom: 0px;
		width: 100%;
		max-width: 100%;
		height: auto;
		background-image: linear-gradient(to top, rgba(0,0,0,.9), rgba(0,0,0,0));
	}
	.featured-listings-module-wrapper{
		padding: 30px 0px;
		padding-bottom: 45px;
		display: flex;
		flex-wrap: wrap;
		width: 100%;
		height: auto;
		max-width: 100%;
		background-color: none;
	}
	.featured-listings-module-container{
		justify-content: space-between;
		margin: 0px auto;
		display: flex;
		flex-wrap: wrap;
		width: 1280px;
		max-width: 1280px;
		height: auto;
		background-color: none;
	}
	.welcome-paragraph-module-wrapper{
		display: flex;
		flex-wrap: nowrap;
		width: 100%;
		height: auto;
		max-width: 100%;
		background-color: none;
		margin-bottom: 30px;
	}
	.welcome-paragraph-module-container{
		margin: 0px auto;
		display: flex;
		flex-wrap: nowrap;
		width: 1280px;
		max-width: 1280px;
		height: auto;
		padding-bottom: 20px;
		padding-top: 40px;
		background-color: none;
	}
	.welcome-paragraph-module-photo-container{
		position: relative;
		width: 30%;
		height: auto;
		padding-bottom: 40%;
		background-color: none;
	}
	.welcome-paragraph-module-content-container{
		margin:auto;
		padding-left: 40px;
		width: 70%;
		height: auto;
		background-color: none;
		text-align: left;
	}
	.welcome-paragraph-module-content-container button{
		border: none;
		background-color: #902823;
	}
	.welcome-paragraph-module-content-container button:hover{
		border: none;
		color: #fff;
		background-color: #7c1c1c;
	}
	.header-title-area{
		padding: 30px 0px 15px 0px;
		margin: 0px auto;
		margin-bottom: 30px;
		position: relative;
		display: flex;
		flex-wrap: nowrap;
		border-bottom: 1px solid #000;
		width: 100%;
		max-width: 1280px;
		height: auto;
		background-color: none;
	}
	.social-media-container{
		position: absolute;
		right: 0px;
		width: auto;
		display: flex;
		flex-wrap: nowrap;
		background-color: none;
	}
	.social-media-container img{
		padding: 5px !important;
		transition: all ease 0.4s;
		cursor: pointer;
		display: inline;
		width: auto;
		height: 18px;
		opacity: .3;
	}
	.social-media-container img:hover{
		transition: all ease 0.4s;
		opacity: 1;
	}
	.max-out{
		max-width: 20px;
		height: auto;
	}
	.add-margins{
		margin: 0px 10px !important;
	}
	.add-margin-left{
		margin-left: 10px !important;
	}
	.add-margin-right{
		margin-right: 10px !important;
	}
	.spotlight-listings-wrapper{
		cursor: pointer;
		padding: 100px 0px;
		position: relative;
		display: flex;
		flex-wrap: nowrap;
		width: 100%;
		max-width: 100%;
		height: auto;
		background-color: black;
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
	}
	.spotlight-listings-container{
		cursor: pointer;
		display: flex;
		flex-wrap: nowrap;
		margin: auto;
		width: 100%;
		max-width: 1280px;
		height: auto;
		background-color: none;
	}
	.spotlight-listings-button{
		display: block !important;
	}
	.spotlight-listings-info-box{
		text-align: left;
		color: #fff;
		font-size: 16px;
		line-height: 24px;
		padding: 40px;
		width: 40%;
		max-width: 40%;
		height: auto;
		background-color: rgba(0,0,0,0.7);
	}
	.spotlight-listings-info-box h2{
		position: relative;
		margin-bottom: 60px;
		color: #fff;
	}
	.spotlight-listings-info-box h2::after{
		content: "";
		position: absolute;
		bottom: -30px;
		left: 0px;
		width: 100%;
		height: 1px;
		background-color: #fff;
		opacity: .5;
	}
	.spotlight-listings-info-box button{
		font-size: 16px;
	}
	.spotlight-listings-info-box h3{
		line-height: 28px;
	}
	.spotlight-listings-title-area{
		text-align: left;
		width: 60%;
		max-width: 60%;
		height: auto;
		background-color: none;
	}
	.spotlight-listings-title-area h2{
		color: #fff;
	}
	.layout-a-footer{
		padding: 60px 0px;
		display: flex;
		flex-wrap: nowrap;
		width: 100%;
		max-width: 100%;
		background-color: rgba(21,30,70,1);
	}
	.layout-a-footer a {
		color: inherit;
	}
	.footer-content-container{
		text-align: center !important;
		margin: 0px auto;
		color: #fff;
		width: 100%;
		max-width: 1280px;
		height: auto;
		font-size: 13px;
		line-height: 24px;
	}
	.layout-a-dropbtn {
		min-width: auto !important;
		padding: 10px 30px;
		font-family: 'Roboto Condensed', sans-serif;
		transition: all 0s ease;
		border-radius: 5px 5px 0px 0px;
		color: inherit;
		display: inline-block;
		margin: 0px;
		background-color: none;
		border: none;
		font-size: inherit;
		font-weight: 700;
		font-style: normal;
		text-transform: uppercase;
	}
	.noDrop{
		border-radius: 5px;
	}
	.layout-a-dropdown {
		position: relative;
		display: inline-block;
	}
	.layout-a-dropdown-content {
		text-align: left;
		border-top: 4px solid #902823;
		border-radius: 0px 0px 5px 5px;
		padding: 10px;
		font-weight: normal;
		display: none;
		position: absolute;
		left: 0px;
		background-color: rgb(248, 249, 250);
		min-width: 220px;
		box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
		z-index: 1;
	}
	.layout-a-dropdown-content a {
		font-size: 16px;
		color: #000;
		padding: 5px 10px;
		text-decoration: none;
		display: block;
	}
	.layout-a-dropdown-content a:hover {
		color: #000;
		border-radius: 5px;
		background-color: #e6e7e8;
	}
	.layout-a-dropdown:hover .layout-a-dropdown-content {
		display: block;
	}
	.layout-a-dropdown:hover .layout-a-dropbtn {
		background-color: #e6e7e8;
	}
	.search-form-container{
		padding: 30px 0px;
		padding-bottom: 0px;
		display: flex;
		flex-wrap: nowrap;
		width: 100%;
		max-width: 1280px;
		height: auto;
		background-color: none;
	}
	.layout-a-input-text,.layout-a-input-password {
		display: inline !important;
		font-style: normal !important;
		text-transform: uppercase !important;
		color: #000 !important;
		z-index: 99999 !important;
		width: 100% !important;
		height: 56px !important;
		padding: 20px !important;
		box-sizing: border-box !important;
		border: none !important;
		border-radius: 0px !important;
		font-size: 13.3333px !important;
	}
	.layout-a-input-text::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
		color: #797979;
		opacity: 1; /* Firefox */
	}
	.layout-a-input-text:-ms-input-placeholder { /* Internet Explorer 10-11 */
		color: #797979;
	}
	.layout-a-input-text::-ms-input-placeholder { /* Microsoft Edge */
		color: #797979;
	}
	.price-inputs{
		width: 100%;
		max-width: 20%;
		outline: none;
		flex-grow: 0;
		cursor: pointer;
		background-image: unset;
		background-color: white;
		color: black;
		font-weight: normal;
		font-style: normal;
		font-size: 16px;
		z-index: 1;
		border: 0px solid;
		height: auto;
		padding: 20px 20px 20px 20px;
		box-sizing: border-box;
		border-radius: 0px 0px 0px 0px;
		border-right: 1px solid rgba(111,111,111,1);
		text-transform: uppercase;
		display: inline;
		font-size: 13.3333px;
	}

	.price-inputs:hover{
		background-image: unset;
		background-color: white;
	}

	.price-inputs:focus{
		background-image: unset;
		background-color: white;
	}

	.price-inputs option{
		background-color: #fff;
		padding: 30px 0px 30px 0px;
		color: #000 !important;
		border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
		cursor: pointer;
	}

	#homeQuickyMinPrice {
		height: 56px;
		padding: 20px;
	}

	#homeQuickyMaxPrice {
		height: 56px;
		padding: 20px;
	}

	.layout-a-qs-button{
		outline: none;
		flex-grow: 0;
		cursor: pointer;
		background-image: none !important;
		background-color: white;
		font-family: 'Open Sans', sans-serif;
		font-weight: normal;
		font-style: normal;
		font-size: 13.3333px;
		color: #fff;
		z-index: 0 !important;
		border: 0px solid;
		height: 56px !important;
		padding: 20px 0px 20px 0px !important;
		box-sizing: border-box;
		border-radius: 0px 0px 0px 0px !important;
		max-width: 10%;
	}
	.layout-a-qs-button:hover{
		background-image: none !important;
		background-color: white;
	}
	.layout-a-qs-button:active{
		background-image: none !important;
		background-color: white;
	}
	@media(hover: none) {
		#homeQuickyMinPrice, #homeQuickyMaxPrice, .layout-a-qs-button {
			-webkit-appearance: none;
			-moz-appearance: none;
			appearance: none;
		}
	}

	#daPageContentGoHere {
		width: 100%;
	}
	.listing-detail-content-container {
		display: flex;
		flex-direction: column;
		margin: auto;
	}

	.property-search-wrapper{
		height: 100vh;
		max-height: calc(100vh - 228px);
	}

	.scroll-holder{
		opacity: .3;
		width: 100%;
		max-width: 100%;
		margin: 0px auto;
		position: absolute;
		bottom: 0px;
		left: 0px;
		background-color: none;
	}
	#scroll-down {
		display: block;
		position: relative;
		bottom: 0px;
		padding-top: 79px;
		text-align:center;
	}
	.arrow-down {
		display: block;
		margin: 0 auto;
		width: 10px;
		height: 38px;
	}
	.arrow-down:after {
		content: '';
		display: block;
		margin: 0;
		padding: 0;
		width: 8px;
		height: 8px;
		border-top: 2px solid #fff;
		border-right: 2px solid #fff;
		behavior: url(-ms-transform.htc);
		-moz-transform: rotate(135deg);
		-webkit-transform: rotate(135deg);
		-o-transform: rotate(135deg);
		-ms-transform: rotate(135deg);
		transform: rotate(135deg);
	}

	/*----------open house module------------*/
	.open-house-module-wrapper{
	  margin-top: 30px;
	  font-size: 12px;
	  line-height: 16px;
	  color: rgba(21,30,70,1);
	  padding: 0px 10px;
	  border-radius: 5px;
	  width: 100%;
	  max-width: 100%;
	  height: auto;
	  background-color: #fff;
	}
	.open-house-module-container{
	  padding: 10px 0px;
	  display: flex;
	  flex-wrap: nowrap;
	  justify-content: space-between;
	  width: 100%;
	  max-width: 100%;
	}
	.open-house-content-container{
	  width: calc(50% - 10px);
	  max-width: calc(50% - 10px);
	  height: auto;
	}
	.open-house-content-container a {
		color: inherit;
		text-decoration: none;
	}
	.open-house-content-h5{
	  margin-top: 0px;
	  display: inline;
	  margin-bottom: 0px;
	  font-family: 'Roboto Condensed', sans-serif;
	  font-weight: 500;
	  font-style: normal;
	  color: inherit;
	  font-size: 16px;
	  text-transform: uppercase;
	}

	.daTermzResultz {
		color: black;
		cursor: pointer;
		display: inline-block;
		width: 100%;
		text-transform: uppercase !important;
		font-size: 13.3333px;
	}
	#daQuickSearchResultsWrapper {
		left: 1.5%;
		width: 97% !important;
		text-align: left;
		box-shadow: 0px 7px 8px 0px rgba(0,0,0,.2);
	}


	@media only screen and (max-width: 1285px){
		.agent-boxes-module-wrapper{
			padding-left: 20px;
			padding-right: 20px;
		}
		.navigation-module-container{
			padding-left: 20px;
			padding-right: 20px;
		}
		.home-hero-module-one-container{
			padding-left: 20px;
			padding-right: 20px;
		}
		.spotlight-listings-wrapper{
			padding-left: 20px;
			padding-right: 20px;
		}
		.welcome-paragraph-module-wrapper{
			padding-left: 20px;
			padding-right: 20px;
		}
		.extra-module-wrapper{
			padding-left: 20px;
			padding-right: 20px;
		}
		.featured-listings-module-wrapper{
			padding-left: 20px;
			padding-right: 20px;
		}
		.footer-content-container{
			padding-right: 20px;
			padding-left: 20px;
		}
	}

	@media only screen and (max-width: 1169px){
		.layout-a-header-header ul {
			padding: 0px;
		}
	}

	@media only screen and (max-width: 1136px){
		.agent-boxes-module-photo-section img{
			width: auto;
			height: 100%;
		}
	}
	@media only screen and (max-width: 960px){
		.layout-a-html{
			/*scroll-padding-top: 56.46px;*/
		}
		.layout-a-body{
			/*padding-top: 56.46px;*/
		}
		.site-navigation-module-wrapper{
			display: none;
		}
	}
	@media only screen and (max-width: 920px){
		.layout-a-h2{
			line-height: 40px;
		}
		.layout-a-agent-boxes{
			min-width: calc(100% / 2 - 10px);
			max-width: calc(100% / 2 - 10px);
			padding-top: calc(100% / 2 -10px);
		}
		.agent-boxes-module-container{
			flex-wrap: wrap !important;
		}
		.agent-boxes-module-content-section{
			order: 2;
			width: 100%;
			max-width: 100%;
		}
		.agent-boxes-module-photo-section{
			order: 1;
			margin-bottom: 30px;
			width: 100%;
			max-width: 100%;
		}
		.agent-boxes-module-photo-section img{
			width: 100%;
			height: auto;
		}
		.welcome-paragraph-module-photo-container{
			max-height: 300px !important;
		}
		.spotlight-listings-title-area{
			display: none;
		}
		.spotlight-listings-info-box{
			width: 70% !important;
			max-width: 70% !important;
			margin: auto !important;
		}
		.agent-boxes-module-container{
			width: 100% !important;
			max-width: 100% !important;
		}
		.layout-a-property-boxes{
			min-width: calc(100% / 2 - 15px);
			max-width: calc(100% / 2 - 15px);
			padding-top: calc(100% / 2 - 15px);
		}
		.main-featured-box{
			min-width: calc(100% / 2 - 15px);
			max-width: calc(100% / 2 - 15px);
		}
	}
	@media only screen and (max-width: 900px){
		.header-title-area {
			padding: 20px 0px 15px 0px;
		}
		.social-media-container {
			position: unset;
			margin: auto auto 15px auto;
			order: 1;
		}
		.header-title-area {
			flex-wrap: wrap;
		}
		.layout-a-h2 {
			max-width: unset;
			/*text-align: center;*/
			order: 2;
			margin-bottom: 10px;
		}
	}
	@media only screen and (max-width: 590px){
		.agent-boxes-module-photo-section img{
			width: auto;
			height: 100%;
		}
	}
	@media only screen and (max-width: 428px){
		.layout-a-h1{
			line-height: 56px;
		}
		.explore-titles-container h3{
			font-size: 18px;
		}
		.content-right{
			padding-left: 0px !important;
		}
		.search-form-container{
			flex-wrap: wrap !important;
		}
		.layout-a-input-text,.layout-a-input-password {
			display: inline-block !important;
		}
		.add-margin-right{
			margin-right: 0px !important;
		}
		.add-margins{
			margin-left: 0px !important;
			margin-right: 10px !important;
		}
		.add-button-space{
			margin: 0px !important;
		}
		.min-button{
			margin-left: -10px !important;
			padding: 0px 10px 10px 20px;
		}
		.price-inputs{
			margin-top: 30px !important;
			display: inline !important;
			width: calc(100% / 2 - 10px) !important;
			max-width: calc(100% / 2 - 10px) !important;
		}
		.welcome-paragraph-module-container{
			flex-wrap: wrap !important;
		}
		.welcome-paragraph-module-photo-container{
			width: 100% !important;
			height: 500px !important;
			max-height: 500px !important;
		}
		.welcome-paragraph-module-content-container{
			width: 100% !important;
			padding-left: 0px !important;
		}
		.spotlight-listings-info-box{
			width: 100% !important;
			max-width: 100% !important;
			margin: auto !important;
		}
		.layout-a-property-boxes{
			min-width: calc(100%);
			max-width: calc(100%);
			padding-top: calc(100%);
		}
		.main-featured-box{
			min-width: calc(100%);
			max-width: calc(100%);
		}
		#homeQuickyMinPrice {
			margin-left: 0px !important;
			margin-right: 10px !important;
		}
		#homeQuickyMaxPrice {
			margin-left: 10px !important;
			margin-right: 0px !important;
		}
		.layout-a-qs-button {
			margin-left: auto !important;
			margin-right: auto !important;
			width: 100%;
		}
	}
	@media only screen and (max-width: 416px) {
		#homeQuickyTerms {
			border-radius: 0px 0px 0px 0px !important;
		}
	}