@charset "UTF-8";
/* Home Hero : START */
.hp-hero {
  position: relative;
  font-size: 0;
}

.slider-holder {
  position: relative;
  z-index: 1;
}
.slider-holder::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.25);
}

.qsearch-holder {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  margin-top: 60px;
  z-index: 2;
}

.qsearch-container {
  position: relative;
  max-width: 1170px;
  padding: 0 15px;
  margin: 0 auto;
}

.qsearch-title {
  font-size: 86px;
  font-weight: 700;
  color: #ffffff;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
}
.qsearch-title small {
  display: block;
  font-family: var(--font-family-title);
  font-size: 55px;
  font-weight: 400;
}

.qsearch-tab {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 28px;
}
.qsearch-tab button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #ffffff;
  padding: 0;
  border: 0;
  height: 50px;
  font-size: 14px;
  color: #282828;
  line-height: 1;
  letter-spacing: 0.05em;
  text-align: center;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 25px;
  border-right: 1px solid #e7e7e7;
  transition: all var(--default-transition);
}
.qsearch-tab button img {
  margin-right: 10px;
  transition: all var(--default-transition);
}
.qsearch-tab button:last-child {
  border-right: 0;
}
.qsearch-tab button.is-active, .qsearch-tab button:hover,
.qsearch-tab button.is-active, .qsearch-tab button:focus-visible {
  background: rgba(var(--primary-color), 1);
  color: #ffffff;
  border-right-color: rgba(var(--primary-color), 1);
}
.qsearch-tab button.is-active img, .qsearch-tab button:hover img,
.qsearch-tab button.is-active img, .qsearch-tab button:focus-visible img {
  filter: brightness(0) invert(1);
}



.qsearch-panel {
  margin-top: 22px;
  min-height: 204px;
}
.qsearch-panel > div {
  display: none;
}
.qsearch-panel > div.is-active {
  display: block;
}
.qsearch-panel > div[data-panel=Sell] a.gsite-button,
.qsearch-panel > div[data-panel="Instant Offer"] a.gsite-button {
  margin-top: 0.625vw;
}

.qsearch-panel > div[data-panel=Buy] .qsearch-form .gsite-input {
  width: calc(100% - 152px);
}
.qsearch-panel > div[data-panel=Buy] .qsearch-form .gsite-submit {
  width: 152px;
}
.qsearch-panel > div[data-panel=Sell] .qsearch-form .gsite-input input, .qsearch-panel > div[data-panel="Instant Offer"] .qsearch-form .gsite-input input {
  height: 62px;
}
.qsearch-panel a.gsite-button {
  display: block;
  width: 208px;
  margin: 0 auto;
}

.qsearch-form {
  max-width: 750px;
  margin: 0 auto;
}
.qsearch-form .gsite-input {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  margin-bottom: 10px;
}
.qsearch-form .gsite-input i {
  position: absolute;
  top: 50%;
  left: 22px;
  transform: translateY(-50%);
  font-size: 22px;
  color: rgba(var(--primary-color), 1);
  pointer-events: none;
  z-index: 10;
}
.qsearch-form .gsite-input i + input {
  padding-left: 60px;
}
.qsearch-form .gsite-input input {
  background: #ffffff;
  font-size: 14px;
  color: #282828;
  letter-spacing: 0.05em;
  padding: 0 20px;
  height: 70px;
  text-overflow: ellipsis;
}
.qsearch-form .gsite-submit {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  margin-bottom: 10px;
}
.qsearch-form .gsite-submit button {
  border: 0;
}
.qsearch-form .gsite-submit button:not(.gsite-button) {
  background: rgba(var(--primary-color), 1);
  font-size: 14px;
  font-weight: 700;
  color: #ffffff;
  line-height: 1;
  letter-spacing: 0.05em;
  text-align: center;
  transition: all var(--default-transition);
}
.qsearch-form .gsite-submit button:not(.gsite-button) span {
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.qsearch-form .gsite-submit button:not(.gsite-button):hover,
.qsearch-form .gsite-submit button:not(.gsite-button):focus-visible {
  background: rgba(var(--tertiary-color), 1);
}
.qsearch-form .qsearch-powered {
  font-size: 15px;
  font-weight: 600;
  color: #ffffff;
  line-height: 1.1;
  letter-spacing: 0.1em;
  text-align: right;
  margin-top: -2px;
}

.qsearch-content {
  position: relative;
  padding: 8px 0 0;
}
.qsearch-content p {
  position: relative;
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  line-height: 1.1;
  letter-spacing: 0.05em;
  text-align: center;
  margin-bottom: 30px;
}
.qsearch-content p::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  margin: 0 auto;
  height: 150px;
  background: url(../../images/home/qsearch-shadow.png) no-repeat center center/100% 100%;
  z-index: -1;
}

.qsearch-panel .ihf-col-md-1, .qsearch-panel .ihf-col-md-2 {
    display: none;
}

.qsearch-form .ihf-eureka.ihf-container-gte-md .ihf-col-md-3 {
  max-width: 100%;
  flex: 0 0 100%;
}

.qsearch-form .ihf-form-control.ihf-select-multiple{
  border-radius: 0;
  border: none;
  background: #ffffff;
  font-size: 14px;
  color: #282828;
  letter-spacing: 0.05em;
  padding-left: 5px;
  padding-right: 15px;
  height: 38px;
}

.qsearch-form .ihf-eureka label{
  font-size: 0!important;
  margin-bottom: 0;
}

.qsearch-form .ihf-eureka .ihf-select-input{
  padding-top: 19px!important;
  overflow: unset!important;
    padding: 0 !important;
}

.qsearch-form .ihf-eureka .ihf-select-input input{
  padding: 0px!important;
  height: 4.242vw !important;
}

.qsearch-form .ihf-form-control.ihf-select-multiple input {
  color: #282828 !important;
  height: 38px !important;
}

.qsearch-form .ihf-form-control.ihf-select-multiple input::placeholder {
  color: #282828 !important;
}

.qsearch-form .ihf-eureka ul.ihf-select-options{
  width: 88%!important;
  margin-top: 24px!important;
}

/* Home Hero : END */
/* Home Properties : START */
.hp-properties {
  position: relative;
  padding: 0 var(--padding);
  overflow: hidden;
  font-size: 0;
}

.properties-container {
  position: relative;
  max-width: 1500px;
  margin: 0 auto;
  padding: 95px 0;
  overflow: hidden;
}

.properties-heading {
  max-width: 1140px;
  margin: 0 auto;
}
.properties-heading .gsite-title .gradient {
  left: -50%;
  right: -50%;
  width: auto;
}
.properties-heading a.gsite-button {
  margin-bottom: 10px;
}

.properties-holder {
  margin-top: 65px;
}

.properties-list {
  margin: 0 -16px;
}
.properties-list:not(.slick-initialized) {
  display: flex;
}
.properties-list:not(.slick-initialized) .properties-item {
  width: 25%;
}
.properties-list:not(.slick-initialized) .properties-item:nth-child(4) ~ div {
  display: none;
}
.properties-list .slick-list {
  overflow: visible;
}

.properties-item {
  padding: 0 16px;
  transition: all var(--default-transition);
}
.properties-item a {
  display: block;
  position: relative;
  box-shadow: 0px 20px 30px 0px rgba(115, 114, 114, 0.1);
}
.properties-item.slick-active {
  opacity: 1;
}

.properties-image {
  overflow: hidden;
}
.properties-image img {
  transition: all var(--default-transition);
}

.properties-item a:hover .properties-image img,
.properties-item a:focus-visible .properties-image img {
  transform: scale(1.1);
}

.properties-text {
  position: relative;
  background: #ffffff;
  padding: 25px 20px 35px 45px;
  color: #282828;
  transition: all var(--default-transition);
}
.properties-text::before {
  content: "";
  display: block;
  position: absolute;
  width: 4px;
  height: calc(100% + 5px);
  left: 20px;
  bottom: 20px;
  background: rgba(var(--primary-color), 1);
}
.properties-text::after {
  content: "򰉡";
  display: block;
  position: absolute;
  width: 72px;
  height: 72px;
  top: -40px;
  right: 25px;
  border-radius: 50%;
  border: 2px solid #ffffff;
  background: rgba(var(--primary-color), 0.9);
  font-family: "agentimage";
  font-size: 25px;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 0px 30px 0px rgba(115, 114, 114, 0.3);
  pointer-events: none;
}

.properties-price {
  font-size: 24px;
  font-weight: 700;
  color: rgba(var(--primary-color), 1);
  line-height: 1;
  letter-spacing: 0.05em;
  transition: all var(--default-transition);
}

.properties-address {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-top: 20px;
  min-height: 58px;
}
.properties-address span {
  display: block;
  font-size: 14px;
  margin-top: 3px;
}

.properties-specs {
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.05em;
  margin-top: 12px;
}
.properties-specs div {
  position: relative;
  padding-left: 25px;
}
.properties-specs div::before {
  content: "/";
  display: block;
  position: absolute;
  left: 9px;
  color: rgba(var(--primary-color), 1);
}
.properties-specs div:first-child {
  padding-left: 0;
}
.properties-specs div:first-child::before {
  display: none;
}

.properties-item a:hover .properties-text,
.properties-item a:focus-visible .properties-text {
  color: #ffffff;
  background: rgba(var(--tertiary-color), 1);
}
.properties-item a:hover .properties-text .properties-price,
.properties-item a:focus-visible .properties-text .properties-price {
  color: #ffffff;
}

.properties-holder a.gsite-button {
  display: block;
  margin: 40px auto 0;
}

/* Home Properties : END */
/* Home Communities : START */
.hp-communities {
  position: relative;
  padding: 25px var(--padding);
  font-size: 0;
}

.communities-container {
  position: relative;
  max-width: 1530px;
  padding: 0 15px;
  margin: 0 auto;
}

.communities-heading {
  max-width: 1140px;
  margin: 0 auto;
}
.communities-heading .gsite-title .gradient {
  left: -40%;
  right: -40%;
  width: auto;
}
.communities-heading a.gsite-button {
  margin-top: 45px;
}

.communities-holder {
  margin-top: 65px;
}

.communities-list {
  margin: 0 -6px;
}
.communities-list:not(.slick-initialized) {
  display: flex;
  flex-wrap: wrap;
}
.communities-list:not(.slick-initialized) .communities-item {
  width: 16.66%;
}

.communities-item {
  padding: 0 6px;
  margin-bottom: 45px;
}
.communities-item a {
  display: block;
  position: relative;
  box-shadow: 0px 20px 30px 0px rgba(115, 114, 114, 0.1);
}
.communities-item a::after {
  content: "";
  display: block;
  position: absolute;
  width: 4px;
  height: calc(100% - 12px);
  left: 10px;
  bottom: 0;
  background: rgba(var(--primary-color), 1);
}

.communities-image {
  overflow: hidden;
}
.communities-image img {
  transition: all var(--default-transition);
}

.communities-item a:hover .communities-image img,
.communities-item a:focus-visible .communities-image img {
  transform: scale(1.1);
}

.communities-text {
  position: relative;
  height: 112px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-transform: uppercase;
  background: #ffffff;
  padding: 10px 40px 10px 50px;
  transition: all var(--default-transition);
}

.communities-name {
  position: relative;
  font-size: 25px;
  font-weight: 700;
  color: #282828;
  line-height: 1.1;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  transition: all var(--default-transition);
}
.communities-name::after {
  content: "򰉗";
  display: block;
  position: absolute;
  font-family: "agentimage";
  font-size: 15px;
  color: rgba(var(--primary-color), 1);
  right: 0;
  bottom: 3px;
  transition: all var(--default-transition);
}
.communities-name small {
  display: block;
  font-family: var(--font-family-title);
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.2em;
  margin-bottom: 4px;
}

.communities-item a:hover .communities-text,
.communities-item a:focus-visible .communities-text {
  background: rgba(var(--tertiary-color), 1);
  color: #ffffff;
}
.communities-item a:hover .communities-text .communities-name,
.communities-item a:focus-visible .communities-text .communities-name {
  color: #ffffff;
}
.communities-item a:hover .communities-text .communities-name::after,
.communities-item a:focus-visible .communities-text .communities-name::after {
  color: #ffffff;
}

.communities-count {
  position: absolute;
  width: 152px;
  height: 42px;
  top: 12px;
  left: 10px;
  background: rgba(var(--primary-color), 1);
  font-size: 17px;
  font-weight: 700;
  color: #ffffff;
  line-height: 1;
  letter-spacing: 0.02em;
  text-align: center;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Home Communities : END */
/* Home CTA : START */
.hp-cta {
  position: relative;
  padding: 45px 0;
  font-size: 0;
}
.hp-cta.has-accent::before {
  transform: translate(20%, -3.7%);
}

.cta-container {
  position: relative;
  max-width: 1170px;
  padding: 0 15px;
  margin: 0 auto;
}
.cta-container .gsite-title {
  text-align: center;
}
.cta-container .gsite-title .num {
  justify-content: center;
  margin-left: 0;
}

.cta-holder {
  margin-top: 60px;
}

.cta-list {
  margin: 0 -10px;
}
.cta-list:not(.slick-initialized) {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cta-list:not(.slick-initialized) .cta-item {
  width: 50%;
}
.cta-list .slick-list {
  overflow: visible;
}

.cta-item {
  padding: 0 10px;
}
.cta-item a {
  display: block;
  border-bottom: 10px solid #ffffff;
  box-shadow: 0px 20px 30px 0px rgba(115, 114, 114, 0.1);
}

.cta-image {
  overflow: hidden;
}
.cta-image img {
  transition: all var(--default-transition);
}

.cta-item a:hover .cta-image img,
.cta-item a:focus-visible .cta-image img {
  transform: scale(1.1);
}

.cta-text {
  background: rgba(var(--primary-color), 1);
  transition: all var(--default-transition);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 360px;
  padding: 10px 20px;
}

.cta-title {
  font-size: 24px;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.3;
  text-align: center;
  text-transform: uppercase;
}

.cta-desc {
  font-size: 15px;
  color: #ffffff;
  line-height: 1.6;
  letter-spacing: 0.02em;
  text-align: center;
  max-width: 350px;
  margin-top: 42px;
}

.cta-button {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 700;
  color: #ffffff;
  line-height: 1;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-top: 62px;
}
.cta-button::after {
  content: "򰉗";
  display: block;
  font-family: "agentimage";
  font-size: 10px;
  margin-left: 16px;
}

.cta-item:nth-child(odd) .cta-text {
  background: rgba(var(--secondary-color), 1);
}

.cta-item a:hover .cta-text,
.cta-item a:focus-visible .cta-text {
  background: rgba(var(--tertiary-color), 1) !important;
}

/* Home CTA : END */
/* Home Team : START */
.hp-team {
  position: relative;
  padding: 85px 0 35px;
  font-size: 0;
}
.hp-team.has-accent::before {
  transform: translate(-27.5%, 0);
}

.team-container {
  position: relative;
  max-width: 1320px;
  padding: 0 15px;
  margin: 0 auto;
}

.team-title {
  width: 40.42%;
  padding-left: 80px;
  padding-top: 125px;
}

.team-holder {
  width: 56.58%;
}

.team-list {
  margin: 0 -15px;
}
.team-list:not(.slick-initialized) {
  display: flex;
}
.team-list:not(.slick-initialized) .team-item {
  width: 50%;
}
.team-list:not(.slick-initialized) .team-item:nth-child(2) ~ div {
  display: none;
}

.team-item {
  padding: 0 15px;
}
.team-item a {
  display: block;
}

.team-image {
  z-index: 1;
}
.team-image::before, .team-image::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  z-index: 0;
  transition: all var(--default-transition);
}
.team-image::before {
  background-image: url(../../images/home/team-bg.jpg);
}
.team-image::after {
  background-image: url(../../images/home/team-bg-a.jpg);
  opacity: 0;
}
.team-image img {
  transition: all var(--default-transition);
}
.team-image img + img {
  opacity: 0;
}

.team-item a:hover .team-image::before,
.team-item a:focus-visible .team-image::before {
  opacity: 0;
}
.team-item a:hover .team-image::after,
.team-item a:focus-visible .team-image::after {
  opacity: 1;
}
.team-item a:hover .team-image img,
.team-item a:focus-visible .team-image img {
  opacity: 0;
  z-index: 1;
}
.team-item a:hover .team-image img + img,
.team-item a:focus-visible .team-image img + img {
  opacity: 1;
}

.team-text {
  position: relative;
  padding: 27px 40px 40px;
  z-index: 2;
}
.team-text::before {
  content: "";
  display: block;
  position: absolute;
  width: 4px;
  height: 145px;
  left: 35px;
  bottom: 0;
  background: rgba(var(--secondary-color), 1);
  transition: all var(--default-transition);
}

.team-name {
  font-size: 20px;
  font-weight: 700;
  color: #2b2b2b;
  text-align: center;
}

.team-position {
  font-size: 15px;
  color: #434343;
  line-height: 1;
  letter-spacing: 0.02em;
  text-align: center;
  margin-top: 10px;
}

.team-item a:hover .team-text::before,
.team-item a:focus-visible .team-text::before {
  background: rgba(var(--tertiary-color), 1);
}

/* Home Team : END */
/* Home Connect : START */
.hp-connect {
  position: relative;
  padding: 80px var(--padding);
  font-size: 0;
}

.connect-container {
  position: relative;
  padding: 58px 15px 50px;
  overflow: hidden;
}
.connect-container .gsite-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.connect-container .gsite-bg::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url(../../images/home/connect-bg-overlay.png) no-repeat center center/cover;
}

.connect-inner {
  position: relative;
  max-width: 1140px;
  margin: 0 auto;
}

.connect-form {
  position: relative;
  width: 65.78%;
}
.connect-form .gsite-title .gradient {
  left: -30%;
  right: 20%;
  width: auto;
}
.connect-form p {
  font-size: 16px;
  color: #ffffff;
  line-height: 1.2;
  letter-spacing: 0.02em;
  margin-top: 20px;
}
.connect-form .wpcf7 {
  position: relative;
  margin-top: 25px;
}
.connect-form .gsite-input-fields {
  margin: 0 -12px;
}
.connect-form .gsite-input {
  display: inline-block;
  padding: 0 12px;
  margin-bottom: 14px;
}
.connect-form .gsite-input select,
.connect-form .gsite-input input,
.connect-form .gsite-input textarea {
  font-size: 15px;
  color: #ffffff;
  letter-spacing: 0.02em;
  border-bottom: 1px solid #ffffff;
  height: 57px;
}
.connect-form .gsite-input textarea {
  padding-top: 23px;
  height: 97px;
}
.connect-form .gsite-select::after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  /*top: 50%;*/
  top: 65%;
  right: 24px;
  transform: translateY(-50%);
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 5px solid #ffffff;
  pointer-events: none;
}
.connect-form .gsite-input-lg {
  width: 100%;
}
.connect-form .gsite-input-sm {
  width: 50%;
}
.connect-form .gsite-submit {
  width: 185px;
  margin: 25px 0 0 auto;
}
.connect-form .gsite-submit .gsite-button {
  border: 0;
}
.connect-form .wpcf7-form-control-wrap {
  display: block;
}
.connect-form .wpcf7-spinner {
  position: absolute;
  bottom: -25px;
  right: 0;
  margin: 0;
}
.connect-form .wpcf7 form .wpcf7-response-output {
  position: absolute;
  width: 100%;
  margin: 5px 0 0;
  color: #ffffff !important;
}
.connect-form .cf-disclaimer {
  width: calc(100% - 230px);
  margin-top: -75px;
}

.connect-logo {
  position: relative;
  width: 29.56%;
  /* padding-bottom: 60px;
  display: flex;
  align-items: center; */
}
/* .connect-logo::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 110%;
  bottom: 10px;
  right: 0;
  border: 22px solid rgba(var(--secondary-color), 1);
  border-top: 0;
  border-left: 0;
}
.connect-logo .connect-logo-inner {
  position: relative;
  width: 310px;
  height: 304px;
  margin: 190px -80px 0 auto;
  padding: 10px;
  background: rgba(var(--primary-color), 1);
  display: flex;
  align-items: center;
  justify-content: center;
}
.connect-logo .connect-logo-inner::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url(../../images/home/connect-logo-bg.png) no-repeat center center/cover;
  opacity: 0.12;
} */
.connect-logo .connect-logo-inner img {
  position: relative;
  transform: translateY(18px);
}


.hp-quick-search .bootstrap-select.btn-group .dropdown-toggle {
    background: #ffffff;
    padding: 0 20px;
    height: 70px;
    height: 4.375vw;
    padding-left: 3.75vw;
    border-radius: 0;
}
.hp-quick-search .bootstrap-select.btn-group .dropdown-toggle .filter-option {
    color: #282828;
    letter-spacing: 0.05em;
    text-overflow: ellipsis;
    font-size: 0.875vw;
}
.hp-quick-search .dropdown-menu.open {
    max-height: 300px !important;
}
.hp-quick-search ul.dropdown-menu.inner {
    max-height: 250px !important;
}
/* Home Connect : END */
@media only screen and (min-width: 992px) {
  /* Home Hero : START */
  .qsearch-holder {
    margin-top: 3.75vw;
  }
  .qsearch-title {
    font-size: 5.375vw;
  }
  .qsearch-title small {
    font-size: 3.438vw;
  }
  .qsearch-tab {
    margin-top: 1.75vw;
  }
  .qsearch-tab button {
    height: 3.125vw;
    font-size: 0.875vw;
    padding: 0 1.563vw;
  }
  .qsearch-tab button img {
    margin-right: 0.625vw;
  }
  .qsearch-panel {
    margin-top: 1.375vw;
    min-height: 12.75vw;
  }
  .qsearch-panel > div[data-panel=Buy] .qsearch-form .gsite-input {
    width: calc(100% - 9.5vw);
  }
  .qsearch-panel > div[data-panel=Buy] .qsearch-form .gsite-submit {
    width: 9.5vw;
  }
  .qsearch-panel > div[data-panel=Sell] .qsearch-form .gsite-input input, .qsearch-panel > div[data-panel="Instant Offer"] .qsearch-form .gsite-input input {
    height: 3.875vw;
  }
  .qsearch-panel a.gsite-button {
    width: 13vw;
  }
  .qsearch-form {
    max-width: 46.875vw;
  }
  .qsearch-form .gsite-input {
    margin-bottom: 0.625vw;
  }
  .qsearch-form .gsite-input i {
    left: 1.375vw;
    font-size: 1.375vw;
  }
  .qsearch-form .gsite-input i + input {
    padding-left: 3.75vw;
  }
  .qsearch-form .gsite-input input {
    font-size: 0.875vw;
    padding: 0 1.25vw;
    height: 4.375vw;
  }
  .qsearch-form .ihf-form-control.ihf-select-multiple,
  .qsearch-form .ihf-form-control.ihf-select-multiple input {
    padding-left: 3.75vw;
    padding-right: 0.938vw;
    height: 4.242vw !important;
  }
  .qsearch-form .gsite-submit {
    margin-bottom: 0.625vw;
  }
  .qsearch-form .gsite-submit button:not(.gsite-button) {
    font-size: 0.875vw;
  }
  .qsearch-form .gsite-submit button:not(.gsite-button) span {
    height: 3.25vw;
  }
  .qsearch-form .qsearch-powered {
    font-size: 0.938vw;
    margin-top: -0.125vw;
  }
  .qsearch-content {
    padding: 0.5vw 0 0;
  }
  .qsearch-content p {
    font-size: 1vw;
    margin-bottom: 1.875vw;
  }
  .qsearch-content p::before {
    height: 9.375vw;
  }
  /* Home Hero : END */
  /* Home Properties : START */
  .properties-container {
    max-width: 93.75vw;
    padding: 5.938vw 0;
  }
  .properties-heading {
    max-width: 71.25vw;
  }
  .properties-heading a.gsite-button {
    margin-bottom: 0.625vw;
  }
  .properties-holder {
    margin-top: 4.063vw;
  }
  .properties-list {
    margin: 0 -1vw;
  }
  .properties-item {
    padding: 0 1vw;
  }
  .properties-text {
    position: relative;
    background: #ffffff;
    padding: 1.563vw 1.25vw 2.188vw 2.813vw;
    color: #282828;
    transition: all var(--default-transition);
  }
  .properties-text::before {
    width: 0.25vw;
    height: calc(100% + 0.313vw);
    left: 1.25vw;
    bottom: 1.25vw;
  }
  .properties-text::after {
    width: 4.5vw;
    height: 4.5vw;
    top: -2.5vw;
    right: 1.563vw;
    font-size: 1.563vw;
  }
  .properties-price {
    font-size: 1.5vw;
  }
  .properties-address {
    font-size: 1.125vw;
    margin-top: 1.25vw;
    min-height: 3.625vw;
  }
  .properties-address span {
    font-size: 0.875vw;
    margin-top: 0.188vw;
  }
  .properties-specs {
    font-size: 0.875vw;
    margin-top: 0.75vw;
  }
  .properties-specs div {
    padding-left: 1.563vw;
  }
  .properties-specs div::before {
    left: 0.563vw;
  }
  .properties-holder a.gsite-button {
    margin: 2.5vw auto 0;
  }
  /* Home Properties : END */
  /* Home Communities : START */
  .hp-communities {
    padding: 1.563vw var(--padding);
  }
  .communities-container {
    max-width: 95.625vw;
    padding: 0 0.938vw;
  }
  .communities-heading {
    max-width: 71.25vw;
  }
  .communities-heading a.gsite-button {
    margin-top: 2.813vw;
  }
  .communities-holder {
    margin-top: 4.063vw;
  }
  .communities-list {
    margin: 0 -0.375vw;
  }
  .communities-item {
    padding: 0 0.375vw;
    margin-bottom: 2.813vw;
  }
  .communities-item a::after {
    width: 0.25vw;
    height: calc(100% - 0.75vw);
    left: 0.625vw;
  }
  .communities-text {
    height: 7vw;
    padding: 0.606vw 0.909vw 0.606vw 1.333vw;
  }
  .communities-name {
    /*font-size: 23px;*/
    font-size: 1.212vw;
    line-height: 25px;
    letter-spacing: 0.02em;
  }
  .communities-name::after {
    font-size: 0.909vw;
    bottom: 0.182vw;
  }
  .communities-name small {
    font-size: 0.813vw;
    margin-bottom: 0.25vw;
  }
  .communities-count {
    width: 9.5vw;
    height: 2.625vw;
    top: 0.75vw;
    left: 0.625vw;
    font-size: 16px;
  }
  /* Home Communities : END */
  /* Home CTA : START */
  .hp-cta {
    padding: 2.813vw 0;
  }
  .cta-container {
    max-width: 73.125vw;
    padding: 0 0.938vw;
  }
  .cta-holder {
    margin-top: 3.75vw;
  }
  .cta-list {
    margin: 0 -0.625vw;
  }
  .cta-item {
    padding: 0 0.625vw;
  }
  .cta-text {
    height: 22.5vw;
    padding: 0.625vw 1.25vw;
  }
  .cta-title {
    font-size: 1.5vw;
  }
  .cta-desc {
    font-size: 0.938vw;
    max-width: 21.875vw;
    margin-top: 2.625vw;
  }
  .cta-button {
    font-size: 0.875vw;
    margin-top: 3.875vw;
  }
  .cta-button::after {
    font-size: 0.625vw;
    margin-left: 1vw;
  }
  /* Home CTA : END */
  /* Home Team : START */
  .hp-team {
    padding: 5.313vw 0 2.188vw;
  }
  .team-container {
    max-width: 82.5vw;
    padding: 0 0.938vw;
  }
  .team-title {
    padding-left: 5vw;
    padding-top: 7.813vw;
  }
  .team-list {
    margin: 0 -0.938vw;
  }
  .team-item {
    padding: 0 0.938vw;
  }
  .team-text {
    padding: 1.688vw 2.5vw 2.5vw;
  }
  .team-text::before {
    width: 0.25vw;
    height: 9.063vw;
    left: 2.188vw;
  }
  .team-name {
    font-size: 1.25vw;
  }
  .team-position {
    font-size: 0.938vw;
    margin-top: 0.625vw;
  }
  /* Home Team : END */
  /* Home Connect : START */
  .hp-connect {
    padding: 5vw var(--padding);
  }
  .connect-container {
    padding: 3.625vw 0.938vw 3.125vw;
  }
  .connect-inner {
    max-width: 71.25vw;
  }
  .connect-form p {
    font-size: 1vw;
    margin-top: 1.25vw;
  }
  .connect-form .wpcf7 {
    margin-top: 1.563vw;
  }
  .connect-form .gsite-input-fields {
    margin: 0 -0.75vw;
  }
  .connect-form .gsite-input {
    padding: 0 0.75vw;
    margin-bottom: 0.875vw;
  }
  .connect-form .gsite-input select,
  .connect-form .gsite-input input,
  .connect-form .gsite-input textarea {
    font-size: 0.938vw;
    height: 3.563vw;
  }
  .connect-form .gsite-input textarea {
    padding-top: 1.438vw;
    height: 6.063vw;
  }
  .connect-form .gsite-select::after {
    right: 1.5vw;
  }
  .connect-form .gsite-submit {
    width: 11.563vw;
    margin: 1.563vw 0 0 auto;
  }
  .connect-form .wpcf7-spinner {
    bottom: -1.563vw;
  }
  .connect-form .wpcf7 form .wpcf7-response-output {
    margin: 0.313vw 0 0;
  }
  .connect-form .cf-disclaimer {
    width: calc(100% - 14.375vw);
    margin-top: -4.688vw;
  }
  /* .connect-logo {
    padding-bottom: 3.75vw;
  }
  .connect-logo::before {
    bottom: 0.625vw;
  }
  .connect-logo .connect-logo-inner {
    width: 19.375vw;
    height: 19vw;
    margin: 11.875vw -5vw 0 auto;
    padding: 0.625vw;
  } */
  .connect-logo .connect-logo-inner img {
    width: 20.063vw;
    transform: translateY(1.091vw);
  }
  /* Home Connect : END */
}
/* iPad(landscape) | iPad(landscape) | Galaxy Tab 4 (landscape) | Galaxy Tab 3 (landscape) */
/* iPad(portrait) | Galaxy Tab 4(portrait)  */
@media only screen and (max-width: 991px) {
  /* Hero : START */
  .qsearch-title {
    font-size: 42px;
  }
  .qsearch-title small {
    font-size: 26px;
  }
  .qsearch-tab {
    max-width: 360px;
    margin: 20px auto 0;
  }
  .qsearch-tab button {
    font-size: 11px;
    height: 30px;
    padding: 0 12px;
    flex-grow: 1;
  }
  .qsearch-tab button img {
    display: none;
  }
  .qsearch-panel {
    max-width: 360px;
    margin: 0 auto;
    padding-top: 10px;
    border-top: 1px solid #e7e7e7;
  }
  .qsearch-panel > div[data-panel=Buy] .qsearch-form .gsite-input {
    width: calc(100% - 70px);
  }
  .qsearch-panel > div[data-panel=Buy] .qsearch-form .gsite-submit {
    width: 70px;
  }
  .qsearch-panel > div[data-panel=Sell] .qsearch-form .gsite-input, .qsearch-panel > div[data-panel="Instant Offer"] .qsearch-form .gsite-input {
    width: calc(100% - 105px);
  }
  .qsearch-panel > div[data-panel=Sell] .qsearch-form .gsite-input input, .qsearch-panel > div[data-panel="Instant Offer"] .qsearch-form .gsite-input input {
    height: 38px;
  }
  .qsearch-panel > div[data-panel=Sell] .qsearch-form .gsite-submit, .qsearch-panel > div[data-panel="Instant Offer"] .qsearch-form .gsite-submit {
    width: 105px;
  }
  .qsearch-panel a.gsite-button {
    width: 110px;
    font-size: 11px;
    margin-top: 8px;
  }
  .qsearch-panel a.gsite-button span {
    height: 38px;
  }
  .qsearch-panel a.gsite-button span::after {
    display: none;
  }
  .qsearch-form .gsite-input {
    width: calc(100% - 70px);
  }
  .qsearch-form .gsite-input input {
    height: 38px;
    padding: 0 10px !important;
    font-size: 10px;
    letter-spacing: 0;
  }
  .qsearch-form .ihf-form-control.ihf-select-multiple input {
    font-size: 10px;
  }
  .qsearch-form .gsite-input i {
    display: none;
  }
  .qsearch-form .gsite-submit {
    width: 70px;
  }
  .qsearch-form .gsite-submit button.gsite-button {
    font-size: 11px;
  }
  .qsearch-form .gsite-submit button.gsite-button span {
    height: 38px;
  }
  .qsearch-form .gsite-submit button.gsite-button span::after {
    display: none;
  }
  .qsearch-form .gsite-submit button:not(.gsite-button) {
    font-size: 11px;
    text-transform: uppercase;
  }
  .qsearch-form .gsite-submit button:not(.gsite-button) span {
    height: 38px;
  }
  .qsearch-form .qsearch-powered {
    font-size: 9px;
    text-align: center;
  }
  .qsearch-content {
    padding: 10px 0 0;
  }
  .qsearch-content p {
    font-size: 11px;
    margin-bottom: 15px;
  }
  .qsearch-content a.gsite-button {
    width: 110px;
    margin-top: 18px;
    font-size: 11px;
  }
  .qsearch-content a.gsite-button div {
    height: 37px;
  }
  .qsearch-content a.gsite-button div::after {
    display: none;
  }
  /* Hero : END */
  /* HP Properties : START */
  .properties-container {
    padding: 55px 0 45px;
    overflow: visible;
  }
  .properties-holder {
    margin-top: 32px;
  }
  /* HP Properties : END */
  /* HP Communities : START */
  .communities-container .gsite-title .gradient {
    display: none;
  }
  .communities-holder {
    margin: 25px -15px 0;
  }
  .communities-list:not(.slick-initialized) .communities-item {
    width: 100%;
  }
  .communities-list:not(.slick-initialized) .communities-item:nth-child(5) ~ div {
    display: none;
  }
  .communities-item {
    margin-bottom: 10px;
  }
  .communities-item a::after {
    display: none;
  }
  .communities-image {
    display: none;
  }
  .communities-text {
    padding: 10px 20px;
    border: 1px solid #e7e7e7;
    height: 50px;
  }
  .communities-text div {
    display: flex;
    align-items: center;
  }
  .communities-text small {
    display: inline;
    margin-bottom: 0;
    margin-right: 4px;
  }
  .communities-name {
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.1em;
  }
  .communities-text div::after {
    font-size: 10px;
    position: relative;
    bottom: inherit;
    margin: 0 0 0 auto;
  }
  .communities-count {
    display: none;
  }
  .communities-holder a.gsite-button {
    display: block;
    margin: 24px auto 0;
  }
  /* HP Communities : END */
  /* HP CTA : START */
  .hp-cta {
    padding: 40px 0 50px;
  }
  .cta-container .section-title {
    display: flex;
    justify-content: center;
  }
  .cta-container .section-title .gsite-title {
    text-align: left;
  }
  .cta-container .section-title .gsite-title .num {
    justify-content: flex-start;
    margin-left: -130px;
  }
  .cta-container .section-title .gsite-title .gradient {
    width: auto;
    left: -20%;
    right: -20%;
  }
  .cta-holder {
    margin: 60px -5px 0;
  }
  .cta-list {
    margin: 0 -5px;
  }
  .cta-item {
    padding: 0 5px;
  }
  .cta-image canvas {
    min-height: 222px;
  }
  .cta-text {
    height: 222px;
    padding: 10px 10px;
  }
  .cta-title {
    font-size: 15px;
    display: flex;
    align-items: center;
  }
  .cta-title br {
    display: none;
  }
  .cta-desc {
    font-size: 14px;
    line-height: 1.3;
    margin-top: 10px;
    min-height: 110px;
  }
  .cta-button {
    margin-top: 22px;
  }
  /* HP CTA : END */
  /* HP Team : START */
  .hp-team {
    padding: 10px 0 62px;
  }
  .team-title {
    width: 100%;
    padding: 0;
    display: flex;
    justify-content: center;
  }
  .team-title .gsite-title .gradient {
    left: -20%;
    right: -20%;
    width: auto;
  }
  .team-title .gsite-title small {
    font-size: 25px;
  }
  .team-holder {
    width: 100%;
    margin-top: 38px;
  }
  .team-list {
    margin: 0 -7px;
  }
  .team-item {
    padding: 0 7px;
  }
  .team-text {
    padding: 13px 25px 3px;
  }
  .team-text::before {
    width: 2px;
    height: calc(100% + 20px);
    left: 18px;
  }
  .team-name {
    font-size: 14px;
  }
  .team-position {
    font-size: 10px;
    max-width: 120px;
    margin-left: auto;
    margin-right: auto;
  }
  .safari-true .team-image img {
      transition: none!important;
  }
  /* HP Team : END */
  /* HP Connect : START */
  .hp-connect {
    padding: 0;
  }
  .connect-container {
    padding: 65px 15px 75px;
  }
  .connect-container .gsite-bg {
    height: 100%;
  }
  .connect-form {
    width: 100%;
  }
  .connect-form .gsite-title {
    max-width: 220px;
    margin: 0 auto;
  }
  .connect-form .gsite-title .gradient {
    right: -30%;
  }
  .connect-form p {
    line-height: 1.5;
    margin: 32px auto 0;
    max-width: 250px;
    text-align: center;
  }
  .connect-form .gsite-input {
    margin-bottom: 0;
  }
  .connect-form .gsite-input-sm {
    width: 100%;
  }
  .connect-form .gsite-input select,
  .connect-form .gsite-input input,
  .connect-form .gsite-input textarea {
    height: 54px;
  }
  .connect-form .gsite-submit {
    margin: 38px auto 0;
  }
  .connect-form .wpcf7 {
    margin: 30px auto 0;
    max-width: 325px;
  }
  .connect-form .cf-disclaimer {
    width: 100%;
    padding: 0 15px;
    margin-top: 42px;
  }
  .connect-logo {
    width: 100%;
    margin-top: 40px;
    padding-bottom: 0;
  }
  /* .connect-logo::before {
    display: none;
  }
  .connect-logo .connect-logo-inner {
    width: 185px;
    height: 185px;
    margin: 0 auto;
  } */
  .connect-logo .connect-logo-inner img {
    width: 150px;
    transform: none;
  }
  /* HP Connect : END */
}
/* Galaxy Tab 3(portrait) | Galaxy S5(landscape) */
/* Galaxy S5(portrait) | iPod Touch(landscape) | iPod Touch(portrait) */
@media only screen and (max-width: 575px) {
  /* HP Properties : START */
  .properties-text {
    padding: 25px 10px 35px 30px;
  }
  .properties-text::before {
    left: 15px;
  }
  .properties-price {
    font-size: 22px;
  }
  .properties-address {
    font-size: 15px;
  }
  .properties-specs {
    font-size: 12px;
  }
  /* HP Properties : END */
  /* HP CTA : START */
  .cta-title {
    min-height: 40px;
  }
  .cta-desc {
    font-size: 12px;
  }
  .cta-button::after {
    margin-left: 12px;
  }
  /* HP CTA : END */
  /* HP Team : START */
  .team-name {
    font-size: 12px;
  }
  /* HP Team : END */
}