strong, b{
    font-weight: bold;
}

html {
  scroll-behavior: smooth;
}

body{
  color: #333333;
  font-family: acumin-pro, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 22px;
  padding: 0px;
  margin: 0px;
  background-color: #001644;
}

div{
  /*overflow: hidden;*/
  box-sizing: border-box;
}

a{
  text-decoration: none;
  color: inherit;
}

a:hover{
  text-decoration: underline;
}

h2{
  margin-left: -6px;
  margin-top: 50px;
  margin-bottom: 129px;
  white-space: nowrap !important;
  position: relative;
  line-height: 0px;
  font-family: ivypresto-display, serif;
  font-weight: 300;
  font-style: italic;
  font-size: 100px;
  color: #001644;
}

h2::after{
  position: absolute;
  bottom: calc(-50px + -30px);
  left: 6px;
  content: "";
  width: 100px;
  height: 4px;
  background-color: #d7c385;
}

h4{
  display: block;
  margin-top: 0px;
  margin-bottom: 60px;
  text-transform: uppercase;
  color: inherit;
  font-weight: 700;
  font-size: 20px;
}

h5{
  position: relative;
  margin: 0px;
  margin-top: -20px;
  margin-bottom: 34px;
  font-size: 70px;
  font-weight: 700;
  text-transform: uppercase;
  color: #001644;
}

h6{
  margin: 0px;
  font-size: 40px;
  font-family: ivypresto-display, serif;
  font-style: italic;
  font-weight: 300;
  color: #001644;
}

h5::after{
  position: absolute;
  bottom: calc(-10px);
  left: 6px;
  content: "";
  width: 100px;
  height: 4px;
  background-color: #d7c385;
}

button{
  border-radius: 5px;
  cursor: pointer;
  font-size: inherit;
  text-transform: uppercase;
  color: #fff;
  background: transparent;
  outline: none;
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 15px 50px;
  background-color: #001644;
}

nav{
  padding: 0px 20px;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 999;
  justify-content: space-between;
  color: #fff;
  font-size: 14px;
  display: flex;
  flex-wrap: nowrap;
  width: calc(100% - 40px);
  max-height: 100px;
  min-height: 100px;
  background-color: #001644;
  border-bottom: 1px solid rgba(255, 255, 255, .3);
  overflow: visible !important;
}

/*
nav ul,li{
  text-transform: uppercase;
  color: inherit;
  display: inline-block;
  list-style: none;
  padding: 0px;
  margin-left: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
}
*/

#heroVideo {
  opacity: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.search-button{
  background-color: transparent !important;
}

.nav-menu-wrapper{
  visibility: hidden;
  padding-top: 130px;
  padding-bottom: 80px;
  transition: all 0.3s ease;
  display: block;
  z-index: -999;
  position: fixed;
  right: 0;
  top: 0;
  width: 50vw;
  height: 100vh;
  max-height: 100vh;
  overflow: scroll !important;
  background-color: #000027;
}

.collapsible{
  position: relative;
  padding: 0px 50px 30px 50px;
  margin: 0px;
  color: white;
  cursor: pointer;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-family: ivypresto-display, serif;
  font-style: normal;
  font-size: 34px;
  border-bottom: 1px solid rgba(255, 255, 255, .3);
}

/*
.collapsible:after{
  transform: var(--transform, rotate(180deg));
  content:"";
  position: absolute;
  right: 10px !important;
  min-width: 16px;
  min-height: 16px;
  background-color: none;
  background-image: url('https://<?php echo $_SERVER['HTTP_HOST']; ?>/agent/content/<?php echo formatDaNames($siteAgentFirstName) . formatDaNames($siteAgentLastName) . "-" . $siteAgentID; ?>/images-full-custom/top_arrow.svg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
*/

.noDrop:after{
  content"";
  background-image: none;
}

.content{
  margin: 0px;
  margin-bottom: 30px;
  color: #fff;
  padding: 0px;
  padding-left: 50px;
  max-height: auto;
  overflow: hidden;
}

.content ul, li{
  margin: 0px;
  list-style: none;
  padding-left: 0px;
  line-height: 60px;
}

.nav-menu-button-container{
  transition: all 0.3s ease;
  z-index: 999;
  position: relative;
  flex-wrap: nowrap;
  padding: 0px 0px;
  width: auto;
  height: auto;
}

.nav-hamburger-area{
  display: flex;
  width: 100%;
  height: 100%;
}

.hamburger-icon{
  overflow: visible !important;
  cursor: pointer;
  margin: auto;
  z-index: 1;
  -webkit-user-select: none;
  user-select: none;
  padding: 20px;
  padding-right: 0px;
}

.hamburger-icon span{
  transition: all 0.2s ease;
  box-sizing: border-box;
  display: block;
  width: 25px;
  height: 2px;
  margin-bottom: 5px;
  position: relative;
  background: #fff;
  z-index: 1;
}

.remove-hamburger-bottom-margin{
  margin-bottom: 0px !important;
}

.nav-button{
  text-transform: uppercase;
  cursor: pointer;
  padding: 10px;
  text-align: left;
  overflow: visible !important;
  position: relative;
  font-size: inherit;
  width: auto;
  height: auto;
  margin: auto 0px;
  background-color: none;
  margin-left: 30px;
}

.drop-menu{
  display: none;
  min-width: 250px;
  padding: 10px;
  position: absolute;
  top: calc(0px + 39px);
  left: 0px;
  width: auto;
  height: auto;
  background-color: none;
  background-color: #6e4c4c;
}

.drop-menu a{
  display: block;
  line-height: 40px;
  color: inherit;
}

.drop-menu a:hover{
  text-decoration: underline;
}

.nav-button:hover{
  background-color: #6e4c4c;
  transition: all 0.3s ease;
}

.nav-button:hover .drop-menu{
  display: block;
}

.nav-logo-wrapper{
  width: auto;
  display: flex;
  flex-wrap: nowrap;
}

.nav-list-wrapper{
  overflow: visible !important;
  display: flex;
  flex-wrap: nowrap;
  margin: auto 0px;
  width: auto;
  height: 100%;
}

.nav-logo-container{
  margin: auto;
  padding-right: 30px;
  border-right: 1px solid rgba(255,255,255, .3);
  width: auto;
  height: auto;
  background-color: none;
}

.nav-add-space{
  margin-left: 50px !important;
}

.nav-london-container{
  margin: auto;
  padding-left: 29px;
  width: auto;
  height: auto;
  background-color: none;
}

.nav-logo{
  margin: auto;
  width: 200px;
  height: auto;
  display: inline-block;
  vertical-align: middle;
}

.london-nav{
  margin: auto;
  width: 150px;
  height: auto;
  display: inline-block;
  vertical-align: middle;
}

.nav-list-container{
  overflow: visible !important;
  display: flex;
  flex-wrap: nowrap;
  padding: 0px;
  width: auto;
  height: auto;
  background-color: none;
}

.site-wrapper{
  position: absolute;
  transition: all 0.3s ease;
  width: 100vw;
  max-width: 100vw;
  height: auto;
  background-color: #fff;
}

.hero-wrapper{
  margin-top: 100px;
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  max-width: 100%;
  height: calc(100vh - 100px);
  background-color: none;
}

.hero-home-value-area{
  width: 100%;
  height: auto;
  background-color: none;
}

.hero-logo{
  width: 450px;
  height: auto;
}

.hero-cover-overlay{
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: .4;
}

.hero-content-area{
  z-index: 1;
  text-align: center;
  color: #fff;
  margin: auto;
  width: 100%;
  max-width: 1400px;
  height: auto;
  background-color: none;
}

.property-search-container{
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 5px;
  margin: auto;
  margin-top: 50px;
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  max-width: 1000px;
  height: auto;
  background-color: rgba(255, 255, 255, .2);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  padding: 0px 40px;
  margin-bottom: 0px;
}

.property-search-title-area{
  font-weight: 700;
  line-height: 22px;
  text-transform: uppercase;
  text-align: left;
  width: auto;
  height: auto;
  background-color: none;
  margin: auto;
}

.property-search-input{
  color: #fff;
  outline: none;
  background: transparent;
  border: none;
  border-bottom: 1px solid #fff;
  padding: 10px 0px;
  font-size: inherit;
  width: 100%;
  height: auto;
}

.property-search-input::placeholder{
  color: #fff;
}

.property-search-bar-area{
  padding: 40px;
  text-align: left;
  flex-grow: 1;
  width: auto;
  height: auto;
  background-color: none;
}

.property-search-submit-area{

  margin: auto;
  width: auto;
  height: auto;
  background-color: none;
}

.cta-wrapper{
  padding: 10px 0px;
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  height: auto;
  background-color: none;
}

.cta-container{
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin: auto;
  width: 100%;
  height: auto;
  max-width: 1400px;
  background-color: none;
}

.cta-holder{
  transition: all 0.3s ease;
  cursor: pointer;
  overflow: hidden !important;
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  text-align: center;
  padding: 30px;
  width: calc(100% / 3 - 6.5px);
  min-height: 400px;
  background-color: #e6e7e8;
}

.cta-background-holder{
  transition: all 0.3s ease;
  opacity: 0.1;
  mix-blend-mode: luminosity;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: none;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.cta-title-holder button{
  font-size: 13px;
  transition: all 0.2s ease;
  color: #fff;
  text-transform: uppercase;
  margin: auto;
  margin-top: 30px;
  opacity: 0;
  display: none;
  padding: 10px;
  width: auto;
  height: auto;
  outline: none;
  border: 1px solid #fff;
  background-color: transparent;
}

.cta-holder:hover .cta-title-holder button{
  display: block;
}

.cta-holder:hover .cta-title-holder button{
  transition: all 0.2s ease;
  opacity: 1;
}

.cta-holder:hover .cta-background-holder{
  transition: all 0.2s ease;
  opacity: 1;
  mix-blend-mode: normal;
  transform: scale(1.1);
}

.cta-holder:hover .cta-title-holder{
  transition: all 0.2s ease;
  padding: 50px;
  background-color: rgba(11, 35, 65, 0.6);
}

.cta-holder:hover .cta-title-holder h6{
  color: #fff !important;
}

.cta-holder:hover .cta-title-holder h5{
  color: #fff !important;
}

.cta-title-holder{
  transition: all 0.3s ease;
  z-index: 1;
  margin: auto;
  padding: 0px;
  width: 100%;
  height: auto;
  background-color: none;
}

.cta-holder h5 {
  margin-top: 0px;
  font-size: 45px;
  margin-bottom: 0px;
  line-height: 45px;
}

.cta-holder h5::after{
  display: none !important;
}

.featured-property-wrapper{
  padding: 10px 0px;
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  height: 70vh;
  background-color: none;
  cursor: pointer;
}

.featured-property-image-container{
  padding-left: 10px;
  width: 60%;
  height: 100%;
  background-color: black;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.featured-property-content-area{
  display: flex;
  flex-wrap: nowrap;
  width: 40%;
  height: 100%;
  background-color: none;
}

.featured-property-content-container{
  padding: 100px;
  margin: auto;
  width: 100%;
  height: auto;
  background-color: none;
}

.testimonials-wrapper{
  margin-bottom: 10px;
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  height: auto;
  background-color: #f4eddb;
}

.testimonials-container{
  padding: 150px 0px;
  text-align: center;
  margin: auto;
  width: 100%;
  height: auto;
  max-width: 1400px;
  background-color: none;
}

.testimonials-content-container{
  margin: 0px auto;
  width: 100%;
  max-width: 900px;
  height: auto;
  background-color: none;
}

.testimonials-container h2::after{
  left: calc(50% - 50px);
}

.welcome-wrapper{
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  height: calc(100vh - 100px);
  background-color: none;
}

.welcome-left{
  display: flex;
  flex-wrap: nowrap;
  width: 50%;
  height: auto;
  background-color: none;
}

.welcome-content-container{
  padding: 100px;
  margin: auto;
  width: 100%;
  height: auto;
  background-color: none;
}

.welcome-right{
  width: 50%;
  height: auto;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
}

.communities-title-wrapper{
  text-align: center;
  width: 100%;
  height: auto;
  background-color: none;
}

.communities-title-wrapper h2::after{
    left: calc(50% - 50px);
}

.communities-wrapper{
  margin: auto;
  padding: 150px 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: calc(100% -20px);
  max-width: 1400px;
  height: auto;
  margin-bottom: 10px;
  background-color: none;
}

.communities-section{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: calc(100% / 2 - 5px);
  height: auto;
}

.dont-wrap{
  flex-wrap: nowrap !important;
}

.communities-section-third{
  transition: all 0.3s ease;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  width: 50% !important;
  margin-right: 5px;
  height: auto;
  background-color: none
}

.communities-section-fourth {
  margin-left: 5px;
  transition: all 0.3s ease;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  width: 50% !important;
  height: auto;
}

.communities-section-one{
  transition: all 0.3s ease;
  position: relative;
  width: 100%;
  height: 50vh;
  margin-bottom: 10px;
  background-color: none;
}

.communities-one-second-container{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  height: auto;
}

.communities-section-half{
  position: relative;
  width: calc(50% - 5px);
  height: 25vh;
  background-color: none;
}

.communities-section-ends{
  position: relative;
  width: 100%;
  height: calc(100% / 3 - 7px);
  margin-bottom: 10px;
  background-color: none;
}

.communities-color-overlay{
  transition: all 0.2s ease;
  z-index: 1 !important;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(11,35,65, .5);
}

.communities-overlay{
  z-index: 2;
  transition: all 0.3s ease;
  padding: 30px;
  position: absolute;
  font-family: ivypresto-display, serif;
  font-weight: 300;
  color: #fff;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: auto;
  padding-top: 10%;
  background-image: linear-gradient(to top, rgba(0,0,0,0.8), rgba(0,0,0,0));
}

.communities-photo-holder{
  z-index: -1;
  transition: all 0.2s ease;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: none;
}

.communities-animation{
  overflow: hidden !important;
  z-index: 1;
  cursor: pointer;
}

.communities-animation:hover .communities-photo-holder{
  transition: all 0.2s ease;
  transform: scale(1.1);
}

.communities-animation:hover .communities-overlay{
  transition: all 0.3s ease;
  padding-bottom: 60px;
}

.communities-animation:hover .communities-button{
  transition: all 0.3s ease;
  opacity: 1;
}

.communities-animation:hover .communities-color-overlay{
  opacity: 0;
}

.communities-button{
  opacity: 0;
  transition: all 0.3s ease;
  float: right;
  margin-top: 10px;
  font-size: 12px;
  background: transparent;
  width: auto;
  height: auto;
  padding: 0px;
  border: none;
}

.remove-margin-bottom{
  margin-bottom: 0px;
}

footer{
  font-size: 15px;
  line-height: 24px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  color: #fff;
  width: 100%;
  height: auto;
  background-color: #001644;
}

footer a{
  color: inherit;
  text-decoration: none;
}

.footer-logo{
  width: 180px;
  height: auto;
  display: block;
  margin-bottom: 30px;
}

.footer-sections{
  padding: 100px;
  width: calc(100% / 3);
  height: auto;
}

.footer-input{
  margin-bottom: 30px;
}

.justified-text{
  text-align: justify;
}

.reliance-bug{
  margin-right: 10px;
  align-items: center;
  width: 12px;
  height: auto;
}

#google-insight{
  overflow: visible !important;
}

#daQuickSearchResultsWrapper {
	position: relative;
	bottom: 0px;
	width: 66%;
	height: 0px;
	margin: auto;
	overflow: hidden;
}

#daQuickSearchResults {
	left: 32px;
	text-align: left;
	padding: 10px 15px 10px 15px;
	-webkit-backdrop-filter: blur(4px);
	backdrop-filter: blur(4px);
	background-color: rgba(255, 255, 255, 0.2) !important;
	border-radius: 0px 0px 5px 5px;
	border-top: none !important;
	border-right: 1px solid rgba(255, 255, 255, 0.3) !important;
	border-bottom: 1px solid rgba(255, 255, 255, 0.3) !important;
	border-left: 1px solid rgba(255, 255, 255, 0.3) !important;
}

.daTermzResultz {
  cursor: pointer;
  display: inline-block;
  width: 99%;
  padding: 2px 0px 2px 10px;
}

.daTermzResultz:hover {
	background-color: rgba(0,0,0,.2);
}

#mailListForm{
	display: none;
}
#contactFormSubmitted {
	display: none;
}

@media only screen and (max-width: 1420px) {

  .cta-container{
    padding: 0px 10px;
    max-width: 100% !important;
  }

  .hero-content-area{
    max-width: 100% !important;
    padding: 0px 10px;
  }

  .featured-property-image-container {
    width: 50%;
    height: 100%;
  }

  .featured-property-content-area {
    width: 50%;
  }

  .featured-property-wrapper {
    height: 75vh;
  }

}

@media only screen and (max-width: 1370px){

  h5 {
    margin-top: -5px;
    font-size: 60px;
  }

  h2::after {
    bottom: calc(-60px) !important;
  }

  h6{
    font-size: 20px;
  }

  .cta-holder {
      padding: 10px;
      width: calc(100% / 3 - 6.5px);
      min-height: 250px !important;
  }

  .cta-holder:hover .cta-title-holder{
    transition: all 0.2s ease;
    padding: 0px;
    background-color: rgba(11, 35, 65, 0.6);
  }

  .cta-holder h5 {
    margin-top: 0px;
    font-size: 25px;
    margin-bottom: 0px;
    line-height: 45px;
  }

  .cta-holder:hover .cta-title-holder{
    padding: 10px;
  }

  .welcome-content-container {
    padding: 100px 50px;
  }

  .featured-property-content-container {
    padding: 100px 50px;
  }

  .footer-sections{
    padding: 25px;
  }

	#daQuickSearchResultsWrapper {
	  width: 68%;
	}
}

@media only screen and (max-width: 1200px){

  h2{
    margin-top: 27px;
    font-size: 76px;
  }

  h2::after{
    bottom: calc(-50px);
  }

  .communities-section-fourth {
    justify-content: space-between;
    order: 1;
    width: 50% !important;
    flex-wrap: wrap;
    transition: all 0.3s ease;
    position: relative;
    display: flex;
    height: auto;
  }

  .communities-one-second-container{
    display: flex;
    flex-wrap: wrap;
    width: 50%;
    height: auto;
  }

  .communities-section {
    width: 100% !important;
    flex-wrap: nowrap;
  }

  .communities-section-one {
    width: 50%;
    height: 50vh;
    margin-bottom: 0px !important;
    margin-right: 5px;
  }

  .communities-section-half {
    position: relative;
    width: 100%;
    height: calc(25vh - 5px);
    margin-bottom: 10px;
    background-color: none;
    margin-left: 5px;
  }

  .communities-section-ends {
    position: relative;
    width: 100%;
    height: calc(100% / 3 - 8px) !important;
    margin-bottom: 0px;
  }

  .communities-section-third {
    width: 25% !important;
    height: 50vh !important;
    order: 2;
    width: 50% !important;
    margin-left: 10px !important;
  }

  .full-margin-right{
    margin-right: 0px !important;
  }

  .add-margin-right{
    margin-right: 0px !important;
    margin-bottom: 5px;
  }

  .add-margin-left{
    margin-left: 0px !important;
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .full-margin-left{
    margin-left: 0px !important;
    margin-top: 5px !important;
  }

  #daQuickSearchResultsWrapper {
    width: 78%;
  }
}

@media only screen and (max-width: 1100px){

  .nav-menu-wrapper{
    width: 70vw;
  }

  #daQuickSearchResultsWrapper {
    width: 85%;
  }
}

@media only screen and (max-width: 940px){

  nav {
    max-height: 90px;
    min-height: 90px;
  }

  .nav-logo-container {
    padding-right: 10px;
  }

  .nav-london-container {
    padding-left: 9px;
  }

  .nav-logo {
    width: 135px;
  }

  .london-nav {
    width: 100px;
  }

  .hero-wrapper {
    margin-top: 90px;
  }

  #daQuickSearchResultsWrapper {
    width: 92%;
  }
}

@media only screen and (max-width: 880px){

  .footer-sections{
    padding: 50px 20px;
    width: 100% !important;
    height: auto;
  }

  #daQuickSearchResultsWrapper {
    width: 91%;
  }
}

@media only screen and (max-width: 840px){

  .nav-list-container{
    display: none;
  }

  footer {
    flex-wrap: wrap;
  }

  .daTermzResultz {
    font-size: 20px;
	padding: 1px 0px 1px 10px;
  }
}

@media only screen and (max-width: 811px){

  .property-search-container {
      padding: 0px 10px;
  }

  #daQuickSearchResultsWrapper {
    width: 97%;
  }
}

@media only screen and (max-width: 790px) {

  .nav-menu-wrapper{
    width: 90vw;
  }

  .property-search-title-area {
    overflow: visible !important;
    /*max-width: 100px !important;*/
  }

  .welcome-wrapper{
    flex-wrap: wrap;
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
    height: auto;
  }

  .welcome-left{
    order: 2;
    margin-top: 10px;
    width: 100%;
    height: auto;
  }

  .welcome-left h2{
    margin-bottom: 80px;
  }

  .welcome-content-container{
    padding: 0px;
  }

  .welcome-right{
    order: 1;
    width: 100%;
    height: 50vh;
  }

  .welcome-content-container{
    margin-top: 50px;
  }

  .testimonials-container{
    padding-right: 10px;
    padding-left: 10px;
  }

  .featured-property-wrapper{
    padding: 100px 10px;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
  }

  .featured-property-image-container{
    width: 100%;
    height: 300px;
  }

  .featured-property-content-area{
    margin-top: 50px;
    width: 100%;
    height: auto;
  }

  .featured-property-content-container{
    padding: 0px;
  }

}

@media only screen and (max-width: 660px) {

  h2{
    margin-left: 0px;
    margin-top: 18px;
    margin-bottom: 129px;
    font-size: 46px;
    color: #001644;
  }

  h2::after{
    bottom: calc(-50px);
  }

  h5{
    font-size: 40px;
  }

  h6{
    font-size: 30px;
    margin-bottom: 10px;
  }

  body{
    font-size: 18px;
  }

  .cta-holder h5 {
    font-size: 35px;
    line-height: 35px;
  }

  .site-wrapper{
    width: 100vw !important;
  }

  .hero-wrapper{
    margin-top: 70px;
    height: calc(100vh - 70px);
  }

  .hero-logo{
    width: 75%;
    height: auto;
  }

  .hero-content-area{
    padding: 0px 10px;
  }

  .property-search-container{
    margin-top: 30px;
    padding: 20px;
    flex-wrap: wrap;
    width: 100%;
  }

  .property-search-title-area{
    text-align: center;
    width: 100%;
  }

  .property-search-bar-area{
    padding: 10px 0px 15px 0px;
    text-align: left;
    flex-grow: auto;
    width: 100%;
    height: auto;
  }

  .cta-wrapper{
    padding: 10px 10px;
    padding-bottom: 100px;
    flex-wrap: wrap;
  }

  .cta-holder button{
    display: none;
  }

  .cta-container{
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .cta-holder{
    padding: 30px;
    width: 100%;
    min-height: 200px;
    margin-bottom: 10px;
  }

  .footer-sections{
    padding: 50px 20px;
    width: 100% !important;
    height: auto;
    background-color: none;
  }

  .property-search-bar-area input::placeholder{
    text-align: center;
  }

  .property-search-input{
    text-align: center;
  }

  .footer-input{
    text-align: left;
    margin-bottom: 30px;
  }

  .communities-section{
    width: 100% !important;
    flex-wrap: wrap !important;
    justify-content: space-between;
  }

  .communities-wrapper{
    height: auto !important;
  }

  .communities-section-one{
    width: 100% !important;
    height: 25vh !important;
    margin-bottom: 10px !important;
    margin-right: 0px !important;
  }

  .communities-one-second-container{
    width: 100%;
  }

  .communities-section-third{
    order: 1 !important;
    display: flex;
    flex-wrap: wrap;
    width: 100%!important;
    height: 25vh !important;
    margin-left: 0px !important;
    margin-bottom: 10px !important;
  }

  .communities-section-fourth {
    order: 2 !important;
    width: 100% !important;
    height: auto !important;
  }

  .communities-section-half{
    width: 100%;
    height: 25vh;
    margin-bottom: 10px;
    margin-left: 0px !important;
  }

  .communities-section-ends{
    display: block !important;
    width: 100% !important;
    height: 25vh !important;
    margin-bottom: 10px !important;
  }

  .dont-wrap{
    flex-wrap: wrap !important;
  }

  .add-margin-left{
    margin-top: 0px !important;
  }

  .full-margin-left{
    margin-top: 0px !important;
  }

  .remove-margin-bottom{
    margin-bottom: 0px !important;
  }

}
