/*=========================================
=                 Header                 =
=========================================*/
.page-template-listing {
  overflow-y: hidden;
}
.page-template-listing.ready {
  overflow-y: scroll;
}

.listing_banner_wrap {
  position: relative;
  min-height: 100vh;
}
.listing_banner_wrap .bcg_loader {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.listing_banner_wrap .bcg_loader svg {
  position: absolute;
  left: 51%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100px;
}
.listing_banner_wrap .listing_gallery_wrap {
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100vh;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
  transform: scale(0.5);
  overflow: hidden;
}
.listing_banner_wrap .listing_gallery_wrap .listing_banner_slick_wrap {
  position: relative;
  width: 100%;
  height: 100%;
}
.listing_banner_wrap .listing_gallery_wrap .listing_banner_slick_wrap .slick-list, .listing_banner_wrap .listing_gallery_wrap .listing_banner_slick_wrap .slick-track {
  width: 100%;
  height: 100%;
}
.listing_banner_wrap .listing_gallery_wrap .listing_banner_slick_wrap .slick-list {
  padding-top: 80px;
}
.listing_banner_wrap .listing_gallery_wrap .listing_banner_slick_wrap .slick-arrow {
  position: absolute;
  opacity: 0;
}
@media screen and (max-width: 1024px) {
  .listing_banner_wrap .listing_gallery_wrap .listing_banner_slick_wrap .slick-arrow {
    pointer-events: none;
  }
}
.listing_banner_wrap .listing_gallery_wrap .listing_banner_slick_wrap .slick-dots {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  padding: 0;
  margin: 0 0 28px;
  z-index: 2;
}
.listing_banner_wrap .listing_gallery_wrap .listing_banner_slick_wrap .slick-dots li {
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
}
.listing_banner_wrap .listing_gallery_wrap .listing_banner_slick_wrap .slick-dots li button {
  cursor: pointer;
  border-radius: 50%;
  color: transparent;
  border: 0;
  background-color: #D1D6E0;
  width: 6px;
  height: 6px;
  margin: 0 6px;
  padding: 0;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.listing_banner_wrap .listing_gallery_wrap .listing_banner_slick_wrap .slick-dots li.slick-active button {
  width: 12px;
  height: 6px;
  background-color: #FFFFFF;
  border-radius: 4px;
}
@media screen and (max-width: 1024px) {
  .listing_banner_wrap .listing_gallery_wrap .listing_banner_slick_wrap .slick-dots {
    display: none !important;
  }
}
.listing_banner_wrap .listing_gallery_wrap .one_gallery_image {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-background-size: cover;
          background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
.listing_banner_wrap .listing_gallery_wrap .one_gallery_image img {
  position: absolute;
  left: 0;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}
.listing_banner_wrap .listing_gallery_wrap .one_gallery_image .bcg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-background-size: cover;
          background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
          background-size: contain;
}
@media screen and (max-width: 1024px) {
  .listing_banner_wrap .listing_gallery_wrap .one_gallery_image .bcg {
    -webkit-background-size: cover;
            background-size: cover;
  }
}
.listing_banner_wrap .listing_gallery_wrap .one_gallery_image::after {
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(-270deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4)));
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
  background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
  z-index: 1;
}
.listing_banner_wrap .listing_gallery_wrap.ready {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.listing_banner_wrap .listing_gallery_wrap.ready .one_gallery_image::after {
  opacity: 0;
}
.listing_banner_wrap .listing_next_arrow, .listing_banner_wrap .listing_prev_arrow {
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
  border: none;
  background-color: transparent;
  z-index: 1;
}
.listing_banner_wrap .listing_next_arrow {
  right: 0;
  cursor: url("../img/svg/image_gallery_right_white.svg") 40 40, default;
}
.listing_banner_wrap .listing_prev_arrow {
  left: 0;
  cursor: url("../img/svg/image_gallery_left_white.svg") 40 40, default;
}
.listing_banner_wrap .white_arrows .listing_next_arrow {
  cursor: url("../img/svg/image_gallery_right_white.svg") 40 40, default;
}
.listing_banner_wrap .white_arrows .listing_prev_arrow {
  cursor: url("../img/svg/image_gallery_left_white.svg") 40 40, default;
}
.listing_banner_wrap .content_wrap {
  position: relative;
  z-index: 1;
  height: 100vh;
  pointer-events: none;
}
.listing_banner_wrap .content_wrap .container {
  height: 100%;
}
.listing_banner_wrap .content_wrap .text_content {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
}
.listing_banner_wrap .content_wrap .banner_title, .listing_banner_wrap .content_wrap .banner_subtitle {
  text-align: center;
}
.listing_banner_wrap .content_wrap .banner_subtitle {
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-top: 36px;
  margin-bottom: 20px;
}
.listing_banner_wrap .bottom_info_elements {
  opacity: 0;
  padding: 16px 0 30px;
  z-index: 1;
  position: relative;
}
@media screen and (min-width: 1025px) {
  .listing_banner_wrap .bottom_info_elements {
    pointer-events: none;
  }
}
.listing_banner_wrap .bottom_info_elements .container {
  padding: 0 22px;
}
.listing_banner_wrap .bottom_info_elements .bie_content {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
  position: relative;
}
.listing_banner_wrap .bottom_info_elements .left_elements {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
}
.listing_banner_wrap .bottom_info_elements .left_elements > div {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  border-right: 1px solid #c4c4c4;
  padding-right: 15px;
}
.listing_banner_wrap .bottom_info_elements .left_elements > div:last-child {
  border-right: 0;
  padding-right: 0;
}
.listing_banner_wrap .bottom_info_elements .left_elements svg {
  margin: 0 13px;
}
.listing_banner_wrap .bottom_info_elements a {
  background-color: #FFFFFF;
  height: 36px;
  padding: 0 16px;
  color: #09142B;
  border-radius: 4px;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}
.listing_banner_wrap .bottom_info_elements a svg {
  margin-right: 8px;
}
.listing_banner_wrap .bottom_info_elements .center_button {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 767px) {
  .listing_banner_wrap .bcg_loader svg {
    left: 54%;
  }
  .listing_banner_wrap .bottom_info_elements {
    padding: 9px 0 10px;
  }
  .listing_banner_wrap .bottom_info_elements .bie_content {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .listing_banner_wrap .bottom_info_elements .left_elements {
    margin-bottom: 20px;
  }
}
/*=========================================
=              Introduction             =
=========================================*/
.desc_under_banner {
  position: relative;
  padding-bottom: 68px;
  z-index: 10;
  background-color: transparent;
  margin-top: -133px;
  pointer-events: none;
}
.desc_under_banner::before {
  content: "";
  position: absolute;
  left: 0;
  top: 130px;
  width: 100%;
  height: -webkit-calc(100% - 126px);
  height: -moz-calc(100% - 126px);
  height: calc(100% - 126px);
  background-color: #09142B;
}
.desc_under_banner .container {
  position: relative;
  max-width: 1360px;
  margin: 0 auto;
  text-align: center;
  z-index: 1;
}
.desc_under_banner .toggle-text-content span {
  display: none;
}
.desc_under_banner .toggle-text-link {
  display: block;
  margin: 20px 0;
  font-size: 15px;
  color: #c4c4c4;
}
.desc_under_banner .desc_under_banner_wrap {
  pointer-events: auto;
  max-width: 720px;
  margin: 42px auto 0;
  opacity: 0;
}
.desc_under_banner .left_elements {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  padding: 28px 0;
}
.desc_under_banner .left_elements > div {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  border-right: 1px solid #c4c4c4;
  padding-right: 15px;
}
.desc_under_banner .left_elements > div:last-child {
  border-right: 0;
  padding-right: 0;
}
.desc_under_banner .left_elements svg {
  margin: 0 13px;
}
.desc_under_banner .proce_wrap {
  font-family: "europa", sans-serif;
  font-weight: normal;
  font-size: 28px;
  line-height: 32px;
}
.desc_under_banner .text_content {
  margin-bottom: 26px;
  -webkit-transform: translateY(-50vh);
  -moz-transform: translateY(-50vh);
  -ms-transform: translateY(-50vh);
  -o-transform: translateY(-50vh);
  transform: translateY(-50vh);
  -webkit-transform-origin: center bottom;
     -moz-transform-origin: center bottom;
      -ms-transform-origin: center bottom;
       -o-transform-origin: center bottom;
          transform-origin: center bottom;
}
.desc_under_banner .top_cat {
  font-size: 26px;
  padding: 17px 36px;
  display: inline-block;
  margin-bottom: 10px;
}
@media screen and (max-width: 1024px) {
  .desc_under_banner .top_cat {
    font-size: 15px;
  }
}
.desc_under_banner .text_102_Frei {
  margin-bottom: 24px;
}
.desc_under_banner .text_36_eu {
  font-weight: 700;
  margin-bottom: 16px;
}
.desc_under_banner .floorplan_button {
  opacity: 0;
}
.desc_under_banner .mobile_buttons_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1024px) {
  .desc_under_banner .mobile_buttons_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
            flex-direction: column;
  }
  .desc_under_banner .mobile_buttons_wrap .first_row, .desc_under_banner .mobile_buttons_wrap .second_row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
  }
}
.desc_under_banner .share_button {
  cursor: pointer;
  padding-left: 20px;
}

.share_elements_wrap {
  position: absolute;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  background: rgba(9, 20, 43, 0.8);
  z-index: 999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.3s ease-in-out 0s;
  -o-transition: opacity 0.3s ease-in-out 0s;
  -moz-transition: opacity 0.3s ease-in-out 0s;
  transition: opacity 0.3s ease-in-out 0s;
}
.share_elements_wrap.active {
  pointer-events: all;
  opacity: 1;
}
.share_elements_wrap .box_wrap {
  background-color: #fff;
  padding: 12px 15px;
  border-radius: 3px;
  min-width: 466px;
  position: relative;
  margin-top: 88px;
}
@media screen and (max-width: 767px) {
  .share_elements_wrap .box_wrap {
    min-width: inherit;
    width: 90vw;
  }
}
.share_elements_wrap .box_wrap .share_box_title {
  font-family: "Canela", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 28px;
  text-align: center;
  margin-top: 17px;
}
.share_elements_wrap .box_wrap .close_wrap {
  position: absolute;
  right: 15px;
  top: 12px;
  width: 12px;
  height: 12px;
  cursor: pointer;
  margin-left: auto;
}
.share_elements_wrap .box_wrap .close_wrap::after, .share_elements_wrap .box_wrap .close_wrap::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #09142B;
}
.share_elements_wrap .box_wrap .close_wrap::after {
  -webkit-transform: rotate(45deg);
     -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
}
.share_elements_wrap .box_wrap .close_wrap::before {
  -webkit-transform: rotate(-45deg);
     -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
       -o-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.share_elements_wrap .box_wrap .links_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
  padding-top: 32px;
  margin-bottom: 47px;
  margin-left: 20px;
  margin-right: 20px;
}
.share_elements_wrap .box_wrap .one_link_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  padding: 24px 0;
  border-bottom: 1px solid #E3E3E3;
}
.share_elements_wrap .box_wrap .one_link_wrap .icon_wrap {
  width: 34px;
  margin-right: 57px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
}
.share_elements_wrap .box_wrap .one_link_wrap .icon_wrap svg {
  max-width: 100%;
  max-height: 100%;
}
.share_elements_wrap .box_wrap .one_link_wrap .text_wrap {
  font-family: "europa", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #5B6D8F;
  padding-bottom: 4px;
}

.floorplan_button {
  background-color: #FFFFFF;
  height: 36px;
  padding: 0 16px;
  color: #09142B;
  border-radius: 4px;
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: inline-flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  pointer-events: auto;
  margin: 0 10px;
}
@media screen and (max-width: 1024px) {
  .floorplan_button {
    margin: 0 2px 5px;
  }
  .floorplan_button.soi_mobile {
    padding: 0 18px;
  }
}
.floorplan_button span {
  margin-left: 8px;
}

@media screen and (max-width: 1024px) {
  .desc_under_banner {
    padding-bottom: 46px;
  }
  .desc_under_banner .text_content {
    margin-bottom: 14px;
  }
  .desc_under_banner .text_102_Frei {
    line-height: 80px;
    margin-bottom: 18px;
  }
  .desc_under_banner .text_36_eu {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 12px;
  }
  .desc_under_banner .proce_wrap {
    font-size: 22px;
    line-height: 32px;
  }
  .desc_under_banner .left_elements {
    font-size: 16px;
    line-height: 24px;
  }
}
@media screen and (max-width: 767px) {
  .desc_under_banner {
    padding-bottom: 97px;
    margin-top: -200px;
  }
  .desc_under_banner::before {
    top: 145px;
    height: -webkit-calc(100% - 142px);
    height: -moz-calc(100% - 142px);
    height: calc(100% - 142px);
  }
  .desc_under_banner .text_102_Frei {
    font-size: 40px;
    line-height: 48px;
    margin-bottom: 12px;
  }
  .desc_under_banner .text_36_eu {
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 12px;
  }
  .desc_under_banner .desc_under_banner_wrap {
    margin-top: 27px;
  }
}
/*========= End of Introduction  ==========*/
/*=========================================
=              Agent profile             =
=========================================*/
.contact_about_project {
  padding: 80px 0 49px;
}
.contact_about_project .contact_content {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-align: end;
  -moz-box-align: end;
  box-align: end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  -o-align-items: flex-end;
  align-items: flex-end;
  -ms-flex-align: end;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}
.contact_about_project .peoples_wrap {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
}
.contact_about_project .one_person {
  width: 316px;
  height: 420px;
  border-radius: 4px;
  position: relative;
  padding: 32px 24px;
  margin-right: 32px;
  background-color: #0f1b34;
}
.contact_about_project .one_person .fa-user {
  position: absolute;
  font-size: 159px;
  left: 50%;
  top: 86px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  color: rgba(245, 245, 245, 0.5);
}
.contact_about_project .one_person .link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  overflow: hidden;
}
@media screen and (min-width: 1025px) {
  .contact_about_project .one_person .link:hover .bcg {
    -webkit-transform: scale(1.1);
       -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
         -o-transform: scale(1.1);
            transform: scale(1.1);
  }
}
.contact_about_project .one_person .bcg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-background-size: cover;
          background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.contact_about_project .one_person .texts_wrap {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  height: 100%;
  z-index: 10;
  pointer-events: none;
}
.contact_about_project .one_person .texts_wrap a {
  pointer-events: auto;
}
.contact_about_project .one_person::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(-450deg, rgba(0, 0, 0, 0) 51.26%, rgba(0, 0, 0, 0.6) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(51.26%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.6)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 51.26%, rgba(0, 0, 0, 0.6) 100%);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 51.26%, rgba(0, 0, 0, 0.6) 100%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 51.26%, rgba(0, 0, 0, 0.6) 100%);
  border-radius: 4px;
  z-index: 2;
  pointer-events: none;
}
.contact_about_project .one_person div {
  z-index: 1;
  position: relative;
}
.contact_about_project .one_person .subtitle_wrap {
  margin-top: auto;
}
.contact_about_project .contact_wrap {
  width: 88px;
  height: 36px;
  border-radius: 4px;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  position: relative;
  margin-top: 12px;
}
.contact_about_project .contact_wrap::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 20px;
  left: 43px;
  top: 8px;
  background-color: #e3e3e3;
  z-index: 1;
}
.contact_about_project .contact_wrap a {
  width: 50%;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  background-color: #fff;
}
.contact_about_project .contact_wrap a svg path {
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
@media screen and (min-width: 1025px) {
  .contact_about_project .contact_wrap a:hover {
    z-index: 2;
    background-color: #09142B;
  }
  .contact_about_project .contact_wrap a:hover svg path {
    fill: #FFFFFF;
  }
}
.contact_about_project .contact_wrap a:first-child {
  border-radius: 4px 0 0 4px;
}
.contact_about_project .contact_wrap a:last-child {
  border-radius: 0 4px 4px 0;
}
.contact_about_project .form_wrap {
  border-radius: 8px;
  background-color: #0f1b34;
  padding: 40px 48px 36px;
  width: 432px;
}
.contact_about_project .form_wrap .form_title {
  margin-bottom: 24px;
}
.contact_about_project .form_wrap .form_element_wrap {
  position: relative;
}
.contact_about_project .form_wrap .f_elem_name {
  position: absolute;
}
.contact_about_project .form_wrap form[data-status=submitting] button svg {
  display: none;
}
.contact_about_project .form_wrap form[data-status=submitting] .loader {
  display: block;
}
.contact_about_project .form_wrap .input_wrap {
  width: 336px;
  position: relative;
}
.contact_about_project .form_wrap .input_wrap.error label {
  color: #dc3232;
}
.contact_about_project .form_wrap .input_wrap.error input {
  border-color: #dc3232;
}
.contact_about_project .form_wrap input,
.contact_about_project .form_wrap textarea {
  width: 100%;
  display: block;
  border: none;
  border-bottom: 1px solid #22314E;
  height: 47px;
  color: #5b6d8f;
  font-family: "europa", sans-serif;
  font-size: 13px;
  margin-bottom: 16px;
  background: transparent;
}
.contact_about_project .form_wrap textarea {
  resize: none;
}
.contact_about_project .form_wrap .wpcf7-response-output {
  display: none !important;
}
.contact_about_project .form_wrap .wpcf7-not-valid-tip {
  display: none !important;
}
.contact_about_project .form_wrap label {
  color: #5b6d8f;
  font-family: "europa", sans-serif;
  margin-bottom: -10px;
  display: block;
  position: relative;
  z-index: 1;
  pointer-events: none;
  font-size: 10px;
  line-height: 14px;
}
.contact_about_project .form_wrap svg {
  width: 13px;
}
.contact_about_project .form_wrap .btn_wrap {
  position: relative;
  display: inline-block;
}
.contact_about_project .form_wrap button {
  border: none;
  background-color: transparent;
  cursor: pointer;
  padding: 0;
  margin-top: 7px;
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: inline-flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  color: #FFFFFF;
}
.contact_about_project .form_wrap button svg {
  width: 27px;
  margin-top: 3px;
}
.contact_about_project .form_wrap button svg path {
  stroke: #FFFFFF;
}
.contact_about_project .form_wrap .loader {
  position: absolute;
  right: -22px;
  width: 26px;
  top: 4px;
  display: none;
}
.contact_about_project .form_wrap .loader path {
  stroke: #FFFFFF;
}
.contact_about_project .form_wrap .selectboxit-container {
  margin-bottom: 16px;
  width: 100%;
  position: relative;
  display: inline-block;
  vertical-align: top;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  z-index: 10;
}
.contact_about_project .form_wrap .selectboxit-container .selectboxit-text {
  max-width: 100% !important;
}
.contact_about_project .form_wrap .selectboxit-container * {
  outline: none;
}
.contact_about_project .form_wrap .selectboxit-container.z_index {
  z-index: 5;
}
.contact_about_project .form_wrap .selectboxit-container.z_index .selectboxit {
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  border: 1px solid transparent;
  color: #09142B;
}
.contact_about_project .form_wrap .selectboxit-container .selectboxit-open {
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  color: #09142B !important;
}
.contact_about_project .form_wrap .selectboxit-container .selectboxit {
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  width: 100%;
  height: 48px;
  cursor: pointer;
  margin: 0;
  padding: 0;
  overflow: hidden;
  display: block;
  position: relative;
  color: #09142B;
  border-bottom: 1px solid #22314E;
  font-size: 14px;
  line-height: 20px;
  font-family: "europa", sans-serif;
}
.contact_about_project .form_wrap .selectboxit-container .selectboxit::before, .contact_about_project .form_wrap .selectboxit-container .selectboxit::after {
  content: "";
  position: absolute;
  z-index: 1;
}
.contact_about_project .form_wrap .selectboxit-container .selectboxit::before {
  top: 18px;
  width: 7px;
  height: 7px;
  border: 1px solid #09142B;
  border-top: 0;
  border-right: 0;
  right: 10px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.contact_about_project .form_wrap .selectboxit-container .selectboxit::after {
  height: 11px;
  width: 1px;
  background-color: #09142B;
  right: 13px;
  top: 14px;
}
.contact_about_project .form_wrap .selectboxit-container span {
  padding-left: 8px;
  height: 48px;
  line-height: 45px;
  text-indent: 18px;
  display: block;
}
.contact_about_project .form_wrap .selectboxit-container .selectboxit-option-icon-container {
  display: none;
}
.contact_about_project .form_wrap .selectboxit-container .selectboxit-options {
  display: none;
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: absolute;
  width: 100%;
  top: -webkit-calc(100% - 3px);
  top: -moz-calc(100% - 3px);
  top: calc(100% - 3px);
}
.contact_about_project .form_wrap .selectboxit-container .selectboxit-option {
  background-color: #FFFFFF;
  padding: 11px 33px 10px 13px;
  color: #09142B;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  font-size: 14px;
  line-height: 20px;
  font-family: "europa", sans-serif;
}
.contact_about_project .form_wrap .selectboxit-container .selectboxit-option.selectboxit-focus {
  background-color: #d1d6e0;
}
.contact_about_project .form_wrap .selectboxit-container .selectboxit-option:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.contact_about_project .form_wrap .selectboxit-container .selectboxit-option a {
  text-decoration: none;
}
.contact_about_project .form_wrap .selectboxit-container .selectboxit-text {
  text-indent: 2px;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
  z-index: 1;
  width: 100%;
  padding-left: 0;
  padding-top: 5px;
}
.contact_about_project.dark_moode {
  background-color: #09142B;
  color: #FFFFFF;
}
.contact_about_project.dark_moode .right_side {
  background-color: #0F1B34;
}
.contact_about_project.dark_moode .right_side button {
  color: #FFFFFF;
}
.contact_about_project.dark_moode .right_side button svg path {
  stroke: #FFFFFF;
}
.contact_about_project .book_an_inspection {
  width: 432px;
  color: #FFFFFF;
  background-color: #0F1B34;
  padding: 40px 48px 36px;
}
.contact_about_project .book_an_inspection .text_24_Frei {
  margin-top: 24px;
  margin-bottom: 33px;
}
.contact_about_project .book_an_inspection .btnWArrow {
  background-color: transparent;
  cursor: pointer;
  padding: 0;
  margin-top: 7px;
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: inline-flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  color: #FFFFFF;
}
.contact_about_project .book_an_inspection .btnWArrow svg {
  width: 27px;
  margin-top: 3px;
}
.contact_about_project .book_an_inspection .btnWArrow svg path {
  stroke: #FFFFFF;
}

@media screen and (max-width: 1024px) {
  .contact_about_project {
    padding: 0 0 17px;
  }
  .contact_about_project .contact_content {
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
  }
  .contact_about_project .peoples_wrap {
    margin-bottom: 30px;
  }
  .contact_about_project .one_person {
    margin: 0 16px;
  }
}
@media screen and (max-width: 767px) {
  .contact_about_project .peoples_wrap {
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
    margin-bottom: 8px;
  }
  .contact_about_project .one_person {
    margin-bottom: 32px;
  }
  .contact_about_project .form_wrap {
    width: 100%;
    margin: 0 auto;
  }
  .contact_about_project .form_wrap .input_wrap {
    width: 100%;
  }
}
/*========= End of Agent profile  ==========*/
/*=========================================
=           Sticky agent profile          =
=========================================*/
.listing_page .agent_quick_info_pin {
  height: 100px;
  width: 100%;
  background-color: #09142B;
  z-index: 10;
  pointer-events: none;
  position: relative;
}
.listing_page .agent_quick_info {
  height: 100px;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  pointer-events: all;
}
@media screen and (max-width: 1024px) {
  .listing_page .agent_quick_info {
    display: none;
  }
}
.listing_page .agent_quick_info .content {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-pack: end;
  -moz-box-pack: end;
  box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -o-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: end;
}
.listing_page .agent_quick_info .quick_info {
  border-radius: 48px;
  padding: 0 17px 0 0;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  height: 48px;
  position: relative;
  background-color: #09142B;
}
.listing_page .agent_quick_info .quick_info::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #5B6D8F;
  pointer-events: none;
  border-radius: 48px;
}
.listing_page .agent_quick_info .avatar {
  border-radius: 50%;
  width: 48px;
  height: 48px;
  -o-object-fit: cover;
     object-fit: cover;
}
.listing_page .agent_quick_info .text_wrap {
  margin-left: 12px;
}
.listing_page .agent_quick_info .contact {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  margin-left: 25px;
}
.listing_page .agent_quick_info .contact a {
  position: relative;
}
.listing_page .agent_quick_info .contact a:last-child {
  padding-left: 13px;
  margin-left: 12px;
}
.listing_page .agent_quick_info .contact a:last-child::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 1px;
  background: #22314E;
}
.listing_page .agent_quick_info .contact svg {
  width: 12px;
}
.listing_page .agent_quick_info .contact path {
  fill: #FFFFFF;
}
@media screen and (max-width: 767px) {
  .listing_page .agent_quick_info .content {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
  }
}

/*========= End of Agent profile  ==========*/
/*=========================================
=            Inspection times            =
=========================================*/
.inspo_auction_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  padding-bottom: 80px;
}
@media screen and (max-width: 1024px) {
  .inspo_auction_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
            flex-direction: column;
  }
}
.inspo_auction_wrap .auctions_times {
  border-right: 1px solid #5B6D8F;
  padding-right: 40px;
  margin-right: 40px;
}
.inspo_auction_wrap .auctions_times .container {
  padding-right: 0;
  margin-right: 0;
}
@media screen and (max-width: 1024px) {
  .inspo_auction_wrap .auctions_times {
    border-right: 0;
    padding-right: 0;
    margin-right: 0;
  }
}

.slick_buttons_wrap {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
}
.slick_buttons_wrap div {
  border: 1px solid #5B6D8F;
  border-radius: 4px;
  width: 32px;
  height: 32px;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  margin-left: 8px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.slick_buttons_wrap div.slick-disabled {
  opacity: 0.4;
}
.slick_buttons_wrap div.slick-hidden {
  display: none;
}

.inspection_times.no_auction_element {
  width: 100%;
}
.inspection_times.no_auction_element .top_elements_wrap {
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  padding: 0 60px;
}
@media screen and (max-width: 1024px) {
  .inspection_times.no_auction_element .top_elements_wrap {
    padding: 0 40px;
  }
}
@media screen and (max-width: 767px) {
  .inspection_times.no_auction_element .top_elements_wrap {
    padding: 0 20px;
  }
}
.inspection_times.no_auction_element.center_els .top_elements_wrap {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
}
.inspection_times.no_auction_element.center_els .inspections_wrap {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
}
.inspection_times.inspect_times_wrap:not(.no_auction_element) {
  width: -webkit-calc(100% - 439px);
  width: -moz-calc(100% - 439px);
  width: calc(100% - 439px);
}
.inspection_times.inspect_times_wrap:not(.no_auction_element) .slick_buttons_wrap {
  margin-right: 90px;
}
.inspection_times.inspect_times_wrap:not(.no_auction_element) .slick-list {
  padding-left: 0;
}
@media screen and (max-width: 1024px) {
  .inspection_times.inspect_times_wrap:not(.no_auction_element) {
    width: 100%;
  }
}
.inspection_times .container {
  padding: 0 64px;
}
.inspection_times .top_elements_wrap {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
  margin-bottom: 26px;
}
.inspection_times .one_inspection {
  border: 1px solid #5B6D8F;
  border-radius: 4px;
  width: 310px;
  height: 165px;
  margin-right: 24px;
  padding: 24px;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.inspection_times .one_inspection .top_wrap {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
}
.inspection_times .one_inspection .top_wrap a {
  -webkit-text-decoration-line: underline;
     -moz-text-decoration-line: underline;
          text-decoration-line: underline;
}
.inspection_times .one_inspection .bottom_wrap {
  margin-top: auto;
}
.inspection_times .one_inspection .bottom_wrap .main_date {
  border-bottom: 1px solid #5B6D8F;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.inspection_times .one_inspection .times_elements {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
}
.inspection_times .one_inspection .times_elements a {
  font-size: 12px;
  line-height: 18px;
  -webkit-text-decoration-line: underline;
     -moz-text-decoration-line: underline;
          text-decoration-line: underline;
}
.inspection_times .slick-list {
  padding-left: 64px;
}
.inspection_times.center_els .text_40_Frei {
  text-align: center;
}
.inspection_times.center_els .inspections_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: flex-start;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: flex-start;
}
.inspection_times.center_els .slick_buttons_wrap {
  display: none;
}

@media screen and (max-width: 1024px) {
  .inspect_times_wrap {
    padding: 30px 64px 0;
  }
}
@media screen and (max-width: 767px) {
  .inspect_times_wrap {
    padding: 20px 20px 0;
  }
  .inspection_times {
    padding-top: 23px;
  }
  .inspection_times .top_elements_wrap {
    margin-bottom: 20px;
  }
  .inspection_times .text_40_Frei {
    font-size: 32px;
    line-height: 40px;
  }
  .inspection_times .container {
    padding: 0 20px;
  }
  .inspection_times .slick-list {
    padding: 0;
  }
  .inspection_times .inspections_wrap {
    width: 100%;
    max-width: 310px;
    margin: 0 auto 20px;
  }
  .inspection_times .slick-list {
    overflow: visible;
  }
}
/*========= End of Inspection times  ==========*/
/*=========================================
=            Property features            =
=========================================*/
.listing_profiles_wrap {
  padding: 80px 0;
}
.listing_profiles_wrap.no_slick .one_profile:not(.slick-active) {
  opacity: 1;
}
.listing_profiles_wrap .top_title {
  max-width: 920px;
  margin: 0 auto 24px;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  position: relative;
}
.listing_profiles_wrap .top_title span {
  background-color: #09142B;
  position: relative;
  z-index: 1;
  padding: 0 12px;
}
.listing_profiles_wrap .top_title::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  height: 1px;
  width: 100%;
  background-color: #5B6D8F;
  z-index: 0;
  opacity: 0.2;
}
.listing_profiles_wrap .profiles_wrap {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
}
.listing_profiles_wrap .one_profile {
  width: 202px;
  margin-right: 20px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.listing_profiles_wrap .one_profile .images_wrap {
  height: 202px;
  width: 100%;
  -webkit-background-size: cover;
          background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 4px 4px 0px 0px;
}
.listing_profiles_wrap .one_profile .title_wrap {
  height: 50px;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  padding: 0 16px;
  border-radius: 0px 0px 4px 4px;
}
.listing_profiles_wrap .one_profile:not(.slick-active) {
  opacity: 0.4;
}
.listing_profiles_wrap .slick_buttons_wrap {
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  margin-top: 22px;
}

/*========= End of Property features  ==========*/
/*=========================================
=         Properties content wrap        =
=========================================*/
.properties_content_wrap {
  padding: 80px 0;
}
.properties_content_wrap .content {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-align: start;
  -moz-box-align: start;
  box-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  align-items: flex-start;
  -ms-flex-align: start;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.properties_content_wrap .container {
  max-width: 1440px;
  padding: 0 40px;
}
.properties_content_wrap .first_image {
  width: 1184px;
  height: auto;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.properties_content_wrap .head_desc_wrap {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-align: start;
  -moz-box-align: start;
  box-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  align-items: flex-start;
  -ms-flex-align: start;
  margin-top: 96px;
  padding-left: 24px;
  max-width: 1160px;
}
.properties_content_wrap .heading_wrap {
  width: 55%;
  margin-right: 88px;
}
.properties_content_wrap .description_wrap {
  width: -webkit-calc(45% - 88px);
  width: -moz-calc(45% - 88px);
  width: calc(45% - 88px);
}
.properties_content_wrap .description_wrap .toggle-text-content span {
  display: none;
}
.properties_content_wrap .description_wrap .toggle-text-link {
  display: block;
  margin: 20px 0;
  font-size: 15px;
}
.properties_content_wrap .description_wrap .ddc_link {
  display: block;
  margin-top: 30px;
}

@media screen and (max-width: 1024px) {
  .properties_content_wrap .head_desc_wrap {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    margin-top: 69px;
    margin-bottom: 90px;
    padding-left: 0px;
    max-width: 100%;
  }
  .properties_content_wrap .heading_wrap {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 32px;
    font-size: 36px;
    line-height: 44px;
  }
  .properties_content_wrap .description_wrap {
    width: 400px;
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .properties_content_wrap .container {
    padding: 0 20px;
  }
  .properties_content_wrap .head_desc_wrap {
    margin-top: 80px;
    margin-bottom: 80px;
  }
  .properties_content_wrap .heading_wrap {
    margin-bottom: 40px;
  }
  .properties_content_wrap .description_wrap {
    width: 100%;
  }
}
/*========= End of Properties content wrap  ==========*/
/*=========================================
=              About suburb            =
=========================================*/
.about_suburb .single_map {
  background: #F5F5F5;
}
.about_suburb .about_toorak {
  padding: 80px 0;
  background: #F5F5F5;
}
.about_suburb .about_toorak .container {
  padding: 0 122px;
  max-width: 1440px;
}
.about_suburb .about_toorak .at_subtitle {
  padding: 23px 0;
}
.about_suburb .about_toorak .at_desc h2, .about_suburb .about_toorak .at_desc p {
  text-align: left !important;
}
.about_suburb .about_toorak .at_desc h2 {
  font-family: "Canela", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 36px;
  color: #5B6D8F;
}
.about_suburb .about_toorak .at_desc p {
  font-family: "Europa";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
.about_suburb .about_toorak .content {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
}
.about_suburb .about_toorak .left_side {
  width: -webkit-calc(100% - 592px);
  width: -moz-calc(100% - 592px);
  width: calc(100% - 592px);
  margin-right: 160px;
}
.about_suburb .about_toorak .left_side a {
  margin-top: 35px;
}
.about_suburb .about_toorak .one_trending_wrap {
  width: 432px;
  height: 486px;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  padding: 32px 36px;
  overflow: hidden;
  background-color: pink;
}
.about_suburb .about_toorak .one_trending_wrap .image_bg_wrap {
  -webkit-background-size: cover;
          background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.about_suburb .about_toorak .one_trending_wrap .image_bg_wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.about_suburb .about_toorak .one_trending_wrap .top_cat {
  position: absolute;
  top: 32px;
  left: 36px;
  padding: 4px 12px;
  z-index: 1;
}
.about_suburb .about_toorak .one_trending_wrap::after {
  z-index: 0;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(-450deg, rgba(13, 29, 52, 0) 36.21%, rgba(13, 29, 52, 0.8) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(36.21%, rgba(13, 29, 52, 0)), to(rgba(13, 29, 52, 0.8)));
  background: -webkit-linear-gradient(top, rgba(13, 29, 52, 0) 36.21%, rgba(13, 29, 52, 0.8) 100%);
  background: -moz-linear-gradient(top, rgba(13, 29, 52, 0) 36.21%, rgba(13, 29, 52, 0.8) 100%);
  background: linear-gradient(180deg, rgba(13, 29, 52, 0) 36.21%, rgba(13, 29, 52, 0.8) 100%);
}
.about_suburb .about_toorak .one_trending_wrap .bottom_texts {
  margin-top: auto;
  position: relative;
  z-index: 1;
}
.about_suburb .about_toorak .one_trending_wrap .bottom_texts .text_56_Frei {
  margin-bottom: 8px;
}
@media screen and (min-width: 1025px) {
  .about_suburb .about_toorak .one_trending_wrap:hover .image_bg_wrap {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
}
.about_suburb .median_house_price {
  position: relative;
  padding: 80px 0;
}
.about_suburb .median_house_price .loader_wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-lines: single;
  -moz-box-lines: single;
  box-lines: single;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  flex-wrap: nowrap;
  z-index: 10;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.about_suburb .median_house_price .loader_wrap.hide {
  opacity: 0;
  pointer-events: none;
}
.about_suburb .median_house_price .loader_wrap svg {
  width: 100px;
}
.about_suburb .median_house_price .container {
  padding: 0 40px;
  max-width: 1440px;
}
.about_suburb .median_house_price .content {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
}
.about_suburb .median_house_price .left_side {
  width: -webkit-calc(100% - 720px);
  width: -moz-calc(100% - 720px);
  width: calc(100% - 720px);
}
.about_suburb .median_house_price .left_side .image_wrap {
  width: 100%;
  height: 440px;
  -webkit-background-size: cover;
          background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
  background-color: rgba(245, 245, 245, 0.5);
}
.about_suburb .median_house_price .left_side .image_wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.about_suburb .median_house_price .left_side .text_element {
  height: 405px;
  width: 294px;
  background: #F5F5F5;
  padding: 27px 40px;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-align: end;
  -moz-box-align: end;
  box-align: end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  -o-align-items: flex-end;
  align-items: flex-end;
  -ms-flex-align: end;
  margin-left: -40px;
  margin-top: -275px;
  z-index: 0;
  position: relative;
}
.about_suburb .median_house_price .right_side {
  padding-left: 40px;
  width: 720px;
}
.about_suburb .median_house_price .three_elements {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  width: -webkit-calc(100% + 30px);
  width: -moz-calc(100% + 30px);
  width: calc(100% + 30px);
  margin-left: -15px;
  margin-top: 32px;
}
.about_suburb .median_house_price .text_80_Frei {
  margin-bottom: 16px;
}
.about_suburb .median_house_price .one_col {
  width: -webkit-calc(33.33% - 30px);
  width: -moz-calc(33.33% - 30px);
  width: calc(33.33% - 30px);
  margin: 0 15px;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
}
.about_suburb .median_house_price .one_col .icon_wrap {
  margin-right: 12px;
}
.about_suburb .median_house_price .one_col .text_16_eu {
  margin-bottom: 4px;
}
.about_suburb .median_house_price .border_wrap {
  margin-top: 47px;
  margin-bottom: 32px;
  width: -webkit-calc(100% + 40px);
  width: -moz-calc(100% + 40px);
  width: calc(100% + 40px);
  margin-left: -40px;
  height: 1px;
  background: #E3E3E3;
}
.about_suburb .listing_accesses {
  padding: 48px 0 104px;
}
.about_suburb .listing_accesses .container {
  padding: 0 120px;
  max-width: 1440px;
}
.about_suburb .listing_accesses .content_accesses {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  width: -webkit-calc(100% + 32px);
  width: -moz-calc(100% + 32px);
  width: calc(100% + 32px);
  margin-left: -16px;
}
.about_suburb .listing_accesses .one_access {
  width: -webkit-calc(33.33% - 32px);
  width: -moz-calc(33.33% - 32px);
  width: calc(33.33% - 32px);
  margin: 0 16px;
}
.about_suburb .listing_accesses .one_access .oa_title {
  padding-bottom: 23px;
  border-bottom: 1px solid #E3E3E3;
}
.about_suburb .listing_accesses .one_access .text_16_eu {
  line-height: 20px;
  margin: 22px 0 7px;
}

@media screen and (max-width: 1024px) {
  .about_suburb .about_toorak .container {
    padding: 0 40px;
  }
  .about_suburb .about_toorak .at_subtitle {
    padding: 14px 0 16px;
  }
  .about_suburb .about_toorak a {
    margin-top: 28px;
  }
  .about_suburb .about_toorak .content {
    -webkit-box-align: end;
    -moz-box-align: end;
    box-align: end;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    -ms-align-items: flex-end;
    -o-align-items: flex-end;
    align-items: flex-end;
    -ms-flex-align: end;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
  }
  .about_suburb .about_toorak .left_side {
    width: 100%;
    margin-right: 0;
  }
  .about_suburb .about_toorak .left_side .at_title {
    color: #09142B;
  }
  .about_suburb .about_toorak .one_trending_wrap {
    margin-top: 63px;
    padding: 24px;
  }
  .about_suburb .about_toorak .one_trending_wrap .bottom_texts .text_56_Frei {
    font-size: 36px;
    line-height: 40px;
  }
  .about_suburb .about_toorak .one_trending_wrap .bottom_texts .text_16_eu {
    line-height: 20px;
  }
  .about_suburb .median_house_price {
    padding: 80px 0 0;
  }
  .about_suburb .median_house_price .content {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
  }
  .about_suburb .median_house_price .left_side {
    width: 640px;
  }
  .about_suburb .median_house_price .left_side .text_element {
    height: 387px;
    padding: 14px 40px;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -moz-box-align: start;
    box-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -o-align-items: flex-start;
    align-items: flex-start;
    -ms-flex-align: start;
    -webkit-box-pack: end;
    -moz-box-pack: end;
    box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    -o-justify-content: flex-end;
    justify-content: flex-end;
    -ms-flex-pack: end;
  }
  .about_suburb .median_house_price .left_side .text_element .text_14_eu {
    margin-bottom: 8px;
  }
  .about_suburb .median_house_price .right_side {
    margin-top: 16px;
    padding-left: 0;
    width: 100%;
  }
  .about_suburb .median_house_price .three_elements {
    width: -webkit-calc(100% + 28px);
    width: -moz-calc(100% + 28px);
    width: calc(100% + 28px);
    margin-left: -14px;
  }
  .about_suburb .median_house_price .text_80_Frei {
    margin-bottom: 48px;
  }
  .about_suburb .median_house_price .one_col {
    width: -webkit-calc(33.33% - 28px);
    width: -moz-calc(33.33% - 28px);
    width: calc(33.33% - 28px);
    margin: 0 14px;
  }
  .about_suburb .listing_accesses {
    padding: 70px 0 64px;
  }
  .about_suburb .listing_accesses .container {
    padding: 0 40px;
  }
  .about_suburb .listing_accesses .content_accesses {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .about_suburb .listing_accesses .one_access {
    width: -webkit-calc(50% - 32px);
    width: -moz-calc(50% - 32px);
    width: calc(50% - 32px);
    margin: 0 16px 40px;
  }
}
@media screen and (max-width: 767px) {
  .about_suburb .about_toorak {
    padding: 126px 0;
  }
  .about_suburb .about_toorak .container {
    padding: 0 20px;
  }
  .about_suburb .about_toorak .at_subtitle {
    padding: 24px 0;
    line-height: 36px;
  }
  .about_suburb .about_toorak .at_title {
    font-size: 52px;
    line-height: 52px;
  }
  .about_suburb .about_toorak .left_side a {
    margin-top: 52px;
  }
  .about_suburb .about_toorak .one_trending_wrap {
    width: 100%;
    height: 420px;
    margin-top: 52px;
  }
  .about_suburb .median_house_price .container {
    padding: 0 20px;
  }
  .about_suburb .median_house_price .left_side {
    width: 100%;
  }
  .about_suburb .median_house_price .left_side .image_wrap {
    height: 258px;
  }
  .about_suburb .median_house_price .left_side .text_element {
    height: 347px;
    width: 100%;
    padding: 40px 20px;
    margin-left: -20px;
    margin-top: -224px;
  }
  .about_suburb .median_house_price .left_side .text_element .text_36_Frei {
    font-size: 24px;
    line-height: 28px;
  }
  .about_suburb .median_house_price .right_side {
    margin-top: 24px;
  }
  .about_suburb .median_house_price .text_80_Frei {
    margin-bottom: 26px;
    font-size: 56px;
    line-height: 60px;
    margin-top: 4px;
  }
  .about_suburb .median_house_price .three_elements {
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .about_suburb .median_house_price .one_col {
    width: -webkit-calc(50% - 30px);
    width: -moz-calc(50% - 30px);
    width: calc(50% - 30px);
    margin-bottom: 20px;
  }
  .about_suburb .median_house_price .border_wrap {
    margin-bottom: 40px;
    width: 100%;
    margin-left: 0;
  }
  .about_suburb .listing_accesses {
    padding: 84px 0 56px;
  }
  .about_suburb .listing_accesses .container {
    padding: 0 20px;
  }
  .about_suburb .listing_accesses .content_accesses {
    width: 100%;
    margin-left: 0;
  }
  .about_suburb .listing_accesses .one_access {
    width: 100%;
    margin: 0 0 48px;
  }
  .about_suburb .listing_accesses .one_access .oa_title {
    font-size: 20px;
    line-height: 24px;
  }
}
/*========= End of About suburb  ==========*/
.section_with_the_form .thank_you_message {
  z-index: 11;
}
.section_with_the_form.light_moode .right_side input, .section_with_the_form.light_moode .right_side textarea {
  color: #5B6D8F;
  margin-top: 15px;
}

@media screen and (max-width: 1024px) and (orientation: landscape) {
  .mfp-gallery .mfp-img {
    padding: 0 !important;
  }
  .mfp-image-holder .mfp-close {
    right: -48px !important;
  }
  .mfp-bottom-bar {
    left: 51px !important;
  }
}
.mobile_modal_gallery {
  position: fixed;
  z-index: 12;
  top: 0px;
  left: 0px;
  width: 100vw;
  height: 100vh;
  background-color: rgba(11, 11, 11, 0.8);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  opacity: 0;
  pointer-events: none;
  padding-bottom: 55px;
  padding-top: 132px;
}
.mobile_modal_gallery.activeGalModal {
  opacity: 1;
  pointer-events: all;
}
.mobile_modal_gallery .close_btn {
  border: 0;
  background: transparent;
  color: white;
  font-size: 39px;
  width: 30px;
  margin-left: auto;
  padding: 0;
  margin-right: 6px;
  top: 64px;
  position: absolute;
  right: 0;
}
.mobile_modal_gallery .slick-slide {
  width: 100vw;
  height: 100% !important;
}
.mobile_modal_gallery img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
  max-height: -webkit-calc(100vh - 120px);
  max-height: -moz-calc(100vh - 120px);
  max-height: calc(100vh - 120px);
}
.mobile_modal_gallery .modal_slick_wrap {
  padding: 0 6px;
  position: relative;
}
.mobile_modal_gallery .modal_slick_wrap .slick-arrow {
  position: absolute;
  color: transparent;
  background-color: transparent;
  border: 0;
  top: -webkit-calc(50% - 25px);
  top: -moz-calc(50% - 25px);
  top: calc(50% - 25px);
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  z-index: 10;
  padding: 0;
}
.mobile_modal_gallery .modal_slick_wrap .slick-arrow::after {
  position: absolute;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}
.mobile_modal_gallery .modal_slick_wrap .slick-arrow.slick-prev {
  left: 0;
}
.mobile_modal_gallery .modal_slick_wrap .slick-arrow.slick-prev::after {
  border-right: 10px solid #a2aaad;
}
.mobile_modal_gallery .modal_slick_wrap .slick-arrow.slick-next {
  right: 0;
}
.mobile_modal_gallery .modal_slick_wrap .slick-arrow.slick-next::after {
  border-left: 10px solid #a2aaad;
}

.property_image_gallery_wrap {
  background-color: #09142B;
  position: fixed;
  z-index: 12;
  top: 0px;
  left: 0px;
  width: 100vw;
  height: 100vh;
  height: -webkit-calc(var(--vh, 1vh) * 100);
  height: -moz-calc(var(--vh, 1vh) * 100);
  height: calc(var(--vh, 1vh) * 100);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
}
.property_image_gallery_wrap .close_btn {
  border: 0;
  background: transparent;
  color: white;
  font-size: 39px;
  width: 30px;
  margin-left: auto;
  padding: 0;
  margin-right: 6px;
  top: 0;
  position: absolute;
  right: 0;
  z-index: 13;
}
.property_image_gallery_wrap .swiper-zoom-container > img {
  -o-object-fit: contain;
     object-fit: contain;
}
.property_image_gallery_wrap .swiper-wrapper {
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
}
.property_image_gallery_wrap .swiper-button-prev {
  top: 50%;
  width: 50px;
  height: 50px;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  left: 0;
}
.property_image_gallery_wrap .swiper-button-prev::after {
  position: absolute;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #a2aaad;
  -webkit-transform: rotate(180deg);
     -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}
.property_image_gallery_wrap .swiper-zoom-container > img {
  max-width: 100%;
  max-height: -webkit-calc(var(--vh, 1vh) * 100);
  max-height: -moz-calc(var(--vh, 1vh) * 100);
  max-height: calc(var(--vh, 1vh) * 100);
}
.property_image_gallery_wrap .swiper-button-next {
  top: 50%;
  width: 50px;
  height: 50px;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  right: 0;
}
.property_image_gallery_wrap .swiper-button-next::after {
  position: absolute;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #a2aaad;
}/*# sourceMappingURL=listing.css.map */