@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

/*@font-face {*/
/*  font-family: 'Inter';*/
/*  font-style: normal;*/
/*  font-weight: 300;*/
/*  font-display: swap;*/
/*  src: url("../fonts/georgia.woff2") format("woff2"), url("../fonts/georgia.woff") format("woff");*/
/*}*/

/*@font-face {*/
/*  font-family: 'Inter';*/
/*  font-style: normal;*/
/*  font-weight: 400;*/
/*  font-display: swap;*/
/*  src: url("../fonts/georgia.woff2") format("woff2"), url("../fonts/georgia.woff") format("woff");*/
/*}*/

/*@font-face {*/
/*  font-family: 'Inter';*/
/*  font-style: normal;*/
/*  font-weight: 500;*/
/*  font-display: swap;*/
/*  src: url("../fonts/georgia.woff2") format("woff2"), url("../fonts/georgia.woff") format("woff");*/
/*}*/

/*@font-face {*/
/*  font-family: 'Inter';*/
/*  font-style: normal;*/
/*  font-weight: 600;*/
/*  font-display: swap;*/
/*  src: url("../fonts/georgia.woff2") format("woff2"), url("../fonts/georgia.woff") format("woff");*/
/*}*/

html,
body {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #202020;
  line-height: 1.5;
  margin: 0;
  padding: 0;
  letter-spacing: 1px;
}

body {
  background-color: #fcfcfc;
}

.loading {
  display: block;
  z-index: 1100;
  height: 80px;
  width: 80px;
  overflow: show;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: fixed;
}

.loading::before {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.95);
}

.spinner {
  width: 100%;
  height: 100%;
  text-align: center;
}

.spinner > div {
  margin: 2px;
  background-color: rgba(255, 255, 255, 0.9);
  height: 100%;
  width: 5px;
  display: inline-block;
  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.spinner .rect3 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

.spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.spinner .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

@-webkit-keyframes sk-stretchdelay {
  0%,
  40%,
  100% {
    -webkit-transform: scaleY(0.4);
  }
  20% {
    -webkit-transform: scaleY(1);
  }
}

@keyframes sk-stretchdelay {
  0%,
  40%,
  100% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }
  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
  }
}

.cursor-pointer {
  cursor: pointer;
}

#logo-header, #logo-header-default {
  display: inline-block;
  margin: auto 0;
  z-index: 1;
  max-width: 65vw;
  height: auto;
  max-height: 60px;
}

.icon_menu {
  width: 100%;
  height: 2px;
  background-color: #888888;
}

.icon_menu::before,
.icon_menu::after {
  content: '';
  display: inline-block;
  width: 100%;
  height: 2px;
  background-color: #888888;
  position: relative;
  top: -20px;
  -webkit-transition: all ease .15s;
  transition: all ease .15s;
}

.container {
  max-width: 1300px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.icon_menu::after {
  top: -15px;
}

/*
    Header
*/
.img-cover {
  -o-object-fit: cover;
     object-fit: cover;
  pointer-events: none;
}

/*
    Footer
*/
footer {
  background-color: rgba(68, 68, 68, 0.05);
  padding-top: 32px;
  padding-bottom: 32px;
}

footer + div {
  font-size: .75rem;
  color: #D8D8D8;
  background-color: #455A64;
  padding-top: 16px;
  padding-bottom: 16px;
}

#menu_footer {
  list-style: none;
}

#menu_footer > li {
  margin-bottom: 16px;
}

#menu_footer > li > a {
  color: #888888;
  text-transform: uppercase;
}

#menu_footer > li.active > a {
  color: #484848;
  cursor: default;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

#terms_policy {
  font-size: .875rem;
  margin-top: 32px;
  list-style: none;
}

#terms_policy > li {
  display: inline-block;
}

#terms_policy > li:first-child::after {
  content: '';
  margin-left: 17px;
  border-right: 1px solid #888888;
}

#terms_policy > li:last-child {
  margin-left: 16px;
}

#terms_policy > li > a {
  color: #888888;
}

#terms_policy > li.active > a {
  color: #484848;
  cursor: default;
  pointer-events: none;
}

.social {
  margin-top: 24px;
}

#property_contact > img {
  margin-bottom: .875em;
}

address {
  margin-top: 12px;
  line-height: 1.25;
}

.link-tel {
  margin-top: 12px;
  display: block;
}

#property_credit > a {
  color: #FFFFFF;
  text-decoration: underline;
  font-weight: 500;
  opacity: .5;
}

/*
	Search Box
*/
.search__option {
  position: relative;
  overflow: hidden;
}

.search__option.active {
  overflow: visible;
}

.search__option > div {
  position: absolute;
  left: 0;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  min-width: 100%;
  padding: 16px;
  background-color: #FFFFFF;
  display: table;
  z-index: 1;
}

.show-top {
  bottom: 100%;
  -webkit-box-shadow: 0 -4px 8px rgba(0, 0, 0, 0.15);
          box-shadow: 0 -4px 8px rgba(0, 0, 0, 0.15);
}

.show-bottom {
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

.search-box {
  display: none;
  position: absolute;
  left: 50%;
  bottom: 32px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.95);
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
          box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  padding: 24px 32px;
  z-index: 1;
  text-align: left;
}

.search_type {
  position: absolute;
  left: 0;
  bottom: 100%;
  display: table;
}

input[name="check_search_type"] {
  display: none;
}

input[name="check_search_type"] + label {
  color: #888888;
  background-color: rgba(255, 255, 255, 0.75);
  border-top: 2px solid #D8D8D8;
  display: inline-block;
  padding: 12px 32px;
  font-size: 18px;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-transition: all ease .15s;
  transition: all ease .15s;
  margin-right: 1px;
}

input[name="check_search_type"] + label:hover {
  background-color: rgba(255, 255, 255, 0.85);
}

input[name="check_search_type"]:checked + label {
  color: #484848;
  background-color: rgba(255, 255, 255, 0.95);
  border-top-color: #484848;
  cursor: default;
  pointer-events: none;
}

.row_slide {
  width: 100%;
  overflow-y: hidden;
  margin: -24px -16px 0;
}

.input__group > label {
  color: #888888;
  font-size: .875rem;
  font-weight: 500;
  display: inline-block;
  margin-bottom: 4px;
}

.input__group + .input__group {
  margin-top: 1.5rem;
}

.input__group + .btn {
  margin-top: 1.5rem;
}

header + .container-fluid {
  padding-top: 32px;
  padding-bottom: 32px;
}

/*
    page Index
*/
#property-release #buy-release + #rental-release {
  margin-top: 60px;
}

#property-release .property-release__container {
  height: 450px;
  margin: 0;
  overflow: hidden;
}

#property-release .property-release__container > div {
  overflow-x: auto;
}

#property-release img {
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 200px;
}

#property-release h2 {
  font-weight: 400;
  border-bottom: 2px solid #D8D8D8;
  display: inline-block;
  padding-bottom: 8px;
  margin-bottom: 4px;
  text-transform: uppercase;
}

#property-release h2 + small {
  color: #888888;
  font-size: 18px;
  display: block;
  margin-bottom: 24px;
  letter-spacing: 1px;
}

#property-release .short_content {
  font-size: 11px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 4px 4px 0;
}

#property-release .building-type {
  color: #FFFFFF;
  background-color: rgba(0, 0, 0, 0.8);
  text-transform: uppercase;
  padding: 2px 4px;
  border-radius: 4px;
  margin-right: 4px;
  margin-bottom: 2px;
  float: left;
}

#property-release .marketing {
  color: #FFFFFF;
  background-color: rgba(255, 0, 0, 0.8);
  padding: 2px 4px;
  border-radius: 4px;
  float: left;
  text-transform: uppercase;
}

#property-release .price {
  color: #455A64;
  font-size: 1.25em;
}

#property-release .name {
  font-size: 1rem;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#property-release .location {
  font-size: .875rem;
  opacity: .5;
  line-height: 1;
  font-weight: 500;
}

#property-release .location > img {
  width: 18px;
  position: relative;
  top: 1px;
  margin-right: 4px;
  opacity: .8;
}

#property-release .overview {
  margin-top: .5em;
}

#property-release .property-type {
  display: inline-block;
  font-size: 14px;
}

#property-release .beds img,
#property-release .baths img {
  position: relative;
  margin-right: 4px;
}

#property-release .beds label + div,
#property-release .baths label + div {
  display: inline-block;
}

#property-release .beds {
  margin-right: 24px;
}

#property-release .beds img {
  top: 4px;
}

#property-release .baths img {
  top: 1px;
}

#property-release a.btn--show-all {
  width: 100%;
  display: inline-block;
  background-color: #455A64;
  padding: 10px 24px;
  border-radius: 8px;
  border-bottom: 1px solid #00000010;
  text-align: center;
}

#property-release .btn__more-detail {
  font-size: .875rem;
  color: #455A64;
  display: inline-block;
  margin-top: 16px;
  border: 1px solid;
  border-radius: 4px;
  padding: 4px 16px;
  cursor: pointer;
}

#why-property {
  background-color: #455A64;
  color: #FFFFFF;
  padding: 40px;
  text-align: center;
}

#why-property > .row > div:first-child {
  font-size: 24px;
  font-weight: 300;
  line-height: 1.25;
  letter-spacing: 1px;
  text-align: center;
  margin-bottom: 3rem;
}

#why-property h4 {
  font-size: 18px;
  font-weight: 400;
}

#why-property p {
  opacity: .8;
  color: #fff;
  margin-top: 24px;
}

.property-management {
  margin-top: 48px;
}

.property-management__service > div + div {
  margin-top: 2.5em;
}

.property-management__service--item {
  display: table;
}

.property-management__service--item > img + div {
  margin-top: .75em;
}

.property-management__service--item h3 {
  margin-bottom: .5em;
}

.property-management__service--item p {
  font-size: .875rem;
  margin-bottom: 1em;
}

#news {
  border-top: 1px solid #eeeeee;
  padding-top: 48px;
}

#nearby ul {
  padding-left: 20px;
}

/*
    Page Listing
*/
.filter {
  display: none;
}

.property-items .item {
  width: 100%;
  position: relative;
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
}

.property-items .item:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.property_price {
  font-size: 1.15rem;
  font-weight: 500;
  margin-top: .35em;
  margin-bottom: .35em;
}

.property_name {
  font-weight: 500;
  line-height: 1.15;
  margin-bottom: .35em;
}

.property_location {
  color: #888888;
  font-size: .875rem;
}

.property_detail {
  list-style: none;
  width: 100%;
  margin: 16px -10px;
}

.property_detail > li {
  display: inline-block;
  padding: 0 10px;
}

.property_overview {
  display: none;
}

.property_status {
  position: absolute;
  /*width: 100%;*/
  left: 12;
  top: 0;
}

.property_status > div {
  font-size: .75rem;
  color: #FFFFFF;
  background-color: rgba(0, 0, 0, 0.8);
  padding: 4px 12px;
  float: left;
}

.exclusive-discount {
  background-color: rgba(255, 0, 0, 0.8) !important;
}

/*
    Page Product Detail
*/
.property__detail--info section {
  background-color: #ffffff;
  padding: 28px 24px 24px;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0px 2px 1px -1px rgb(0 0 0 / 20%), 0px 1px 1px 0px rgb(0 0 0 / 14%), 0px 1px 3px 0px rgb(0 0 0 / 12%)
}

.property__detail--info section {
  margin-bottom: 24px;
}

.property__detail--name {
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.15;
  margin-bottom: .5em;
}

.property__detail--name + small {
  color: #888888;
}

.property__detail--name + small img {
  width: 18px;
  position: relative;
  top: 1px;
  margin-right: 4px;
  opacity: .5;
}

.property__detail--name + small + div {
  margin-top: .5em;
  font-size: 2em;
  font-weight: 500;
}

.property__detail--price {
  color: #455A64;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.15;
  text-align: right;
}

#promotion {
  color: red;
  margin-top: 1em;
  font-weight: 600;
}

#similar-property {
  padding-top: 2rem;
}

#similar-property .cover {
  max-height: 200px;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

#similar-property .price {
  font-weight: 600;
  font-size: 1.25rem;
  color: #455A64;
}

#similar-property .location {
  line-height: 1;
  opacity: .5;
  font-size: .875rem;
}

#similar-property .location > img {
  width: 18px;
  position: relative;
  top: 1px;
  margin-right: 4px;
  opacity: .8;
}

#similar-property .overview {
  margin-top: .5em;
}

#similar-property .property-type {
  margin-right: 24px;
}

#similar-property .property-type img {
  position: relative;
  top: 1px;
  margin-right: 4px;
}

#similar-property .property-type > div {
  display: inline-block;
}

#similar-property .beds {
  margin-right: 24px;
}

#similar-property .beds img {
  position: relative;
  top: 4px;
  margin-right: 4px;
}

#similar-property .beds > div {
  display: inline-block;
}

#similar-property .baths img {
  position: relative;
  top: 1px;
  margin-right: 4px;
}

#similar-property .baths > div {
  display: inline-block;
}

#scroll-nav button {
  color: #888888;
  cursor: pointer;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1;
  background-color: transparent;
  border: none;
  padding: 13px 0;
  margin-right: 24px;
  -webkit-transition: color ease .15s;
  transition: color ease .15s;
}

#scroll-nav button.active {
  color: #FFFFFF;
  pointer-events: none;
}

#scroll-nav .btn--make-inquiry {
  width: 100%;
  color: #FFFFFF;
  background-color: #fe3638;
  padding-left: 24px;
  padding-right: 24px;
  margin-right: 0;
  text-transform: uppercase;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin: 0;
}

h1,
h2 {
  font-weight: 400;
  line-height: 1.25;
  margin-bottom: 1.25em;
}

h3,
h4,
h5,
h6 {
  font-weight: 500;
  line-height: 1.35;
  margin-bottom: 1em;
}

h1 {
  font-size: 1.75rem;
}

h2 {
  font-size: 1.5rem;
}

a {
  color: #484848;
  text-decoration: none;
  outline: none;
}

button {
  outline: none;
}

p {
  margin: 0;
}

address {
  font-style: normal;
}

input[type='text'],
input[type='email'],
input[type='tel'],
select,
textarea {
  width: 100%;
  color: #484848;
  font-family: Inter, "Helvetica Neue", Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.25;
  padding: 12px 16px;
  border: 1px solid #D8D8D8;
  border-radius: 4px;
  -webkit-transition: all ease .15s;
  transition: all ease .15s;
  outline: none;
}

input[type='text']:focus,
input[type='email']:focus,
input[type='tel']:focus,
select:focus,
textarea:focus {
  border-color: #C8C8C8;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

textarea {
  resize: vertical;
}

select {
  cursor: pointer;
  padding-right: 28px;
  -webkit-appearance: none;
  -moz-appearance: none;
}

header {
  width: 100vw;
  height: 50vh;
  position: relative;
}

ol,
ul {
  padding: 0;
  margin: 0;
}

.btn {
  font-size: 1rem;
  line-height: 1.25;
  color: #FFFFFF;
  background-color: #455A64;
  border: 1px solid transparent;
  text-transform: uppercase;
  padding: 12px 24px;
  border-radius: 4px;
  cursor: pointer;
  outline: none;
  -webkit-box-shadow: 0 6px 12px -4px rgba(0, 0, 0, 0.05);
          box-shadow: 0 6px 12px -4px rgba(0, 0, 0, 0.05);
  -webkit-transition: -webkit-box-shadow ease .15s;
  transition: -webkit-box-shadow ease .15s;
  transition: box-shadow ease .15s;
  transition: box-shadow ease .15s, -webkit-box-shadow ease .15s;
}

.btn:hover {
  -webkit-box-shadow: 0 8px 16px -4px rgba(0, 0, 0, 0.1);
          box-shadow: 0 8px 16px -4px rgba(0, 0, 0, 0.1);
}

.btn-link {
  background-color: #eeeeee;
  font-size: 14px;
  padding: 4px 12px;
  border-radius: 4px;
  display: inline-block;
}

.btn_icon {
  position: relative;
  display: inline-block;
  width: 44px;
  height: 44px;
  background: none;
  border: none;
  padding: 8px;
  margin: 8px -8px 8px 0;
  text-align: center;
  vertical-align: middle;
  outline: none;
}

.link_icon {
  width: 32px;
  height: 32px;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  padding: 6px;
}

.form__group {
  position: relative;
  margin-bottom: 24px;
}

.form__group > label {
  color: var(--secondary-text);
  font-size: .875rem;
  font-weight: 500;
  display: block;
  margin-bottom: 4px;
}

.form__group > label + label {
  margin-left: 24px;
}

.list-horizontal {
  height: 400px;
  margin: 0 -15px;
  overflow: hidden;
}

.list-horizontal > div {
  overflow-x: auto;
}

.list-horizontal ul {
  display: table;
  list-style: none;
  white-space: nowrap;
  padding: 0 7px;
}

.list-horizontal ul > li {
  border-radius: 10px;
  width: 85vw;
  max-width: 360px;
  display: inline-block;
  padding: 0;
  margin-bottom: 32px;
  margin-right: 2px;
  position: relative;
  white-space: initial;
  vertical-align: text-top;
  border: 1px solid #d8d8d8;
  box-shadow: 0 2px 4px 0 rgba(0,0,0,.12), 0 0 6px 0 rgba(0,0,0,.04);
}

#similar-property .list-horizontal ul > li {
  border-radius: 10px;
  width: 85vw;
  height: 380px;
  max-width: 360px;
  display: inline-block;
  padding: 0;
  margin: 0 15px;
  position: relative;
  white-space: initial;
  vertical-align: text-top;
  border: 1px solid #d8d8d8;
  box-shadow: 0 2px 4px 0 rgba(0,0,0,.12), 0 0 6px 0 rgba(0,0,0,.04);
}

nav {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100vw;
  background-color: rgba(255, 255, 255, 0.98);
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.nav_menu {
  display: none;
  margin-right: -16px;
}

.nav_menu > li {
  text-transform: uppercase;
  -webkit-transition: background-color ease .25s;
  transition: background-color ease .25s;
  cursor: pointer;
  list-style: none;
}

.nav_menu > li:hover > .sub_menu {
  display: block;
}

.nav_menu > li.active > a {
  color: #484848;
  cursor: default;
  pointer-events: none;
}

.nav_menu > li.has-sub_menu:hover {
  background-color: rgba(0, 0, 0, 0.04);
}

.nav_menu > li > a {
  width: 100%;
  display: inline-block;
  font-weight: 500;
  padding: 14px 16px;
  -webkit-transition: color ease .25s;
  transition: color ease .25s;
}

.sub_menu > li {
  white-space: nowrap;
  list-style: none;
}

.sub_menu > li:last-child {
  border-bottom: none;
}

.sub_menu > li > a {
  width: 100%;
  display: inline-block;
  color: #888888;
  padding: 14px 24px 14px 32px;
  -webkit-transition: color ease .25s;
  transition: color ease .25s;
}

.sub_menu > li > a:hover {
  color: #484848;
}

.sub_menu > li.active > a {
  color: #484848;
  cursor: default;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

@media (max-width: 1199px) {
  .menu-open #logo-header {
    max-height: 60px;
  }
  .menu-open {
    overflow: hidden;
  }
  .menu-open .nav_menu {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    height: 100vh;
    width: 100vw;
    background: #F8F8F8;
    border-top: 60px solid #FFFFFF;
    padding: 0 0 40px;
    overflow-y: auto;
  }

  .menu-open .nav_menu > li {
    margin-bottom: 8px;
  }

  .menu-open .nav_menu > li:first-child {
    margin-top: 24px;
  }

  .menu-open .icon_menu {
    background: transparent;
  }

  .menu-open .icon_menu::before {
    top: -9px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .menu-open .icon_menu::after {
    top: -23px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}


.filter>div:last-child {
  text-align: right;
}

.filter_view-by {
  display: inline-block;
  background-color: #F0F0F0;
  padding: 12px 16px 6px;
}

.filter_view-by>label {
  display: inline-block;
}

.filter_view-by>label>svg {
  float: left;
}

input[name='view-by'] {
  display: none;
}

input[name='view-by']+svg {
  cursor: pointer;
  opacity: .25;
  transition: opacity ease .05s;
}

input[name='view-by']+svg:hover {
  opacity: .5;
}

input[name='view-by']:checked+svg {
  cursor: none;
  pointer-events: none;
  opacity: 1;
}

.btn-view-by+.btn-view-by {
  margin-left: 8px;
}

#icon_grid-view,
#icon_list-view {
  fill: var(--secondary-text);
}

@media (min-width: 576px) {
  a {
    line-height: inherit;
    padding-top: 0;
    padding-bottom: 0;
  }
  /*
        Page Index
    */
  .property-management__service > div + div {
    margin-top: 0;
  }
  /*
        Page Listing
    */
}

@media (min-width: 768px) {
  #logo-header {
    max-height: 60px;
  }

  #property_contact {
    text-align: right;
  }
  #property_credit {
    text-align: right;
  }
  /*
        Elements
    */
  .list-horizontal ul > li {
    width: 45vw;
  }
  /*
		Page Index
    */
  #property-release a.btn--show-all {
    width: auto;
  }
  /*
        Page Listing
    */
  .filter {
    display: block;
  }
  .view-column > .item {
    -webkit-column-break-inside: avoid;
            break-inside: avoid;
    border-bottom: none;
  }
  .view-row .item {
    display: table;
  }
  .view-row .property_image {
    float: left;
    width: 35%;
  }
  .property_image > img {
    object-fit: cover;
  }
  .view-row .property_content {
    float: right;
    display: table;
    width: 65%;
    padding-left: 24px;
  }
  .view-row .property_content > div:first-child {
    width: 75%;
    float: left;
  }
  .view-row .property_content > div:last-child {
    width: 25%;
    float: right;
    text-align: right;
  }
  .view-row .property_overview {
    display: block;
  }
}

@media (max-width: 992px) {
  .search-box {
    height: 100vh;
    position: fixed;
    top: 0;
    z-index: 1000;
    background-color: #ffffff;
  }

  .search-box .row div {
    margin: 10px 0;
  }

  .search-box .row div:nth-child(2) .search__option > div {
    width: 100%;
    display: grid;
    grid-template-columns: auto auto;
    height: calc(100vh - 45vh);
    overflow: scroll;
    background-color: #fafafa;
  }

  .search_type {
    bottom: auto;
    position: relative;
    display: flex;
    font-size: 18px;
    justify-content: center;
    border-bottom: 2px solid #484848;
  }

  .close-search-box-mobile {
    display: block !important;
  }

  input[name="check_search_type"] + label {
    font-size: 14px;
  }

  input[name="check_search_type"]:checked + label {
    background-color: #fafafa;
    border-left: 1px solid #d8d8d8;
    border-right: 1px solid #d8d8d8;
  }
}

@media (min-width: 992px) {
  #logo-header {
    max-height: 200px;
  }
  .logo-normal #logo-header {
    max-height: 78px;
  }
  .nav_menu {
    display: flex;
    height: 100%;
  }
  .nav_menu > li {
    position: relative;
    display: flex;
    line-height: 1;
    align-items: center;
  }
  .nav_menu > li > a {
    color: #666666;
    font-size: 16px;
    font-weight: 700;
    display: inline-block;
    padding-top: 32px;
    padding-bottom: 32px;
    text-decoration: none;
  }
  .nav_menu > li > a:hover {
    color: #484848;
  }
  .sub_menu {
    font-size: .875rem;
    display: none;
    list-style: none;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: rgba(255, 255, 255, 0.95);
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding: 16px 0;
    -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  }
  .sub_menu > li a {
    display: inline-block;
    padding-left: 24px;
    text-decoration: none;
  }
  .search-box {
    display: block;
    max-width: 960px;
  }
  #why-property > .row > div:first-child {
    margin-bottom: 0;
  }
  /*
        Page Listing
    */
  /*.view-column {*/
    /*-webkit-column-count: 3;*/
            /*column-count: 3;*/
  /*}*/
}

@media (min-width: 1200px) {
  #scroll-nav {
    display: block;
  }
  header {
    height: 100vh;
  }
  header + .container-fluid {
    max-width: 1140px;
    padding-top: 60px;
    padding-bottom: 60px;
  }
  header nav .container-fluid {
    max-width: 1140px;
  }
  footer > div:first-child {
    max-width: 1140px;
    margin: 0 auto;
  }
  footer + .container-fluid > div {
    max-width: 1140px;
    margin: 0 auto;
  }
  .search-box {
    max-width: 1140px;
  }
  /*
        Elements
    */
  .list-horizontal ul {
    white-space: inherit;
    padding: 0;
  }
  .list-horizontal ul > li {
    width: 33.333333%;
    max-width: inherit;
  }

  #similar-property .list-horizontal ul > li {
    width: 30.333333% !important;
    height: 380px;
  }
  /*
		Page Index
	*/
  #property-release #buy-release + #rental-release {
    margin-top: 0;
  }
  #property-release .property-release__container {
    height: inherit;
  }
  #property-release .property-release__container ul {
    padding-left: 7px;
  }
  #property-release .property-release__container ul li {
    width: 300px;
    padding: 0;
    margin-bottom: 32px;
    margin-right: 15px;
    border: 1px solid #d8d8d8;
    background-color: #ffffff;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.12), 0 0 6px 0 rgba(0,0,0,.04);
  }
  #why-property > .row > div:first-child {
    margin-bottom: 0;
  }
}

#similar-property .list-horizontal ul {
  white-space: nowrap;
}

#buy_items .price, #rental_items .price {
  font-size: 1.25rem;
  font-weight: 500;
}

.height-30 {
  height: 30px;
}

.position-relative {
  position: relative;
}
.anchor {
  position: absolute;
  top: -100px;
}
#scroll-nav {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-box-shadow: 0 0 6px 2px rgb(0 0 0 / 8%);
  box-shadow: 0 0 6px 2px rgb(0 0 0 / 8%);
}
#scroll-nav .container-fluid {
  max-width: 1140px;
  padding-left: 0;
  padding-right: 0;
}

#scroll-nav section {
  display: none;
}

#scroll-nav button {
  color: #888888;
  cursor: pointer;
  font-family: Inter, "Helvetica Neue", Arial, sans-serif;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1;
  background-color: transparent;
  border: none;
  padding: 13px 0;
  margin-right: 24px;
  -webkit-transition: color ease .15s;
  transition: color ease .15s;
}

@media (min-width: 992px) {
  #form__inquiry {
    display: block;
  }
  #form__inquiry section {
    margin-top: 0;
    -webkit-box-shadow: 0 2px 6px 0 rgba(125, 125, 125, 0.1);
    box-shadow: 0 2px 6px 0 rgba(125, 125, 125, 0.1);
  }
  #scroll-nav {
    top: 78px;
    bottom: auto;
    display: none;
  }
  #scroll-nav .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
  #scroll-nav section {
    display: inline-block;
  }
  #scroll-nav .btn--make-inquiry {
    width: auto;
    float: right;
  }
  .btn_close-search {
    display: none;
    visibility: hidden;
  }
}

@media (min-width: 1200px) {
  #scroll-nav section {
    display: inline-block;
  }
  #scroll-nav .btn--make-inquiry {
    width: auto;
    float: right;
  }

  #scroll-nav {
    top: 78px;
    bottom: auto;
  }
  #scroll-nav .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 1199px) {
  .property-detail > footer + div {
    padding-bottom: 60px;
  }
}

#property_features ul, #community_features ul, #description ul {
  padding-left: 24px;
}
/*# sourceMappingURL=index.css.map */

.table {
  margin: 0;
}

.table table {
  margin: 0;
  width: 100%;
}
.table td {
  padding-right: 20px;
}

.building-type-1 {
  background-color: #F44336 !important;
}

.building-type-2 {
  background-color: #558B2F !important;
}

.building-type-3 {
  background-color: #FFA000 !important;
}

.building-type-4 {
  background-color: #009688 !important;
}

@media (max-width: 767px) {
 #photo-gallery .primary .splide__slide{
   height: 280px !important;
 }
}
