:root {
  --242424: #242424;
  --d7d7d7: #d7d7d7;
  --f7941d: #f7941d;
  --a6a6a6: #a6a6a6;
  --cd7d1e: #cd7d1e;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

body {
  background-color: var(--242424);
  color: var(--242424);
  padding-left: 220px;
  font-family: Rubik, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}

h1 {
  background-color: var(--242424);
  margin-top: 0;
  margin-bottom: 0;
  padding-right: 50px;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

label {
  color: #fff;
  margin-top: 15px;
  margin-bottom: 0;
  font-weight: 300;
  transition: all .2s;
  display: block;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.header {
  z-index: 2000;
  width: 220px;
  background-color: var(--242424);
  border-right: 1px solid rgba(255, 255, 255, .3);
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.section-content {
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}

.listing-section-content {
  padding-bottom: 100px;
  position: relative;
}

.section-content.home {
  z-index: 1;
}

.section-content.no-padding-bottom {
  padding-bottom: 0;
}

.section-content.no-padding {
  padding-top: 0;
  padding-bottom: 0;
}

.section-content.listing {
  z-index: 1;
}

.location-listing-row {
  flex-wrap: wrap;
  /*margin-top: -5%;*/
  margin-left: -2.5%;
  margin-right: -2.5%;
  display: flex;
}

.location-listing-col {
  width: 50%;
  margin-top: 5%;
  padding-left: 2.5%;
  padding-right: 2.5%;
}

.location-listing-b {
  height: 100%;
  color: var(--242424);
  background-color: #fff;
  border-radius: 10px;
  flex-direction: column;
  justify-content: space-between;
  padding-bottom: 10px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.location-listing-b.recently {
  aspect-ratio: 2 / 2.5;
}

.img {
  width: 100%;
  object-fit: cover;
  display: block;
}

.img._100h {
  height: 100%;
}

.img.about-sub-banner {
  height: 100%;
  max-height: none;
  position: absolute;
}

.img.about-sub-banner-image {
  height: 100%;
  max-height: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.location-listing-btn {
  height: 50px;
  background-color: var(--d7d7d7);
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.location-listing-content-b {
  width: 100%;
  flex-direction: column;
  justify-content: space-between;
  padding: 25px;
  position: relative;
}

.location-listing-content-icon-b {
  z-index: 2;
  width: 100%;
  min-height: 50px;
  background-image: linear-gradient(#fff, #fff);
  padding-top: 10px;
  padding-left: 25px;
  padding-right: 100px;
  position: relative;
}

.location-listing-content-icon-img {
  margin-bottom: 10px;
  margin-right: 10px;
}

.subtitle {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
}

.img-mask {
  z-index: 0;
  height: 100%;
  padding-top: 50px;
  position: relative;
  overflow: hidden;
}

.img-mask.recently {
  height: 100%;
}

.location-listing-btn-hover {
  z-index: 1;
  background-color: var(--f7941d);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.location-listing-btn-txt {
  z-index: 2;
  color: #fff;
  text-align: center;
  font-weight: 500;
  position: absolute;
  top: 50%;
  bottom: auto;
  left: 0%;
  right: 0%;
  transform: translate(0, -50%);
}

.location-listing-tag {
  z-index: 2;
  width: 100px;
  height: 100px;
  background-color: var(--f7941d);
  border-radius: 100%;
  margin-top: 0;
  margin-right: 15px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.location-txt-address {
  background-image: url('../images/icon-address.svg');
  background-position: 0 1px;
  background-repeat: no-repeat;
  background-size: auto;
  padding-left: 25px;
}

.location-listing-txt-b {
  width: 100%;
}

.location-listing-tag-line {
  width: 14px;
  height: 1px;
  background-color: #fff;
  margin-bottom: 5px;
  margin-left: auto;
  margin-right: auto;
}

.location-listing-tag-txt-b {
  width: 92px;
  height: 92px;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, .5);
  border-radius: 100%;
  flex-direction: column;
  justify-content: flex-start;
  padding-top: 15px;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: absolute;
  top: 50%;
  bottom: auto;
  left: 50%;
  right: auto;
  transform: translate(-50%, -50%);
}

.location-listing-tag-txt {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
}

.location-listing-tag-price {
  color: #fff;
  font-size: 22px;
  font-weight: 500;
  line-height: 30px;
}

.container {
  z-index: 1;
  width: 100%;
  max-width: 100%;
  padding-left: 5%;
  padding-right: 5%;
  position: relative;
}

.heading {
  color: var(--f7941d);
  font-size: 50px;
  font-weight: 500;
  line-height: 50px;
}

.txt-color-white {
  color: #fff;
}

.newsletter-bg-b {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.footer {
  border-bottom: 5px solid var(--f7941d);
  background-color: #d7d7d7;
  background-image: url('../images/footer-graphic2x.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 592px;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}

.filter-form-b {
  margin-bottom: 0;
}

.filter-form-b.bottom5p {
  margin-bottom: 5%;
}

.text-block-10 {
  color: #2c4d51;
  text-align: center;
}

.success-message {
  color: rgba(0, 0, 0, 0);
  text-align: left;
  background-color: #fafcfd;
  border-radius: 6px;
  padding: 60px;
  line-height: 1.5;
}

.lottie-animation-5 {
  max-height: 50px;
  max-width: 50px;
}

.div-block-38 {
  justify-content: center;
  margin-bottom: 25px;
  display: flex;
}

.input-b {
  flex-direction: row;
  position: relative;
}

.error-message {
  color: #ec3872;
  text-align: center;
  background-color: rgba(236, 56, 114, .1);
  border-radius: 4px;
}

.input {
  z-index: 1;
  height: 60px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border-style: none none solid;
  border-top-width: 1px;
  border-top-color: #000;
  border-bottom-width: 1px;
  border-bottom-color: #fff;
  border-radius: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 220px;
  font-size: 16px;
  line-height: 24px;
  position: relative;
}

.input:focus {
  border-bottom-color: var(--f7941d);
}

.form-col {
  width: 100%;
  margin-top: 25px;
  padding-left: 2.5%;
  padding-right: 2.5%;
}

.form-col._50 {
  width: 50%;
}

.form-row {
  flex-wrap: wrap;
  margin-left: -2.5%;
  margin-right: -2.5%;
  display: flex;
}

.newsletter-col {
  padding-left: 2.5%;
  padding-right: 2.5%;
}

.newsletter-row {
  flex-wrap: wrap;
  align-items: flex-end;
  margin-left: -2.5%;
  margin-right: -2.5%;
}

.newsletter-form {
  position: relative;
}

.btn {
  background-color: var(--f7941d);
  color: #fff;
  text-align: center;
  border-radius: 100px;
  padding: 13px 50px;
  font-weight: 500;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.btn.bg-grey {
  background-color: var(--a6a6a6);
}

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

.btn-txt {
  z-index: 2;
  position: relative;
}

.btn-hover {
  background-color: var(--cd7d1e);
  border-radius: 100px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.newsletter-btn-b {
  z-index: 2;
  position: absolute;
  top: 50%;
  bottom: auto;
  left: auto;
  right: 0%;
  transform: translate(0, -50%);
}

.footer-row {
  flex-wrap: wrap;
  align-items: flex-start;
  margin-left: -2.5%;
  margin-right: -2.5%;
  display: flex;
}

.footer-col-l {
  width: 40%;
  padding-left: 2.5%;
  padding-right: 2.5%;
}

.footer-logo {
  margin-bottom: 25px;
}

.footer-col-r {
  width: 60%;
  text-align: right;
  flex-direction: column;
  align-items: flex-end;
  padding-left: 2.5%;
  padding-right: 2.5%;
  display: flex;
}

.footer-about-txt {
  width: 100%;
  max-width: 330px;
  margin-top: 20px;
  margin-bottom: 25px;
}

.btn-social {
  width: 28px;
  height: 28px;
  margin-left: 25px;
  position: relative;
}

.btn-social.fb {
  background-image: url('../images/icon-fb.svg');
  background-position: 0 0;
  background-size: auto;
  transition: all .5s;
}

.btn-social.fb:hover {
  background-image: url('../images/icon-fb-hover.svg');
}

.btn-social.youtube {
  background-image: url('../images/icon-youtube.svg');
  background-position: 0 0;
  background-size: auto;
  transition: all .5s;
}

.btn-social.youtube:hover {
  background-image: url('../images/icon-youtube-hover.svg');
}

.link-txt {
  color: var(--242424);
  text-decoration: none;
  transition: color .5s;
}

.link-txt:hover {
  color: var(--cd7d1e);
}

.link-txt2 {
  color: var(--cd7d1e);
  text-decoration: none;
  transition: color .5s;
}

.link-txt2:hover {
  color: #AAAAAA;
}

.nav-link {
  color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
  text-decoration: none;
  transition: color .5s;
}

.nav-link:hover, .nav-link.w--current {
  color: var(--f7941d);
}

.nav-menu {
  width: 100%;
  max-width: 160px;
}

.container-menu {
  height: 100%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}
@media screen and (min-width: 992px) {
  .container-menu{
    margin-top: 120px;
  }
}
.nav-link-b {
  overflow: hidden;
}

.header-logo {
  width: 160px;
  margin-top: -80px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 50%;
  right: auto;
  transform: translate(-50%);
}

.home-banner-slider {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
}

.hidden {
  display: none;
}

.home-banner-slide {
  padding-top: 50%;
  overflow: hidden;
}

.home-banner-slide-img {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.home-banner-slide-img.home-banner-img01 {
  background-image: url('../images/home-banner-img012x.jpg');
}

.home-banner-slide-img.home-banner-img02 {
  background-image: url('../images/home-banner-img022x.jpg');
}

.home-banner-slide-txt-b {
  width: 40%;
  background-color: rgba(255, 255, 255, .8);
  align-items: center;
  padding-left: 50px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
  max-width: 420px;
}

.home-banner-slide-icon-b {
  padding-top: 10px;
  position: relative;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.txt-price {
  width: 100%;
  margin-right: 10px;
  font-size: 50px;
  font-weight: 500;
  line-height: 50px;
}

.txt-price02 {
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  display: inline-block;
}

.txt-price-b {
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.home-banner-slide-txt {
  width: 100%;
  border-right: 5px solid var(--f7941d);
  padding-right: 5%;
}

.filter-btn-mobile {
  z-index: 100;
  width: 70px;
  height: 70px;
  float: right;
  background-color: var(--f7941d);
  color: var(--242424);
  text-align: center;
  border: 1px solid #fff;
  border-radius: 100px;
  margin-top: 30px;
  font-weight: 500;
  text-decoration: none;
  transition: all .5s;
  position: -webkit-sticky;
  position: sticky;
  top: auto;
  bottom: 30px;
  left: auto;
  right: 0%;
  overflow: hidden;
}

.filter-btn-mobile:hover {
  background-color: var(--cd7d1e);
}

.filter-mobile {
  z-index: 5000;
  background-color: #fff;
  display: none;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.section-newsletter {
  padding-top: 30%;
  position: relative;
}

.newsletter-content-b {
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.filter {
  z-index: 100;
  border: 1px solid var(--d7d7d7);
  background-color: #fff;
  border-radius: 100px;
  display: none;
  position: -webkit-sticky;
  position: sticky;
  top: 25px;
}

.filter-select {
  height: 30px;
  color: var(--242424);
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/arrow-filter.svg');
  background-position: 91%;
  background-repeat: no-repeat;
  background-size: auto;
  border: 1px #000;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 0 30px 0 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.filter-select.with-border {
  border-right-style: solid;
  border-right-color: var(--d7d7d7);
}

.filter-col {
  width: 100%;
  padding-left: 1%;
  padding-right: 1%;
}

.filter-col._20, .filter-col._20-copy, .filter-col._20-copy, .filter-col._17, .filter-col._22, .filter-col.m {
  width: 20%;
}

.filter-row {
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.filter-form {
  padding-left: 5%;
  padding-right: 5%;
  position: relative;
}

.checkbox-field {
  margin-top: 0;
  margin-bottom: 0;
  position: relative;
}

.filter-checkbox-field-label {
  color: var(--242424);
  margin-top: 0;
  margin-left: 10px;
}

.checkbox {
  width: 18px;
  height: 18px;
  border: 1px solid var(--d7d7d7);
  border-radius: 2px;
  margin-top: 3px;
}

.checkbox-b {
  height: 50px;
  flex-wrap: wrap;
  align-items: center;
  padding-left: 4px;
  display: flex;
}

.filter-btn-reset {
  width: 100px;
  background-color: var(--d7d7d7);
  background-image: url('../images/icon-reset.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 30px;
  border-radius: 100%;
  transition: all .5s;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.filter-btn-reset:hover {
  background-color: var(--f7941d);
}

.filter-subcol {
  width: 20%;
  padding-left: 1%;
  padding-right: 1%;
}

.filter-subrow {
  border-top: 1px solid var(--d7d7d7);
  flex-wrap: wrap;
  margin-left: -1%;
  margin-right: -1%;
  display: flex;
}

.filter-btn-mobile-img {
  position: relative;
}

.filter-btn-b {
  text-align: right;
  justify-content: center;
  align-items: center;
  margin-top: 15px;
  display: flex;
}

.filter-mobile-btn-close {
  width: 5%;
  background-image: url('../images/btn-close.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-top: 5%;
  transition: all .5s;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.filter-mobile-btn-close:hover {
  background-image: url('../images/btn-close-hover.svg');
}

.filter-mobile-btn-close.show-m, .filter-mobile-btn-close-txt {
  display: none;
}

.heading-b {
  margin-bottom: 50px;
  position: relative;
}

.why-list {
  color: #fff;
  margin-bottom: 50px;
  padding-left: 105px;
  position: relative;
}

.why-list-icon {
  width: 80px;
  height: 80px;
  background-color: var(--f7941d);
  border-radius: 100%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.why-list-icon-border {
  width: 70px;
  height: 70px;
  border: 1px solid #fff;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  bottom: auto;
  left: 50%;
  right: auto;
  transform: translate(-50%, -50%);
}

.newsletter-form-b {
  margin-bottom: 0;
}

.heading-mask {
  z-index: 1;
  float: left;
  background-color: var(--242424);
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.heading-line {
  width: 100%;
  height: 3px;
  background-color: var(--f7941d);
  position: absolute;
  top: 50%;
  bottom: auto;
  left: 0%;
  right: auto;
  transform: translate(0, -50%);
}

.txt-underline {
  text-decoration: underline;
}

.content-b {
  margin-top: 50px;
  overflow: hidden;
}

.all-content {
  margin-top: -50px;
}

.about-row {
  flex-wrap: wrap;
  align-items: flex-start;
  margin-left: -2.5%;
  margin-right: -2.5%;
  display: flex;
}

.about-col-r {
  width: 40%;
  padding-left: 2.5%;
  padding-right: 2.5%;
}

.about-col-l {
  width: 60%;
  padding-left: 2.5%;
  padding-right: 2.5%;
}

.testimonials-col-r {
  z-index: 1;
  width: 65%;
  background-color: var(--242424);
  padding-bottom: 100px;
  padding-left: 5%;
  padding-right: 5%;
  overflow: hidden;
}

.testimonials-content-b {
  padding-left: 0%;
  position: relative;
}

.testimonials-list {
  border-bottom: 10px solid var(--d7d7d7);
  background-color: #fff;
  border-radius: 10px;
  margin-bottom: 50px;
  padding: 25px;
}

.testimonials-list-txt {
  margin-bottom: 15px;
}

.testimonials-btn-b {
  text-align: center;
}

.testimonials-img {
  background-image: linear-gradient(rgba(255, 255, 255, .8), rgba(255, 255, 255, 0) 25%), url('../images/testimonials-bg2x.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.testimonials-row {
  z-index: 1;
  flex-wrap: wrap;
  display: flex;
  position: relative;
}

.testimonials-col-l {
  width: 35%;
  position: relative;
}

.testimonials-txt-sticky {
  color: var(--d7d7d7);
  position: -webkit-sticky;
  position: sticky;
  top: 50px;
}

.testimonials-mobile-img {
  display: none;
}

.btn-b {
  text-align: center;
  margin-top: 50px;
}

.txt-color-orange {
  color: var(--f7941d);
}

.contact-row {
  flex-wrap: wrap;
  display: flex;
}

.contact-row.reverse {
  flex-direction: row-reverse;
}

.contact-col-txt {
  width: 50%;
  min-height: 400px;
  color: #fff;
  flex-direction: column;
  justify-content: center;
  padding: 50px 5%;
  display: flex;
}

.contact-col-img {
  width: 50%;
  position: relative;
  overflow: hidden;
}

.contact-img {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.contact-img.contact-img01 {
  background-image: url('../images/contact-img012x.jpg');
}

.contact-img.contact-img02 {
  background-image: url('../images/contact-img022x.jpg');
}

.contact-img.contact-img03 {
  background-image: url('../images/contact-img032x.jpg');
}

.contact-txt-b {
  width: 100%;
}

.link-txt-white {
  color: #fff;
  text-decoration: none;
  transition: color .5s;
}

.link-txt-white:hover {
  color: var(--cd7d1e);
}

.select {
  height: 60px;
  color: #fff;
  background-color: #242424;
  background-image: url('../images/arrow-select.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: auto;
  border: 1px #000;
  border-bottom: 1px solid #fff;
  padding: 0 30px 0 0;
  font-size: 16px;
  line-height: 24px;
}

.location-details-content-b {
  padding-left: 0%;
  position: relative;
}

.location-details-col-txt {
  width: 35%;
  border-right: 5px solid var(--f7941d);
  background-color: #fff;
  padding: 50px 30px;
}

.location-details-col-img {
  z-index: 1;
  width: 65%;
}

.location-details-slider {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  margin-left: -2.5%;
  margin-right: -2.5%;
}

.location-details-slide-mask {
  flex-wrap: wrap;
  overflow: visible;
}

.location-details-slide {
  width: 50%;
  padding-left: 2.5%;
  padding-right: 2.5%;
}

.location-details-slider-b {
  overflow: hidden;
}

.location-details-slide-nav {
  margin-top: 15px;
  position: relative;
}

.location-details-txt-b {
  border-bottom: 1px solid var(--d7d7d7);
  padding-top: 10px;
  padding-bottom: 10px;
}

.location-details-icon-img {
  margin-top: 5px;
  margin-right: 10px;
}

.location-details-txt {
  padding-left: 90px;
  position: relative;
}

.location-details-title {
  width: 90px;
  padding-right: 10px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.location-details-txt-paragraph {
  margin-top: 10px;
}

.location-details-tag {
  background-color: rgba(247, 148, 29, .25);
  border-radius: 100px;
  margin-top: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  display: inline-block;
}

.location-details-txt-price {
  width: 100%;
  color: var(--f7941d);
  margin-right: 10px;
  font-size: 50px;
  font-weight: 500;
  line-height: 50px;
}

.location-details-row {
  z-index: 1;
  flex-wrap: wrap;
  display: flex;
  position: relative;
}

.location-details-sticky {
  display: none;
}

.form-checkbox-content {
  color: #fff;
  border-bottom: 1px solid #fff;
  padding-top: 20px;
  padding-bottom: 5px;
}

.location-details-map {
  background-image: url('../images/map2x.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 40%;
  position: relative;
}

.location-details-map-pointer {
  position: absolute;
  top: 50%;
  bottom: auto;
  left: 50%;
  right: auto;
  transform: translate(-50%, -50%);
}

.checkbox-field-label {
  color: #fff;
  margin-top: 0;
  margin-left: 10px;
  font-weight: 300;
}

.checkbox-row {
  flex-wrap: wrap;
  margin-left: -1%;
  margin-right: -1%;
  display: flex;
}

.checkbox-col {
  width: 50%;
  padding-left: 1%;
  padding-right: 1%;
}

.field-label {
  color: #160042;
  letter-spacing: -.02em;
  margin-bottom: 8px;
  font-size: 14px;
  line-height: 20px;
}

.field-wrap {
  align-items: center;
  display: flex;
  position: relative;
}

.select-date {
  width: 100%;
  min-height: 60px;
  border-style: none none solid;
  border-width: 1px;
  border-color: #e9ecf0 #e9ecf0 var(--d7d7d7);
  background-color: var(--242424);
  color: #fff;
  border-radius: 0;
  margin-bottom: 0;
  padding: 12px 50px 12px 0;
  font-size: 16px;
  transition: all .25s;
  box-shadow: 1px 1px 2px rgba(114, 129, 167, .04);
}

.select-date:focus {
  border-bottom-color: var(--f7941d);
}

.select-date::-ms-input-placeholder {
  color: #fff;
}

.select-date::placeholder {
  color: #fff;
}

.field-icon {
  position: absolute;
  top: 50%;
  bottom: auto;
  left: auto;
  right: 0%;
  transform: translate(0, -50%);
}

.location-listing-bottom-b {
  width: 100%;
  flex: 1;
}

.location-listing-bottom-b.recently {
  flex: 1;
}

.location-listing-img-b {
  height: 100%;
  margin-top: -50px;
  position: relative;
}

.home-img-mask {
  z-index: 0;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.location-details-content {
  position: -webkit-sticky;
  position: sticky;
  top: 50px;
}

.form-text {
  flex-wrap: wrap;
  margin-left: 0%;
  margin-right: 0%;
  display: flex;
}

.ribbin-assignment-block {
  z-index: 3;
  width: 30%;
  height: auto;
  aspect-ratio: 1 / 1;
  margin-top: -1.8%;
  margin-right: -1.8%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.ribbin-assignment-image {
  width: 100%;
  height: 100%;
}

.textarea-b {
  max-width: 100%;
  min-height: 26px;
  min-width: 100%;
  color: #fff;
  background-color: rgba(255, 255, 255, 0);
  border: 0 solid #fff;
  border-bottom-width: 1px;
  padding-left: 0;
  padding-right: 0;
}

.textarea-b:focus {
  border-color: var(--f7941d);
}

.textarea-b::-ms-input-placeholder {
  color: #fff;
}

.textarea-b::placeholder {
  color: #fff;
}

.field-label-2 {
  z-index: 10;
}

.about-sub-banner {
  margin-bottom: 50px;
  padding-top: 25%;
  position: relative;
  overflow: hidden;
}

.about-col-full {
  width: 100%;
  padding-left: 2.5%;
  padding-right: 2.5%;
}

.testimonials-txt-sticky-block {
  z-index: 1;
  background-image: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, 0));
  padding: 50px 4vw 100px 4svw;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.testimonials-desktop-img {
  height: 100vh;
  background-image: url('../images/testimonials-d-bg2x.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  position: -webkit-sticky;
  position: sticky;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

html.w-mod-js [data-ix="location-listing-btn-hover"] {
  opacity: 0;
}

html.w-mod-js [data-ix="location-listing-btn-txt"] {
  opacity: 0;
  transform: translate(0);
}

html.w-mod-js [data-ix="location-listing-btn"] {
  height: 10px;
}

html.w-mod-js [data-ix="img-initial-zoom-out"] {
  transform: scale(1.1);
}

html.w-mod-js [data-ix="fade-in-from-bottom"] {
  opacity: 0;
  transform: translate(0, 30px);
}

html.w-mod-js [data-ix="fade-in"] {
  opacity: 0;
}

html.w-mod-js [data-ix="btn-hover"] {
  transform: translate(0, 100%);
}

html.w-mod-js [data-ix="home-banner-slide-img"] {
  transform: scale(1.15);
}

html.w-mod-js [data-ix="home-banner-slide-txt-b"] {
  transform: translate(-100%);
}

html.w-mod-js [data-ix="nav-link"] {
  transform: translate(0, 100%);
}

html.w-mod-js [data-ix="filter-mobile"] {
  display: none;
  transform: translate(0, 100%);
}

html.w-mod-js [data-ix="heading-initial"] {
  transform: translate(0, 100%);
}

html.w-mod-js [data-ix="heading-line-initial"] {
  width: 0;
}

html.w-mod-js [data-ix="img-scroll"] {
  transform: scale(1.15);
}

html.w-mod-js [data-ix="location-details-sticky"] {
  opacity: 0;
}

@media screen and (min-width: 1280px) {
  .section-content.home {
    margin-top: -25px;
    padding-top: 0;
  }

  .location-listing-row {
    margin-top: 0%;
  }

  .location-listing-col {
    width: 33.33%;
  }

  .location-listing-b.recently {
    aspect-ratio: 2 / 2.7;
  }

  .img._100h {
    height: 100%;
  }

  .location-listing-content-icon-b {
    min-height: 50px;
  }

  .location-listing-content-icon-img {
    min-height: 30px;
  }

  .img-mask {
    height: 100%;
  }

  .location-listing-tag {
    margin-top: 0;
  }

  .filter-form-b {
    padding-top: 0;
    padding-bottom: 0;
  }

  .filter-form-b.bottom5p {
    margin-bottom: 0%;
  }

  .filter-btn-mobile, .filter-mobile {
    display: none;
  }

  .filter {
    display: block;
  }

  .filter-col._17 {
    width: 17%;
  }

  .filter-col._22 {
    width: 22%;
  }

  .filter-form {
    padding-right: 50px;
  }

  .checkbox-b {
    height: 30px;
  }

  .checkbox-b.with-border {
    border: 0 solid #d7d7d7;
    border-right-width: 1px;
  }

  .home-banner-slide-nav {
    margin-bottom: 50px;
  }

  .filter-btn-reset {
    width: 50px;
  }

  .filter-btn-b {
    justify-content: center;
    display: flex;
  }

  .newsletter-form-b {
    padding-top: 0;
    padding-bottom: 0;
  }

  .contact-img.contact-img01 {
    background-image: url('../images/Toronto_contact-img022x.jpg');
  }

  .location-details-slide, .checkbox-col {
    width: 33.33%;
  }

  .form-text {
    margin-left: 0%;
    margin-right: 0%;
    padding-top: 5px;
    padding-bottom: 15px;
  }

  .ribbin-assignment-block {
    width: 32%;
    margin-top: -1.9%;
    margin-right: -1.9%;
  }
}

@media screen and (min-width: 1440px) {
  body {
    padding-left: 240px;
  }

  .header {
    width: 240px;
  }

  .img.about-sub-banner, .img.about-sub-banner-image {
    object-fit: cover;
    padding-top: 0%;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .container {
    padding-left: 50px;
    padding-right: 50px;
  }

  .newsletter-col {
    width: 50%;
  }

  .newsletter-row {
    display: flex;
  }

  .txt-price {
    width: auto;
  }

  .txt-price02a {
    display: block;
  }

  .section-newsletter {
    padding-top: 25%;
  }

  .testimonials-col-r {
    padding-left: 50px;
    padding-right: 50px;
  }

  .testimonials-col-l {
    background-position: 10vw;
    background-size: auto 100%;
  }

  .contact-col-txt {
    flex-direction: column;
    justify-content: center;
  }

  .location-details-txt-price {
    width: auto;
  }

  .checkbox-col {
    width: 25%;
  }

  .textarea-b {
    min-height: 32px;
  }

  .about-sub-banner {
    padding-top: 20%;
  }
}

@media screen and (max-width: 991px) {
  body {
    padding-left: 0;
  }

  .header {
    width: 100%;
    height: 60px;
    border-top: 1px solid rgba(255, 255, 255, .3);
    border-right-style: none;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .img._100h {
    height: 100%;
  }

  .location-listing-content-icon-b {
    min-height: 50px;
  }

  .filter-form-b {
    max-width: none;
  }

  .filter-form-b.bottom5p {
    margin-bottom: 5%;
  }

  .success-message {
    border-radius: 6px;
  }

  .input {
    font-size: 1rem;
  }

  .nav-menu {
    max-width: none;
    background-color: rgba(0, 0, 0, 0);
    padding: 100px 5%;
    position: fixed;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
    overflow: auto;
  }

  .container-menu {
    width: 100%;
    max-width: 100%;
    padding-left: 5%;
    padding-right: 5%;
    display: block;
  }

  .nav-link-b {
    overflow: hidden;
  }

  .header-logo {
    width: 120px;
    margin-top: 6px;
    bottom: auto;
    right: auto;
    transform: translate(-50%);
  }

  .txt-price02 {
    line-height: 20px;
  }

  .txt-price02a.location-details {
    display: block;
  }

  .filter-btn-mobile {
    bottom: 120px;
  }

  .menu-btn {
    z-index: 3000;
    padding: 15px 0;
  }

  .menu-btn.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .menu-btn-line01, .menu-btn-line02, .menu-btn-line03 {
    width: 32px;
    height: 2px;
    background-color: #fff;
    border-radius: 10px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .section-newsletter {
    padding-top: 40%;
  }

  .filter-select.with-border.m {
    font-size: 14px;
  }

  .filter-form {
    padding-right: 5%;
  }

  .checkbox-b.with-border.m, .checkbox-b.m {
    font-size: 14px;
  }

  .filter-mobile-btn-close.hidden-m {
    display: block;
  }

  .filter-mobile-btn-close.show-m {
    display: none;
  }

  .newsletter-form-b {
    max-width: none;
  }

  .testimonials-col-r {
    width: 100%;
    padding-top: 50px;
    padding-left: 5%;
    padding-right: 5%;
  }

  .testimonials-content-b {
    padding-left: 0%;
  }

  .testimonials-img {
    display: none;
  }

  .testimonials-col-l {
    width: 100%;
    color: var(--d7d7d7);
    background-image: none;
    padding: 0 0%;
  }

  .testimonials-txt-sticky {
    position: relative;
    top: 0;
  }

  .testimonials-mobile-img {
    min-height: 250px;
    background-image: url('../images/testimonials-m-bg2x.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 50px;
    padding-top: 25%;
    display: block;
    overflow: hidden;
  }

  .location-details-content-b {
    padding-left: 0%;
  }

  .location-details-col-txt {
    width: 100%;
    border-top: 5px solid var(--f7941d);
    background-color: #f3f1f2;
    border-right-style: none;
  }

  .location-details-col-img {
    width: 100%;
  }

  .location-details-txt-price {
    width: auto;
    display: inline-block;
  }

  .location-details-sticky {
    z-index: 500;
    border-top: 5px solid var(--f7941d);
    background-color: #fff;
    padding-left: 5%;
    padding-right: 5%;
    display: block;
    position: -webkit-sticky;
    position: sticky;
    bottom: 60px;
  }

  .location-details-expand-btn-b {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 180px;
    position: relative;
  }

  .location-details-expand-price {
    color: var(--f7941d);
    font-size: 26px;
    font-weight: 500;
    line-height: 28px;
  }

  .location-details-expand-btn-inquire {
    margin-top: 8px;
    position: absolute;
    top: 0%;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .location-details-expand-price-subtxt {
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
  }

  .location-details-expand-btn {
    color: var(--242424);
    padding-left: 30px;
    text-decoration: none;
    display: block;
    position: relative;
  }

  .location-details-expand-content {
    padding-bottom: 10px;
  }

  .location-details-expand {
    height: 0;
    overflow: hidden;
  }

  .location-details-expand-icon {
    width: 16px;
    position: absolute;
    top: 50%;
    bottom: auto;
    left: 0%;
    right: auto;
    transform: translate(0, -50%);
  }

  .location-listing-bottom-b {
    flex: 1;
  }

  .location-details-content {
    position: relative;
    top: 0;
  }

  .ribbin-assignment-block {
    margin-top: -1.9%;
    margin-right: -1.9%;
  }

  .testimonials-txt-sticky-block {
    background-image: none;
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
  }

  .testimonials-desktop-img {
    min-height: 250px;
    background-image: url('../images/testimonials-m-bg2x.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 50px;
    padding-top: 25%;
    display: none;
    overflow: hidden;
  }
}

@media screen and (max-width: 767px) {
  .section-content {
    /* padding-top: 60px; */
    padding-bottom: 60px;
  }

  .location-listing-col {
    width: 100%;
  }

  .location-listing-b.recently {
    aspect-ratio: auto;
  }

  .location-listing-content-b {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .location-listing-content-icon-b {
    padding-left: 20px;
  }

  .heading {
    padding-right: 30px;
    font-size: 40px;
    line-height: 40px;
  }

  .newsletter-bg {
    width: 150%;
    max-width: none;
  }

  .footer {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .filter-form-b {
    padding-top: 30px;
    padding-bottom: 80px;
  }

  .filter-form-b.bottom5p {
    margin-bottom: 0%;
  }

  .success-message {
    padding: 45px;
  }

  .lottie-animation-5 {
    max-height: 40px;
    max-width: 40px;
  }

  .form-col {
    margin-top: 20px;
  }

  .form-col._50.m-100 {
    width: 100%;
  }

  .newsletter-btn-b {
    margin-top: 20px;
    position: relative;
    transform: none;
  }

  .footer-col-l {
    width: 100%;
  }

  .footer-col-r {
    width: 100%;
    text-align: left;
    margin-top: 20px;
    display: block;
  }

  .footer-about-txt {
    max-width: none;
    margin-bottom: 20px;
  }

  .btn-social {
    margin-left: 0;
    margin-right: 20px;
  }

  .nav-menu {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .home-banner-slider {
    background-color: #fff;
  }

  .home-banner-slide {
    padding-top: 0%;
  }

  .home-banner-slide-img {
    padding-top: 50%;
    position: relative;
  }

  .home-banner-slide-txt-b {
    width: 100%;
    background-color: #fff;
    padding: 30px 5% 30px 0%;
    position: relative;
  }

  .txt-price {
    font-size: 40px;
    line-height: 40px;
  }

  .home-banner-slide-txt {
    border-left: 5px solid var(--f7941d);
    border-right-style: none;
    padding-left: 5%;
    padding-right: 0%;
  }

  .filter-mobile {
    height: 100vh;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
    overflow: auto;
  }

  .section-newsletter {
    padding-top: 60%;
  }

  .filter-select {
    background-position: 100%;
    margin-top: 0;
    margin-bottom: 0;
  }

  .filter-select.with-border.m-no-border {
    border-right-style: none;
  }

  .filter-select.with-border.m {
    border: 0 solid #000;
  }

  .filter-col {
    margin-top: 20px;
    padding-left: 0%;
    padding-right: 0%;
  }

  .filter-col._20.m-100, .filter-col._20-copy.m-100, .filter-col._20-copy.m-100, .filter-col._17.m-100, .filter-col._22.m-100, .filter-col.m, .filter-col.m.m-100 {
    width: 100%;
  }

  .filter-row {
    margin-top: -20px;
  }

  .checkbox-b.with-border.m, .checkbox-b.m {
    height: auto;
  }

  .filter-subcol {
    width: 33.33%;
  }

  .filter-mobile-btn-close {
    z-index: 6000;
    width: 100%;
    height: 50px;
    background-color: var(--a6a6a6);
    color: #fff;
    text-align: center;
    background-image: none;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    padding-top: 0%;
    font-weight: 500;
    text-decoration: none;
    display: flex;
    position: fixed;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .filter-mobile-btn-close:hover {
    background-color: var(--f7941d);
    background-image: none;
  }

  .filter-mobile-btn-close.hidden-m {
    display: none;
  }

  .filter-mobile-btn-close.show-m {
    display: flex;
    position: fixed;
  }

  .filter-mobile-btn-close-txt {
    display: block;
  }

  .heading-b {
    margin-bottom: 30px;
  }

  .heading-b._35px-down {
    margin-bottom: 35px;
  }

  .why-list {
    margin-bottom: 30px;
  }

  .content-b {
    margin-top: 30px;
  }

  .all-content {
    margin-top: -30px;
  }

  .about-col-r {
    width: 100%;
    margin-top: 30px;
  }

  .about-col-l {
    width: 100%;
  }

  .testimonials-col-r {
    padding-bottom: 60px;
  }

  .testimonials-list {
    margin-bottom: 30px;
    padding: 20px;
  }

  .testimonials-col-l {
    padding-top: 30px;
  }

  .testimonials-mobile-img {
    min-height: 200px;
  }

  .contact-row {
    margin-top: 30px;
  }

  .contact-row.reverse {
    flex-direction: row;
  }

  .contact-col-txt {
    width: 100%;
    min-height: 0;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .contact-col-img {
    width: 100%;
  }

  .contact-img {
    padding-top: 60%;
    position: relative;
  }

  .contact-content-b {
    margin-top: -60px;
  }

  .select {
    background-position: 100%;
    margin-top: 0;
    margin-bottom: 0;
  }

  .location-details-col-txt {
    padding-top: 30px;
  }

  .location-details-slide {
    width: 100%;
  }

  .location-details-txt-price {
    font-size: 40px;
    line-height: 40px;
  }

  .location-details-map {
    padding-top: 55%;
  }

  .location-details-map-pointer {
    width: 40px;
  }

  .checkbox-col {
    width: 100%;
  }

  .home-img-mask {
    position: relative;
  }

  .ribbin-assignment-block {
    width: 26%;
    margin-top: -1.6%;
    margin-right: -1.6%;
  }

  .about-sub-banner {
    height: 200px;
  }

  .about-col-full {
    width: 100%;
  }

  .testimonials-desktop-img {
    min-height: 200px;
  }
}

@media screen and (max-width: 479px) {
  .newsletter-bg {
    width: 280%;
  }

  .btn {
    padding-left: 40px;
    padding-right: 40px;
  }

  .home-banner-slide-img {
    padding-top: 65%;
  }

  .section-newsletter {
    padding-top: 120%;
  }

  .filter-subcol {
    width: 100%;
  }

  .why-list {
    padding-left: 0;
  }

  .why-list-icon {
    margin-bottom: 15px;
    position: relative;
  }

  .testimonials-mobile-img {
    min-height: 160px;
  }

  .location-details-expand-btn-b {
    padding-right: 140px;
  }

  .location-details-map {
    padding-top: 70%;
  }

  .checkbox-col {
    width: 100%;
  }

  .ribbin-assignment-block {
    width: 30%;
    margin-top: -1.9%;
    margin-right: -1.9%;
  }

  .about-sub-banner {
    height: 150px;
  }

  .testimonials-desktop-img {
    min-height: 160px;
  }
}


@font-face {
  font-family: 'Rubik';
  src: url('../fonts/Rubik-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Rubik';
  src: url('../fonts/Rubik-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}