a {
  color: #6d8de1;
}

#footer a:active, a:hover {
  color: #fcf8f8;
  text-decoration: none;
  font-weight: bold;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:active, a:hover {
  outline: 0;
}

.uk-link, a {
  color: #1e87f0;
  text-decoration: none;
  cursor: pointer;
}

.uk-link:hover, a:hover {
  color: #0f6ecd;
  text-decoration: underline;
}

address, dl, fieldset, figure, ol, p, pre, ul {
  margin: 0 0 20px 0;
}

article, aside, details, figcaption, figure, footer, header, main, nav, section, summary {
  display: block;
}

a, area, button, input, label, select, summary, textarea {
  touch-action: manipulation;
}

* {
  box-sizing: border-box;
}

a {
  color: #333;
  font-size: 14px;
  text-decoration: none;
  margin: 15px 0;
}

p {
  color: #5e629c;
  line-height: 25px;
}

a:hover, a:focus {
  text-decoration: none;
  outline: none;
  color: #000;
}

.business-description.business-paragraph p, p {
  margin-top: 13px;
}

*, *::before, *::after {
  box-sizing: border-box;
}

hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
}

a {
  color: #cb0c9f;
  text-decoration: none;
}

a:hover {
  color: #830866;
  text-decoration: none;
}

.justify-content-center {
  justify-content: center !important;
}

.align-items-center {
  align-items: center !important;
}

a {
  letter-spacing: -0.025rem;
  color: #000;
}

hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: .25;
}

hr:not([size]) {
  height: 1px;
}

a {
  color: #cb0c9f;
}

a, a:hover {
  text-decoration: none;
}

a:hover {
  color: #830866;
}

img, svg {
  vertical-align: middle;
}

.justify-content-center {
  justify-content: center!important;
}

.align-items-center {
  align-items: center!important;
}

html * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  letter-spacing: -.025rem;
  color: #000;
}

* {
  outline: 0;
  font-family: sans-serif;
}

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

a:hover, a:focus {
  color: #a7a0a2;
}

@media (max-width:767px) {
  a {
    font-size: 25px;
  }
}

input, button, select, optgroup, textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button, select {
  text-transform: none;
}

.mb-0, .my-0 {
  margin-bottom: 0 !important;
}

* {
  /*box-sizing: inherit;*/
}

*:before, *:after {
  /*box-sizing: inherit;*/
}

* {
  scroll-behavior: smooth;
}

.row {
  margin-right: -15px;
  margin-left: -15px;
}

a:active {
  /*background: red;*/
}

a {
}

*, *:after, *:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

* {
  font-family: 'Greycliff CF';
}

.scrolling-wrapper-flexbox {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.scrolling-wrapper-flexbox .cover {
  flex: 0 0 auto;
}

@media (min-width: 576px) {
  .cover {
    width: 42%!important;
  }
}

@media (min-width: 768px) {
  .cover {
    width: 42%!important;
  }
}

@media (min-width: 992px) {
  .cover {
    width: 45%!important;
  }
}

@media (min-width: 1200px) {
  .cover {
    width: 22%!important;
  }
}

.scrolling-wrapper-flexbox {
}

* {
  scroll-behavior: smooth;
  font-family: Montserrat, sans-serif;
}

::placeholder {
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  line-height: 12px;
  vertical-align: middle;
  font-weight: bold;
}

p {
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 500;
  --bs-text-opacity: 1;
  color: #6c757d;
}

a {
  font-size: 12px!important;
}

.explore-button {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 16px!important;
  background: #434242;
  padding-top: 1rem!important;
  padding-bottom: 1rem!important;
  padding-left: 2rem!important;
  padding-right: 2rem!important;
  border-radius: var(--bs-border-radius-pill)!important;
  border: 0!important;
  box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}

.property-tags-wrapper {
  height: auto!important;
  position: absolute;
}

.property-tags-wrapper .row {
  margin-top: -25px;
  margin-left: -25px;
}

.property-tags-wrapper .row .col-holder {
  padding: .25rem!important;
}

.tag {
  border-radius: var(--bs-border-radius-pill)!important;
  height: auto;
  padding-top: 0.2rem!important;
  padding-bottom: 0.2rem!important;
  padding-left: 1rem!important;
  padding-right: 1rem!important;
}

.tag p {
  color: rgb(255,255,255);
  font-size: 12px;
  font-family: Montserrat, sans-serif;
  font-weight: bold;
  margin: 0px!important;
}

.featured-tag {
  background: #da0000;
}

.under-offer-tag {
  background: #da7600;
}

.property-card-content-wrapper {
  background: #F5F5F5;
  position: relative;
  padding: 1rem!important;
  border-radius: var(--bs-border-radius-lg)!important;
  box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
  height: 100%!important;
}

.property-card-content-wrapper .body h3 {
  text-align: left;
  margin-top: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  margin-right: 0;
  line-height: 34px;
  letter-spacing: 0px;
  font-style: normal;
  font-weight: bold;
  margin-bottom: 0px;
}

.property-card-content-wrapper .body p {
  text-align: left;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  line-height: 22px;
  color: rgb(9,9,10);
  margin-bottom: .5rem!important;
}

.property-card-content-wrapper .body p.price {
  text-align: left;
  font-size: 20px;
  font-family: Montserrat, sans-serif;
  line-height: 22px;
  color: rgb(9,9,10);
  font-weight: 800;
}

.property-card-content-wrapper .body p.price span {
  font-weight: 600;
  font-family: Montserrat, sans-serif;
  color: #C8102E;
}

.property-card-content-wrapper .footer .view-details-btn {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 14px;
  background: #434242;
  padding-top: 0.5rem!important;
  padding-bottom: 0.5rem!important;
  padding-left: 1rem!important;
  padding-right: 1rem!important;
  border-radius: var(--bs-border-radius-pill)!important;
  border: 0!important;
  box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
}

.property-card-content-wrapper .footer .view-details-btn:hover {
  background: #c7c7c7;
  color: #434343;
  font-size: 13.5px;
  transition: 0.3s ease;
}

.property-card-content-wrapper .footer img {
  height: 40px;
}

.cover {
  padding-bottom: 20px!important;
  margin-bottom: 32px!important;
}

@media only screen and (max-width: 1600px) {
  .cover {
    width: 28% !important;
  }
}

@media only screen and (max-width: 1400px) {
  .cover {
    width: 30% !important;
  }
}

@media only screen and (max-width: 1200px) {
  .cover {
    width: 40% !important;
  }
}

@media only screen and (max-width: 992px) {
  .cover {
    width: 60% !important;
  }
}

@media only screen and (max-width: 768px) {
  .cover {
    width: 70% !important;
  }
}

@media only screen and (max-width: 576px) {
  .cover {
    width: 87% !important;
  }
}

.card-wrapper {
  padding: 3rem;
  padding-bottom: 0px!important;
}

@media only screen and (max-width: 768px) {
  .card-wrapper {
    padding: 1rem!important;
    padding-bottom: 0px!important;
  }
}

