@charset "UTF-8";
body.home #content {
  padding-top: 0;
}
@media (min-width: 1122px) {
  body.home #content {
    padding-top: 0;
  }
}
body:not(.home) {
  background-color: #ffffff;
}
body:not(.home) #content {
  padding-top: 30px;
}
@media (min-width: 1122px) {
  body:not(.home) #content {
    padding-top: 0;
    min-height: 100vh;
  }
}
body:not(.home) #content main#main article {
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (min-width: 1200px) {
  body:not(.home) #content main#main article {
    max-width: 1280px;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1199.98px) {
  body:not(.home) #content main#main article {
    max-width: 960px;
  }
}
body:not(.home) #content main#main article .group {
  padding: 100px 0 40px;
}
@media screen and (max-width: 1024.98px) {
  body:not(.home) #content main#main article .group {
    padding: 60px 0 20px;
  }
}
body:not(.home) #content main#main article .group p {
  font-size: 16px;
  line-height: 27.4px;
  font-weight: 400;
}
body:not(.home) #content main#main > .hero ~ article .group {
  padding: 40px 0;
}
body:not(.home):not(.ap-shortcode-ap_search_results) #content article > .group {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}
body:not(.home):not(.ap-shortcode-ap_search_results) #content article .entry-content h1, body:not(.home):not(.ap-shortcode-ap_search_results) #content article .entry-content h2, body:not(.home):not(.ap-shortcode-ap_search_results) #content article .entry-content h3, body:not(.home):not(.ap-shortcode-ap_search_results) #content article .entry-content h4, body:not(.home):not(.ap-shortcode-ap_search_results) #content article .entry-content h5 {
  margin: 1.75rem 0 1.38rem;
  overflow-wrap: break-word;
}
body:not(.home):not(.ap-shortcode-ap_search_results) #content article .entry-content h1 {
  margin-top: 0;
  font-size: 2.488rem;
}
body:not(.home):not(.ap-shortcode-ap_search_results) #content article .entry-content h2 {
  font-size: 2.074rem;
}
body:not(.home):not(.ap-shortcode-ap_search_results) #content article .entry-content h3 {
  font-size: 1.728rem;
}
body:not(.home):not(.ap-shortcode-ap_search_results) #content article .entry-content h4 {
  font-size: 1.44rem;
}
body:not(.home):not(.ap-shortcode-ap_search_results) #content article .entry-content h5 {
  font-size: 1.2rem;
}
body:not(.home):not(.ap-shortcode-ap_search_results) #content article .entry-content h1, body:not(.home):not(.ap-shortcode-ap_search_results) #content article .entry-content h2 {
  font-family: Roboto;
}
body:not(.home):not(.ap-shortcode-ap_search_results) #content article .entry-content h1, body:not(.home):not(.ap-shortcode-ap_search_results) #content article .entry-content h2, body:not(.home):not(.ap-shortcode-ap_search_results) #content article .entry-content h3, body:not(.home):not(.ap-shortcode-ap_search_results) #content article .entry-content h4, body:not(.home):not(.ap-shortcode-ap_search_results) #content article .entry-content h5 {
  color: #003a42;
}
body:not(.home):not(.ap-shortcode-ap_search_results) #content article .entry-content ul:not([class]), body:not(.home):not(.ap-shortcode-ap_search_results) #content article .entry-content ol:not([class]) {
  margin: 1rem;
}
body:not(.home):not(.ap-shortcode-ap_search_results) #content article .entry-content blockquote {
  margin: 1rem 0;
  border-left: 1px solid #333333;
  padding-left: 1.15rem;
}
body:not(.home):not(.ap-shortcode-ap_search_results) #content article .entry-content .wp-block-buttons {
  margin-top: 2.5rem;
}
body:not(.home):not(.ap-shortcode-ap_search_results) #content article .entry-content .wp-block-buttons .wp-block-button__link {
  color: #ffffff;
  background: #003a42;
  border: 1px solid #003a42;
}
body:not(.home):not(.ap-shortcode-ap_search_results) #content article .entry-content .wp-block-buttons .wp-block-button__link:hover {
  background: #ffffff;
  color: #003a42;
  border-color: #ffffff;
}
body:not(.home):not(.ap-shortcode-ap_search_results) #content article .entry-content > .container {
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (min-width: 1200px) {
  body:not(.home):not(.ap-shortcode-ap_search_results) #content article .entry-content > .container {
    max-width: 1280px;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1199.98px) {
  body:not(.home):not(.ap-shortcode-ap_search_results) #content article .entry-content > .container {
    max-width: 960px;
  }
}
.hero {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  min-height: 100vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  transition: min-height ease-in 0.5s;
}
.hero .bg-header {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.hero .bg-header-5 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: rgba(0, 0, 0, 0.05);
}
.hero .bg-header-10 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: rgba(0, 0, 0, 0.1);
}
.hero .bg-header-15 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: rgba(0, 0, 0, 0.15);
}
.hero .bg-header-20 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: rgba(0, 0, 0, 0.2);
}
.hero .bg-header-25 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: rgba(0, 0, 0, 0.25);
}
.hero .bg-header-30 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: rgba(0, 0, 0, 0.3);
}
.hero .bg-header-35 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: rgba(0, 0, 0, 0.35);
}
.hero .bg-header-40 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: rgba(0, 0, 0, 0.4);
}
.hero .bg-header-45 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: rgba(0, 0, 0, 0.45);
}
.hero .bg-header-50 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.hero .bg-header-55 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: rgba(0, 0, 0, 0.55);
}
.hero .bg-header-60 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: rgba(0, 0, 0, 0.6);
}
.hero .bg-header-65 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: rgba(0, 0, 0, 0.65);
}
.hero .bg-header-70 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: rgba(0, 0, 0, 0.7);
}
.hero .bg-header-75 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: rgba(0, 0, 0, 0.75);
}
.hero .bg-header-80 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: rgba(0, 0, 0, 0.8);
}
.hero .bg-header-85 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: rgba(0, 0, 0, 0.85);
}
.hero .bg-header-90 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: rgba(0, 0, 0, 0.9);
}
.hero .bg-header-95 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: rgba(0, 0, 0, 0.95);
}
.hero .bg-header-100 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: black;
}
.hero.page-title {
  padding: 0 20px;
}
@media (max-width: 768px) {
  .hero.page-title {
    padding: 5rem 1rem;
  }
}
.hero .title-hero {
  z-index: 2;
  color: #ffffff;
}
.hero .title-hero > .entry-header {
  max-width: 60rem;
  margin: 0 auto;
}
.hero .title-hero > .entry-header h1.page-title {
  font-family: Roboto;
  color: #ffffff;
  font-size: 64px;
  line-height: 70px;
}
@media screen and (max-width: 1024.98px) {
  .hero .title-hero > .entry-header h1.page-title {
    font-size: 48px;
    line-height: 50px;
  }
}
@media screen and (max-width: 767.98px) {
  .hero .title-hero > .entry-header h1.page-title {
    font-size: 38px;
    line-height: normal;
  }
}
.hero .title-hero > .entry-header .page-desc {
  font-size: 20px !important;
  line-height: 28px !important;
  color: #ffffff;
}
.ap-shortcode-ap_favourite #apsp.container, .ap-shortcode-ap_favourite .favourites.container {
  width: 100%;
}
.ap-shortcode-ap_favourite .listing-item {
  margin-bottom: 20px;
  transition: all ease-in-out 0.5s;
}
.ap-shortcode-ap_favourite .listing-item > a {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-bottom: 75%;
  height: 0;
  display: block;
  background-color: #9c9c9c;
}
@media screen and (max-width: 767.98px) {
  .ap-shortcode-ap_favourite .listing-item > a {
    padding-bottom: 300px;
  }
}
@media screen and (max-width: 575.98px) {
  .ap-shortcode-ap_favourite .listing-item > a {
    padding-bottom: 200px;
  }
}
.ap-shortcode-ap_favourite .listing-item > a picture, .ap-shortcode-ap_favourite .listing-item > a img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ap-shortcode-ap_favourite .listing-item > a .no-image-container {
  height: 0;
  overflow: hidden;
  padding-bottom: 75%;
  position: relative;
  width: 100%;
  display: block;
  background: #9c9c9c;
}
@media screen and (max-width: 767.98px) {
  .ap-shortcode-ap_favourite .listing-item > a .no-image-container {
    padding-bottom: 300px;
  }
}
@media screen and (max-width: 575.98px) {
  .ap-shortcode-ap_favourite .listing-item > a .no-image-container {
    padding-bottom: 200px;
  }
}
.ap-shortcode-ap_favourite .listing-item > a .no-image-container i {
  font-size: 80px;
  color: #eee;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.ap-shortcode-ap_favourite .listing-item .open-times, .ap-shortcode-ap_favourite .listing-item .auction-time {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: fit-content;
  padding: 7px 10px;
  background-color: rgba(0, 58, 66, 0.8);
}
.ap-shortcode-ap_favourite .listing-item .open-times > p, .ap-shortcode-ap_favourite .listing-item .auction-time > p {
  font-size: 15px !important;
  font-weight: 400;
  line-height: 24px !important;
  letter-spacing: 0.64px;
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 0;
}
@media screen and (max-width: 575.98px) {
  .ap-shortcode-ap_favourite .listing-item .open-times > p, .ap-shortcode-ap_favourite .listing-item .auction-time > p {
    font-size: 12px !important;
  }
}
.ap-shortcode-ap_favourite .listing-item .sticker {
  position: absolute;
  left: 1rem;
  bottom: 1rem;
  z-index: 2;
  width: auto;
  height: auto;
  background-color: rgba(0, 58, 66, 0.75);
  padding: 10px 20px;
  font-size: 14px;
  text-transform: uppercase;
}
.ap-shortcode-ap_favourite .listing-item .sticker p, .ap-shortcode-ap_favourite .listing-item .sticker a {
  color: #ffffff;
  margin-bottom: 0;
}
.ap-shortcode-ap_favourite .listing-item section {
  background-color: #ffffff;
  box-shadow: none;
  padding: 24px 0;
}
@media screen and (max-width: 575.98px) {
  .ap-shortcode-ap_favourite .listing-item section {
    padding: 0;
    padding-top: 16px;
  }
}
.ap-shortcode-ap_favourite .listing-item section .listing-info-container {
  max-width: 100%;
  width: 100%;
  padding: 0;
  color: #333333;
}
.ap-shortcode-ap_favourite .listing-item section .listing-info-container .address-rooms {
  text-align: center;
  padding: 0;
}
.ap-shortcode-ap_favourite .listing-item section .listing-info-container .suburb {
  font-size: 14px;
  line-height: 28px;
  margin: 0;
}
.ap-shortcode-ap_favourite .listing-item section .listing-info-container .price {
  font-size: 20px !important;
  line-height: 28px !important;
  font-weight: 600 !important;
  color: #003a42;
}
.ap-shortcode-ap_favourite .listing-item section .listing-info-container .address {
  font-size: 20px !important;
  line-height: 28px !important;
  min-height: 0;
}
@media screen and (max-width: 575.98px) {
  .ap-shortcode-ap_favourite .listing-item section .listing-info-container .price, .ap-shortcode-ap_favourite .listing-item section .listing-info-container .suburb, .ap-shortcode-ap_favourite .listing-item section .listing-info-container .address {
    font-size: 14px !important;
    line-height: 22px !important;
    margin-bottom: 0;
  }
}
.ap-shortcode-ap_favourite .listing-item section .listing-info-container ul.rooms {
  display: flex;
  list-style: none;
}
.ap-shortcode-ap_favourite .listing-item section .listing-info-container ul.rooms li {
  font-size: 16px;
  font-weight: 400;
  line-height: 27.2px;
}
.ap-shortcode-ap_favourite .listing-item section .listing-info-container ul.rooms li:not(:last-child) {
  margin-right: 5px;
}
.ap-shortcode-ap_favourite .listing-item section .listing-info-container ul.rooms li:not(:last-child)::after {
  content: "|";
  top: 0;
}
@media screen and (max-width: 575.98px) {
  .ap-shortcode-ap_favourite .listing-item section .listing-info-container ul.rooms li {
    font-size: 14px;
    ine-height: 22px;
  }
}
.ap-shortcode-ap_favourite .listing-item section .listing-info-container .listing-info .row {
  justify-content: center;
  align-items: center;
}
.ap-shortcode-ap_favourite .listing-item section .listing-button {
  margin-top: auto;
}
.ap-shortcode-ap_favourite .listing-item section .button-tenancy-1form, .ap-shortcode-ap_favourite .listing-item section .button-inspection {
  padding: 0 15px;
}
.ap-shortcode-ap_favourite .listing-item section .button-tenancy-1form form input.apply-now {
  width: 100%;
  border: 0;
  padding: 12px 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background: #ffffff !important;
  border-color: #ffffff !important;
  color: #003a42 !important;
}
.ap-shortcode-ap_favourite .listing-item section .button-inspection {
  margin-top: 10px;
  margin-bottom: 15px;
}
.ap-shortcode-ap_favourite .listing-item section .button-inspection a.btn-inspection {
  background: #003a42;
  border-color: #003a42;
  color: #ffffff;
  border-radius: 0;
  line-height: 25px;
}
.ap-shortcode-ap_favourite .listing-item section .button-inspection a.btn-inspection:hover {
  background: #ffffff !important;
  border-color: #ffffff !important;
  color: #003a42 !important;
}
.ap-shortcode-ap_favourite .listing-item section .bookmark-property {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}
.ap-shortcode-ap_favourite .listing-item section .bookmark-property a {
  background-color: rgba(255, 255, 255, 0.65);
  margin: 0.85rem;
  color: #333333;
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  overflow: hidden;
  border-radius: 50%;
}
.ap-shortcode-ap_favourite .listing-item section .bookmark-property a.fav-type-2.save-fav-property, .ap-shortcode-ap_favourite .listing-item section .bookmark-property a.fav-type-2.trigger-delete-bookmark {
  display: grid;
  grid-template-columns: auto auto;
  padding: 0 0.65rem;
  transition: 0.5s;
  min-width: 40px;
}
.ap-shortcode-ap_favourite .listing-item section .bookmark-property a.fav-type-2.save-fav-property i, .ap-shortcode-ap_favourite .listing-item section .bookmark-property a.fav-type-2.trigger-delete-bookmark i {
  margin-right: 0;
  transition: 0.5s;
}
.ap-shortcode-ap_favourite .listing-item section .bookmark-property a.fav-type-2.save-fav-property:hover, .ap-shortcode-ap_favourite .listing-item section .bookmark-property a.fav-type-2.trigger-delete-bookmark:hover {
  border-radius: 6px;
  background: white;
}
.ap-shortcode-ap_favourite .listing-item section .bookmark-property a.fav-type-2.save-fav-property:hover i, .ap-shortcode-ap_favourite .listing-item section .bookmark-property a.fav-type-2.trigger-delete-bookmark:hover i {
  margin-right: 0.5rem;
}
.ap-shortcode-ap_favourite .listing-item section .bookmark-property a.fav-type-2.save-fav-property:hover:after, .ap-shortcode-ap_favourite .listing-item section .bookmark-property a.fav-type-2.trigger-delete-bookmark:hover:after {
  margin-right: 0;
  color: inherit;
}
.ap-shortcode-ap_favourite .listing-item section .bookmark-property a.fav-type-2.save-fav-property:after, .ap-shortcode-ap_favourite .listing-item section .bookmark-property a.fav-type-2.trigger-delete-bookmark:after {
  font-size: 0.85rem;
  transition: 0.5s;
  white-space: nowrap;
  color: transparent;
}
.ap-shortcode-ap_favourite .listing-item section .bookmark-property a.fav-type-2.save-fav-property:hover {
  min-width: 150px;
}
.ap-shortcode-ap_favourite .listing-item section .bookmark-property a.fav-type-2.save-fav-property:after {
  content: "Add to favorites";
  margin-right: -6.75rem;
}
.ap-shortcode-ap_favourite .listing-item section .bookmark-property a.fav-type-2.trigger-delete-bookmark:hover {
  min-width: 195px;
}
.ap-shortcode-ap_favourite .listing-item section .bookmark-property a.fav-type-2.trigger-delete-bookmark i {
  color: #d72020;
}
.ap-shortcode-ap_favourite .listing-item section .bookmark-property a.fav-type-2.trigger-delete-bookmark:after {
  content: "Remove from favorites";
  margin-right: -9.5rem;
}
#page .error-404 .page-404 {
  padding: 70px 15px !important;
}
#page .error-404 .page-404 h1.page-title {
  font-size: 15rem;
  line-height: 1;
  margin: 2rem 0 0;
}
#page .error-404 .page-404 span {
  font-size: 1.65rem;
  font-weight: 500;
  display: block;
  margin-bottom: 0.5rem;
}
.custom-wrapper {
  width: 100vw;
  margin-left: 50%;
  transform: translateX(-50%);
  margin-top: -50px;
}
.custom-wrapper > div {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: 55vh;
  color: #ffffff;
  padding: 4.5rem 1rem;
}
.custom-wrapper > div > :not(.ap-slideshow) {
  z-index: 2;
}
.custom-wrapper > div h1 {
  font-weight: 800;
  font-size: 2rem;
}
@media (min-width: 992px) {
  .custom-wrapper > div h1 {
    font-size: 3rem;
  }
}
@media (max-width: 1023.98px) {
  .custom-wrapper > div {
    height: 50vh;
  }
}
.custom-wrapper .bg-overlay-section-slideshow {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.custom-wrapper .bg-overlay-section-slideshow-5 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.05);
}
.custom-wrapper .bg-overlay-section-slideshow-10 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.1);
}
.custom-wrapper .bg-overlay-section-slideshow-15 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.15);
}
.custom-wrapper .bg-overlay-section-slideshow-20 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.2);
}
.custom-wrapper .bg-overlay-section-slideshow-25 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.25);
}
.custom-wrapper .bg-overlay-section-slideshow-30 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.3);
}
.custom-wrapper .bg-overlay-section-slideshow-35 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.35);
}
.custom-wrapper .bg-overlay-section-slideshow-40 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.4);
}
.custom-wrapper .bg-overlay-section-slideshow-45 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.45);
}
.custom-wrapper .bg-overlay-section-slideshow-50 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.5);
}
.custom-wrapper .bg-overlay-section-slideshow-55 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.55);
}
.custom-wrapper .bg-overlay-section-slideshow-60 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.6);
}
.custom-wrapper .bg-overlay-section-slideshow-65 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.65);
}
.custom-wrapper .bg-overlay-section-slideshow-70 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.7);
}
.custom-wrapper .bg-overlay-section-slideshow-75 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.75);
}
.custom-wrapper .bg-overlay-section-slideshow-80 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.8);
}
.custom-wrapper .bg-overlay-section-slideshow-85 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.85);
}
.custom-wrapper .bg-overlay-section-slideshow-90 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.9);
}
.custom-wrapper .bg-overlay-section-slideshow-95 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.95);
}
.custom-wrapper .bg-overlay-section-slideshow-100 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: black;
}
.custom-wrapper .wp-block-buttons {
  margin-top: 1.25rem;
  justify-content: center;
}
.custom-wrapper .ap-slideshow {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.custom-wrapper .ap-slideshow .tns-nav {
  position: absolute;
  width: 100%;
  bottom: 20px;
  z-index: 2;
  margin: 0 auto;
  text-align: center;
}
.custom-wrapper .ap-slideshow .tns-nav button {
  width: 13px;
  height: 13px;
  display: inline-block;
  padding: 0;
  margin: 0 5px;
  border: 0;
  background: white;
  opacity: 0.75;
  border-radius: 50%;
}
.custom-wrapper .ap-slideshow .tns-nav button.tns-nav-active {
  opacity: 1;
}
.custom-wrapper .ap-slideshow .carousel .item .embed-responsive {
  padding-bottom: 55vh;
}
.custom-wrapper .ap-slideshow .carousel .item .embed-responsive > * {
  width: 105%;
}
.custom-wrapper .ap-slideshow .carousel .item .embed-responsive img {
  object-fit: cover;
  object-position: top;
}
@media (max-width: 1023.98px) {
  .custom-wrapper .ap-slideshow .carousel .item .embed-responsive {
    padding-bottom: 50vh;
  }
}
.custom-wrapper .ap-slideshow .carousel .item .embed-responsive a {
  cursor: default;
}
.custom-wrapper .ap-slideshow .slider-nav {
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
}
@media (max-width: 991.98px) {
  .custom-wrapper .ap-slideshow .slider-nav {
    display: none;
  }
}
.custom-wrapper .ap-slideshow .slider-nav span {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 50px;
  height: 49px;
  color: #ffffff;
  font-size: 2rem;
  background: #003a42;
  cursor: pointer;
  border-radius: 50px;
  transition: 0.5s;
  border: 1px solid #003a42;
}
.custom-wrapper .ap-slideshow .slider-nav span:hover {
  background: #ffffff;
  color: #003a42;
  border-color: #ffffff;
}
.custom-wrapper .ap-slideshow .slider-nav span.prev {
  left: 2rem;
}
.custom-wrapper .ap-slideshow .slider-nav span.next {
  right: 2rem;
}
.custom-content {
  padding: 2rem 0;
}
@media (min-width: 992px) {
  .custom-content {
    padding: 4.5rem 1rem;
  }
}
.custom-content .wp-block-column {
  padding: 0 0.5rem;
}
.custom-page .wp-block-embed.is-type-video .wp-block-embed__wrapper {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
}
.custom-page .wp-block-embed.is-type-video .wp-block-embed__wrapper > iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.custom-page #videos .video-item {
  width: 100%;
}
.custom-page #videos .video-item .video-container > a > .embed-responsive {
  background-repeat: no-repeat;
  background-size: cover;
}
.custom-page #videos .video-item .video-container .button-play {
  display: flex;
  align-items: center;
  justify-content: center;
}
.custom-page #videos .video-item .video-container .button-play .button-play-circle {
  --size: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(var(--size) * 2);
  height: calc(var(--size) * 2);
  font-size: var(--size);
  background-color: rgba(51, 51, 51, 0.65);
  color: #fff;
  backdrop-filter: blur(5px);
  border-radius: 50%;
  transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
}
@media (max-width: 991.98px) {
  .custom-page #videos .video-item .video-container .button-play .button-play-circle {
    --size: 32px;
  }
}
.custom-page #videos .video-item .video-container .button-play:hover .button-play-circle {
  transform: scale(1.25);
}
.custom-cta {
  width: 100vw;
  margin-left: 50%;
  transform: translateX(-50%);
  padding: 2rem 0;
}
.custom-cta.is-cta-bg {
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .custom-cta {
    padding: 4.5rem 1.5rem;
  }
}
.custom-cta h1, .custom-cta h2, .custom-cta h3, .custom-cta p {
  width: 85%;
  margin: 1rem auto !important;
}
.custom-cta h1, .custom-cta h2, .custom-cta h3 {
  font-weight: 800;
  margin-bottom: 3rem;
  font-size: 2rem;
}
@media (min-width: 992px) {
  .custom-cta h1, .custom-cta h2, .custom-cta h3 {
    font-size: 3rem;
  }
}
.custom-cta .call-to-action {
  margin: 3.5rem auto 0;
}
@media (max-width: 767.98px) {
  .custom-cta .call-to-action .col {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.custom-cta .call-to-action .col .list-cta {
  width: 100%;
}
@media (min-width: 1122px) {
  .custom-cta .call-to-action .col .list-cta {
    align-items: flex-start;
  }
}
.custom-cta .call-to-action .col .list-cta.cta-type-icon .image-cta {
  max-width: 50px;
}
.custom-cta .call-to-action .col .list-cta.cta-type-icon figure.embed-responsive {
  margin: 0;
  transition: all 0.4s ease-in-out;
}
.custom-cta .call-to-action .col .list-cta.cta-type-icon figure.embed-responsive a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  text-align: center;
  color: #333333;
}
.custom-cta .call-to-action .col .list-cta.cta-type-icon figure.embed-responsive a > i {
  color: #333333;
  font-size: 40px;
}
.custom-cta .call-to-action .col .list-cta .image-cta {
  max-width: 80px;
}
.custom-cta .call-to-action .col .list-cta .title-cta {
  flex-grow: 0;
  text-transform: none;
}
.custom-cta .call-to-action .col .list-cta .title-cta a {
  color: #333333;
  font-weight: 600;
}
.custom-cta .call-to-action .col .list-cta .title-cta a h4 {
  font-weight: 800;
  font-size: 1.25rem;
  margin: 0;
}
.custom-cta .call-to-action .col .list-cta .description-cta {
  flex-grow: 1;
  text-align: left;
}
@media (max-width: 1199.98px) {
  .custom-cta .call-to-action .col .list-cta .description-cta {
    text-align: center;
  }
}
.custom-cta .call-to-action .col .list-cta .description-cta p {
  width: 100%;
}
.custom-cta .call-to-action .col .list-cta .link-wrapper-cta a {
  text-transform: uppercase;
  font-weight: 600;
}
.contact-us {
  background-color: #ffffff;
}
.contact-us main#main.site-main article {
  padding: 0 !important;
}
.contact-us main#main.site-main article > .group {
  width: 100%;
  max-width: 100% !important;
  padding: 0;
}
.contact-us main#main.site-main article .wp-block-group {
  margin: auto;
  padding: 3rem 1.5rem 1rem 1.5rem;
}
@media (min-width: 992px) {
  .contact-us main#main.site-main article .wp-block-group {
    width: 85%;
  }
}
.contact-us main#main.site-main article .wp-block-group h2 {
  font-weight: 600;
  font-size: 3rem !important;
  font-family: Roboto;
}
.contact-us main#main.site-main article .wp-block-columns .wp-block-column h2, .contact-us main#main.site-main article .wp-block-columns .wp-block-column h3, .contact-us main#main.site-main article .wp-block-columns .wp-block-column h4 {
  font-family: Roboto;
  font-size: 1.2rem !important;
  margin-top: 16px;
}
.contact-us main#main.site-main article .wp-block-columns .wp-block-column a {
  color: #333333;
}
.contact-us main#main.site-main article .wp-block-columns .wp-block-column .gform_wrapper {
  margin-top: 16px;
}
.contact-us main#main.site-main article .wp-block-columns .wp-block-column .gform_wrapper .gform_footer {
  padding: 0;
}
.contact-us .map-container {
  position: relative;
  display: block;
  width: 100%;
  height: calc(100vh - 195px);
  margin-top: 50px;
  z-index: 1;
  overflow: hidden;
}
@media screen and (max-width: 900px) and (min-width: 600px) {
  .contact-us .map-container {
    height: 100vh;
  }
}
.contact-us .map-container > div {
  position: absolute;
  width: 100%;
  height: 100%;
}
.contact-us .map-container .apmap {
  width: 100% !important;
  height: 100% !important;
}
.ap-page-less-ap_account .select2, .ap-page-less-ap_account .select2-container--default .select2-selection--single {
  width: 100% !important;
  height: 40px !important;
  border: 0 !important;
}
.ap-page-less-ap_account .select2.select2-container--default span.select2-selection__rendered {
  padding: 0 20px !important;
  line-height: 40px !important;
  color: #333333 !important;
  height: 40px !important;
}
.ap-page-less-ap_account .select2.select2-container--default .select2-selection__arrow {
  height: 36px;
  right: 5px;
}
.ap-page-less-ap_account .entry-content .account-page {
  border: 0;
}
.ap-page-less-ap_account .entry-content .account-page > ul.tab-list {
  display: flex;
  align-items: center;
  width: 100%;
}
.ap-page-less-ap_account .entry-content .account-page > ul.tab-list > li + li {
  margin-left: 0.25rem;
}
.ap-page-less-ap_account .entry-content .account-page > ul.tab-list > li.item-active a {
  font-weight: bold;
  background-color: #003a42;
  color: #ffffff;
}
.ap-page-less-ap_account .entry-content .account-page > ul.tab-list > li > a {
  background-color: #003a42;
  color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.01);
}
.ap-page-less-ap_account .entry-content .account-page > .tab-pane {
  width: 100%;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 0 8px 8px 8px;
  overflow: hidden;
  margin-bottom: 3rem;
}
.horizontal-tab > [class*="col-"]:first-child {
  background-color: #003a42;
}
.horizontal-tab > [class*="col-"]:first-child > ul > li.item-active {
  background-color: #003a42;
}
.horizontal-tab > [class*="col-"]:first-child > ul > li.item-active > a {
  font-weight: bold;
}
.horizontal-tab > [class*="col-"]:first-child > ul > li:hover > a {
  background-color: #003a42;
}
.horizontal-tab > [class*="col-"]:first-child > ul > li > a {
  background-color: #003a42;
  color: #ffffff;
  border-radius: 0;
}
.horizontal-tab > [class*="col-"]:last-child {
  background-color: #eee;
}
.horizontal-tab > [class*="col-"]:last-child > .tab-pane {
  padding: 2rem 1.65rem;
}
@media (max-width: 992px) {
  .horizontal-tab > [class*="col-"]:last-child > .tab-pane {
    padding: 2rem 1.15rem;
  }
}
.ap-page-less-ap_account .tab-pane > .container > p {
  font-size: 1.95rem;
  font-family: Roboto;
  font-weight: 600;
}
.ap-page-less-ap_account .tab-pane > .container .list-bookmarked-property .bookmarked-property + * {
  margin-top: 2.5rem;
}
@media (max-width: 992px) {
  .ap-page-less-ap_account .tab-pane > .container .list-bookmarked-property .bookmarked-property > .detail-info {
    margin-top: 1rem;
  }
}
.ap-page-less-ap_account .tab-pane > .container .list-bookmarked-property .bookmarked-property > .detail-info .address {
  font-weight: 600;
  font-size: 1.15rem;
}
.ap-page-less-ap_account .tab-pane > .container .list-bookmarked-property .bookmarked-property > .detail-info .rooms {
  margin-bottom: 1rem;
}
.ap-page-less-ap_account .tab-pane > .container .list-bookmarked-property .bookmarked-property > .detail-info .rooms ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.ap-page-less-ap_account .tab-pane > .container .list-bookmarked-property .bookmarked-property > .detail-info .rooms ul li + li {
  margin-left: 0.85rem;
}
.ap-page-less-ap_account .tab-pane > .container .list-bookmarked-property .bookmarked-property > .action-btn {
  justify-content: center !important;
}
.ap-page-less-ap_account .tab-pane > .container .list-bookmarked-property .bookmarked-property > .action-btn > * + * {
  margin-top: 1rem;
}
.ap-page-less-ap_account .tab-pane > .container .list-bookmarked-property .bookmarked-property > .action-btn a.btn {
  width: 100%;
}
.ap-page-less-ap_account .tab-pane > .container .notif ul {
  margin: 0 -15px !important;
}
.ap-page-less-ap_account .tab-pane > .container .notif ul li:first-child {
  margin-bottom: 1.5rem;
}
.ap-page-less-ap_account .tab-pane > .container .notif ul li:first-child > p {
  font-size: 1.5rem;
  font-weight: 800;
}
.ap-page-less-ap_account .tab-pane > .container .notif ul li.button-submit {
  margin: 2.5rem 0 3rem 0;
}
.ap-page-less-ap_account .tab-pane > .container .ab-accordion-requirement > h3.ui-state-active {
  background-color: #003a42;
}
.ap-page-less-ap_account .tab-pane > .container .ab-accordion-requirement > .form-add-requirement {
  background-color: #f2f2f2;
  padding: 2.5em 2.2em;
}
.ap-page-less-ap_account .tab-pane > .container .ab-accordion-requirement > .form-add-requirement .add-requirement > ul {
  margin: 0 -15px !important;
  align-items: flex-end;
}
.ap-page-less-ap_account .tab-pane > .container .ab-accordion-requirement > .form-add-requirement .add-requirement > ul li.col-md-2 {
  text-align: center;
}
.ap-page-less-ap_account .tab-pane > .container .ab-accordion-requirement > .form-add-requirement .add-requirement > ul li label {
  width: 100%;
  display: block;
  margin-top: 1rem;
}
.ap-page-less-ap_account .tab-pane > .container .ab-accordion-requirement > .form-add-requirement .add-requirement > ul li:last-child {
  margin-top: 2.5rem;
  margin-bottom: 3rem;
}
.ap-page-less-ap_account .tab-pane > .container .ab-accordion-requirement > .form-add-requirement .add-requirement > ul li input[type="text"], .ap-page-less-ap_account .tab-pane > .container .ab-accordion-requirement > .form-add-requirement .add-requirement > ul li input[type="password"], .ap-page-less-ap_account .tab-pane > .container .ab-accordion-requirement > .form-add-requirement .add-requirement > ul li select, .ap-page-less-ap_account .tab-pane > .container .ab-accordion-requirement > .form-add-requirement .add-requirement > ul li textarea {
  width: 100%;
  height: 45px;
  padding: 0 15px;
  margin: 0;
  border: 1px solid #cdcdcd;
  background-color: white !important;
  color: #333333;
  border-radius: 5px;
}
.ap-page-less-ap_account .tab-pane > .container .ab-accordion-requirement > .form-add-requirement .add-requirement > ul li input[type="text"]:focus, .ap-page-less-ap_account .tab-pane > .container .ab-accordion-requirement > .form-add-requirement .add-requirement > ul li input[type="text"]:focus-within, .ap-page-less-ap_account .tab-pane > .container .ab-accordion-requirement > .form-add-requirement .add-requirement > ul li input[type="password"]:focus, .ap-page-less-ap_account .tab-pane > .container .ab-accordion-requirement > .form-add-requirement .add-requirement > ul li input[type="password"]:focus-within, .ap-page-less-ap_account .tab-pane > .container .ab-accordion-requirement > .form-add-requirement .add-requirement > ul li select:focus, .ap-page-less-ap_account .tab-pane > .container .ab-accordion-requirement > .form-add-requirement .add-requirement > ul li select:focus-within, .ap-page-less-ap_account .tab-pane > .container .ab-accordion-requirement > .form-add-requirement .add-requirement > ul li textarea:focus, .ap-page-less-ap_account .tab-pane > .container .ab-accordion-requirement > .form-add-requirement .add-requirement > ul li textarea:focus-within {
  border-color: #333333;
}
.ap-page-less-ap_account .tab-pane > .container .ab-accordion-requirement > .form-add-requirement .add-requirement > ul li input[type="text"]::placeholder, .ap-page-less-ap_account .tab-pane > .container .ab-accordion-requirement > .form-add-requirement .add-requirement > ul li input[type="password"]::placeholder, .ap-page-less-ap_account .tab-pane > .container .ab-accordion-requirement > .form-add-requirement .add-requirement > ul li select::placeholder, .ap-page-less-ap_account .tab-pane > .container .ab-accordion-requirement > .form-add-requirement .add-requirement > ul li textarea::placeholder {
  color: rgba(51, 51, 51, 0.5);
}
.ap-page-less-ap_account .tab-pane > .container .ab-accordion-requirement > .form-add-requirement .add-requirement > ul li .select2-container, .ap-page-less-ap_account .tab-pane > .container .ab-accordion-requirement > .form-add-requirement .add-requirement > ul li .select2 {
  border: 1px solid #ced4da !important;
  border-radius: 0.25rem;
}
.ap-page-less-ap_account .tab-pane > .container .form-container .password-form > ul, .ap-page-less-ap_account .tab-pane > .container .form-container .profile-form > ul {
  margin: 0 -15px !important;
}
.ap-page-less-ap_account .tab-pane > .container .form-container .password-form > ul li label, .ap-page-less-ap_account .tab-pane > .container .form-container .profile-form > ul li label {
  width: 100%;
  display: block;
  margin-top: 1rem;
  font-weight: 600;
}
.ap-page-less-ap_account .tab-pane > .container .form-container .password-form > ul li:last-child, .ap-page-less-ap_account .tab-pane > .container .form-container .profile-form > ul li:last-child {
  margin-top: 2.5rem;
  margin-bottom: 3rem;
}
.ap-page-less-ap_account .tab-pane > .container .form-container .password-form > ul li input[type="text"], .ap-page-less-ap_account .tab-pane > .container .form-container .password-form > ul li input[type="password"], .ap-page-less-ap_account .tab-pane > .container .form-container .password-form > ul li select, .ap-page-less-ap_account .tab-pane > .container .form-container .password-form > ul li textarea, .ap-page-less-ap_account .tab-pane > .container .form-container .profile-form > ul li input[type="text"], .ap-page-less-ap_account .tab-pane > .container .form-container .profile-form > ul li input[type="password"], .ap-page-less-ap_account .tab-pane > .container .form-container .profile-form > ul li select, .ap-page-less-ap_account .tab-pane > .container .form-container .profile-form > ul li textarea {
  width: 100%;
  height: 45px;
  padding: 0 15px;
  margin: 0;
  border: 1px solid #cdcdcd;
  background-color: white !important;
  color: #333333;
  border-radius: 5px;
}
.ap-page-less-ap_account .tab-pane > .container .form-container .password-form > ul li input[type="text"]:focus, .ap-page-less-ap_account .tab-pane > .container .form-container .password-form > ul li input[type="text"]:focus-within, .ap-page-less-ap_account .tab-pane > .container .form-container .password-form > ul li input[type="password"]:focus, .ap-page-less-ap_account .tab-pane > .container .form-container .password-form > ul li input[type="password"]:focus-within, .ap-page-less-ap_account .tab-pane > .container .form-container .password-form > ul li select:focus, .ap-page-less-ap_account .tab-pane > .container .form-container .password-form > ul li select:focus-within, .ap-page-less-ap_account .tab-pane > .container .form-container .password-form > ul li textarea:focus, .ap-page-less-ap_account .tab-pane > .container .form-container .password-form > ul li textarea:focus-within, .ap-page-less-ap_account .tab-pane > .container .form-container .profile-form > ul li input[type="text"]:focus, .ap-page-less-ap_account .tab-pane > .container .form-container .profile-form > ul li input[type="text"]:focus-within, .ap-page-less-ap_account .tab-pane > .container .form-container .profile-form > ul li input[type="password"]:focus, .ap-page-less-ap_account .tab-pane > .container .form-container .profile-form > ul li input[type="password"]:focus-within, .ap-page-less-ap_account .tab-pane > .container .form-container .profile-form > ul li select:focus, .ap-page-less-ap_account .tab-pane > .container .form-container .profile-form > ul li select:focus-within, .ap-page-less-ap_account .tab-pane > .container .form-container .profile-form > ul li textarea:focus, .ap-page-less-ap_account .tab-pane > .container .form-container .profile-form > ul li textarea:focus-within {
  border-color: #333333;
}
.ap-page-less-ap_account .tab-pane > .container .form-container .password-form > ul li input[type="text"]::placeholder, .ap-page-less-ap_account .tab-pane > .container .form-container .password-form > ul li input[type="password"]::placeholder, .ap-page-less-ap_account .tab-pane > .container .form-container .password-form > ul li select::placeholder, .ap-page-less-ap_account .tab-pane > .container .form-container .password-form > ul li textarea::placeholder, .ap-page-less-ap_account .tab-pane > .container .form-container .profile-form > ul li input[type="text"]::placeholder, .ap-page-less-ap_account .tab-pane > .container .form-container .profile-form > ul li input[type="password"]::placeholder, .ap-page-less-ap_account .tab-pane > .container .form-container .profile-form > ul li select::placeholder, .ap-page-less-ap_account .tab-pane > .container .form-container .profile-form > ul li textarea::placeholder {
  color: rgba(51, 51, 51, 0.5);
}
.ap-page-less-ap_account .tab-pane > .container .form-container .password-form > ul li .select2-container, .ap-page-less-ap_account .tab-pane > .container .form-container .profile-form > ul li .select2-container {
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.ap-page-less-ap_team #agent {
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  padding-top: 120px;
}
@media screen and (min-width: 1200px) {
  .ap-page-less-ap_team #agent {
    max-width: 1280px;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1199.98px) {
  .ap-page-less-ap_team #agent {
    max-width: 960px;
  }
}
@media screen and (max-width: 1024.98px) {
  .ap-page-less-ap_team #agent {
    padding-top: 80px;
  }
}
.ap-page-less-ap_team #agent .agent-photo-wrapper, .ap-page-less-ap_team #agent .agent-bio-container {
  display: grid;
  grid-template-columns: 1fr 380px;
  gap: 30px;
  margin-bottom: 60px;
}
@media screen and (max-width: 1024.98px) {
  .ap-page-less-ap_team #agent .agent-photo-wrapper, .ap-page-less-ap_team #agent .agent-bio-container {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 991.98px) {
  .ap-page-less-ap_team #agent .agent-photo-wrapper, .ap-page-less-ap_team #agent .agent-bio-container {
    grid-template-columns: 1fr;
  }
  .ap-page-less-ap_team #agent .agent-photo-wrapper .agent-listings, .ap-page-less-ap_team #agent .agent-bio-container .agent-listings {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
}
@media screen and (max-width: 767.98px) {
  .ap-page-less-ap_team #agent .agent-photo-wrapper .agent-listings, .ap-page-less-ap_team #agent .agent-bio-container .agent-listings {
    grid-template-columns: 1fr;
  }
}
.ap-page-less-ap_team #agent .agent-img-container {
  position: relative;
  height: 0;
  padding-bottom: 95%;
}
@media (max-width: 1199.98px) {
  .ap-page-less-ap_team #agent .agent-img-container {
    padding-bottom: 0;
    height: auto;
  }
}
.ap-page-less-ap_team #agent .agent-img-container .embed-responsive {
  position: relative;
  height: 0;
  padding-bottom: 95%;
}
@media (max-width: 1199.98px) {
  .ap-page-less-ap_team #agent .agent-img-container .embed-responsive {
    padding-bottom: 100%;
  }
}
.ap-page-less-ap_team #agent .agent-img-container .embed-responsive img {
  object-position: 0 30%;
  background-color: #ddd;
}
.ap-page-less-ap_team #agent .agent-img-container .no-image-container {
  background-color: #ddd;
}
.ap-page-less-ap_team #agent .agent-img-container .no-image-container i {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 8.5rem;
}
.ap-page-less-ap_team #agent .agent-info-container {
  display: flex;
  align-items: center;
}
.ap-page-less-ap_team #agent .agent-info-container .agent-info-section {
  width: 100%;
}
@media screen and (max-width: 575.98px) {
  .ap-page-less-ap_team #agent .agent-info-container .agent-info-section {
    text-align: center;
  }
}
.ap-page-less-ap_team #agent .agent-info-container .role {
  font-size: 20px !important;
  line-height: 28px !important;
  font-weight: 700;
  margin-bottom: 24px;
  color: #003a42;
}
.ap-page-less-ap_team #agent .agent-info-container .agent-name {
  font-family: Roboto;
  font-size: 36px;
  line-height: 39.6px;
  color: #003a42;
  margin-bottom: 24px;
}
@media screen and (max-width: 1024.98px) {
  .ap-page-less-ap_team #agent .agent-info-container .agent-name {
    font-size: 28px;
    line-height: 38px;
  }
}
.ap-page-less-ap_team #agent .agent-info-container .agent-social-media {
  margin-bottom: 24px;
}
.ap-page-less-ap_team #agent .agent-info-container .agent-social-media ul.socmed {
  margin: 0;
  padding: 0;
}
.ap-page-less-ap_team #agent .agent-info-container .agent-social-media ul.socmed li {
  display: flex;
  align-items: center;
  align-items: baseline;
}
.ap-page-less-ap_team #agent .agent-info-container .agent-social-media ul.socmed li .icon-set {
  position: relative;
  display: block;
  width: 26px;
  height: 26px;
}
.ap-page-less-ap_team #agent .agent-info-container .agent-social-media ul.socmed li .icon-set.twitter {
  width: 25px;
}
.ap-page-less-ap_team #agent .agent-info-container .agent-social-media ul.socmed li .icon-set::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background-repeat: no-repeat !important;
  background-size: contain !important;
}
.ap-page-less-ap_team #agent .agent-info-container .agent-social-media ul.socmed li .icon-set.facebook::before {
  background: url("data:image/svg+xml,%3Csvg width='50' height='50' viewBox='0 0 26 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13 3.25c-5.375 0-9.75 4.375-9.75 9.75s4.375 9.75 9.75 9.75 9.75-4.375 9.75-9.75S18.375 3.25 13 3.25m0 1.625A8.11 8.11 0 0 1 21.125 13a8.11 8.11 0 0 1-6.916 8.027v-5.658h2.314l.363-2.35H14.21v-1.284c0-.975.32-1.842 1.233-1.842h1.467v-2.05c-.258-.036-.803-.111-1.833-.111-2.152 0-3.413 1.136-3.413 3.724v1.563H9.452v2.35h2.211v5.637A8.105 8.105 0 0 1 4.875 13 8.11 8.11 0 0 1 13 4.875' fill='%23333'/%3E%3C/svg%3E");
}
.ap-page-less-ap_team #agent .agent-info-container .agent-social-media ul.socmed li .icon-set.twitter::before {
  background: url("data:image/svg+xml,%3Csvg width='45' height='45' viewBox='0 0 45 45' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M33.163 5.742 23.796 16.45l-8.1-10.708H3.96l14.02 18.33L4.692 39.258h5.689l10.254-11.719L29.6 39.258h11.44l-14.614-19.32L38.848 5.742zm-1.995 30.113L10.601 8.965h3.38l20.337 26.888z' fill='%23333'/%3E%3C/svg%3E");
}
.ap-page-less-ap_team #agent .agent-info-container .agent-social-media ul.socmed li .icon-set.google::before {
  background: url("data:image/svg+xml,%3Csvg width='50' height='50' viewBox='0 0 26 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.938 5.688A7.31 7.31 0 0 0 1.625 13a7.31 7.31 0 0 0 7.313 7.313A7.31 7.31 0 0 0 16.25 13c0-.501-.054-.99-.153-1.463l-.037-.162H8.938v2.438h4.874c-.387 2.304-2.459 4.062-4.874 4.062A4.876 4.876 0 0 1 4.061 13a4.876 4.876 0 0 1 4.876-4.875c1.218 0 2.329.45 3.186 1.19l1.745-1.71a7.28 7.28 0 0 0-4.931-1.917m11.375 3.25v2.437h-2.438V13h2.438v2.438h1.625V13h2.437v-1.625h-2.437V8.938z' fill='%23333'/%3E%3C/svg%3E");
}
.ap-page-less-ap_team #agent .agent-info-container .agent-social-media ul.socmed li .icon-set.linkedin::before {
  background: url("data:image/svg+xml,%3Csvg width='50' height='50' viewBox='0 0 50 50' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.505 6.25a4.125 4.125 0 0 0-4.13 4.125c0 2.281 1.848 4.172 4.125 4.172 2.28 0 4.13-1.89 4.13-4.169a4.125 4.125 0 0 0-4.125-4.128m20.143 10.938c-3.467 0-5.45 1.812-6.403 3.615h-.1v-3.13h-6.832v22.952h7.12v-11.36c0-2.995.225-5.888 3.93-5.888 3.651 0 3.704 3.414 3.704 6.076v11.172h7.12V28.019c0-6.169-1.326-10.831-8.539-10.831m-23.706.484v22.953h7.125V17.672z' fill='%23333'/%3E%3C/svg%3E");
}
.ap-page-less-ap_team #agent .agent-info-container .agent-social-media ul.socmed li .icon-set.instagram::before {
  background: url("data:image/svg+xml,%3Csvg width='50' height='50' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.602 3.75c-2.663 0-4.852 2.186-4.852 4.852v6.796c0 2.663 2.186 4.852 4.852 4.852h6.796c2.663 0 4.852-2.186 4.852-4.852V8.602c0-2.663-2.186-4.852-4.852-4.852zm0 1.5h6.796a3.347 3.347 0 0 1 3.352 3.352v6.796a3.347 3.347 0 0 1-3.352 3.352H8.602a3.347 3.347 0 0 1-3.352-3.352V8.602A3.347 3.347 0 0 1 8.602 5.25m7.828 1.641a.675.675 0 0 0-.68.68c0 .378.302.679.68.679a.675.675 0 0 0 .68-.68.675.675 0 0 0-.68-.679M12 7.5A4.513 4.513 0 0 0 7.5 12c0 2.475 2.025 4.5 4.5 4.5s4.5-2.025 4.5-4.5-2.025-4.5-4.5-4.5M12 9c1.667 0 3 1.333 3 3s-1.333 3-3 3-3-1.333-3-3 1.333-3 3-3' fill='%23333'/%3E%3C/svg%3E");
}
.ap-page-less-ap_team #agent .agent-info-container .agent-social-media ul.socmed li .icon-set.image::before {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.625 4.563v17.875h22.75V4.563zM3.25 6.188h19.5v11.298l-4.29-4.316-.585-.584-3.681 3.681-4.672-4.722-.585-.584-5.687 5.687zM19.5 7.813a1.625 1.625 0 1 0 0 3.25 1.625 1.625 0 0 0 0-3.25M8.938 13.272l7.465 7.54H3.25V18.96zm8.937 1.625 4.875 4.875v1.04h-4.037l-3.377-3.402z'/%3E%3C/svg%3E%0A");
}
.ap-page-less-ap_team #agent .agent-info-container .agent-social-media ul.socmed li .icon-set.map::before {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13 2.938c-4.028 0-7.312 3.284-7.312 7.312 0 1.142.463 2.454 1.092 3.885.628 1.431 1.438 2.951 2.26 4.367a82 82 0 0 0 3.3 5.205l.66.965.66-.965s1.657-2.37 3.3-5.205c.823-1.416 1.632-2.936 2.26-4.367.63-1.431 1.093-2.743 1.093-3.885 0-4.028-3.285-7.312-7.313-7.312m0 1.624a5.674 5.674 0 0 1 5.688 5.688c0 .65-.35 1.882-.94 3.225-.59 1.342-1.405 2.83-2.209 4.214-1.276 2.203-2.07 3.368-2.539 4.063-.47-.695-1.263-1.86-2.54-4.063-.802-1.383-1.618-2.872-2.208-4.214s-.94-2.575-.94-3.225A5.674 5.674 0 0 1 13 4.563m0 4.063a1.625 1.625 0 1 0 0 3.25 1.625 1.625 0 0 0 0-3.25'/%3E%3C/svg%3E");
}
.ap-page-less-ap_team #agent .agent-info-container .agent-social-media ul.socmed li .icon-set.street::before {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13 3.75A3.26 3.26 0 0 0 9.75 7c0 .904.388 1.72.99 2.31a4.1 4.1 0 0 0-1.803 3.377v3.758l1.626.813v3.555h4.874v-3.555l1.626-.813v-3.758a4.1 4.1 0 0 0-1.803-3.376c.602-.59.99-1.406.99-2.311A3.26 3.26 0 0 0 13 3.75m0 1.625c.908 0 1.625.717 1.625 1.625S13.908 8.625 13 8.625A1.61 1.61 0 0 1 11.375 7c0-.908.717-1.625 1.625-1.625m0 4.875a2.426 2.426 0 0 1 2.438 2.438v2.742l-1.626.812v2.945h-1.624v-2.945l-1.626-.812v-2.742A2.426 2.426 0 0 1 13 10.25m-5.687 5.586c-2.371.663-4.063 1.787-4.063 3.351 0 2.666 4.903 4.063 9.75 4.063s9.75-1.397 9.75-4.062c0-1.565-1.692-2.69-4.062-3.352v1.701c1.545.498 2.437 1.143 2.437 1.65 0 .971-3.24 2.438-8.125 2.438s-8.125-1.467-8.125-2.437c0-.508.892-1.153 2.438-1.65z' fill='%23333'/%3E%3C/svg%3E");
}
.ap-page-less-ap_team #agent .agent-info-container .agent-social-media ul.socmed li .icon-set.floor::before {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.063 4.563v17.875h17.875V4.563zm1.625 1.625h6.5v6.5h-6.5zm8.125 0h6.5v6.5h-6.5zm-8.126 8.125h6.5v6.5h-6.5zm8.125 0h6.5v6.5h-6.5z'/%3E%3C/svg%3E");
}
.ap-page-less-ap_team #agent .agent-info-container .agent-social-media ul.socmed li .icon-set.email::before {
  background: url("data:image/svg+xml,%3Csvg width='50' height='50' viewBox='0 0 26 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.438 6.5v14.625h21.125V6.5zm3.504 1.625h14.117L13 12.822zm-1.88.71 8.481 5.663.457.279.457-.279 8.48-5.662V19.5H4.064z' fill='%23333'/%3E%3C/svg%3E");
}
.ap-page-less-ap_team #agent .agent-info-container .agent-social-media ul.socmed li .icon-set.print::before {
  background-image: url("data:image/svg+xml,%3Csvg width='50' height='50' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 4v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8.342a2 2 0 0 0-.602-1.43l-4.44-4.342A2 2 0 0 0 13.56 2H6a2 2 0 0 0-2 2m5 9h6m-6 4h3' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M14 2v4a2 2 0 0 0 2 2h4' stroke='%23000' stroke-width='2' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.ap-page-less-ap_team #agent .agent-info-container .agent-social-media ul.socmed li .icon-set.quote::before {
  background: url("data:image/svg+xml,%3Csvg width='55' height='50' viewBox='0 0 45 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='a' style='mask-type:luminance' maskUnits='userSpaceOnUse' x='0' y='0' width='45' height='40'%3E%3Cpath d='M44.48 0H.52v40h43.96z' fill='%23fff'/%3E%3C/mask%3E%3Cg mask='url(%23a)' fill='%23333'%3E%3Cpath d='M35.148 22.09h7.857V40H26.697V18.425A19.09 19.09 0 0 1 40.808 0l3.671 5.999a12.06 12.06 0 0 0-9.331 11.743zm-26.178 0h7.858V40H.521V18.425A19.09 19.09 0 0 1 14.629 0l3.672 5.999a12.06 12.06 0 0 0-9.332 11.743z'/%3E%3C/g%3E%3C/svg%3E");
}
.ap-page-less-ap_team #agent .agent-info-container .agent-social-media ul.socmed li a {
  color: #333333;
}
.ap-page-less-ap_team #agent .agent-info-container .agent-social-media ul.socmed li + li {
  margin-left: 8px;
}
.ap-page-less-ap_team #agent .agent-info-container .agent-info-item {
  font-size: 14px;
  line-height: 22.4px;
  margin-bottom: 4px;
}
.ap-page-less-ap_team #agent .agent-info-container .agent-info-item a {
  color: #333333;
}
.ap-page-less-ap_team #agent .agent-info-container .agent-info-item a span {
  display: inline-block;
  font-weight: 700;
  color: #003a42;
  margin-right: 10px;
  min-width: 50px;
}
.ap-page-less-ap_team #agent .agent-info-container .agent-appraisal {
  margin-top: 24px;
  margin-bottom: 16px;
}
.ap-page-less-ap_team #agent .agent-info-container .agent-appraisal a {
  display: block;
  height: 50px;
}
.ap-page-less-ap_team #agent .agent-info-container .agent-appraisal a.btn-book-appraisal {
  background: #003a42;
  border-color: #003a42;
  color: #ffffff;
  font-size: 16px;
  line-height: 37.2px;
  text-transform: uppercase;
}
.ap-page-less-ap_team #agent .agent-info-container .agent-appraisal a:hover {
  background: #ffffff;
  color: #003a42;
}
.ap-page-less-ap_team #agent .agent-info-container .agent-email a {
  display: block;
  text-align: center;
  font-size: 16px;
  line-height: 37.2px;
  text-transform: uppercase;
  text-decoration: underline;
  color: #333333;
}
.ap-page-less-ap_team #agent .agent-info-container ul.contact {
  width: 100%;
  flex-wrap: wrap;
}
@media (max-width: 1199.98px) {
  .ap-page-less-ap_team #agent .agent-info-container ul.contact {
    flex-direction: column;
    flex-wrap: nowrap;
  }
}
.ap-page-less-ap_team #agent .agent-info-container ul.contact li {
  font-size: 0.75rem;
  margin: 1.5rem 0 0 1.5rem;
}
.ap-page-less-ap_team #agent .agent-info-container ul.contact li:first-child {
  margin-left: 0;
}
@media (max-width: 1199.98px) {
  .ap-page-less-ap_team #agent .agent-info-container ul.contact li {
    width: 100%;
    margin: 1rem 0 0 0;
  }
}
.ap-page-less-ap_team #agent .agent-info-container ul.contact li a {
  display: inline-flex;
  align-items: center;
  text-transform: uppercase;
  color: #fff;
  border: 2px solid currentColor;
  padding: 0.5rem 0.85rem;
}
@media (max-width: 1199.98px) {
  .ap-page-less-ap_team #agent .agent-info-container ul.contact li a {
    width: 100%;
  }
}
.ap-page-less-ap_team #agent .agent-info-container ul.contact li a > *:not(i) {
  white-space: nowrap;
}
.ap-page-less-ap_team #agent .agent-info-container ul.contact li a i {
  font-size: 1.5rem;
  margin-right: 0.75rem !important;
}
.ap-page-less-ap_team #agent .agent-bio-container .agent-description {
  padding: 0;
  color: #333333;
}
.ap-page-less-ap_team #agent .agent-bio-container .agent-description__inner h3 {
  font-family: Roboto;
  font-size: 24px;
  line-height: 26.4px;
  color: #003a42;
  margin-bottom: 24px;
}
.ap-page-less-ap_team #agent .agent-bio-container .agent-description__inner .desc {
  font-size: 16px;
  line-height: 27.2px;
}
.ap-page-less-ap_team #agent .agent-bio-container .agent-listings h3 {
  font-family: Roboto;
  font-size: 24px;
  line-height: 26.4px;
  margin-bottom: 24px;
}
.ap-page-less-ap_team #agent .agent-bio-container .agent-listings .agent-listing-item:not(:last-child) {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #E7E7E8;
}
.ap-page-less-ap_team #agent .agent-bio-container .agent-listings .container-agent {
  display: grid;
  grid-template-columns: 175px 1fr;
  gap: 30px;
}
.ap-page-less-ap_team #agent .agent-bio-container .agent-listings .container-agent .embed-responsive-1by1 {
  padding-bottom: 100%;
}
@media screen and (min-width: 768px) {
  .ap-page-less-ap_team #agent .agent-bio-container .agent-listings .container-agent .embed-responsive-1by1 {
    padding-bottom: 110%;
  }
}
.ap-page-less-ap_team #agent .agent-bio-container .agent-listings .agent-name {
  font-size: 16px;
  line-height: 22.4px;
  font-weight: 700;
  margin-bottom: 4px;
}
.ap-page-less-ap_team #agent .agent-bio-container .agent-listings .agent-role {
  font-size: 14px;
  margin-bottom: 10px;
}
.ap-page-less-ap_team #agent .agent-bio-container .agent-listings .agent-mobile {
  font-size: 14px;
  margin-bottom: 16px;
}
.ap-page-less-ap_team #agent .agent-bio-container .agent-listings .agent-contact-agent {
  height: 50px;
  background-color: #003a42;
  border: 1px solid #003a42;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ap-page-less-ap_team #agent .agent-bio-container .agent-listings .agent-contact-agent a {
  display: block;
  font-size: 16px;
  line-height: 27.2px;
  text-transform: uppercase;
}
.ap-page-less-ap_team #agent .agent-video-container {
  margin-bottom: 60px;
}
.ap-page-less-ap_team #agent .agent-sponsorship-container {
  margin-bottom: 60px;
}
@media screen and (max-width: 1024.98px) {
  .ap-page-less-ap_team #agent .agent-sponsorship-container {
    margin-bottom: 20px;
  }
}
.ap-page-less-ap_team #agent .agent-sponsorship-container h3 {
  font-family: Roboto;
  font-size: 24px;
  line-height: 26.4px;
  color: #003a42;
  margin-bottom: 24px;
}
.ap-page-less-ap_team #agent .agent-sponsorship-container .img-wrap {
  min-height: 160px;
  text-align: center;
}
.ap-page-less-ap_team #agent .agent-sponsorship-container .img-wrap img {
  width: 150px;
  height: 150px;
  object-fit: contain;
}
.ap-page-less-ap_team #agent .agent-sponsorship-container .desc {
  font-size: 16px;
  font-weight: 700;
  line-height: 27.2px;
  text-align: center;
  padding: 0 40px;
}
.ap-page-less-ap_team #agent .agent-sponsorship-container .desc p {
  margin-bottom: 0;
}
.ap-page-less-ap_team #agent .agent-section-testimonials {
  margin-bottom: 80px;
}
@media screen and (max-width: 1024.98px) {
  .ap-page-less-ap_team #agent .agent-section-testimonials {
    margin-bottom: 20px;
  }
}
.ap-page-less-ap_team #agent .agent-section-testimonials__desc {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 40px;
}
.ap-page-less-ap_team #agent .agent-section-testimonials__desc h3.section-title {
  font-family: Roboto;
  font-size: 36px;
  line-height: 39.6px;
  color: #003a42;
}
@media screen and (max-width: 1024.98px) {
  .ap-page-less-ap_team #agent .agent-section-testimonials__desc h3.section-title {
    font-size: 28px;
    line-height: 38px;
  }
}
.ap-page-less-ap_team #agent .agent-section-testimonials__desc .button-more {
  background: transparent;
  padding: 0;
  border: 0;
}
.ap-page-less-ap_team #agent .agent-section-testimonials__desc .button-more a {
  color: #333333;
  background: transparent;
  border: 1px solid #333333;
  padding: 5px 10px;
  text-transform: uppercase;
  font-size: 16px;
  width: 120px;
  height: 50px;
  display: inline-block;
  text-align: center;
  line-height: 40px;
}
.ap-page-less-ap_team #agent .agent-section-testimonials__desc .button-more a:hover {
  background: #333333;
  color: #fff;
}
.ap-page-less-ap_team #agent .agent-section-testimonials__inner {
  position: relative;
  width: 100%;
  margin: 0;
}
.ap-page-less-ap_team #agent .agent-section-testimonials__inner .testimonial-lists {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: 1fr;
  gap: 30px;
}
@media screen and (max-width: 767.98px) {
  .ap-page-less-ap_team #agent .agent-section-testimonials__inner .testimonial-lists {
    grid-auto-rows: auto;
    grid-template-columns: 1fr;
  }
}
.ap-page-less-ap_team #agent .agent-section-testimonials__inner .testimonial-items {
  text-align: center;
  background-color: #F4F4F4;
}
.ap-page-less-ap_team #agent .agent-section-testimonials__inner .testimonial-items .item-details {
  padding: 32px;
}
.ap-page-less-ap_team #agent .agent-section-testimonials__inner .testimonial-items .testi-header {
  display: flex;
  align-items: center;
  display: block;
}
.ap-page-less-ap_team #agent .agent-section-testimonials__inner .testimonial-items .testi-header .icon-set {
  position: relative;
  display: block;
  width: 26px;
  height: 26px;
}
.ap-page-less-ap_team #agent .agent-section-testimonials__inner .testimonial-items .testi-header .icon-set.twitter {
  width: 25px;
}
.ap-page-less-ap_team #agent .agent-section-testimonials__inner .testimonial-items .testi-header .icon-set::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background-repeat: no-repeat !important;
  background-size: contain !important;
}
.ap-page-less-ap_team #agent .agent-section-testimonials__inner .testimonial-items .testi-header .icon-set.facebook::before {
  background: url("data:image/svg+xml,%3Csvg width='50' height='50' viewBox='0 0 26 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13 3.25c-5.375 0-9.75 4.375-9.75 9.75s4.375 9.75 9.75 9.75 9.75-4.375 9.75-9.75S18.375 3.25 13 3.25m0 1.625A8.11 8.11 0 0 1 21.125 13a8.11 8.11 0 0 1-6.916 8.027v-5.658h2.314l.363-2.35H14.21v-1.284c0-.975.32-1.842 1.233-1.842h1.467v-2.05c-.258-.036-.803-.111-1.833-.111-2.152 0-3.413 1.136-3.413 3.724v1.563H9.452v2.35h2.211v5.637A8.105 8.105 0 0 1 4.875 13 8.11 8.11 0 0 1 13 4.875' fill='%23333'/%3E%3C/svg%3E");
}
.ap-page-less-ap_team #agent .agent-section-testimonials__inner .testimonial-items .testi-header .icon-set.twitter::before {
  background: url("data:image/svg+xml,%3Csvg width='45' height='45' viewBox='0 0 45 45' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M33.163 5.742 23.796 16.45l-8.1-10.708H3.96l14.02 18.33L4.692 39.258h5.689l10.254-11.719L29.6 39.258h11.44l-14.614-19.32L38.848 5.742zm-1.995 30.113L10.601 8.965h3.38l20.337 26.888z' fill='%23333'/%3E%3C/svg%3E");
}
.ap-page-less-ap_team #agent .agent-section-testimonials__inner .testimonial-items .testi-header .icon-set.google::before {
  background: url("data:image/svg+xml,%3Csvg width='50' height='50' viewBox='0 0 26 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.938 5.688A7.31 7.31 0 0 0 1.625 13a7.31 7.31 0 0 0 7.313 7.313A7.31 7.31 0 0 0 16.25 13c0-.501-.054-.99-.153-1.463l-.037-.162H8.938v2.438h4.874c-.387 2.304-2.459 4.062-4.874 4.062A4.876 4.876 0 0 1 4.061 13a4.876 4.876 0 0 1 4.876-4.875c1.218 0 2.329.45 3.186 1.19l1.745-1.71a7.28 7.28 0 0 0-4.931-1.917m11.375 3.25v2.437h-2.438V13h2.438v2.438h1.625V13h2.437v-1.625h-2.437V8.938z' fill='%23333'/%3E%3C/svg%3E");
}
.ap-page-less-ap_team #agent .agent-section-testimonials__inner .testimonial-items .testi-header .icon-set.linkedin::before {
  background: url("data:image/svg+xml,%3Csvg width='50' height='50' viewBox='0 0 50 50' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.505 6.25a4.125 4.125 0 0 0-4.13 4.125c0 2.281 1.848 4.172 4.125 4.172 2.28 0 4.13-1.89 4.13-4.169a4.125 4.125 0 0 0-4.125-4.128m20.143 10.938c-3.467 0-5.45 1.812-6.403 3.615h-.1v-3.13h-6.832v22.952h7.12v-11.36c0-2.995.225-5.888 3.93-5.888 3.651 0 3.704 3.414 3.704 6.076v11.172h7.12V28.019c0-6.169-1.326-10.831-8.539-10.831m-23.706.484v22.953h7.125V17.672z' fill='%23333'/%3E%3C/svg%3E");
}
.ap-page-less-ap_team #agent .agent-section-testimonials__inner .testimonial-items .testi-header .icon-set.instagram::before {
  background: url("data:image/svg+xml,%3Csvg width='50' height='50' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.602 3.75c-2.663 0-4.852 2.186-4.852 4.852v6.796c0 2.663 2.186 4.852 4.852 4.852h6.796c2.663 0 4.852-2.186 4.852-4.852V8.602c0-2.663-2.186-4.852-4.852-4.852zm0 1.5h6.796a3.347 3.347 0 0 1 3.352 3.352v6.796a3.347 3.347 0 0 1-3.352 3.352H8.602a3.347 3.347 0 0 1-3.352-3.352V8.602A3.347 3.347 0 0 1 8.602 5.25m7.828 1.641a.675.675 0 0 0-.68.68c0 .378.302.679.68.679a.675.675 0 0 0 .68-.68.675.675 0 0 0-.68-.679M12 7.5A4.513 4.513 0 0 0 7.5 12c0 2.475 2.025 4.5 4.5 4.5s4.5-2.025 4.5-4.5-2.025-4.5-4.5-4.5M12 9c1.667 0 3 1.333 3 3s-1.333 3-3 3-3-1.333-3-3 1.333-3 3-3' fill='%23333'/%3E%3C/svg%3E");
}
.ap-page-less-ap_team #agent .agent-section-testimonials__inner .testimonial-items .testi-header .icon-set.image::before {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.625 4.563v17.875h22.75V4.563zM3.25 6.188h19.5v11.298l-4.29-4.316-.585-.584-3.681 3.681-4.672-4.722-.585-.584-5.687 5.687zM19.5 7.813a1.625 1.625 0 1 0 0 3.25 1.625 1.625 0 0 0 0-3.25M8.938 13.272l7.465 7.54H3.25V18.96zm8.937 1.625 4.875 4.875v1.04h-4.037l-3.377-3.402z'/%3E%3C/svg%3E%0A");
}
.ap-page-less-ap_team #agent .agent-section-testimonials__inner .testimonial-items .testi-header .icon-set.map::before {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13 2.938c-4.028 0-7.312 3.284-7.312 7.312 0 1.142.463 2.454 1.092 3.885.628 1.431 1.438 2.951 2.26 4.367a82 82 0 0 0 3.3 5.205l.66.965.66-.965s1.657-2.37 3.3-5.205c.823-1.416 1.632-2.936 2.26-4.367.63-1.431 1.093-2.743 1.093-3.885 0-4.028-3.285-7.312-7.313-7.312m0 1.624a5.674 5.674 0 0 1 5.688 5.688c0 .65-.35 1.882-.94 3.225-.59 1.342-1.405 2.83-2.209 4.214-1.276 2.203-2.07 3.368-2.539 4.063-.47-.695-1.263-1.86-2.54-4.063-.802-1.383-1.618-2.872-2.208-4.214s-.94-2.575-.94-3.225A5.674 5.674 0 0 1 13 4.563m0 4.063a1.625 1.625 0 1 0 0 3.25 1.625 1.625 0 0 0 0-3.25'/%3E%3C/svg%3E");
}
.ap-page-less-ap_team #agent .agent-section-testimonials__inner .testimonial-items .testi-header .icon-set.street::before {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13 3.75A3.26 3.26 0 0 0 9.75 7c0 .904.388 1.72.99 2.31a4.1 4.1 0 0 0-1.803 3.377v3.758l1.626.813v3.555h4.874v-3.555l1.626-.813v-3.758a4.1 4.1 0 0 0-1.803-3.376c.602-.59.99-1.406.99-2.311A3.26 3.26 0 0 0 13 3.75m0 1.625c.908 0 1.625.717 1.625 1.625S13.908 8.625 13 8.625A1.61 1.61 0 0 1 11.375 7c0-.908.717-1.625 1.625-1.625m0 4.875a2.426 2.426 0 0 1 2.438 2.438v2.742l-1.626.812v2.945h-1.624v-2.945l-1.626-.812v-2.742A2.426 2.426 0 0 1 13 10.25m-5.687 5.586c-2.371.663-4.063 1.787-4.063 3.351 0 2.666 4.903 4.063 9.75 4.063s9.75-1.397 9.75-4.062c0-1.565-1.692-2.69-4.062-3.352v1.701c1.545.498 2.437 1.143 2.437 1.65 0 .971-3.24 2.438-8.125 2.438s-8.125-1.467-8.125-2.437c0-.508.892-1.153 2.438-1.65z' fill='%23333'/%3E%3C/svg%3E");
}
.ap-page-less-ap_team #agent .agent-section-testimonials__inner .testimonial-items .testi-header .icon-set.floor::before {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.063 4.563v17.875h17.875V4.563zm1.625 1.625h6.5v6.5h-6.5zm8.125 0h6.5v6.5h-6.5zm-8.126 8.125h6.5v6.5h-6.5zm8.125 0h6.5v6.5h-6.5z'/%3E%3C/svg%3E");
}
.ap-page-less-ap_team #agent .agent-section-testimonials__inner .testimonial-items .testi-header .icon-set.email::before {
  background: url("data:image/svg+xml,%3Csvg width='50' height='50' viewBox='0 0 26 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.438 6.5v14.625h21.125V6.5zm3.504 1.625h14.117L13 12.822zm-1.88.71 8.481 5.663.457.279.457-.279 8.48-5.662V19.5H4.064z' fill='%23333'/%3E%3C/svg%3E");
}
.ap-page-less-ap_team #agent .agent-section-testimonials__inner .testimonial-items .testi-header .icon-set.print::before {
  background-image: url("data:image/svg+xml,%3Csvg width='50' height='50' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 4v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8.342a2 2 0 0 0-.602-1.43l-4.44-4.342A2 2 0 0 0 13.56 2H6a2 2 0 0 0-2 2m5 9h6m-6 4h3' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M14 2v4a2 2 0 0 0 2 2h4' stroke='%23000' stroke-width='2' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.ap-page-less-ap_team #agent .agent-section-testimonials__inner .testimonial-items .testi-header .icon-set.quote::before {
  background: url("data:image/svg+xml,%3Csvg width='55' height='50' viewBox='0 0 45 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='a' style='mask-type:luminance' maskUnits='userSpaceOnUse' x='0' y='0' width='45' height='40'%3E%3Cpath d='M44.48 0H.52v40h43.96z' fill='%23fff'/%3E%3C/mask%3E%3Cg mask='url(%23a)' fill='%23333'%3E%3Cpath d='M35.148 22.09h7.857V40H26.697V18.425A19.09 19.09 0 0 1 40.808 0l3.671 5.999a12.06 12.06 0 0 0-9.331 11.743zm-26.178 0h7.858V40H.521V18.425A19.09 19.09 0 0 1 14.629 0l3.672 5.999a12.06 12.06 0 0 0-9.332 11.743z'/%3E%3C/g%3E%3C/svg%3E");
}
.ap-page-less-ap_team #agent .agent-section-testimonials__inner .testimonial-items .testi-header .icon-set {
  width: 100%;
  height: 45px;
  margin-bottom: 24px;
}
.ap-page-less-ap_team #agent .agent-section-testimonials__inner .testimonial-items .testi-header .icon-set::before {
  background-position: center !important;
}
.ap-page-less-ap_team #agent .agent-section-testimonials__inner .testimonial-items .testi-header .testi-title {
  font-family: Roboto;
  font-size: 24px;
  line-height: 26.4px;
  margin-bottom: 24px;
}
.ap-page-less-ap_team #agent .agent-section-testimonials__inner .testimonial-items .testi-author {
  font-size: 16px;
  line-height: 27.2px;
}
.ap-page-less-ap_team #agent .agent-section-testimonials__inner .testimonial-items .testi-content .item-desc {
  font-size: 16px;
  line-height: 27.2px;
  margin-bottom: 24px;
}
.ap-page-less-ap_team #agent .agent-section-testimonials__inner .img-testimonial {
  max-width: 100px;
  margin: 0 0 30px 0;
}
.ap-page-less-ap_team #agent .agent-section-testimonials__inner .img-testimonial a {
  color: #333333;
}
.ap-page-less-ap_team #agent .agent-section-testimonials__inner .img-testimonial > div {
  background-color: #ddd;
}
.ap-page-less-ap_team #agent .agent-section-testimonials__inner .img-testimonial img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}
.ap-page-less-ap_team #agent .agent-section-testimonials__inner .img-testimonial .no-image-container {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3.5rem;
}
.ap-page-less-ap_team #agent .agent-section-testimonials__inner .tns-controls {
  position: absolute;
  bottom: -5rem;
  left: 0;
  display: flex;
  align-items: center;
  margin: 2.5rem 0 0 3.5rem;
}
@media (max-width: 992px) {
  .ap-page-less-ap_team #agent .agent-section-testimonials__inner .tns-controls {
    margin-left: 0;
    margin-top: 2rem;
  }
}
@media (max-width: 768px) {
  .ap-page-less-ap_team #agent .agent-section-testimonials__inner .tns-controls {
    margin-left: 1rem;
  }
}
.ap-page-less-ap_team #agent .agent-section-testimonials__inner .tns-controls > button {
  border: 0;
  padding: 0;
  background: transparent !important;
  cursor: pointer;
  font-size: 0;
  color: #333333;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ap-page-less-ap_team #agent .agent-section-testimonials__inner .tns-controls > button + button {
  margin-left: 2rem;
}
.ap-page-less-ap_team #agent .agent-section-testimonials__inner .tns-controls > button:before {
  font-family: "Line Awesome Free";
  font-weight: 900;
  font-size: 2.5rem;
}
.ap-page-less-ap_team #agent .agent-section-testimonials__inner .tns-controls > button[data-controls="prev"] {
  color: #333333;
}
@media (max-width: 992px) {
  .ap-page-less-ap_team #agent .agent-section-testimonials__inner .tns-controls > button[data-controls="prev"] {
    color: #ffffff;
  }
}
.ap-page-less-ap_team #agent .agent-section-testimonials__inner .tns-controls > button[data-controls="prev"]::before {
  content: "";
}
.ap-page-less-ap_team #agent .agent-section-testimonials__inner .tns-controls > button[data-controls="next"] {
  color: #ffffff;
}
.ap-page-less-ap_team #agent .agent-section-testimonials__inner .tns-controls > button[data-controls="next"]::before {
  content: "";
}
.ap-page-less-ap_team #agent .agent-section-testimonials__inner .tns-nav {
  display: none;
}
.ap-page-less-ap_team #agent .agent-section-testimonials__inner .carousel {
  display: flex !important;
  flex-wrap: wrap;
}
.ap-page-less-ap_team #agent .agent-section-testimonials__inner .tns-inner {
  margin: 0 150px 0 0 !important;
}
@media (max-width: 992px) {
  .ap-page-less-ap_team #agent .agent-section-testimonials__inner .tns-inner {
    margin: 0 !important;
  }
}
.ap-page-less-ap_team #agent .agent-section-testimonials__inner .button-more-testimonial {
  background-color: transparent;
  height: 50px;
  border: 1px solid #333333;
}
.ap-page-less-ap_team #agent #tabs {
  background-color: #fff;
  margin: 0;
  padding: 0;
  border: 0;
}
.ap-page-less-ap_team #agent #tabs .tab-pane {
  padding: 0;
  font-family: Roboto;
}
.ap-page-less-ap_team #agent #tabs .tab-pane .container {
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (min-width: 1200px) {
  .ap-page-less-ap_team #agent #tabs .tab-pane .container {
    max-width: 1280px;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1199.98px) {
  .ap-page-less-ap_team #agent #tabs .tab-pane .container {
    max-width: 960px;
  }
}
.ap-page-less-ap_team #agent #tabs .tab-pane #bottom_pagination {
  display: none;
}
.ap-page-less-ap_team #agent #tabs .tab-menu {
  display: none !important;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.5rem;
}
@media (max-width: 991.98px) {
  .ap-page-less-ap_team #agent #tabs .tab-menu {
    flex-direction: column;
    align-items: flex-start;
  }
}
.ap-page-less-ap_team #agent #tabs .tab-menu__title {
  font-size: 36px;
  line-height: 39.6px;
  font-family: Roboto;
  margin-bottom: 40px;
}
@media screen and (max-width: 1024.98px) {
  .ap-page-less-ap_team #agent #tabs .tab-menu__title {
    font-size: 28px;
    line-height: 38px;
  }
}
.ap-page-less-ap_team #agent #tabs .tab-menu__subtitle {
  font-family: Roboto;
  font-size: 0.95rem;
  width: 100%;
}
@media (max-width: 991.98px) {
  .ap-page-less-ap_team #agent #tabs .tab-menu__subtitle {
    margin-bottom: 1.5rem;
  }
}
.ap-page-less-ap_team #agent #tabs .tab-menu ul.ui-tabs-nav {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  padding: 0 15px;
  background: transparent;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  border: 0;
}
@media (max-width: 991.98px) {
  .ap-page-less-ap_team #agent #tabs .tab-menu ul.ui-tabs-nav {
    padding: 0;
  }
}
.ap-page-less-ap_team #agent #tabs .tab-menu ul.ui-tabs-nav li {
  display: inline-flex;
  align-items: center;
  background: transparent !important;
  border: 0;
  margin: 0;
  padding: 0;
}
@media (max-width: 991.98px) {
  .ap-page-less-ap_team #agent #tabs .tab-menu ul.ui-tabs-nav li {
    width: 100%;
    margin: 0 0 0.5rem 0 !important;
  }
  .ap-page-less-ap_team #agent #tabs .tab-menu ul.ui-tabs-nav li[class*="active"] a {
    border-bottom: 2px solid currentColor;
  }
  .ap-page-less-ap_team #agent #tabs .tab-menu ul.ui-tabs-nav li::before {
    display: none !important;
  }
}
.ap-page-less-ap_team #agent #tabs .tab-menu ul.ui-tabs-nav li + li {
  margin-left: 1rem;
}
.ap-page-less-ap_team #agent #tabs .tab-menu ul.ui-tabs-nav li + li::before {
  content: "";
  width: 30px;
  height: 1.5px;
  background: #333333;
  display: inline-flex;
  align-items: center;
  margin-right: 1rem;
}
.ap-page-less-ap_team #agent #tabs .tab-menu ul.ui-tabs-nav li[class*="active"] a {
  color: #333333;
  opacity: 1;
}
.ap-page-less-ap_team #agent #tabs .tab-menu ul.ui-tabs-nav li a {
  font-family: Roboto;
  font-weight: 600;
  text-align: center;
  color: #333333;
  opacity: 0.35;
  text-transform: uppercase;
  padding: 0;
}
.ap-page-less-ap_team #agent #tabs .tab-menu ul.ui-tabs-nav li a:hover {
  opacity: 1;
}
.ap-page-less-ap_team #agent #tabs .tab-menu ul.ui-tabs-nav li a.ui-tabs-anchor {
  padding: 0;
}
.ap-page-less-ap_team #agent #tabs .tab-menu ul.ui-tabs-nav li a i {
  display: none;
}
@media (max-width: 1122px) {
  .ap-page-less-ap_team #agent #tabs .search-results {
    margin: 0;
  }
}
.ap-page-less-ap_team #agent #tabs .button-link-wrap {
  text-align: center;
  font-size: 1.6em;
  text-transform: uppercase;
  height: auto;
  letter-spacing: 1px;
  line-height: normal;
  padding: 2rem 1rem 0;
  border-width: 2px;
  margin: 30px auto 0;
}
@media (max-width: 767.98px) {
  .ap-page-less-ap_team #agent #tabs .button-link-wrap {
    margin-bottom: 30px;
    padding-bottom: 2rem;
  }
}
.ap-page-less-ap_team #agent #tabs .button-link-wrap a {
  display: inline-flex;
  align-items: center;
  padding: 0.65rem 1.25rem;
  background: #003a42;
  color: #ffffff;
  border: 1px solid #003a42;
}
.ap-page-less-ap_team #agent #tabs .button-link-wrap a i {
  font-size: 1.5rem;
  margin-left: 2rem;
}
.ap-page-less-ap_team #agent #tabs .button-link-wrap a:hover {
  border-color: #ffffff;
  background: #ffffff;
  color: #003a42;
}
.ap-page-less-ap_team #agent .agent-listing-container {
  margin-bottom: 30px;
}
.ap-page-less-ap_team #agent .agent-listing-container .tab-menu__title {
  font-family: Roboto;
  font-size: 36px;
  line-height: 39.6px;
  color: #003a42;
  margin-bottom: 40px;
}
@media screen and (max-width: 1024.98px) {
  .ap-page-less-ap_team #agent .agent-listing-container .tab-menu__title {
    font-size: 28px;
    line-height: 38px;
  }
}
.ap-page-less-ap_team .listing-item {
  margin-bottom: 20px;
  transition: all ease-in-out 0.5s;
}
.ap-page-less-ap_team .listing-item > a {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-bottom: 75%;
  height: 0;
  display: block;
  background-color: #9c9c9c;
}
@media screen and (max-width: 767.98px) {
  .ap-page-less-ap_team .listing-item > a {
    padding-bottom: 300px;
  }
}
@media screen and (max-width: 575.98px) {
  .ap-page-less-ap_team .listing-item > a {
    padding-bottom: 200px;
  }
}
.ap-page-less-ap_team .listing-item > a picture, .ap-page-less-ap_team .listing-item > a img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ap-page-less-ap_team .listing-item > a .no-image-container {
  height: 0;
  overflow: hidden;
  padding-bottom: 75%;
  position: relative;
  width: 100%;
  display: block;
  background: #9c9c9c;
}
@media screen and (max-width: 767.98px) {
  .ap-page-less-ap_team .listing-item > a .no-image-container {
    padding-bottom: 300px;
  }
}
@media screen and (max-width: 575.98px) {
  .ap-page-less-ap_team .listing-item > a .no-image-container {
    padding-bottom: 200px;
  }
}
.ap-page-less-ap_team .listing-item > a .no-image-container i {
  font-size: 80px;
  color: #eee;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.ap-page-less-ap_team .listing-item .open-times, .ap-page-less-ap_team .listing-item .auction-time {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: fit-content;
  padding: 7px 10px;
  background-color: rgba(0, 58, 66, 0.8);
}
.ap-page-less-ap_team .listing-item .open-times > p, .ap-page-less-ap_team .listing-item .auction-time > p {
  font-size: 15px !important;
  font-weight: 400;
  line-height: 24px !important;
  letter-spacing: 0.64px;
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 0;
}
@media screen and (max-width: 575.98px) {
  .ap-page-less-ap_team .listing-item .open-times > p, .ap-page-less-ap_team .listing-item .auction-time > p {
    font-size: 12px !important;
  }
}
.ap-page-less-ap_team .listing-item .sticker {
  position: absolute;
  left: 1rem;
  bottom: 1rem;
  z-index: 2;
  width: auto;
  height: auto;
  background-color: rgba(0, 58, 66, 0.75);
  padding: 10px 20px;
  font-size: 14px;
  text-transform: uppercase;
}
.ap-page-less-ap_team .listing-item .sticker p, .ap-page-less-ap_team .listing-item .sticker a {
  color: #ffffff;
  margin-bottom: 0;
}
.ap-page-less-ap_team .listing-item section {
  background-color: #ffffff;
  box-shadow: none;
  padding: 24px 0;
}
@media screen and (max-width: 575.98px) {
  .ap-page-less-ap_team .listing-item section {
    padding: 0;
    padding-top: 16px;
  }
}
.ap-page-less-ap_team .listing-item section .listing-info-container {
  max-width: 100%;
  width: 100%;
  padding: 0;
  color: #333333;
}
.ap-page-less-ap_team .listing-item section .listing-info-container .address-rooms {
  text-align: center;
  padding: 0;
}
.ap-page-less-ap_team .listing-item section .listing-info-container .suburb {
  font-size: 14px;
  line-height: 28px;
  margin: 0;
}
.ap-page-less-ap_team .listing-item section .listing-info-container .price {
  font-size: 20px !important;
  line-height: 28px !important;
  font-weight: 600 !important;
  color: #003a42;
}
.ap-page-less-ap_team .listing-item section .listing-info-container .address {
  font-size: 20px !important;
  line-height: 28px !important;
  min-height: 0;
}
@media screen and (max-width: 575.98px) {
  .ap-page-less-ap_team .listing-item section .listing-info-container .price, .ap-page-less-ap_team .listing-item section .listing-info-container .suburb, .ap-page-less-ap_team .listing-item section .listing-info-container .address {
    font-size: 14px !important;
    line-height: 22px !important;
    margin-bottom: 0;
  }
}
.ap-page-less-ap_team .listing-item section .listing-info-container ul.rooms {
  display: flex;
  list-style: none;
}
.ap-page-less-ap_team .listing-item section .listing-info-container ul.rooms li {
  font-size: 16px;
  font-weight: 400;
  line-height: 27.2px;
}
.ap-page-less-ap_team .listing-item section .listing-info-container ul.rooms li:not(:last-child) {
  margin-right: 5px;
}
.ap-page-less-ap_team .listing-item section .listing-info-container ul.rooms li:not(:last-child)::after {
  content: "|";
  top: 0;
}
@media screen and (max-width: 575.98px) {
  .ap-page-less-ap_team .listing-item section .listing-info-container ul.rooms li {
    font-size: 14px;
    ine-height: 22px;
  }
}
.ap-page-less-ap_team .listing-item section .listing-info-container .listing-info .row {
  justify-content: center;
  align-items: center;
}
.ap-page-less-ap_team .listing-item section .listing-button {
  margin-top: auto;
}
.ap-page-less-ap_team .listing-item section .button-tenancy-1form, .ap-page-less-ap_team .listing-item section .button-inspection {
  padding: 0 15px;
}
.ap-page-less-ap_team .listing-item section .button-tenancy-1form form input.apply-now {
  width: 100%;
  border: 0;
  padding: 12px 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background: #ffffff !important;
  border-color: #ffffff !important;
  color: #003a42 !important;
}
.ap-page-less-ap_team .listing-item section .button-inspection {
  margin-top: 10px;
  margin-bottom: 15px;
}
.ap-page-less-ap_team .listing-item section .button-inspection a.btn-inspection {
  background: #003a42;
  border-color: #003a42;
  color: #ffffff;
  border-radius: 0;
  line-height: 25px;
}
.ap-page-less-ap_team .listing-item section .button-inspection a.btn-inspection:hover {
  background: #ffffff !important;
  border-color: #ffffff !important;
  color: #003a42 !important;
}
.ap-page-less-ap_team .listing-item section .bookmark-property {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}
.ap-page-less-ap_team .listing-item section .bookmark-property a {
  background-color: rgba(255, 255, 255, 0.65);
  margin: 0.85rem;
  color: #333333;
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  overflow: hidden;
  border-radius: 50%;
}
.ap-page-less-ap_team .listing-item section .bookmark-property a.fav-type-2.save-fav-property, .ap-page-less-ap_team .listing-item section .bookmark-property a.fav-type-2.trigger-delete-bookmark {
  display: grid;
  grid-template-columns: auto auto;
  padding: 0 0.65rem;
  transition: 0.5s;
  min-width: 40px;
}
.ap-page-less-ap_team .listing-item section .bookmark-property a.fav-type-2.save-fav-property i, .ap-page-less-ap_team .listing-item section .bookmark-property a.fav-type-2.trigger-delete-bookmark i {
  margin-right: 0;
  transition: 0.5s;
}
.ap-page-less-ap_team .listing-item section .bookmark-property a.fav-type-2.save-fav-property:hover, .ap-page-less-ap_team .listing-item section .bookmark-property a.fav-type-2.trigger-delete-bookmark:hover {
  border-radius: 6px;
  background: white;
}
.ap-page-less-ap_team .listing-item section .bookmark-property a.fav-type-2.save-fav-property:hover i, .ap-page-less-ap_team .listing-item section .bookmark-property a.fav-type-2.trigger-delete-bookmark:hover i {
  margin-right: 0.5rem;
}
.ap-page-less-ap_team .listing-item section .bookmark-property a.fav-type-2.save-fav-property:hover:after, .ap-page-less-ap_team .listing-item section .bookmark-property a.fav-type-2.trigger-delete-bookmark:hover:after {
  margin-right: 0;
  color: inherit;
}
.ap-page-less-ap_team .listing-item section .bookmark-property a.fav-type-2.save-fav-property:after, .ap-page-less-ap_team .listing-item section .bookmark-property a.fav-type-2.trigger-delete-bookmark:after {
  font-size: 0.85rem;
  transition: 0.5s;
  white-space: nowrap;
  color: transparent;
}
.ap-page-less-ap_team .listing-item section .bookmark-property a.fav-type-2.save-fav-property:hover {
  min-width: 150px;
}
.ap-page-less-ap_team .listing-item section .bookmark-property a.fav-type-2.save-fav-property:after {
  content: "Add to favorites";
  margin-right: -6.75rem;
}
.ap-page-less-ap_team .listing-item section .bookmark-property a.fav-type-2.trigger-delete-bookmark:hover {
  min-width: 195px;
}
.ap-page-less-ap_team .listing-item section .bookmark-property a.fav-type-2.trigger-delete-bookmark i {
  color: #d72020;
}
.ap-page-less-ap_team .listing-item section .bookmark-property a.fav-type-2.trigger-delete-bookmark:after {
  content: "Remove from favorites";
  margin-right: -9.5rem;
}
.ap-shortcode-ap_agents[class*="ap-shortcode-attr-dropdown_filter-shortcode"] .ap-agent-filter-wrapper {
  margin-bottom: 30px;
}
.ap-shortcode-ap_agents[class*="ap-shortcode-attr-dropdown_filter-shortcode"] .ap-agent-filter-wrapper > label {
  font-weight: 500;
  margin-right: 10px;
}
@media (max-width: 640px) {
  .ap-shortcode-ap_agents[class*="ap-shortcode-attr-dropdown_filter-shortcode"] .ap-agent-filter-wrapper > label {
    display: block;
    margin-right: 0;
  }
}
.ap-shortcode-ap_agents[class*="ap-shortcode-attr-dropdown_filter-shortcode"] .ap-agent-filter-wrapper select + .select2-container--default {
  width: 220px !important;
}
@media (max-width: 640px) {
  .ap-shortcode-ap_agents[class*="ap-shortcode-attr-dropdown_filter-shortcode"] .ap-agent-filter-wrapper select + .select2-container--default {
    width: 100% !important;
  }
}
.ap-shortcode-ap_agents[class*="ap-shortcode-attr-dropdown_filter-shortcode"] .ap-agent-filter-wrapper select + .select2-container--default .select2-selection--single {
  border-color: #ddd !important;
  border-radius: 0 !important;
  height: 36px !important;
  line-height: 35px !important;
}
.ap-shortcode-ap_agents[class*="ap-shortcode-attr-dropdown_filter-shortcode"] .ap-agent-filter-wrapper select + .select2-container--default .select2-selection__rendered {
  height: 36px !important;
  line-height: 35px !important;
  text-align: left !important;
}
.ap-shortcode-ap_agents[class*="ap-shortcode-attr-dropdown_filter-shortcode"] .ap-agent-filter-wrapper select + .select2-container--default .select2-selection__arrow {
  height: 32px !important;
}
.ap-shortcode-ap_agents .hero {
  min-height: 75vh;
}
@media screen and (max-width: 767.98px) {
  .ap-shortcode-ap_agents .hero {
    min-height: 45vh;
  }
}
.ap-shortcode-ap_agents .staff-item-container .row-cols-md-2 > * {
  flex: 0 0 100% !important;
  max-width: 100% !important;
}
@media (min-width: 575px) {
  .ap-shortcode-ap_agents .staff-item-container .row-cols-md-2 > * {
    flex: 0 0 100% !important;
    max-width: 50% !important;
  }
}
@media (min-width: 992px) {
  .ap-shortcode-ap_agents .staff-item-container .row-cols-md-2 > * {
    flex: 0 0 100% !important;
    max-width: 33.3333% !important;
  }
}
@media (min-width: 1025px) {
  .ap-shortcode-ap_agents .staff-item-container .row-cols-md-2 > * {
    flex: 0 0 100% !important;
    max-width: 25% !important;
  }
}
.ap-shortcode-ap_agents .staff-item-container .col {
  padding: 0 15px;
  margin: 0;
  transition: all ease-in-out 0.5s;
}
.ap-shortcode-ap_agents .staff-item-container .mb-20 {
  margin-bottom: 20px;
}
.ap-shortcode-ap_agents #tabs {
  border: 0;
}
.ap-shortcode-ap_agents #tabs .ui-tabs-nav {
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 60px;
  border: 0;
  background: #fff;
}
.ap-shortcode-ap_agents #tabs .ui-tabs-nav::before {
  display: none;
}
@media screen and (max-width: 575.98px) {
  .ap-shortcode-ap_agents #tabs .ui-tabs-nav {
    display: none;
    flex-wrap: wrap;
    margin-bottom: 20px;
  }
  .ap-shortcode-ap_agents #tabs .ui-tabs-nav .ui-tabs-tab {
    flex: 1 0 100%;
    max-width: 100%;
  }
}
.ap-shortcode-ap_agents #tabs .ui-tabs-nav .ui-tabs-tab {
  background-color: #ffffff;
  border: 1px solid #003a42;
  font-size: 16px;
  text-transform: uppercase;
  border-radius: 0;
  min-width: 0;
}
@media screen and (min-width: 575px) {
  .ap-shortcode-ap_agents #tabs .ui-tabs-nav .ui-tabs-tab {
    min-width: 120px;
  }
}
@media screen and (max-width: 574.98px) {
  .ap-shortcode-ap_agents #tabs .ui-tabs-nav .ui-tabs-tab {
    max-width: 100%;
    width: 100%;
  }
}
.ap-shortcode-ap_agents #tabs .ui-tabs-nav .ui-tabs-tab a {
  display: block;
  width: 100%;
  text-align: center;
  color: #003a42;
}
.ap-shortcode-ap_agents #tabs .ui-tabs-nav .ui-tabs-tab.ui-tabs-active {
  background-color: #003a42;
}
.ap-shortcode-ap_agents #tabs .ui-tabs-nav .ui-tabs-tab.ui-tabs-active a {
  color: #ffffff;
}
.ap-shortcode-ap_agents .ui-tabs .ui-tabs-panel {
  padding: 0;
}
.container-agent {
  background: #fff;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .container-agent .embed-responsive-1by1 {
    padding-bottom: 130%;
  }
  .container-agent .embed-responsive-1by1 a img {
    background-color: #cdcdcd;
  }
}
.container-agent .embed-responsive .no-image-container {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #cdcdcd;
  color: #222;
  height: 100%;
}
.container-agent .embed-responsive .no-image-container i {
  font-size: 7rem;
}
.agent-container {
  padding-top: 16px;
  background-color: #ffffff;
}
.agent-container .agent-info-item:not(.agent-role) {
  font-size: 0.9rem;
}
.agent-container .agent-info a {
  color: #333333;
}
@media (max-width: 1199.98px) {
  .agent-container .agent-info > .row {
    display: flex;
    flex-direction: column;
  }
  .agent-container .agent-info > .row > * + * {
    margin-top: 0.25rem;
  }
}
.agent-container .agent-name {
  font-family: Roboto;
  color: #003a42;
  font-size: 24px;
  line-height: 26.4px;
}
.agent-container .agent-role {
  font-size: 20px !important;
  line-height: 28px !important;
  color: #003a42;
  margin-bottom: 16px;
}
.agent-container .agent-info-item:not(.agent-name):not(.agent-role) {
  font-size: 14px;
  font-weight: 400;
  line-height: 22.4px;
  margin-bottom: 4px;
}
.agent-container .agent-info-item:not(.agent-name):not(.agent-role) span {
  margin-right: 5px;
}
/* Blog Page */
.entry-header-blog.single-slideshow .tns-controls {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  z-index: 2;
}
.entry-header-blog.single-slideshow .tns-controls > button {
  font-size: 0;
  border: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #003a42;
  cursor: pointer;
}
.entry-header-blog.single-slideshow .tns-controls > button + button {
  margin-left: 1.25rem;
}
.entry-header-blog.single-slideshow .tns-controls > button:hover, .entry-header-blog.single-slideshow .tns-controls > button:focus {
  background-color: transparent;
}
.entry-header-blog.single-slideshow .tns-controls > button:before {
  font-family: "Line Awesome Free";
  font-weight: 900;
  font-size: 45px;
}
.entry-header-blog.single-slideshow .tns-controls > button[data-controls="prev"]:before {
  content: "";
}
.entry-header-blog.single-slideshow .tns-controls > button[data-controls="next"]:before {
  content: "";
}
.entry-header-blog.single-slideshow .tns-nav {
  display: none;
}
.entry-header-blog.single-slideshow .tns-ovh {
  padding-bottom: 5rem;
}
@media (min-width: 992px) {
  .entry-header-blog.single-slideshow .tns-inner {
    margin: 0 150px !important;
  }
}
.carousel .post-item {
  position: relative;
  box-shadow: 0px 70px 40px -60px rgba(104, 61, 50, 0.5);
}
.carousel .post-item .post-img {
  position: relative;
  width: 100%;
}
.carousel .post-item .post-img:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 60vh;
}
.carousel .post-item .post-img > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.carousel .post-item .post-thumbnail {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.carousel .post-item .post-thumbnail .no-image-container {
  width: 100%;
  height: 100%;
  background-color: #9c9c9c;
  color: #eee;
  font-size: 4.75rem;
}
.carousel .post-item .post-thumbnail .no-image-container i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.carousel .post-item .post-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.carousel .post-item .post-info {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 4rem 3.5rem;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85), transparent);
}
@media (max-width: 1199.98px) {
  .carousel .post-item .post-info {
    padding: 3.5rem 1rem;
  }
}
.carousel .post-item .post-info > * {
  opacity: 1;
}
.carousel .post-item .post-info .post-title {
  font-family: Roboto;
  font-size: 2.25rem;
  font-weight: 600;
  text-align: center;
  color: #fff;
}
@media (max-width: 767.98px) {
  .carousel .post-item .post-info .post-title {
    font-size: 1.5rem;
  }
}
.carousel .post-item .post-info .cat-links {
  margin-bottom: 1.25rem;
  width: 100%;
}
.carousel .post-item .post-info .cat-links ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.carousel .post-item .post-info .cat-links ul li {
  font-size: 0.75rem;
  margin: 0.35rem 0.65rem;
}
.carousel .post-item .post-info .cat-links ul li a {
  display: block;
  padding: 0.25rem 0.5rem;
  font-weight: 600;
  text-transform: uppercase;
  background-color: #ffffff;
  color: #7c625f;
}
.carousel .post-item:not(.tns-slide-active)::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.65);
  z-index: 2;
}
.carousel .post-item:not(.tns-slide-active) .post-info {
  background: transparent;
}
.carousel .post-item:not(.tns-slide-active) .post-info > * {
  opacity: 0;
}
@media (min-width: 992px) {
  .carousel .post-item.tns-slide-active .post-img::before {
    padding-top: 75vh;
  }
}
.post-tabs {
  width: 100%;
  margin: 60px auto 0;
  padding: 0 150px;
}
@media (max-width: 992px) {
  .post-tabs {
    width: 100%;
    padding: 0 1.5rem;
  }
}
.post-tabs ul {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
@media (max-width: 1199.98px) {
  .post-tabs ul {
    align-items: flex-start;
    justify-content: center;
  }
  .post-tabs ul li {
    margin: 0.35rem 0.45rem !important;
  }
}
.post-tabs ul li {
  display: inline-flex;
  align-items: center;
  margin: 0.25rem 0;
}
.post-tabs ul li.active a {
  color: #7c625f;
  font-weight: 800;
}
@media (max-width: 1199.98px) {
  .post-tabs ul li.active a {
    border-bottom: 2px solid currentColor;
  }
}
@media (min-width: 992px) {
  .post-tabs ul li:not(:last-child) {
    margin-right: 1rem;
  }
  .post-tabs ul li:not(:last-child)::after {
    content: "";
    width: 35px;
    height: 1.5px;
    background: #C3B3B1;
    display: inline-flex;
    align-items: center;
    margin-left: 1rem;
  }
}
.post-tabs ul li a {
  font-size: 0.85rem;
  font-weight: 500;
  text-align: center;
  color: #C3B3B1;
  text-transform: uppercase;
}
.post-tabs ul li a:hover, .post-tabs ul li a:focus {
  color: #7c625f;
}
.blog-container {
  padding: 50px 0;
}
@media (min-width: 992px) {
  .blog-container > .group {
    width: 100%;
    padding: 0 150px;
  }
}
.blog-container .post-item {
  margin-bottom: 30px;
}
.blog-container .post-item article {
  padding: 0 !important;
  height: 100%;
}
.blog-container .post-item article > .container {
  width: 100%;
  height: 100%;
  background-color: #fff;
  padding: 0;
  margin: 0;
}
.img-blog {
  position: relative;
  width: 100%;
}
.img-blog:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 75%;
}
.img-blog > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.img-blog .post-thumbnail {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.img-blog .post-thumbnail .no-image-container {
  width: 100%;
  height: 100%;
  background-color: #9c9c9c;
  color: #eee;
  font-size: 4.75rem;
}
.img-blog .post-thumbnail .no-image-container i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.img-blog .post-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.content-blog {
  padding: 2rem;
  text-align: left !important;
  height: 100%;
}
.content-blog .entry-header .entry-title {
  font-family: Roboto;
  font-size: 1.5rem;
  font-weight: 800;
  color: #333333;
}
.content-blog .entry-header .entry-title a {
  color: #333333;
}
.content-blog .entry-header .cat-links {
  margin-bottom: 1.25rem;
}
.content-blog .entry-header .cat-links ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.content-blog .entry-header .cat-links ul li {
  font-size: 0.75rem;
  margin: 0.25rem 0.65rem 0 0;
}
.content-blog .entry-header .cat-links ul li a {
  font-weight: 600;
  text-transform: uppercase;
}
.content-blog .entry-content .entry-meta {
  margin-top: 1rem;
}
.content-blog .entry-content .entry-meta .posted-on a {
  color: #333333;
}
.content-blog .entry-footer {
  margin-top: 1rem;
}
.content-blog .entry-footer .edit-link {
  margin-left: 0;
}
.posts-navigation {
  text-align: center;
  padding: 3rem 0;
}
.posts-navigation .nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
}
.posts-navigation .nav-links > * + * {
  margin-left: 1rem;
}
.post-load-more-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding-bottom: 6.5rem;
}
.post-load-more-pagination > .page_toolbar {
  text-align: center;
}
.post-load-more-pagination > .page_toolbar .btn-load-more-posts {
  text-transform: uppercase;
  padding: 0.55rem 1.65rem;
}
/*
    Single Blog Page
*/
.single-post .socmed__share {
  position: absolute;
  top: 4.5rem;
  left: 3rem;
  z-index: 3;
  transition: 0.4s;
}
@media (max-width: 1199.98px) {
  .single-post .socmed__share {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 2.5rem;
    inset: unset;
  }
}
.single-post .socmed__share--btn {
  width: 50px;
  height: 50px;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.65);
  color: #333333;
  padding: 0;
  border: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.75rem;
  overflow: hidden;
  border-radius: 50%;
  z-index: 2;
  transition: all 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.single-post .socmed__share--btn.is-active {
  background-color: #003a42;
  color: #ffffff;
}
@media (max-width: 1199.98px) {
  .single-post .socmed__share--btn.share {
    display: none;
  }
}
.single-post .socmed__share--inner {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: flex-start;
  transform: translateY(-50%);
  transition: all 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  opacity: 0;
  visibility: hidden;
}
.single-post .socmed__share--inner.is-shown {
  opacity: 1;
  visibility: visible;
  z-index: 2;
  transform: translateY(35%);
}
@media (max-width: 1199.98px) {
  .single-post .socmed__share--inner {
    opacity: 1;
    visibility: visible;
    z-index: 2;
    transform: translateY(0%);
  }
}
.single-post .socmed__share--inner li + li {
  margin-left: 1rem;
}
.single-post .socmed__share--inner li a {
  color: #fff;
  font-size: 1.25rem;
}
.single-post .socmed__share--inner li a.fb {
  background-color: #3b5998;
}
.single-post .socmed__share--inner li a.twt {
  background-color: #00aced;
}
.single-post .socmed__share--inner li a.lkd {
  background-color: #007bb6;
}
.single-post .site-main .post-author {
  width: calc(85% + 10px);
  margin: 3rem auto 80px;
}
@media (max-width: 1199.98px) {
  .single-post .site-main .post-author {
    width: 100%;
    margin-bottom: 0;
  }
}
.single-post .site-main .post-author__inner {
  display: grid;
  grid-template-columns: 17rem auto;
  max-width: calc(66.666667% - 10px);
  padding: 0 5px;
}
@media (max-width: 1199.98px) {
  .single-post .site-main .post-author__inner {
    grid-template-columns: 1fr;
    max-width: 100%;
    padding: 0;
  }
}
.single-post .site-main .post-author .author-title {
  font-family: Roboto;
  font-size: 1.65rem;
  font-weight: 800;
  margin-bottom: 1rem;
}
@media (max-width: 1199.98px) {
  .single-post .site-main .post-author .author-title {
    font-size: 1.05rem;
    margin-bottom: 0.5rem;
  }
}
.single-post .site-main .post-author .author-img {
  position: relative;
  width: 100%;
}
.single-post .site-main .post-author .author-img:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%;
}
.single-post .site-main .post-author .author-img > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.single-post .site-main .post-author .author-img > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.single-post .site-main .post-author .author-email a {
  text-transform: uppercase;
  font-size: 0.9rem;
}
.single-post .site-main article[id] {
  padding: 0 !important;
}
.single-post .site-main article[id] .header-thumbnail {
  margin-bottom: 5rem;
  position: relative;
}
@media (max-width: 1199.98px) {
  .single-post .site-main article[id] .header-thumbnail {
    margin-bottom: 2.5rem;
  }
}
.single-post .site-main article[id] .header-thumbnail .img-thumbnails .post-thumbnail, .single-post .site-main article[id] .header-thumbnail .img-blog {
  position: relative;
  width: 100%;
}
.single-post .site-main article[id] .header-thumbnail .img-thumbnails .post-thumbnail:before, .single-post .site-main article[id] .header-thumbnail .img-blog:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 65vh;
}
.single-post .site-main article[id] .header-thumbnail .img-thumbnails .post-thumbnail > .content, .single-post .site-main article[id] .header-thumbnail .img-blog > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media (max-width: 1199.98px) {
  .single-post .site-main article[id] .header-thumbnail .img-thumbnails .post-thumbnail::before, .single-post .site-main article[id] .header-thumbnail .img-blog::before {
    padding-top: 100%;
  }
}
.single-post .site-main article[id] .header-thumbnail .img-thumbnails .post-thumbnail img, .single-post .site-main article[id] .header-thumbnail .img-blog img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.single-post .site-main article[id] .header-thumbnail .img-blog .post-thumbnail {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-bottom: 0;
}
.single-post .site-main article[id] .header-thumbnail .img-blog .post-thumbnail .no-image-container {
  width: 100%;
  height: 100%;
  background-color: #9c9c9c;
  color: #eee;
  font-size: 4.75rem;
}
.single-post .site-main article[id] .header-thumbnail .img-blog .post-thumbnail .no-image-container i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.single-post .site-main article[id] .hero {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 2.75rem 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 0.85) 100%);
}
.single-post .site-main article[id] .hero::before {
  display: none;
}
.single-post .site-main article[id] .hero .entry-header .page-title {
  font-family: Roboto;
  font-size: 2.45rem;
  font-weight: 800;
  color: #fff;
}
@media (max-width: 1199.98px) {
  .single-post .site-main article[id] .hero .entry-header .page-title {
    font-size: 2rem;
  }
}
.single-post .site-main article[id] .hero .entry-header .entry-meta {
  margin-top: 1.5rem;
}
.single-post .site-main article[id] .hero .entry-header .entry-meta * {
  color: #fff;
}
.single-post .site-main article[id] .hero .entry-header .cat-links ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.single-post .site-main article[id] .hero .entry-header .cat-links ul li {
  font-size: 0.75rem;
  margin: 0.35rem 0.45rem;
}
.single-post .site-main article[id] .hero .entry-header .cat-links ul li a {
  display: block;
  padding: 0.25rem 0.5rem;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  background-color: #7c625f;
}
.single-post .site-main article[id] .container__content .entry-content h1, .single-post .site-main article[id] .container__content .entry-content h2, .single-post .site-main article[id] .container__content .entry-content h3, .single-post .site-main article[id] .container__content .entry-content h4, .single-post .site-main article[id] .container__content .entry-content h5 {
  font-weight: 800;
  margin: 0.95rem 0;
}
.single-post .site-main article[id] .container__content .entry-content blockquote {
  margin: 3rem 0;
  padding: 0 1rem;
  font-family: Roboto;
  font-size: 1.25rem;
  border-left: 1px solid currentColor;
}
.single-post .site-main article[id] .container__content .entry-content blockquote a {
  border-bottom: 2px solid currentColor;
}
.single-post .site-main article[id] .container__content .entry-content ol, .single-post .site-main article[id] .container__content .entry-content ul {
  margin: 1.15rem 1rem;
  padding: 0;
}
.single-post .site-main article[id] .container__content .entry-content hr {
  margin: 2rem 0;
}
.single-post .site-main article[id] .container__sidebar .widget_ap-recent-posts .title-section {
  font-family: Roboto;
  font-size: 1.35rem;
  font-weight: 800;
  margin-bottom: 1.15rem;
}
.single-post .site-main article[id] .container__sidebar .widget_ap-recent-posts #recent_posts_wrapper li.list-article {
  margin-bottom: 1rem;
}
.single-post .site-main article[id] .container__sidebar .widget_ap-recent-posts #recent_posts_wrapper li.list-article a {
  display: flex;
  flex-wrap: nowrap;
}
.single-post .site-main article[id] .container__sidebar .widget_ap-recent-posts #recent_posts_wrapper li.list-article .thumbnail {
  position: relative;
  margin-right: 1rem;
  flex: 0 0 25%;
  position: relative;
  width: 60px;
}
.single-post .site-main article[id] .container__sidebar .widget_ap-recent-posts #recent_posts_wrapper li.list-article .thumbnail:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%;
}
.single-post .site-main article[id] .container__sidebar .widget_ap-recent-posts #recent_posts_wrapper li.list-article .thumbnail > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.single-post .site-main article[id] .container__sidebar .widget_ap-recent-posts #recent_posts_wrapper li.list-article .thumbnail.no-image-container {
  background-color: #9c9c9c;
  color: #eee;
}
.single-post .site-main article[id] .container__sidebar .widget_ap-recent-posts #recent_posts_wrapper li.list-article .thumbnail.no-image-container i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 25px;
}
.single-post .site-main article[id] .container__sidebar .widget_ap-recent-posts #recent_posts_wrapper li.list-article .thumbnail img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.single-post .site-main article[id] .container__sidebar .widget_ap-recent-posts #recent_posts_wrapper li.list-article .details {
  flex: 0 0 75%;
  max-width: 75%;
}
.single-post .site-main article[id] .container__sidebar .widget_ap-recent-posts #recent_posts_wrapper li.list-article .details .post-title {
  font-size: 1rem;
  color: #333333;
}
.single-post .site-main article[id] .container__sidebar .widget_ap-recent-posts #recent_posts_wrapper li.list-article .details .post-date {
  color: #ffffff;
  font-size: 0.8rem;
}
.ap-page-less-ap_property .header-sticky {
  position: fixed;
  top: 80px;
  background: #fff;
  padding: 30px 0 20px;
  width: 100%;
  border-bottom: 1px solid #E7E7E8;
  visibility: hidden;
  opacity: 0;
  z-index: 1;
}
.ap-page-less-ap_property .header-sticky.show {
  visibility: visible;
  opacity: 1;
  z-index: 9;
}
@media screen and (max-width: 575.98px) {
  .ap-page-less-ap_property .header-sticky {
    display: none !important;
  }
}
.ap-page-less-ap_property .header-sticky-inner {
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 1200px) {
  .ap-page-less-ap_property .header-sticky-inner {
    max-width: 1280px;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1199.98px) {
  .ap-page-less-ap_property .header-sticky-inner {
    max-width: 960px;
  }
}
.ap-page-less-ap_property .header-sticky-inner .property-address-title {
  font-family: Roboto;
  font-size: 24px;
  line-height: 26.4px;
  margin: 0;
  color: #003a42;
}
.ap-page-less-ap_property .header-sticky-inner a.open-property-enquiry {
  background: #003a42;
  font-size: 16px;
  line-height: 27.2px;
  color: #ffffff;
  text-transform: uppercase;
}
.ap-page-less-ap_property .header-sticky-inner a.open-property-enquiry:hover {
  border: 1px solid #003a42;
  background-color: #ffffff;
  color: #003a42;
}
.ap-page-less-ap_property .listing-top-section {
  padding: 120px 0 30px;
}
@media screen and (max-width: 1024.98px) {
  .ap-page-less-ap_property .listing-top-section {
    padding: 30px 0;
  }
}
.ap-page-less-ap_property .listing-top-section > .container {
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (min-width: 1200px) {
  .ap-page-less-ap_property .listing-top-section > .container {
    max-width: 1280px;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1199.98px) {
  .ap-page-less-ap_property .listing-top-section > .container {
    max-width: 960px;
  }
}
.ap-page-less-ap_property .listing-top-section #gallery .no-image-container {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding-bottom: 66.5%;
  background-color: #ddd;
  overflow: hidden;
}
@media (max-width: 991.98px) {
  .ap-page-less-ap_property .listing-top-section #gallery .no-image-container {
    padding-bottom: 66.5%;
  }
}
.ap-page-less-ap_property .listing-top-section #gallery .no-image-container i {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  font-size: 6rem;
}
.ap-page-less-ap_property .listing-top-section #gallery .single-slideshow .carousel .item-image .embed-responsive {
  position: relative;
  height: 0;
  display: block;
  overflow: hidden;
  padding-bottom: 66.5%;
}
@media (max-width: 1199.98px) {
  .ap-page-less-ap_property .listing-top-section #gallery .single-slideshow .carousel .item-image .embed-responsive {
    padding-bottom: 75%;
  }
}
.ap-page-less-ap_property .listing-top-section #gallery .single-slideshow .tns-outer .tns-nav {
  z-index: 3;
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 991.98px) {
  .ap-page-less-ap_property .listing-top-section #gallery .single-slideshow .tns-outer .tns-nav {
    bottom: 1rem;
  }
}
.ap-page-less-ap_property .listing-top-section #gallery .single-slideshow .tns-outer .tns-nav [aria-controls] {
  padding: 0;
  height: 14px;
  width: 14px;
  border-radius: 100%;
  margin: 0 5px;
  border: 0;
  background-color: rgba(255, 255, 255, 0.5);
}
@media (max-width: 991.98px) {
  .ap-page-less-ap_property .listing-top-section #gallery .single-slideshow .tns-outer .tns-nav [aria-controls] {
    width: 8px;
    height: 8px;
  }
}
.ap-page-less-ap_property .listing-top-section #gallery .single-slideshow .tns-outer .tns-nav [aria-controls]:hover, .ap-page-less-ap_property .listing-top-section #gallery .single-slideshow .tns-outer .tns-nav [aria-controls]:focus, .ap-page-less-ap_property .listing-top-section #gallery .single-slideshow .tns-outer .tns-nav [aria-controls]:active, .ap-page-less-ap_property .listing-top-section #gallery .single-slideshow .tns-outer .tns-nav [aria-controls].tns-nav-active {
  background: white;
}
.ap-page-less-ap_property .listing-top-section #gallery .single-slideshow .tns-outer .tns-controls {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: space-between;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  width: 100%;
}
@media (min-width: 768px) {
  .ap-page-less-ap_property .listing-top-section #gallery .single-slideshow .tns-outer .tns-controls {
    padding: 0 4rem 0 1.5rem;
  }
}
.ap-page-less-ap_property .listing-top-section #gallery .single-slideshow .tns-outer .tns-controls:focus, .ap-page-less-ap_property .listing-top-section #gallery .single-slideshow .tns-outer .tns-controls:focus-within {
  outline: 0 !important;
}
.ap-page-less-ap_property .listing-top-section #gallery .single-slideshow .tns-outer .tns-controls button {
  font-size: 0;
  border: 0;
  width: 30px;
  height: 30px;
}
@media (max-width: 767.98px) {
  .ap-page-less-ap_property .listing-top-section #gallery .single-slideshow .tns-outer .tns-controls button {
    padding: 10px 0;
    background: rgba(255, 255, 255, 0.75);
    height: auto;
  }
}
.ap-page-less-ap_property .listing-top-section #gallery .single-slideshow .tns-outer .tns-controls button:before {
  font-family: "Line Awesome Free";
  font-weight: 900;
  font-size: min(max(30px, 4vw), 60px);
  color: #fff;
}
@media (max-width: 767.98px) {
  .ap-page-less-ap_property .listing-top-section #gallery .single-slideshow .tns-outer .tns-controls button:before {
    color: #8f8f8f;
  }
}
.ap-page-less-ap_property .listing-top-section #gallery .single-slideshow .tns-outer .tns-controls button[data-controls="prev"]:before {
  content: "";
}
.ap-page-less-ap_property .listing-top-section #gallery .single-slideshow .tns-outer .tns-controls button[data-controls="next"]:before {
  content: "";
}
.ap-page-less-ap_property .listing-top-section #gallery .single-slideshow .tns-outer .tns-controls button:hover, .ap-page-less-ap_property .listing-top-section #gallery .single-slideshow .tns-outer .tns-controls button:focus, .ap-page-less-ap_property .listing-top-section #gallery .single-slideshow .tns-outer .tns-controls button:active {
  background: transparent;
}
.ap-page-less-ap_property .listing-top-section.is-overlay #gallery:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.75), transparent);
  z-index: 2;
}
@media (max-width: 1199.98px) {
  .ap-page-less-ap_property .listing-top-section .bookmark-property {
    flex-grow: 1;
  }
}
.ap-page-less-ap_property .listing-top-section .bookmark-property p {
  margin-bottom: 0;
}
.ap-page-less-ap_property .listing-top-section .bookmark-property a {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.65);
  backdrop-filter: blur(5px);
  color: #333333;
  width: 50px;
  height: 50px;
  font-size: 1.5rem;
  border-radius: 50%;
  overflow: hidden;
}
@media (max-width: 1199.98px) {
  .ap-page-less-ap_property .listing-top-section .bookmark-property a {
    width: 100% !important;
    border-radius: 6px;
    font-size: 0.96rem;
    font-weight: 500;
    padding: 0.65rem 1rem;
    height: auto;
    background-color: #333;
    color: #fff;
  }
}
.ap-page-less-ap_property .listing-top-section .bookmark-property a.fav-type-2.save-fav-property::after {
  content: "Add to favorites";
}
.ap-page-less-ap_property .listing-top-section .bookmark-property a.fav-type-2.trigger-delete-bookmark i {
  color: #d72020;
}
.ap-page-less-ap_property .listing-top-section .bookmark-property a.fav-type-2.trigger-delete-bookmark::after {
  content: "Remove from favorites";
}
.ap-page-less-ap_property .listing-top-section .bookmark-property a.fav-type-2::after {
  margin-left: 0.5rem;
}
@media (min-width: 1199.98px) {
  .ap-page-less-ap_property .listing-top-section .bookmark-property a.fav-type-2::after {
    display: none;
  }
}
.ap-page-less-ap_property .listing-top-section .bookmark-property a span {
  margin-left: 0.5rem;
}
@media (min-width: 1199.98px) {
  .ap-page-less-ap_property .listing-top-section .bookmark-property a span {
    display: none;
  }
}
.ap-page-less-ap_property .listing-top-section .sticker {
  position: absolute;
  bottom: 50px;
  right: 50px;
  background-color: rgba(0, 58, 66, 0.75);
  width: 100px;
  height: 100px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767.98px) {
  .ap-page-less-ap_property .listing-top-section .sticker {
    bottom: 50px;
  }
}
@media screen and (max-width: 575.98px) {
  .ap-page-less-ap_property .listing-top-section .sticker {
    bottom: 25px;
    right: 20px;
    width: 60px;
    height: 60px;
  }
}
.ap-page-less-ap_property .listing-top-section .sticker > p {
  margin: 0;
  padding: 0 5px;
  font-size: 20px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
}
@media screen and (max-width: 767.98px) {
  .ap-page-less-ap_property .listing-top-section .sticker > p {
    font-size: 14px;
  }
}
@media screen and (max-width: 575.98px) {
  .ap-page-less-ap_property .listing-top-section .sticker > p {
    font-size: 10px;
  }
}
.ap-page-less-ap_property .listing-top-section__action {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  gap: 1rem;
  padding: 1.25rem 1.5rem;
  z-index: 2;
}
@media (max-width: 1199.98px) {
  .ap-page-less-ap_property .listing-top-section__action {
    position: static;
    justify-content: flex-start;
    background-color: #111;
    padding: 1.15rem 1rem;
  }
}
.ap-page-less-ap_property .listing-top-section .property-quickinfo-container {
  display: flex;
  justify-content: center;
  height: 100%;
  flex-flow: column;
}
@media screen and (max-width: 1199.98px) {
  .ap-page-less-ap_property .listing-top-section .property-quickinfo-container {
    padding-top: 20px;
  }
}
.ap-page-less-ap_property .listing-top-section .property-quickinfo-container .label-container {
  margin-bottom: 24px;
}
.ap-page-less-ap_property .listing-top-section .property-quickinfo-container .label-container .contract__label {
  font-size: 20px !important;
  line-height: 28px !important;
  color: #333333;
  text-transform: uppercase;
  margin-bottom: 0;
}
@media screen and (max-width: 1024.98px) {
  .ap-page-less-ap_property .listing-top-section .property-quickinfo-container .label-container {
    margin-bottom: 16px;
  }
}
.ap-page-less-ap_property .listing-top-section .property-quickinfo-container .address-container {
  margin-bottom: 24px;
}
.ap-page-less-ap_property .listing-top-section .property-quickinfo-container .address-container .property-address-title {
  font-family: Roboto;
  margin-bottom: 0;
  font-size: 38px;
  line-height: 39.6px;
}
@media screen and (max-width: 1024.98px) {
  .ap-page-less-ap_property .listing-top-section .property-quickinfo-container .address-container .property-address-title {
    font-size: 28px;
    line-height: 32px;
  }
}
@media screen and (max-width: 1024.98px) {
  .ap-page-less-ap_property .listing-top-section .property-quickinfo-container .address-container {
    margin-bottom: 16px;
  }
}
.ap-page-less-ap_property .listing-top-section .property-quickinfo-container .rooms-container {
  display: flex;
  align-items: center;
}
.ap-page-less-ap_property .listing-top-section .property-quickinfo-container .rooms-container ul {
  list-style: none;
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}
@media screen and (max-width: 1024.98px) {
  .ap-page-less-ap_property .listing-top-section .property-quickinfo-container .rooms-container ul {
    margin-bottom: 16px;
  }
}
.ap-page-less-ap_property .listing-top-section .property-quickinfo-container .rooms-container ul li {
  font-size: 14px;
  font-weight: 400;
  line-height: 22.4px;
  text-transform: uppercase;
  padding-right: 15px;
}
.ap-page-less-ap_property .listing-top-section .property-quickinfo-container .rooms-container ul li:not(:last-child) {
  border-right: 1px solid #333333;
}
.ap-page-less-ap_property .listing-top-section .property-quickinfo-container .rooms-container ul li:not(:first-child) {
  padding-left: 15px;
}
.ap-page-less-ap_property .listing-top-section .property-quickinfo-container .rooms-container ul li .num {
  display: block;
  font-size: 16px;
  font-weight: 700;
  color: #003a42;
}
.ap-page-less-ap_property .listing-top-section .property-quickinfo-container .price-container {
  color: #333333;
}
.ap-page-less-ap_property .listing-top-section .property-quickinfo-container .price-container .price {
  font-size: 20px !important;
  line-height: 28px !important;
  font-weight: 700;
  color: #003a42;
  margin-bottom: 40px;
}
@media screen and (max-width: 1024.98px) {
  .ap-page-less-ap_property .listing-top-section .property-quickinfo-container .price-container .price {
    margin-bottom: 16px;
  }
}
.ap-page-less-ap_property .listing-top-section .property-quickinfo-container .enquire-container .open-property-enquiry {
  display: block;
  line-height: 27.2px;
  text-transform: uppercase;
  width: 100%;
  padding: 10px 20px;
  background-color: #003a42;
  color: #ffffff;
  border: 1px solid #003a42;
  min-height: 50px;
}
.ap-page-less-ap_property .listing-top-section .property-quickinfo-container .enquire-container .open-property-enquiry:hover {
  background-color: #ffffff;
  color: #003a42;
}
.ap-page-less-ap_property .listing-top-section .property-quickinfo-container .contact-container {
  padding: 1.25rem;
  border-top: 1px solid rgba(51, 51, 51, 0.1);
  border-bottom: 1px solid rgba(51, 51, 51, 0.1);
}
.ap-page-less-ap_property .listing-top-section .property-quickinfo-container .contact-container a.btn {
  width: 100%;
  text-transform: uppercase;
  padding: 0.75rem 1rem;
}
.ap-page-less-ap_property .listing-top-section .property-quickinfo-container .tools-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  padding: 1rem 1.25rem;
}
.ap-page-less-ap_property .listing-top-section .property-quickinfo-container .tools-container .tools_btn {
  transition: 0.4s;
  padding: 1rem 0;
  background-color: #ffffff;
}
.ap-page-less-ap_property .listing-top-section .property-quickinfo-container .tools-container .tools_btn:hover {
  background-color: #333333;
  color: #ffffff;
}
.ap-page-less-ap_property .listing-top-section .property-quickinfo-container .tools-container .tools_btn:hover a {
  color: #ffffff;
}
.ap-page-less-ap_property .listing-top-section .property-quickinfo-container .tools-container a {
  display: flex;
  align-items: center;
  flex-direction: column;
  text-transform: uppercase;
  color: #ffffff;
}
.ap-page-less-ap_property .listing-top-section .property-quickinfo-container .tools-container a:hover {
  color: #ffffff;
}
.ap-page-less-ap_property .listing-top-section .property-quickinfo-container .tools-container a span {
  font-size: 0.75rem;
  margin-top: 0.5rem;
  font-weight: 600;
}
.ap-page-less-ap_property .listing-top-section .property-quickinfo-container .tools-container a i {
  font-size: 1.5rem;
}
.ap-page-less-ap_property .listing-mid-section {
  padding: 30px 0;
}
@media screen and (max-width: 1024.98px) {
  .ap-page-less-ap_property .listing-mid-section {
    padding: 30px 0;
  }
}
.ap-page-less-ap_property .listing-mid-section > .container {
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (min-width: 1200px) {
  .ap-page-less-ap_property .listing-mid-section > .container {
    max-width: 1280px;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1199.98px) {
  .ap-page-less-ap_property .listing-mid-section > .container {
    max-width: 960px;
  }
}
.ap-page-less-ap_property .listing-mid-section__content h5, .ap-page-less-ap_property .listing-mid-section__content .property-auction-container .sub-title, .ap-page-less-ap_property .listing-mid-section__content .property-inspection-container .sub-title {
  font-family: Roboto;
  font-size: 24px;
  line-height: 26.4px;
  color: #003a42;
  margin-bottom: 24px;
}
@media screen and (max-width: 1024.98px) {
  .ap-page-less-ap_property .listing-mid-section__content h5, .ap-page-less-ap_property .listing-mid-section__content .property-auction-container .sub-title, .ap-page-less-ap_property .listing-mid-section__content .property-inspection-container .sub-title {
    margin-bottom: 16px;
  }
}
.ap-page-less-ap_property .listing-mid-section__content .address-section {
  margin-bottom: 2.5rem;
}
.ap-page-less-ap_property .listing-mid-section__content .property-address-title {
  font-family: Roboto;
  font-size: 2rem;
  font-weight: 600;
}
.ap-page-less-ap_property .listing-mid-section__content .property-type {
  color: #333333;
}
.ap-page-less-ap_property .listing-mid-section__content .detail-description {
  font-size: 16px;
  font-weight: 400;
  line-height: 27.2px;
}
.ap-page-less-ap_property .listing-mid-section__content .detail-description h3 {
  font-size: 1.5rem;
  font-weight: 600;
  margin: 0.75rem 0;
}
.ap-page-less-ap_property .listing-mid-section__content .property-auction-container .auction-item__inner, .ap-page-less-ap_property .listing-mid-section__content .property-auction-container .opentimes-item__inner, .ap-page-less-ap_property .listing-mid-section__content .property-inspection-container .auction-item__inner, .ap-page-less-ap_property .listing-mid-section__content .property-inspection-container .opentimes-item__inner {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1rem;
}
.ap-page-less-ap_property .listing-mid-section__content .property-auction-container .auction-item__date, .ap-page-less-ap_property .listing-mid-section__content .property-auction-container .opentimes-item__date, .ap-page-less-ap_property .listing-mid-section__content .property-inspection-container .auction-item__date, .ap-page-less-ap_property .listing-mid-section__content .property-inspection-container .opentimes-item__date {
  background-color: #333333;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 1.5rem 1.85rem;
}
.ap-page-less-ap_property .listing-mid-section__content .property-auction-container .auction-item__date > *, .ap-page-less-ap_property .listing-mid-section__content .property-auction-container .opentimes-item__date > *, .ap-page-less-ap_property .listing-mid-section__content .property-inspection-container .auction-item__date > *, .ap-page-less-ap_property .listing-mid-section__content .property-inspection-container .opentimes-item__date > * {
  line-height: 1;
}
.ap-page-less-ap_property .listing-mid-section__content .property-auction-container .auction-item__date .date, .ap-page-less-ap_property .listing-mid-section__content .property-auction-container .opentimes-item__date .date, .ap-page-less-ap_property .listing-mid-section__content .property-inspection-container .auction-item__date .date, .ap-page-less-ap_property .listing-mid-section__content .property-inspection-container .opentimes-item__date .date {
  font-size: 2rem;
  font-weight: 600;
  font-family: Roboto;
  margin-bottom: 3px;
}
.ap-page-less-ap_property .listing-mid-section__content .property-auction-container .auction-item__date .month, .ap-page-less-ap_property .listing-mid-section__content .property-auction-container .opentimes-item__date .month, .ap-page-less-ap_property .listing-mid-section__content .property-inspection-container .auction-item__date .month, .ap-page-less-ap_property .listing-mid-section__content .property-inspection-container .opentimes-item__date .month {
  font-size: 1.075rem;
}
.ap-page-less-ap_property .listing-mid-section__content .property-auction-container .auction-item__info, .ap-page-less-ap_property .listing-mid-section__content .property-auction-container .opentimes-item__info, .ap-page-less-ap_property .listing-mid-section__content .property-inspection-container .auction-item__info, .ap-page-less-ap_property .listing-mid-section__content .property-inspection-container .opentimes-item__info {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.ap-page-less-ap_property .listing-mid-section__content .property-auction-container .auction-item__info .calendar, .ap-page-less-ap_property .listing-mid-section__content .property-auction-container .opentimes-item__info .calendar, .ap-page-less-ap_property .listing-mid-section__content .property-inspection-container .auction-item__info .calendar, .ap-page-less-ap_property .listing-mid-section__content .property-inspection-container .opentimes-item__info .calendar {
  margin-top: 0.25rem;
  text-transform: uppercase;
  font-size: 0.85rem;
}
.ap-page-less-ap_property .listing-mid-section__content #map_canvas {
  height: 550px;
  width: 100%;
  margin-bottom: 70px;
  overflow: hidden;
  display: block;
  position: relative;
  z-index: 1;
}
.ap-page-less-ap_property .listing-mid-section__content #map_canvas > div {
  width: 100% !important;
}
@media (max-width: 767.98px) {
  .ap-page-less-ap_property .listing-mid-section__content #map_canvas {
    height: 300px;
  }
}
.ap-page-less-ap_property .listing-mid-section__description #contact-agent {
  margin-top: 3.5rem;
}
.ap-page-less-ap_property .listing-mid-section__description #contact-agent > .container {
  width: 100%;
  padding: 0;
}
.ap-page-less-ap_property .listing-mid-section__description .detail-short-description {
  margin: 1.25rem 0;
  font-style: italic;
}
.ap-page-less-ap_property .listing-mid-section__information > * + * {
  margin-top: 1.5rem;
}
.ap-page-less-ap_property .listing-mid-section__information h3, .ap-page-less-ap_property .listing-mid-section__information h4, .ap-page-less-ap_property .listing-mid-section__information h5 {
  font-family: Roboto;
  font-weight: 600;
}
.ap-page-less-ap_property .listing-mid-section__information .btn-solid-theme a.btn-block {
  background: #003a42;
  border: 1px solid #003a42;
  color: #ffffff !important;
  border-radius: 0;
  line-height: 25px;
  transition: 0.5s;
}
.ap-page-less-ap_property .listing-mid-section__information .btn-solid-theme a.btn-block:hover {
  background-color: #ffffff;
  color: #003a42 !important;
  border-color: #ffffff;
}
.ap-page-less-ap_property .listing-mid-section__information .tenancy-1form form input.apply-now {
  width: 100%;
  padding: 12px 0;
  transition: all 0.5s;
  background: #003a42;
  border: 1px solid #003a42;
  color: #ffffff;
}
.ap-page-less-ap_property .listing-mid-section__information .tenancy-1form form input.apply-now:hover {
  background-color: #ffffff;
  color: #003a42;
  border-color: #ffffff;
}
.ap-page-less-ap_property .listing-mid-section__information .property-quickinfo-container {
  background-color: #ffffff;
  color: #333333;
  border: 1px solid rgba(0, 0, 0, 0.075);
  box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 4px 0px, rgba(0, 0, 0, 0) 0px 1px 1px 0px;
}
.ap-page-less-ap_property .listing-mid-section__information .property-quickinfo-container .price-container {
  background-color: #C3B3B1;
  color: #ffffff;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  padding: 1rem 1.25rem;
}
.ap-page-less-ap_property .listing-mid-section__information .property-quickinfo-container .price-container .contract__label {
  font-size: 0.8rem;
  font-weight: 600;
  margin-bottom: 0;
  color: #ffffff;
  background-color: #003a42;
  padding: 0.35rem 0.85rem;
  text-align: center;
  text-transform: uppercase;
}
.ap-page-less-ap_property .listing-mid-section__information .property-quickinfo-container .price-container .price {
  overflow: hidden;
  text-align: right;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ap-page-less-ap_property .listing-mid-section__information .property-quickinfo-container .price-container .price__label {
  margin-bottom: 0;
}
.ap-page-less-ap_property .listing-mid-section__information .property-quickinfo-container .rooms-container {
  display: flex;
  align-items: center;
  padding: 1rem 1.25rem;
}
.ap-page-less-ap_property .listing-mid-section__information .property-quickinfo-container .rooms-container ul {
  list-style: none;
  display: flex;
  align-items: center;
}
.ap-page-less-ap_property .listing-mid-section__information .property-quickinfo-container .rooms-container ul li + li {
  margin-left: 0.75rem;
}
.ap-page-less-ap_property .listing-mid-section__information .property-quickinfo-container .rooms-container .land-size {
  margin-left: 0.75rem;
}
.ap-page-less-ap_property .listing-mid-section__information .property-quickinfo-container .contact-container {
  padding: 1.25rem;
  border-top: 1px solid rgba(51, 51, 51, 0.1);
  border-bottom: 1px solid rgba(51, 51, 51, 0.1);
}
.ap-page-less-ap_property .listing-mid-section__information .property-quickinfo-container .contact-container a.btn {
  width: 100%;
  text-transform: uppercase;
  padding: 0.75rem 1rem;
}
.ap-page-less-ap_property .listing-mid-section__information .property-quickinfo-container .tools-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  padding: 1rem 1.25rem;
}
.ap-page-less-ap_property .listing-mid-section__information .property-quickinfo-container .tools-container .tools_btn {
  transition: 0.4s;
  padding: 1rem 0;
  background-color: #ffffff;
}
.ap-page-less-ap_property .listing-mid-section__information .property-quickinfo-container .tools-container .tools_btn:hover {
  background-color: #333333;
  color: #ffffff;
}
.ap-page-less-ap_property .listing-mid-section__information .property-quickinfo-container .tools-container .tools_btn:hover a {
  color: #ffffff;
}
.ap-page-less-ap_property .listing-mid-section__information .property-quickinfo-container .tools-container a {
  display: flex;
  align-items: center;
  flex-direction: column;
  text-transform: uppercase;
  color: #ffffff;
}
.ap-page-less-ap_property .listing-mid-section__information .property-quickinfo-container .tools-container a:hover {
  color: #ffffff;
}
.ap-page-less-ap_property .listing-mid-section__information .property-quickinfo-container .tools-container a span {
  font-size: 0.75rem;
  margin-top: 0.5rem;
  font-weight: 600;
}
.ap-page-less-ap_property .listing-mid-section__information .property-quickinfo-container .tools-container a i {
  font-size: 1.5rem;
}
.ap-page-less-ap_property .listing-mid-section__information .detail-information {
  background-color: #ffffff;
  color: #333333;
  padding: 2rem 2.25rem;
  border: 1px solid rgba(0, 0, 0, 0.075);
  box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 4px 0px, rgba(0, 0, 0, 0) 0px 1px 1px 0px;
}
.ap-page-less-ap_property .listing-mid-section__information .detail-information ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.ap-page-less-ap_property .listing-mid-section__information .detail-information ul li {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  margin-bottom: 5px;
}
.ap-page-less-ap_property .listing-mid-section__information .detail-information ul li .detail-label {
  font-weight: 600;
}
.ap-page-less-ap_property .listing-mid-section__information .documents ul {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: left;
}
.ap-page-less-ap_property .listing-mid-section__information .documents ul li {
  display: block;
  background: #003a42;
  padding: 10px;
  width: 100%;
  margin-bottom: 10px;
}
.ap-page-less-ap_property .listing-mid-section__information .documents ul li a {
  display: block;
  color: #ffffff;
}
.ap-page-less-ap_property .listing-mid-section__information .documents ul li i.las {
  position: absolute;
  right: 10px;
  font-size: 23px;
  cursor: pointer;
}
.ap-page-less-ap_property .listing-mid-section__information .documents ul li:hover {
  background-color: #ffffff;
}
.ap-page-less-ap_property .listing-mid-section__information .documents ul li:hover a {
  color: #003a42;
}
.ap-page-less-ap_property .listing-mid-section__information .external-links {
  background-color: #ffffff;
  color: #333333;
  padding: 2rem 2.25rem;
  border: 1px solid rgba(0, 0, 0, 0.075);
  box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 4px 0px, rgba(0, 0, 0, 0) 0px 1px 1px 0px;
}
.ap-page-less-ap_property .listing-mid-section__information .external-links .sub-title {
  font-weight: 600;
}
.ap-page-less-ap_property .listing-mid-section__information .external-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.ap-page-less-ap_property .listing-mid-section__information .external-links ul li {
  width: 100%;
}
.ap-page-less-ap_property .listing-mid-section__information .external-links ul li + li {
  border-top: 1px solid #ddd;
}
.ap-page-less-ap_property .listing-mid-section__information .external-links ul li a {
  display: flex;
  align-items: center;
  color: #333333;
  padding: 0.5rem 0;
}
.ap-page-less-ap_property .listing-mid-section__information .external-links ul li a:hover {
  background-color: #eee;
}
.ap-page-less-ap_property .listing-mid-section__information .external-links ul li a span {
  white-space: nowrap;
}
.ap-page-less-ap_property .listing-mid-section__information .external-links ul li a span.url {
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 1199.98px) {
  .ap-page-less-ap_property .listing-mid-section__sidebar {
    margin-bottom: 2.5rem;
  }
}
.ap-page-less-ap_property .listing-mid-section__sidebar .listing-navigation-container > ul li.navigation-button {
  width: 100%;
}
@media (min-width: 1122px) {
  .ap-page-less-ap_property .listing-mid-section__sidebar .listing-navigation-container > ul li.navigation-button {
    padding-left: 5rem;
  }
  .ap-page-less-ap_property .listing-mid-section__sidebar .listing-navigation-container > ul li.navigation-button br {
    display: block;
  }
}
.ap-page-less-ap_property .listing-mid-section__sidebar .listing-navigation-container > ul li.navigation-button a {
  font-size: 0.9rem;
  text-align: left;
  width: 100%;
  text-transform: uppercase;
  border-color: #003a42;
  background-color: #003a42;
  color: #ffffff;
}
.ap-page-less-ap_property .listing-mid-section__sidebar .listing-navigation-container > ul li.navigation-button a:hover {
  background-color: #ffffff;
  color: #003a42;
  border-color: #ffffff;
}
@media (max-width: 991.98px) {
  .ap-page-less-ap_property .listing-mid-section__sidebar .listing-navigation-container > ul li.navigation-button a {
    text-align: center;
  }
}
.ap-page-less-ap_property .listing-mid-section__sidebar .listing-navigation-container > ul li.navigation-item + li {
  margin-top: 1rem;
}
.ap-page-less-ap_property .listing-mid-section__sidebar .listing-navigation-container > ul li.navigation-item a {
  display: inline-flex;
  align-items: center;
  font-family: Roboto;
  text-transform: uppercase;
}
.ap-page-less-ap_property .listing-mid-section__sidebar .listing-navigation-container > ul li.navigation-item a.current {
  font-weight: 600;
  font-size: 1.015rem;
  color: #7c625f;
}
@media (max-width: 1199.98px) {
  .ap-page-less-ap_property .listing-mid-section__sidebar .listing-navigation-container > ul li.navigation-item a.current {
    border-bottom: 3px solid #7c625f;
  }
}
.ap-page-less-ap_property .listing-mid-section__sidebar .listing-navigation-container > ul li.navigation-item a.current::before {
  background-color: #7c625f;
}
@media (min-width: 1199.98px) {
  .ap-page-less-ap_property .listing-mid-section__sidebar .listing-navigation-container > ul li.navigation-item a::before {
    content: "";
    width: 3.75rem;
    height: 1.5px;
    margin-right: 1.15rem;
  }
}
.ap-page-less-ap_property .listing-mid-section__sidebar .navigation-container {
  display: flex;
  align-items: flex-start;
  width: 100%;
  height: 100%;
}
.ap-page-less-ap_property .listing-mid-section__sidebar .navigation-container .navigation-menu > div:not(:last-child) {
  margin-bottom: 40px;
}
.ap-page-less-ap_property .listing-mid-section__sidebar .navigation-container .icon-set {
  margin-right: 16px;
}
.ap-page-less-ap_property .listing-mid-section__sidebar .navigation-container ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.ap-page-less-ap_property .listing-mid-section__sidebar .navigation-container ul li {
  display: flex;
  align-items: center;
  font-size: 16px;
  line-height: 27.2px;
  margin-bottom: 16px;
}
.ap-page-less-ap_property .listing-mid-section__sidebar .navigation-container ul li .icon-set {
  position: relative;
  display: block;
  width: 26px;
  height: 26px;
}
.ap-page-less-ap_property .listing-mid-section__sidebar .navigation-container ul li .icon-set.twitter {
  width: 25px;
}
.ap-page-less-ap_property .listing-mid-section__sidebar .navigation-container ul li .icon-set::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background-repeat: no-repeat !important;
  background-size: contain !important;
}
.ap-page-less-ap_property .listing-mid-section__sidebar .navigation-container ul li .icon-set.facebook::before {
  background: url("data:image/svg+xml,%3Csvg width='50' height='50' viewBox='0 0 26 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13 3.25c-5.375 0-9.75 4.375-9.75 9.75s4.375 9.75 9.75 9.75 9.75-4.375 9.75-9.75S18.375 3.25 13 3.25m0 1.625A8.11 8.11 0 0 1 21.125 13a8.11 8.11 0 0 1-6.916 8.027v-5.658h2.314l.363-2.35H14.21v-1.284c0-.975.32-1.842 1.233-1.842h1.467v-2.05c-.258-.036-.803-.111-1.833-.111-2.152 0-3.413 1.136-3.413 3.724v1.563H9.452v2.35h2.211v5.637A8.105 8.105 0 0 1 4.875 13 8.11 8.11 0 0 1 13 4.875' fill='%23333'/%3E%3C/svg%3E");
}
.ap-page-less-ap_property .listing-mid-section__sidebar .navigation-container ul li .icon-set.twitter::before {
  background: url("data:image/svg+xml,%3Csvg width='45' height='45' viewBox='0 0 45 45' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M33.163 5.742 23.796 16.45l-8.1-10.708H3.96l14.02 18.33L4.692 39.258h5.689l10.254-11.719L29.6 39.258h11.44l-14.614-19.32L38.848 5.742zm-1.995 30.113L10.601 8.965h3.38l20.337 26.888z' fill='%23333'/%3E%3C/svg%3E");
}
.ap-page-less-ap_property .listing-mid-section__sidebar .navigation-container ul li .icon-set.google::before {
  background: url("data:image/svg+xml,%3Csvg width='50' height='50' viewBox='0 0 26 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.938 5.688A7.31 7.31 0 0 0 1.625 13a7.31 7.31 0 0 0 7.313 7.313A7.31 7.31 0 0 0 16.25 13c0-.501-.054-.99-.153-1.463l-.037-.162H8.938v2.438h4.874c-.387 2.304-2.459 4.062-4.874 4.062A4.876 4.876 0 0 1 4.061 13a4.876 4.876 0 0 1 4.876-4.875c1.218 0 2.329.45 3.186 1.19l1.745-1.71a7.28 7.28 0 0 0-4.931-1.917m11.375 3.25v2.437h-2.438V13h2.438v2.438h1.625V13h2.437v-1.625h-2.437V8.938z' fill='%23333'/%3E%3C/svg%3E");
}
.ap-page-less-ap_property .listing-mid-section__sidebar .navigation-container ul li .icon-set.linkedin::before {
  background: url("data:image/svg+xml,%3Csvg width='50' height='50' viewBox='0 0 50 50' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.505 6.25a4.125 4.125 0 0 0-4.13 4.125c0 2.281 1.848 4.172 4.125 4.172 2.28 0 4.13-1.89 4.13-4.169a4.125 4.125 0 0 0-4.125-4.128m20.143 10.938c-3.467 0-5.45 1.812-6.403 3.615h-.1v-3.13h-6.832v22.952h7.12v-11.36c0-2.995.225-5.888 3.93-5.888 3.651 0 3.704 3.414 3.704 6.076v11.172h7.12V28.019c0-6.169-1.326-10.831-8.539-10.831m-23.706.484v22.953h7.125V17.672z' fill='%23333'/%3E%3C/svg%3E");
}
.ap-page-less-ap_property .listing-mid-section__sidebar .navigation-container ul li .icon-set.instagram::before {
  background: url("data:image/svg+xml,%3Csvg width='50' height='50' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.602 3.75c-2.663 0-4.852 2.186-4.852 4.852v6.796c0 2.663 2.186 4.852 4.852 4.852h6.796c2.663 0 4.852-2.186 4.852-4.852V8.602c0-2.663-2.186-4.852-4.852-4.852zm0 1.5h6.796a3.347 3.347 0 0 1 3.352 3.352v6.796a3.347 3.347 0 0 1-3.352 3.352H8.602a3.347 3.347 0 0 1-3.352-3.352V8.602A3.347 3.347 0 0 1 8.602 5.25m7.828 1.641a.675.675 0 0 0-.68.68c0 .378.302.679.68.679a.675.675 0 0 0 .68-.68.675.675 0 0 0-.68-.679M12 7.5A4.513 4.513 0 0 0 7.5 12c0 2.475 2.025 4.5 4.5 4.5s4.5-2.025 4.5-4.5-2.025-4.5-4.5-4.5M12 9c1.667 0 3 1.333 3 3s-1.333 3-3 3-3-1.333-3-3 1.333-3 3-3' fill='%23333'/%3E%3C/svg%3E");
}
.ap-page-less-ap_property .listing-mid-section__sidebar .navigation-container ul li .icon-set.image::before {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.625 4.563v17.875h22.75V4.563zM3.25 6.188h19.5v11.298l-4.29-4.316-.585-.584-3.681 3.681-4.672-4.722-.585-.584-5.687 5.687zM19.5 7.813a1.625 1.625 0 1 0 0 3.25 1.625 1.625 0 0 0 0-3.25M8.938 13.272l7.465 7.54H3.25V18.96zm8.937 1.625 4.875 4.875v1.04h-4.037l-3.377-3.402z'/%3E%3C/svg%3E%0A");
}
.ap-page-less-ap_property .listing-mid-section__sidebar .navigation-container ul li .icon-set.map::before {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13 2.938c-4.028 0-7.312 3.284-7.312 7.312 0 1.142.463 2.454 1.092 3.885.628 1.431 1.438 2.951 2.26 4.367a82 82 0 0 0 3.3 5.205l.66.965.66-.965s1.657-2.37 3.3-5.205c.823-1.416 1.632-2.936 2.26-4.367.63-1.431 1.093-2.743 1.093-3.885 0-4.028-3.285-7.312-7.313-7.312m0 1.624a5.674 5.674 0 0 1 5.688 5.688c0 .65-.35 1.882-.94 3.225-.59 1.342-1.405 2.83-2.209 4.214-1.276 2.203-2.07 3.368-2.539 4.063-.47-.695-1.263-1.86-2.54-4.063-.802-1.383-1.618-2.872-2.208-4.214s-.94-2.575-.94-3.225A5.674 5.674 0 0 1 13 4.563m0 4.063a1.625 1.625 0 1 0 0 3.25 1.625 1.625 0 0 0 0-3.25'/%3E%3C/svg%3E");
}
.ap-page-less-ap_property .listing-mid-section__sidebar .navigation-container ul li .icon-set.street::before {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13 3.75A3.26 3.26 0 0 0 9.75 7c0 .904.388 1.72.99 2.31a4.1 4.1 0 0 0-1.803 3.377v3.758l1.626.813v3.555h4.874v-3.555l1.626-.813v-3.758a4.1 4.1 0 0 0-1.803-3.376c.602-.59.99-1.406.99-2.311A3.26 3.26 0 0 0 13 3.75m0 1.625c.908 0 1.625.717 1.625 1.625S13.908 8.625 13 8.625A1.61 1.61 0 0 1 11.375 7c0-.908.717-1.625 1.625-1.625m0 4.875a2.426 2.426 0 0 1 2.438 2.438v2.742l-1.626.812v2.945h-1.624v-2.945l-1.626-.812v-2.742A2.426 2.426 0 0 1 13 10.25m-5.687 5.586c-2.371.663-4.063 1.787-4.063 3.351 0 2.666 4.903 4.063 9.75 4.063s9.75-1.397 9.75-4.062c0-1.565-1.692-2.69-4.062-3.352v1.701c1.545.498 2.437 1.143 2.437 1.65 0 .971-3.24 2.438-8.125 2.438s-8.125-1.467-8.125-2.437c0-.508.892-1.153 2.438-1.65z' fill='%23333'/%3E%3C/svg%3E");
}
.ap-page-less-ap_property .listing-mid-section__sidebar .navigation-container ul li .icon-set.floor::before {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.063 4.563v17.875h17.875V4.563zm1.625 1.625h6.5v6.5h-6.5zm8.125 0h6.5v6.5h-6.5zm-8.126 8.125h6.5v6.5h-6.5zm8.125 0h6.5v6.5h-6.5z'/%3E%3C/svg%3E");
}
.ap-page-less-ap_property .listing-mid-section__sidebar .navigation-container ul li .icon-set.email::before {
  background: url("data:image/svg+xml,%3Csvg width='50' height='50' viewBox='0 0 26 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.438 6.5v14.625h21.125V6.5zm3.504 1.625h14.117L13 12.822zm-1.88.71 8.481 5.663.457.279.457-.279 8.48-5.662V19.5H4.064z' fill='%23333'/%3E%3C/svg%3E");
}
.ap-page-less-ap_property .listing-mid-section__sidebar .navigation-container ul li .icon-set.print::before {
  background-image: url("data:image/svg+xml,%3Csvg width='50' height='50' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 4v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8.342a2 2 0 0 0-.602-1.43l-4.44-4.342A2 2 0 0 0 13.56 2H6a2 2 0 0 0-2 2m5 9h6m-6 4h3' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M14 2v4a2 2 0 0 0 2 2h4' stroke='%23000' stroke-width='2' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.ap-page-less-ap_property .listing-mid-section__sidebar .navigation-container ul li .icon-set.quote::before {
  background: url("data:image/svg+xml,%3Csvg width='55' height='50' viewBox='0 0 45 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='a' style='mask-type:luminance' maskUnits='userSpaceOnUse' x='0' y='0' width='45' height='40'%3E%3Cpath d='M44.48 0H.52v40h43.96z' fill='%23fff'/%3E%3C/mask%3E%3Cg mask='url(%23a)' fill='%23333'%3E%3Cpath d='M35.148 22.09h7.857V40H26.697V18.425A19.09 19.09 0 0 1 40.808 0l3.671 5.999a12.06 12.06 0 0 0-9.331 11.743zm-26.178 0h7.858V40H.521V18.425A19.09 19.09 0 0 1 14.629 0l3.672 5.999a12.06 12.06 0 0 0-9.332 11.743z'/%3E%3C/g%3E%3C/svg%3E");
}
.ap-page-less-ap_property .listing-mid-section__sidebar .navigation-container ul li a {
  display: flex;
}
.ap-page-less-ap_property .listing-mid-section__sidebar .navigation-container ul li a .icon-set {
  display: inline-block;
}
.ap-page-less-ap_property .listing-mid-section__sidebar .navigation-container ul li.share-item {
  margin-bottom: 0;
}
.ap-page-less-ap_property .listing-mid-section__sidebar .navigation-container .nav-title {
  font-size: 20px !important;
  line-height: 28px !important;
  color: #003a42;
  font-weight: 600;
  margin-bottom: 24px;
  text-transform: uppercase;
}
.ap-page-less-ap_property .listing-mid-section__sidebar .navigation-container .detail-value {
  font-weight: 700;
  color: #003a42;
  margin-left: 16px;
}
.ap-page-less-ap_property .listing-mid-section__sidebar .navigation-container .feature-value {
  margin-left: 16px;
}
.ap-page-less-ap_property .listing-mid-section__sidebar .navigation-container .share-list {
  display: flex;
}
@media screen and (max-width: 1024.98px) {
  .ap-page-less-ap_property .listing-mid-section__sidebar .navigation-container .navigation-menu {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    width: 100%;
    gap: 20px;
  }
  .ap-page-less-ap_property .listing-mid-section__sidebar .navigation-container .navigation-menu > div {
    margin-bottom: 0 !important;
  }
}
@media screen and (max-width: 575.98px) {
  .ap-page-less-ap_property .listing-mid-section__sidebar .navigation-container .navigation-menu {
    grid-template-columns: 1fr;
  }
}
.ap-page-less-ap_property .listing-mid-section .open-homes__container {
  display: grid;
  grid-template-columns: 250px 1fr;
  padding: 40px 0;
  margin-top: 16px;
  border-top: 1px solid #333333;
  border-bottom: 1px solid #333333;
  margin-bottom: 24px;
}
@media screen and (max-width: 767.98px) {
  .ap-page-less-ap_property .listing-mid-section .open-homes__container {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
    text-align: center;
    padding: 20px 0;
  }
}
.ap-page-less-ap_property .listing-mid-section .open-homes__container .open-home--item-header {
  padding-top: 10px;
}
@media screen and (max-width: 767.98px) {
  .ap-page-less-ap_property .listing-mid-section .open-homes__container .open-home--item-header {
    padding-top: 0;
  }
}
.ap-page-less-ap_property .listing-mid-section .open-homes__container .open-home--item-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 30px;
}
@media screen and (max-width: 767.98px) {
  .ap-page-less-ap_property .listing-mid-section .open-homes__container .open-home--item-content {
    gap: 10px;
  }
}
@media screen and (max-width: 575.98px) {
  .ap-page-less-ap_property .listing-mid-section .open-homes__container .open-home--item-content {
    grid-template-columns: 1fr;
  }
}
.ap-page-less-ap_property .listing-mid-section .open-homes__container .open-home--item-content .open-home--item {
  text-align: right;
}
.ap-page-less-ap_property .listing-mid-section .open-homes__container .open-home--item-content .open-home--item:nth-child(odd) {
  text-align: left;
}
@media screen and (max-width: 767.98px) {
  .ap-page-less-ap_property .listing-mid-section .open-homes__container .open-home--item-content .open-home--item {
    padding-top: 0;
  }
  .ap-page-less-ap_property .listing-mid-section .open-homes__container .open-home--item-content .open-home--item:nth-child(odd) {
    text-align: left;
  }
}
@media screen and (max-width: 575.98px) {
  .ap-page-less-ap_property .listing-mid-section .open-homes__container .open-home--item-content .open-home--item {
    text-align: center;
  }
  .ap-page-less-ap_property .listing-mid-section .open-homes__container .open-home--item-content .open-home--item:nth-child(odd) {
    text-align: inherit;
  }
  .ap-page-less-ap_property .listing-mid-section .open-homes__container .open-home--item-content .open-home--item:nth-child(even):not(:last-child) {
    margin-bottom: 16px;
  }
}
.ap-page-less-ap_property .listing-mid-section .open-homes__container .item-title {
  font-family: Roboto;
  font-size: 24px;
  line-height: 26.4px;
  color: #003a42;
  margin-bottom: 0;
  text-transform: capitalize;
}
.ap-page-less-ap_property .listing-mid-section .open-homes__container .item-date {
  line-height: 27.2px;
  text-transform: uppercase;
  margin-bottom: 0;
}
.ap-page-less-ap_property .listing-mid-section .open-homes__container .btn-inspection {
  background-color: #ffffff;
  border: 1px solid #003a42;
  text-transform: uppercase;
  height: 45px;
  padding: 5px 20px;
}
.ap-page-less-ap_property .listing-mid-section .open-homes__container .btn-inspection a {
  color: #003a42;
}
.ap-page-less-ap_property .listing-mid-section .open-homes__container .btn-inspection:hover {
  background-color: #003a42;
}
.ap-page-less-ap_property .listing-mid-section .open-homes__container .btn-inspection:hover a {
  color: #ffffff;
}
.ap-page-less-ap_property .listing-mid-section .read-more-button {
  padding: 20px 0;
}
.ap-page-less-ap_property .listing-mid-section .read-more-button a {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  border: 1px solid #003a42;
  height: 50px;
  width: 150px;
  padding: 5px 20px;
  color: #003a42;
}
.ap-page-less-ap_property .listing-mid-section .read-more-button a:hover {
  background-color: #003a42;
  color: #ffffff;
}
.ap-page-less-ap_property .listing-bottom-section {
  padding-bottom: 30px;
}
.ap-page-less-ap_property .listing-bottom-section > .container {
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (min-width: 1200px) {
  .ap-page-less-ap_property .listing-bottom-section > .container {
    max-width: 1280px;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1199.98px) {
  .ap-page-less-ap_property .listing-bottom-section > .container {
    max-width: 960px;
  }
}
@media screen and (max-width: 767.98px) {
  .ap-page-less-ap_property .listing-bottom-section > .container {
    padding: 0;
  }
}
.ap-page-less-ap_property .listing-bottom-section .section-title {
  font-family: Roboto;
  font-size: 36px;
  line-height: 39.6px;
  margin-bottom: 40px;
}
@media screen and (max-width: 1024.98px) {
  .ap-page-less-ap_property .listing-bottom-section .section-title {
    font-size: 28px;
    line-height: 38px;
  }
}
@media screen and (max-width: 767.98px) {
  .ap-page-less-ap_property .listing-bottom-section .section-title {
    padding: 0 20px;
    margin-bottom: 30px;
  }
}
.ap-page-less-ap_property .listing-bottom-section .properties-section {
  padding: 30px 0 0;
}
.ap-page-less-ap_property .listing-bottom-section .properties-section .property-wrapper .tns-controls {
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  width: 100%;
  z-index: 3;
}
.ap-page-less-ap_property .listing-bottom-section .properties-section .property-wrapper .tns-controls > button {
  font-size: 0;
  display: flex;
  align-items: center;
  width: 40px;
  height: 39px;
  justify-content: center;
  position: absolute;
  color: #ffffff;
  background: #003a42;
  border: 1px solid #003a42;
  cursor: pointer;
  border-radius: 50px;
  transition: 0.5s;
}
.ap-page-less-ap_property .listing-bottom-section .properties-section .property-wrapper .tns-controls > button:hover {
  background: #ffffff;
  border-color: #ffffff;
  color: #003a42;
}
.ap-page-less-ap_property .listing-bottom-section .properties-section .property-wrapper .tns-controls > button:before {
  font-family: "Line Awesome Free";
  font-weight: 900;
  font-size: 30px;
}
.ap-page-less-ap_property .listing-bottom-section .properties-section .property-wrapper .tns-controls > button[data-controls="prev"] {
  left: -3.5rem;
}
@media (max-width: 767.98px) {
  .ap-page-less-ap_property .listing-bottom-section .properties-section .property-wrapper .tns-controls > button[data-controls="prev"] {
    left: 0rem;
  }
}
.ap-page-less-ap_property .listing-bottom-section .properties-section .property-wrapper .tns-controls > button[data-controls="prev"]:before {
  content: "";
}
.ap-page-less-ap_property .listing-bottom-section .properties-section .property-wrapper .tns-controls > button[data-controls="next"] {
  right: -3.5rem;
}
@media (max-width: 767.98px) {
  .ap-page-less-ap_property .listing-bottom-section .properties-section .property-wrapper .tns-controls > button[data-controls="next"] {
    right: 0rem;
  }
}
.ap-page-less-ap_property .listing-bottom-section .properties-section .property-wrapper .tns-controls > button[data-controls="next"]:before {
  content: "";
}
.ap-page-less-ap_property .listing-bottom-section .properties-section .property-wrapper .carousel {
  display: flex !important;
  flex-wrap: wrap;
}
.ap-page-less-ap_property .listing-bottom-section .properties-section .property-wrapper .tns-nav {
  display: none;
}
.ap-page-less-ap_property .listing-bottom-section .properties-section .property-wrapper .listing-item {
  margin-bottom: 20px;
  transition: all ease-in-out 0.5s;
}
.ap-page-less-ap_property .listing-bottom-section .properties-section .property-wrapper .listing-item > a {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-bottom: 75%;
  height: 0;
  display: block;
  background-color: #9c9c9c;
}
@media screen and (max-width: 767.98px) {
  .ap-page-less-ap_property .listing-bottom-section .properties-section .property-wrapper .listing-item > a {
    padding-bottom: 300px;
  }
}
@media screen and (max-width: 575.98px) {
  .ap-page-less-ap_property .listing-bottom-section .properties-section .property-wrapper .listing-item > a {
    padding-bottom: 200px;
  }
}
.ap-page-less-ap_property .listing-bottom-section .properties-section .property-wrapper .listing-item > a picture, .ap-page-less-ap_property .listing-bottom-section .properties-section .property-wrapper .listing-item > a img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ap-page-less-ap_property .listing-bottom-section .properties-section .property-wrapper .listing-item > a .no-image-container {
  height: 0;
  overflow: hidden;
  padding-bottom: 75%;
  position: relative;
  width: 100%;
  display: block;
  background: #9c9c9c;
}
@media screen and (max-width: 767.98px) {
  .ap-page-less-ap_property .listing-bottom-section .properties-section .property-wrapper .listing-item > a .no-image-container {
    padding-bottom: 300px;
  }
}
@media screen and (max-width: 575.98px) {
  .ap-page-less-ap_property .listing-bottom-section .properties-section .property-wrapper .listing-item > a .no-image-container {
    padding-bottom: 200px;
  }
}
.ap-page-less-ap_property .listing-bottom-section .properties-section .property-wrapper .listing-item > a .no-image-container i {
  font-size: 80px;
  color: #eee;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.ap-page-less-ap_property .listing-bottom-section .properties-section .property-wrapper .listing-item .open-times, .ap-page-less-ap_property .listing-bottom-section .properties-section .property-wrapper .listing-item .auction-time {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: fit-content;
  padding: 7px 10px;
  background-color: rgba(0, 58, 66, 0.8);
}
.ap-page-less-ap_property .listing-bottom-section .properties-section .property-wrapper .listing-item .open-times > p, .ap-page-less-ap_property .listing-bottom-section .properties-section .property-wrapper .listing-item .auction-time > p {
  font-size: 15px !important;
  font-weight: 400;
  line-height: 24px !important;
  letter-spacing: 0.64px;
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 0;
}
@media screen and (max-width: 575.98px) {
  .ap-page-less-ap_property .listing-bottom-section .properties-section .property-wrapper .listing-item .open-times > p, .ap-page-less-ap_property .listing-bottom-section .properties-section .property-wrapper .listing-item .auction-time > p {
    font-size: 12px !important;
  }
}
.ap-page-less-ap_property .listing-bottom-section .properties-section .property-wrapper .listing-item .sticker {
  position: absolute;
  left: 1rem;
  bottom: 1rem;
  z-index: 2;
  width: auto;
  height: auto;
  background-color: rgba(0, 58, 66, 0.75);
  padding: 10px 20px;
  font-size: 14px;
  text-transform: uppercase;
}
.ap-page-less-ap_property .listing-bottom-section .properties-section .property-wrapper .listing-item .sticker p, .ap-page-less-ap_property .listing-bottom-section .properties-section .property-wrapper .listing-item .sticker a {
  color: #ffffff;
  margin-bottom: 0;
}
.ap-page-less-ap_property .listing-bottom-section .properties-section .property-wrapper .listing-item section {
  background-color: #ffffff;
  box-shadow: none;
  padding: 24px 0;
}
@media screen and (max-width: 575.98px) {
  .ap-page-less-ap_property .listing-bottom-section .properties-section .property-wrapper .listing-item section {
    padding: 0;
    padding-top: 16px;
  }
}
.ap-page-less-ap_property .listing-bottom-section .properties-section .property-wrapper .listing-item section .listing-info-container {
  max-width: 100%;
  width: 100%;
  padding: 0;
  color: #333333;
}
.ap-page-less-ap_property .listing-bottom-section .properties-section .property-wrapper .listing-item section .listing-info-container .address-rooms {
  text-align: center;
  padding: 0;
}
.ap-page-less-ap_property .listing-bottom-section .properties-section .property-wrapper .listing-item section .listing-info-container .suburb {
  font-size: 14px;
  line-height: 28px;
  margin: 0;
}
.ap-page-less-ap_property .listing-bottom-section .properties-section .property-wrapper .listing-item section .listing-info-container .price {
  font-size: 20px !important;
  line-height: 28px !important;
  font-weight: 600 !important;
  color: #003a42;
}
.ap-page-less-ap_property .listing-bottom-section .properties-section .property-wrapper .listing-item section .listing-info-container .address {
  font-size: 20px !important;
  line-height: 28px !important;
  min-height: 0;
}
@media screen and (max-width: 575.98px) {
  .ap-page-less-ap_property .listing-bottom-section .properties-section .property-wrapper .listing-item section .listing-info-container .price, .ap-page-less-ap_property .listing-bottom-section .properties-section .property-wrapper .listing-item section .listing-info-container .suburb, .ap-page-less-ap_property .listing-bottom-section .properties-section .property-wrapper .listing-item section .listing-info-container .address {
    font-size: 14px !important;
    line-height: 22px !important;
    margin-bottom: 0;
  }
}
.ap-page-less-ap_property .listing-bottom-section .properties-section .property-wrapper .listing-item section .listing-info-container ul.rooms {
  display: flex;
  list-style: none;
}
.ap-page-less-ap_property .listing-bottom-section .properties-section .property-wrapper .listing-item section .listing-info-container ul.rooms li {
  font-size: 16px;
  font-weight: 400;
  line-height: 27.2px;
}
.ap-page-less-ap_property .listing-bottom-section .properties-section .property-wrapper .listing-item section .listing-info-container ul.rooms li:not(:last-child) {
  margin-right: 5px;
}
.ap-page-less-ap_property .listing-bottom-section .properties-section .property-wrapper .listing-item section .listing-info-container ul.rooms li:not(:last-child)::after {
  content: "|";
  top: 0;
}
@media screen and (max-width: 575.98px) {
  .ap-page-less-ap_property .listing-bottom-section .properties-section .property-wrapper .listing-item section .listing-info-container ul.rooms li {
    font-size: 14px;
    ine-height: 22px;
  }
}
.ap-page-less-ap_property .listing-bottom-section .properties-section .property-wrapper .listing-item section .listing-info-container .listing-info .row {
  justify-content: center;
  align-items: center;
}
.ap-page-less-ap_property .listing-bottom-section .properties-section .property-wrapper .listing-item section .listing-button {
  margin-top: auto;
}
.ap-page-less-ap_property .listing-bottom-section .properties-section .property-wrapper .listing-item section .button-tenancy-1form, .ap-page-less-ap_property .listing-bottom-section .properties-section .property-wrapper .listing-item section .button-inspection {
  padding: 0 15px;
}
.ap-page-less-ap_property .listing-bottom-section .properties-section .property-wrapper .listing-item section .button-tenancy-1form form input.apply-now {
  width: 100%;
  border: 0;
  padding: 12px 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background: #ffffff !important;
  border-color: #ffffff !important;
  color: #003a42 !important;
}
.ap-page-less-ap_property .listing-bottom-section .properties-section .property-wrapper .listing-item section .button-inspection {
  margin-top: 10px;
  margin-bottom: 15px;
}
.ap-page-less-ap_property .listing-bottom-section .properties-section .property-wrapper .listing-item section .button-inspection a.btn-inspection {
  background: #003a42;
  border-color: #003a42;
  color: #ffffff;
  border-radius: 0;
  line-height: 25px;
}
.ap-page-less-ap_property .listing-bottom-section .properties-section .property-wrapper .listing-item section .button-inspection a.btn-inspection:hover {
  background: #ffffff !important;
  border-color: #ffffff !important;
  color: #003a42 !important;
}
.ap-page-less-ap_property .listing-bottom-section .properties-section .property-wrapper .listing-item section .bookmark-property {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}
.ap-page-less-ap_property .listing-bottom-section .properties-section .property-wrapper .listing-item section .bookmark-property a {
  background-color: rgba(255, 255, 255, 0.65);
  margin: 0.85rem;
  color: #333333;
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  overflow: hidden;
  border-radius: 50%;
}
.ap-page-less-ap_property .listing-bottom-section .properties-section .property-wrapper .listing-item section .bookmark-property a.fav-type-2.save-fav-property, .ap-page-less-ap_property .listing-bottom-section .properties-section .property-wrapper .listing-item section .bookmark-property a.fav-type-2.trigger-delete-bookmark {
  display: grid;
  grid-template-columns: auto auto;
  padding: 0 0.65rem;
  transition: 0.5s;
  min-width: 40px;
}
.ap-page-less-ap_property .listing-bottom-section .properties-section .property-wrapper .listing-item section .bookmark-property a.fav-type-2.save-fav-property i, .ap-page-less-ap_property .listing-bottom-section .properties-section .property-wrapper .listing-item section .bookmark-property a.fav-type-2.trigger-delete-bookmark i {
  margin-right: 0;
  transition: 0.5s;
}
.ap-page-less-ap_property .listing-bottom-section .properties-section .property-wrapper .listing-item section .bookmark-property a.fav-type-2.save-fav-property:hover, .ap-page-less-ap_property .listing-bottom-section .properties-section .property-wrapper .listing-item section .bookmark-property a.fav-type-2.trigger-delete-bookmark:hover {
  border-radius: 6px;
  background: white;
}
.ap-page-less-ap_property .listing-bottom-section .properties-section .property-wrapper .listing-item section .bookmark-property a.fav-type-2.save-fav-property:hover i, .ap-page-less-ap_property .listing-bottom-section .properties-section .property-wrapper .listing-item section .bookmark-property a.fav-type-2.trigger-delete-bookmark:hover i {
  margin-right: 0.5rem;
}
.ap-page-less-ap_property .listing-bottom-section .properties-section .property-wrapper .listing-item section .bookmark-property a.fav-type-2.save-fav-property:hover:after, .ap-page-less-ap_property .listing-bottom-section .properties-section .property-wrapper .listing-item section .bookmark-property a.fav-type-2.trigger-delete-bookmark:hover:after {
  margin-right: 0;
  color: inherit;
}
.ap-page-less-ap_property .listing-bottom-section .properties-section .property-wrapper .listing-item section .bookmark-property a.fav-type-2.save-fav-property:after, .ap-page-less-ap_property .listing-bottom-section .properties-section .property-wrapper .listing-item section .bookmark-property a.fav-type-2.trigger-delete-bookmark:after {
  font-size: 0.85rem;
  transition: 0.5s;
  white-space: nowrap;
  color: transparent;
}
.ap-page-less-ap_property .listing-bottom-section .properties-section .property-wrapper .listing-item section .bookmark-property a.fav-type-2.save-fav-property:hover {
  min-width: 150px;
}
.ap-page-less-ap_property .listing-bottom-section .properties-section .property-wrapper .listing-item section .bookmark-property a.fav-type-2.save-fav-property:after {
  content: "Add to favorites";
  margin-right: -6.75rem;
}
.ap-page-less-ap_property .listing-bottom-section .properties-section .property-wrapper .listing-item section .bookmark-property a.fav-type-2.trigger-delete-bookmark:hover {
  min-width: 195px;
}
.ap-page-less-ap_property .listing-bottom-section .properties-section .property-wrapper .listing-item section .bookmark-property a.fav-type-2.trigger-delete-bookmark i {
  color: #d72020;
}
.ap-page-less-ap_property .listing-bottom-section .properties-section .property-wrapper .listing-item section .bookmark-property a.fav-type-2.trigger-delete-bookmark:after {
  content: "Remove from favorites";
  margin-right: -9.5rem;
}
.ap-page-less-ap_property .listing-bottom-section .properties-section .property-wrapper.single-slideshow .property-item.carousel .listing-item {
  padding-right: 5px;
  padding-left: 5px;
  margin-bottom: 6px;
}
.ap-page-less-ap_property .listing-bottom-section .banner-section .banner-container {
  position: relative;
  width: 100%;
  height: 500px;
}
@media screen and (max-width: 767.98px) {
  .ap-page-less-ap_property .listing-bottom-section .banner-section .banner-container {
    height: auto;
  }
}
.ap-page-less-ap_property .listing-bottom-section .banner-section .banner-container .image-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
}
.ap-page-less-ap_property .listing-bottom-section .banner-section .banner-container .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ap-page-less-ap_property .listing-bottom-section .banner-section .banner-container .image-wrap::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #333333;
  opacity: 0.4;
}
@media screen and (max-width: 767.98px) {
  .ap-page-less-ap_property .listing-bottom-section .banner-section .banner-container .image-wrap {
    position: relative;
    height: 400px;
  }
}
.ap-page-less-ap_property .listing-bottom-section .banner-section .banner-container .detail-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  right: 0;
  height: 100%;
  color: #fff;
}
@media screen and (max-width: 767.98px) {
  .ap-page-less-ap_property .listing-bottom-section .banner-section .banner-container .detail-wrap {
    position: relative;
    background: #efefef;
    padding: 40px 20px;
    width: 100%;
    color: #333333;
  }
}
.ap-page-less-ap_property .listing-bottom-section .banner-section .banner-container .banner-title {
  font-family: Roboto;
  font-size: 36px;
  line-height: 39.6px;
  margin-bottom: 30px;
}
@media screen and (max-width: 1024.98px) {
  .ap-page-less-ap_property .listing-bottom-section .banner-section .banner-container .banner-title {
    font-size: 28px;
    line-height: 38px;
  }
}
.ap-page-less-ap_property .listing-bottom-section .banner-section .banner-container .btn-join {
  font-size: 16px;
  width: 250px;
  height: 50px;
  background-color: transparent;
  border: 1px solid #fff;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.ap-page-less-ap_property .listing-bottom-section .banner-section .banner-container .btn-join:hover {
  background-color: #333333;
  border-color: #333333;
  color: inherit;
}
@media screen and (max-width: 767.98px) {
  .ap-page-less-ap_property .listing-bottom-section .banner-section .banner-container .btn-join {
    color: #333333;
    border-color: #333333;
  }
  .ap-page-less-ap_property .listing-bottom-section .banner-section .banner-container .btn-join:hover {
    color: #fff;
  }
}
.ap-page-less-ap_property .listing-bottom-section .banner-section .banner-container .banner-desc {
  font-size: 16px;
  line-height: 27.2px;
}
.ap-page-less-ap_property .listing-bottom-section .ap-wrapper.ap-wrap-absolute-content {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.ap-page-less-ap_property .listing-bottom-section .ap-wrapper.ap-wrap-absolute-content .widget.widget_ap-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #7a7a7a;
}
.ap-page-less-ap_property .listing-bottom-section .ap-wrapper.ap-wrap-absolute-content .widget.widget_ap-image .image-wrapper, .ap-page-less-ap_property .listing-bottom-section .ap-wrapper.ap-wrap-absolute-content .widget.widget_ap-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ap-page-less-ap_property .listing-bottom-section .ap-wrapper.ap-wrap-absolute-content .widget.widget_ap-image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #333333;
  opacity: 0.2;
}
.ap-page-less-ap_property .listing-bottom-section .ap-wrapper.ap-wrap-absolute-content .img-description {
  text-align: center;
}
@media screen and (max-width: 767.98px) {
  .ap-page-less-ap_property .listing-bottom-section .ap-wrapper.ap-wrap-absolute-content .img-description {
    padding: 40px 20px;
    width: 100%;
  }
}
.ap-page-less-ap_property .listing-bottom-section .ap-wrapper.ap-wrap-absolute-content .img-description .widget_ap-text {
  width: 100%;
  z-index: 2;
  color: #fff;
  text-align: center;
  padding: 0 20px;
}
.ap-page-less-ap_property .listing-bottom-section .ap-wrapper.ap-wrap-absolute-content .img-description .widget_ap-text h5.title-section {
  font-family: Roboto;
  font-size: 48px;
  font-weight: 400;
  line-height: 52.8px;
  margin-bottom: 30px;
}
@media screen and (max-width: 991.98px) {
  .ap-page-less-ap_property .listing-bottom-section .ap-wrapper.ap-wrap-absolute-content .img-description .widget_ap-text h5.title-section {
    font-size: 38px;
    line-height: 42px;
  }
}
@media screen and (max-width: 575.98px) {
  .ap-page-less-ap_property .listing-bottom-section .ap-wrapper.ap-wrap-absolute-content .img-description .widget_ap-text h5.title-section {
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 16px;
  }
}
.ap-page-less-ap_property .listing-bottom-section .ap-wrapper.ap-wrap-absolute-content .img-description .widget_ap-text.content-only p {
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  width: calc(100% - 100px);
  margin: 0 auto 30px;
}
@media screen and (max-width: 991.98px) {
  .ap-page-less-ap_property .listing-bottom-section .ap-wrapper.ap-wrap-absolute-content .img-description .widget_ap-text.content-only p {
    margin: 0 auto 16px;
    width: 100%;
  }
}
@media screen and (max-width: 767.98px) {
  .ap-page-less-ap_property .listing-bottom-section .ap-wrapper.ap-wrap-absolute-content .img-description .widget_ap-text.content-only p {
    margin: 0 auto 0;
  }
}
.ap-page-less-ap_property .listing-bottom-section .ap-wrapper.ap-wrap-absolute-content .widget.widget_ap-button-link .btn {
  margin-top: 8px;
  margin-bottom: 30px;
  background: transparent;
  padding: 0rem;
  border: 0;
}
.ap-page-less-ap_property .listing-bottom-section .ap-wrapper.ap-wrap-absolute-content .widget.widget_ap-button-link .btn a {
  background: transparent;
  color: #fff;
  border: 1px solid #ffffff;
  font-size: 16px;
  font-weight: 400;
  line-height: 27.2px;
  border-radius: 0;
  padding: 0.65rem 1.25rem;
}
.ap-page-less-ap_property .listing-bottom-section .ap-wrapper.ap-wrap-absolute-content .widget.widget_ap-button-link .btn a:hover {
  background: #003a42;
  color: #ffffff;
  border-color: #003a42;
}
.ap-page-less-ap_property #agents .section-detail-title {
  font-family: Roboto;
  font-size: 24px;
  line-height: 26.4px;
  color: #003a42;
  margin-bottom: 40px;
}
.ap-page-less-ap_property #agents .container__agent {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media (max-width: 1199.98px) {
  .ap-page-less-ap_property #agents .container__agent {
    gap: 16px;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767.98px) {
  .ap-page-less-ap_property #agents .container__agent {
    grid-template-columns: 1fr;
  }
}
.ap-page-less-ap_property #agents .listing-agent .agent-photo-wrapper {
  position: relative;
}
.ap-page-less-ap_property #agents .listing-agent .agent-photo-wrapper .agent-img-container .agent-photo {
  padding-bottom: 100%;
}
.ap-page-less-ap_property #agents .listing-agent .agent-photo-wrapper .agent-img-container .agent-photo .no-image-container {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  font-size: 6.5rem;
  background: #cdcdcd;
  color: #222;
}
.ap-page-less-ap_property #agents .listing-agent .agent-photo-wrapper .agent-info-container {
  padding: 16px 0;
}
.ap-page-less-ap_property #agents .listing-agent .agent-photo-wrapper .agent-info-container .agent-info-item:not(.agent-role) {
  font-size: 14px;
  font-weight: 400;
  line-height: 22.4px;
}
.ap-page-less-ap_property #agents .listing-agent .agent-photo-wrapper .agent-info-container .agent-name {
  font-family: Roboto;
  font-size: 24px;
  line-height: 26.4px;
  color: #003a42;
  margin-bottom: 10px;
}
.ap-page-less-ap_property #agents .listing-agent .agent-photo-wrapper .agent-info-container .agent-role {
  font-size: 16px;
  font-weight: 400;
  line-height: 27.2px;
  margin-bottom: 16px;
}
.ap-page-less-ap_property #agents .listing-agent .agent-photo-wrapper .agent-info-container .agent-info-item:not(.agent-name):not(.agent-role) {
  text-transform: capitalize;
}
.ap-page-less-ap_property #agents .listing-agent .agent-photo-wrapper .agent-info-container .agent-info-item:not(.agent-name):not(.agent-role) a {
  color: #333333;
}
@media screen and (max-width: 575.98px) {
  .ap-page-less-ap_property #agents .listing-agent .agent-photo-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
    margin-bottom: 20px;
  }
  .ap-page-less-ap_property #agents .listing-agent .agent-photo-wrapper .agent-img-container .agent-photo .no-image-container {
    font-size: 3rem;
  }
  .ap-page-less-ap_property #agents .listing-agent .agent-photo-wrapper .agent-info-container {
    padding: 0;
  }
  .ap-page-less-ap_property #agents .listing-agent .agent-photo-wrapper .agent-info-container .agent-name {
    font-size: 18px;
  }
  .ap-page-less-ap_property #agents .listing-agent .agent-photo-wrapper .agent-info-container .agent-role {
    font-size: 14px;
    margin-bottom: 6px;
  }
}
.ap-page-less-ap_property .mfp-container.mfp-image-holder .mfp-close {
  display: none;
}
.ap-page-less-ap_property .mfp-container.mfp-image-holder .mfp-arrow:hover, .ap-page-less-ap_property .mfp-container.mfp-image-holder .mfp-arrow:focus {
  background: transparent;
  border: 0;
}
.ap-page-less-ap_property .listing-item {
  height: auto;
  display: flex !important;
  flex-direction: column !important;
}
@media (max-width: 1199.98px) {
  .ap-page-less-ap_property .listing-item {
    padding-bottom: 25px;
  }
}
.ap-page-less-ap_property .listing-item > a {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-bottom: 75%;
  height: 0;
  display: block;
}
.ap-page-less-ap_property .listing-item > a picture, .ap-page-less-ap_property .listing-item > a img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ap-page-less-ap_property .listing-item > a .no-image-container {
  height: 0;
  overflow: hidden;
  padding-bottom: 75%;
  position: relative;
  width: 100%;
  display: block;
  background: #9c9c9c;
}
.ap-page-less-ap_property .listing-item > a .no-image-container i {
  font-size: 80px;
  color: #eee;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.ap-page-less-ap_property .listing-item .bookmark-property {
  position: absolute;
  right: 1.85rem;
  top: 0.85rem;
  z-index: 2;
}
.ap-page-less-ap_property .listing-item .bookmark-property a {
  background-color: rgba(255, 255, 255, 0.65);
  color: #333333;
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  overflow: hidden;
  border-radius: 50%;
}
.ap-page-less-ap_property .listing-item .bookmark-property a.fav-type-2.save-fav-property, .ap-page-less-ap_property .listing-item .bookmark-property a.fav-type-2.trigger-delete-bookmark {
  display: grid;
  grid-template-columns: auto auto;
  padding: 0 0.65rem;
  transition: 0.5s;
  min-width: 40px;
}
.ap-page-less-ap_property .listing-item .bookmark-property a.fav-type-2.save-fav-property i, .ap-page-less-ap_property .listing-item .bookmark-property a.fav-type-2.trigger-delete-bookmark i {
  margin-right: 0;
  transition: 0.5s;
}
.ap-page-less-ap_property .listing-item .bookmark-property a.fav-type-2.save-fav-property:hover, .ap-page-less-ap_property .listing-item .bookmark-property a.fav-type-2.trigger-delete-bookmark:hover {
  border-radius: 6px;
  background: white;
}
.ap-page-less-ap_property .listing-item .bookmark-property a.fav-type-2.save-fav-property:hover i, .ap-page-less-ap_property .listing-item .bookmark-property a.fav-type-2.trigger-delete-bookmark:hover i {
  margin-right: 0.5rem;
}
.ap-page-less-ap_property .listing-item .bookmark-property a.fav-type-2.save-fav-property:hover:after, .ap-page-less-ap_property .listing-item .bookmark-property a.fav-type-2.trigger-delete-bookmark:hover:after {
  margin-right: 0;
  color: inherit;
}
.ap-page-less-ap_property .listing-item .bookmark-property a.fav-type-2.save-fav-property:after, .ap-page-less-ap_property .listing-item .bookmark-property a.fav-type-2.trigger-delete-bookmark:after {
  font-size: 0.85rem;
  transition: 0.5s;
  white-space: nowrap;
  color: transparent;
}
.ap-page-less-ap_property .listing-item .bookmark-property a.fav-type-2.save-fav-property:hover {
  min-width: 150px;
}
.ap-page-less-ap_property .listing-item .bookmark-property a.fav-type-2.save-fav-property:after {
  content: "Add to favorites";
  margin-right: -6.75rem;
}
.ap-page-less-ap_property .listing-item .bookmark-property a.fav-type-2.trigger-delete-bookmark:hover {
  min-width: 195px;
}
.ap-page-less-ap_property .listing-item .bookmark-property a.fav-type-2.trigger-delete-bookmark i {
  color: #d72020;
}
.ap-page-less-ap_property .listing-item .bookmark-property a.fav-type-2.trigger-delete-bookmark:after {
  content: "Remove from favorites";
  margin-right: -9.5rem;
}
.ap-page-less-ap_property .listing-item .sticker {
  position: absolute;
  left: 1rem;
  top: -3rem;
  z-index: 2;
  width: auto;
  height: auto;
  background-color: #7c625f;
  padding: 0.35rem 1rem;
}
.ap-page-less-ap_property .listing-item .sticker a {
  color: #fff;
}
.ap-page-less-ap_property .listing-item section {
  height: 100%;
  position: relative;
  background-color: #ffffff;
  color: #333333;
  box-shadow: rgba(51, 51, 51, 0.15) 0px 1px 4px 0px, rgba(0, 0, 0, 0) 0px 1px 1px 0px;
}
.ap-page-less-ap_property .listing-item section .container {
  max-width: 100%;
  width: 100%;
  padding: 0;
}
.ap-page-less-ap_property .listing-item section .container .address-rooms {
  padding: 1.5rem 1.25rem;
}
.ap-page-less-ap_property .listing-item section .container .open-times {
  border-top: 1px solid rgba(51, 51, 51, 0.15);
  padding: 1.5rem 1.25rem;
}
.ap-page-less-ap_property .listing-item section .container .auction-time {
  padding: 0rem 1.25rem 1.5rem 1.25rem;
}
.ap-page-less-ap_property .listing-item section .container .suburb {
  font-size: 0.85rem;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0;
}
.ap-page-less-ap_property .listing-item section .container .address {
  display: block;
  font-size: 1.5em;
  font-family: Roboto;
  font-weight: 600;
  margin-bottom: 1rem;
  min-height: 85px;
}
.ap-page-less-ap_property .listing-item section .container ul.rooms {
  list-style: none;
  display: flex;
}
.ap-page-less-ap_property .listing-item section .container ul.rooms li {
  margin-right: 10px;
}
.ap-page-less-ap_property .listing-item section .container .rooms-price {
  margin-bottom: 10px;
}
.ap-page-less-ap_property .listing-item section .container .open-times-label, .ap-page-less-ap_property .listing-item section .container .auction-time-label {
  font-weight: bolder;
}
.ap-page-less-ap_property .listing-item section .container .listing-info {
  background-color: #C3B3B1;
  padding: 1rem 1rem;
}
.ap-page-less-ap_property .listing-item section .container .listing-info .row {
  justify-content: space-between;
  align-items: center;
}
.ap-page-less-ap_property .listing-item section .container .listing-info .row .col-4 .contract-label, .ap-page-less-ap_property .listing-item section .container .listing-info .row .col-auto .contract-label {
  font-size: 0.85rem;
  font-weight: 600;
  margin-bottom: 0;
  color: #ffffff;
  background-color: #003a42;
  padding: 0.35rem 0.35rem;
  white-space: nowrap;
  text-align: center;
  text-transform: uppercase;
}
.ap-page-less-ap_property .listing-item section .container .listing-info .row .col-8 .price, .ap-page-less-ap_property .listing-item section .container .listing-info .row .col-auto .price {
  margin-bottom: 0;
  overflow: hidden;
  text-align: right;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #fff;
}
.single-aptcasestudy .hero-slider {
  position: relative;
  width: 100%;
}
.single-aptcasestudy .hero-slider .tns-outer {
  position: relative;
}
.single-aptcasestudy .hero-slider .tns-nav {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  bottom: 2rem;
}
.single-aptcasestudy .hero-slider .tns-nav [aria-controls] {
  padding: 0;
  height: 14px;
  width: 14px;
  border-radius: 100%;
  margin: 0 5px;
  border: 0;
  background-color: rgba(255, 255, 255, 0.5);
}
.single-aptcasestudy .hero-slider .tns-nav [aria-controls]:hover, .single-aptcasestudy .hero-slider .tns-nav [aria-controls]:focus, .single-aptcasestudy .hero-slider .tns-nav [aria-controls]:active, .single-aptcasestudy .hero-slider .tns-nav [aria-controls].tns-nav-active {
  background: white;
}
.single-aptcasestudy .hero-slider .tns-controls {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .single-aptcasestudy .hero-slider .tns-controls {
    padding: 0 4rem 0 1.5rem;
  }
}
.single-aptcasestudy .hero-slider .tns-controls:focus, .single-aptcasestudy .hero-slider .tns-controls:focus-within {
  outline: 0 !important;
}
.single-aptcasestudy .hero-slider .tns-controls button {
  font-size: 0;
  border: 0;
  width: 30px;
  height: 30px;
}
@media (max-width: 767.98px) {
  .single-aptcasestudy .hero-slider .tns-controls button {
    padding: 10px 0;
    background: rgba(255, 255, 255, 0.75);
    height: auto;
  }
}
.single-aptcasestudy .hero-slider .tns-controls button:before {
  font-family: "Line Awesome Free";
  font-weight: 900;
  font-size: min(max(30px, 4vw), 60px);
  color: #fff;
}
@media (max-width: 767.98px) {
  .single-aptcasestudy .hero-slider .tns-controls button:before {
    color: #8f8f8f;
  }
}
.single-aptcasestudy .hero-slider .tns-controls button[data-controls="prev"]:before {
  content: "";
}
.single-aptcasestudy .hero-slider .tns-controls button[data-controls="next"]:before {
  content: "";
}
.single-aptcasestudy .hero-slider .tns-controls button:hover, .single-aptcasestudy .hero-slider .tns-controls button:focus, .single-aptcasestudy .hero-slider .tns-controls button:active {
  background: transparent;
}
.hero-slider__item .no-image-container {
  position: relative;
  height: 0;
  display: block;
  overflow: hidden;
  padding-bottom: 55vh;
  background-color: #ddd;
}
@media (max-width: 991.98px) {
  .hero-slider__item .no-image-container {
    padding-bottom: 75%;
  }
}
.hero-slider__item .no-image-container i {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 100%;
  height: 100%;
  font-size: 6rem;
}
.hero-slider__item .embed-responsive {
  position: relative;
  height: 0;
  padding-bottom: 55vh;
}
@media (max-width: 1199.98px) {
  .hero-slider__item .embed-responsive {
    padding-bottom: 62.45%;
  }
}
.hero-slider__item .embed-responsive > img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.case-study {
  padding: 4.5rem 1rem;
}
.case-study__heading {
  text-align: center;
  margin-bottom: 1.75rem;
}
.case-study__heading h1 {
  font-family: Roboto;
  font-size: 2.85rem;
  font-weight: 800;
}
.case-study__heading p, .case-study__heading a {
  color: #ffffff;
}
.case-study__rooms {
  margin-bottom: 3.25rem;
}
.case-study__rooms .rooms {
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
}
.case-study__rooms .rooms li {
  display: inline-flex;
  align-items: center;
  color: #7c625f;
  font-size: 17px;
}
.case-study__rooms .rooms li + li {
  margin-left: 1.25rem;
}
.case-study__rooms .rooms li i {
  font-size: 20px;
  margin-right: 0.45rem;
}
.case-study__count {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 3.5rem;
}
@media (max-width: 60rem) {
  .case-study__count {
    gap: 1.85rem;
  }
}
.case-study__count--item {
  background-color: #ffffff;
  padding: 4.5rem 1.5rem;
  text-align: center;
}
.case-study__count--item h3 {
  font-size: 2.45rem;
  font-weight: 800;
  font-family: Roboto;
  color: #7c625f;
  margin-bottom: 1rem;
}
.case-study__content {
  padding: 4.5rem 0;
}
.case-study__content--grid {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  margin: 0 -2rem;
}
@media (max-width: 60rem) {
  .case-study__content--grid:nth-child(odd) {
    flex-direction: column-reverse;
  }
}
@media (max-width: 60rem) {
  .case-study__content--grid:nth-child(even) {
    flex-direction: column;
  }
}
.case-study__content--grid + * {
  padding-top: 6.5rem;
}
@media (max-width: 60rem) {
  .case-study__content--grid + * {
    padding-top: 4.5rem;
  }
}
.case-study__content--image {
  flex: 0 0 50%;
  max-width: 50%;
}
.case-study__content--item {
  position: relative;
  flex: 0 0 1;
  max-width: auto;
  padding: 0 2rem;
}
@media (max-width: 60rem) {
  .case-study__content--item {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .case-study__content--item figure {
    margin-bottom: 2.5rem;
  }
}
.case-study__content--item h1, .case-study__content--item h2, .case-study__content--item h3 {
  font-size: 2.45rem;
  font-weight: 800;
  font-family: Roboto;
}
.case-study-reviews {
  position: relative;
}
.case-study-reviews:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.45;
  background-image: url("data:image/svg+xml,%3Csvg width='350' height='267' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M167.456-67.727C75.356-67.727 0 7.63 0 99.73v167.456h167.456V99.73H55.819c0-61.96 49.679-111.638 111.637-111.638v-55.819zm181.598 0c-92.101 0-167.457 75.356-167.457 167.457v167.456h167.457V99.73H237.416c0-61.96 49.679-111.638 111.638-111.638v-55.819z' fill='url(%23paint0_linear)' fill-opacity='.3'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear' x1='195.366' y1='-67.727' x2='195.366' y2='250.068' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23ffffff' stop-opacity='1'/%3E%3Cstop offset='1' stop-color='%23ffffff' stop-opacity='0'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
  background-size: 300px;
  background-repeat: no-repeat;
  width: 300px;
  height: 200px;
}
@media (max-width: 768px) {
  .case-study-reviews:before {
    background-size: 200px;
  }
}
.case-study-reviews__desc {
  padding: 6rem 2.75rem;
}
@media (max-width: 768px) {
  .case-study-reviews__desc {
    padding: 3rem 1.75rem;
  }
}
.case-study-reviews__desc h3.section-title {
  font-family: Roboto;
  font-size: 3.15rem;
  font-weight: 700;
  margin-bottom: 1.25rem;
}
@media (max-width: 1199.98px) {
  .case-study-reviews__desc h3.section-title {
    font-size: 1.75rem;
  }
}
.case-study-reviews__desc .button-more {
  background: transparent;
  padding: 0;
  border: 0;
  margin-top: 1.75rem;
}
.case-study-reviews__desc .button-more a {
  color: #ffffff;
  background: #003a42;
  border: 1px solid #003a42;
  padding: 0.65rem 1.25rem;
  text-transform: uppercase;
  font-size: 0.85rem;
}
.case-study-reviews__desc .button-more a:hover {
  background: #ffffff;
  color: #003a42;
}
.case-study-reviews__inner {
  position: relative;
  width: 100%;
  padding: 3rem 0 5rem 0;
  margin: 0;
}
@media (max-width: 1199.98px) {
  .case-study-reviews__inner {
    padding-top: 0;
  }
}
.case-study-reviews__inner::after {
  content: "";
  position: absolute;
  left: 7.25rem;
  top: 0;
  width: calc(100% - 7.25rem);
  height: 100%;
  background-color: #ffffff;
  z-index: -1;
}
@media (max-width: 1199.98px) {
  .case-study-reviews__inner::after {
    left: 0;
    width: 100%;
  }
}
.case-study-reviews__inner .testimonial-items {
  height: auto;
  display: flex !important;
  flex-direction: column !important;
}
.case-study-reviews__inner .testimonial-items .item-details {
  height: 100%;
  background-color: #fff;
  padding: 2.5rem;
  margin-left: 2rem;
}
@media (max-width: 992px) {
  .case-study-reviews__inner .testimonial-items .item-details {
    margin: 0;
  }
}
@media (max-width: 768px) {
  .case-study-reviews__inner .testimonial-items .item-details {
    margin: 0 1rem;
  }
}
.case-study-reviews__inner .testimonial-items .testi-author {
  font-family: Roboto;
  font-size: 1.35rem;
}
.case-study-reviews__inner .testimonial-items .testi-title {
  font-family: Roboto;
  font-size: 0.85rem;
  text-transform: uppercase;
}
.case-study-reviews__inner .testimonial-items .testi-content .testi-rating {
  margin-bottom: 1.25rem;
}
.case-study-reviews__inner .testimonial-items .testi-content .testi-rating i {
  color: #F2994A;
  font-size: 25px;
}
.case-study-reviews__inner .testimonial-items .testi-content .item-desc {
  scrollbar-width: thin;
  scrollbar-color: #333333 transparent;
}
@media (min-width: 992px) {
  .case-study-reviews__inner .testimonial-items .testi-content .item-desc {
    max-height: 175px;
    overflow-x: auto;
    padding-right: 0.85rem;
  }
}
.case-study-reviews__inner .testimonial-items .testi-content .item-desc::-webkit-scrollbar {
  width: 6px;
}
.case-study-reviews__inner .testimonial-items .testi-content .item-desc::-webkit-scrollbar-track {
  background: transparent;
}
.case-study-reviews__inner .testimonial-items .testi-content .item-desc::-webkit-scrollbar-thumb {
  background-color: #333333;
  border-radius: 5px;
}
.case-study-reviews__inner .img-testimonial {
  max-width: 100px;
  margin: 0 0 30px 0;
}
.case-study-reviews__inner .img-testimonial a {
  color: #333333;
}
.case-study-reviews__inner .img-testimonial > div {
  background-color: #ddd;
}
.case-study-reviews__inner .img-testimonial img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}
.case-study-reviews__inner .img-testimonial .no-image-container {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3.5rem;
}
.case-study-reviews__inner .tns-controls {
  position: absolute;
  bottom: -5rem;
  left: 0;
  display: flex;
  align-items: center;
  margin: 2.5rem 0 0 3.5rem;
}
@media (max-width: 992px) {
  .case-study-reviews__inner .tns-controls {
    margin-left: 0;
    margin-top: 2rem;
  }
}
@media (max-width: 768px) {
  .case-study-reviews__inner .tns-controls {
    margin-left: 1rem;
  }
}
.case-study-reviews__inner .tns-controls > button {
  border: 0;
  padding: 0;
  background: transparent !important;
  cursor: pointer;
  font-size: 0;
  color: #333333;
  display: flex;
  align-items: center;
  justify-content: center;
}
.case-study-reviews__inner .tns-controls > button + button {
  margin-left: 2rem;
}
.case-study-reviews__inner .tns-controls > button:before {
  font-family: "Line Awesome Free";
  font-weight: 900;
  font-size: 2.5rem;
}
.case-study-reviews__inner .tns-controls > button[data-controls="prev"] {
  color: #333333;
}
@media (max-width: 992px) {
  .case-study-reviews__inner .tns-controls > button[data-controls="prev"] {
    color: #ffffff;
  }
}
.case-study-reviews__inner .tns-controls > button[data-controls="prev"]::before {
  content: "";
}
.case-study-reviews__inner .tns-controls > button[data-controls="next"] {
  color: #ffffff;
}
.case-study-reviews__inner .tns-controls > button[data-controls="next"]::before {
  content: "";
}
.case-study-reviews__inner .tns-nav {
  display: none;
}
.case-study-reviews__inner .carousel {
  display: flex !important;
  flex-wrap: wrap;
}
.case-study-reviews__inner .tns-inner {
  margin: 0 150px 0 0 !important;
}
@media (max-width: 992px) {
  .case-study-reviews__inner .tns-inner {
    margin: 0 !important;
  }
}
.single-aptcasestudy .agent .agent-photo-wrapper {
  position: relative;
}
.single-aptcasestudy .agent .agent-photo-wrapper .agent-img-container .embed-responsive {
  position: relative;
  height: 0;
  padding-bottom: calc(100vh - 80px);
}
@media (max-width: 1199.98px) {
  .single-aptcasestudy .agent .agent-photo-wrapper .agent-img-container .embed-responsive {
    padding-bottom: 100%;
  }
}
.single-aptcasestudy .agent .agent-photo-wrapper .agent-img-container .no-image-container {
  background-color: #ddd;
}
.single-aptcasestudy .agent .agent-photo-wrapper .agent-img-container .no-image-container i {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 8.5rem;
}
.single-aptcasestudy .agent .agent-photo-wrapper .agent-info-container {
  position: absolute;
  left: 0;
  bottom: 0;
  color: #fff;
  padding: 4rem 3rem;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.98), transparent);
}
@media (max-width: 1199.98px) {
  .single-aptcasestudy .agent .agent-photo-wrapper .agent-info-container {
    padding: 2rem 1.65rem;
    position: static;
    background-color: #111;
  }
}
.single-aptcasestudy .agent .agent-photo-wrapper .agent-info-container .agent-name {
  font-family: Roboto;
  font-size: 2.45rem;
  font-weight: 600;
}
@media (max-width: 1199.98px) {
  .single-aptcasestudy .agent .agent-photo-wrapper .agent-info-container .agent-name {
    font-size: 1.75rem;
  }
}
.single-aptcasestudy .agent .agent-photo-wrapper .agent-info-container .role {
  font-size: 1.15rem;
  margin-bottom: 2rem;
}
@media (max-width: 1199.98px) {
  .single-aptcasestudy .agent .agent-photo-wrapper .agent-info-container .role {
    font-size: 1rem;
  }
}
.single-aptcasestudy .agent .agent-photo-wrapper .agent-info-container ul[class] li + li {
  margin-left: 1.25rem;
}
@media (max-width: 1199.98px) {
  .single-aptcasestudy .agent .agent-photo-wrapper .agent-info-container ul[class] li {
    width: 100%;
  }
  .single-aptcasestudy .agent .agent-photo-wrapper .agent-info-container ul[class] li + li {
    margin-left: 0;
    margin-top: 1rem;
  }
}
.single-aptcasestudy .agent .agent-photo-wrapper .agent-info-container ul[class] li a {
  display: inline-flex;
  align-items: center;
  text-transform: uppercase;
  color: #fff;
  border: 2px solid currentColor;
  padding: 0.5rem 0.85rem;
}
@media (max-width: 1199.98px) {
  .single-aptcasestudy .agent .agent-photo-wrapper .agent-info-container ul[class] li a {
    width: 100%;
  }
}
.single-aptcasestudy .agent .agent-photo-wrapper .agent-info-container ul[class] li a i {
  font-size: 1.5rem;
  margin-right: 0.75rem !important;
}
@media screen and (min-width: 768px) {
  .ap-shortcode-ap_offices .office-listing .embed-responsive-1by1 {
    padding-bottom: 56.25%;
    margin-bottom: 24px;
  }
  .ap-shortcode-ap_offices .office-listing .embed-responsive-1by1 a img {
    background-color: #cdcdcd;
  }
}
.ap-shortcode-ap_offices .office-listing .embed-responsive .no-image-container {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #cdcdcd;
  color: #222;
  height: 100%;
}
.ap-shortcode-ap_offices .office-listing .embed-responsive .no-image-container i {
  font-size: 7rem;
}
.ap-shortcode-ap_offices .office-listing .office-item {
  margin-bottom: 30px;
}
.ap-shortcode-ap_offices .office-listing .office-headline {
  margin-bottom: 20px;
}
.ap-shortcode-ap_offices .office-listing .office-headline a {
  font-family: Roboto;
  font-size: 36px;
  line-height: 39.6px;
  color: #003a42;
}
@media screen and (max-width: 1024.98px) {
  .ap-shortcode-ap_offices .office-listing .office-headline a {
    font-size: 28px;
    line-height: 38px;
  }
}
.ap-shortcode-ap_offices .office-listing .office-contact {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 10px;
}
.ap-shortcode-ap_offices .office-listing .office-contact li {
  font-size: 14px;
  line-height: 22.4px;
  margin-bottom: 20px;
}
.ap-shortcode-ap_offices .office-listing .office-contact li span {
  margin-right: 15px;
}
.ap-shortcode-ap_offices .office-listing .office-button a {
  display: inline-block;
  font-size: 16px;
  line-height: 30px;
  background-color: #ffffff;
  color: #003a42;
  text-transform: uppercase;
  height: 50px;
  width: 120px;
  border: 1px solid #003a42;
  text-align: center;
  padding: 10px;
}
.ap-shortcode-ap_offices .office-listing .office-button a:hover {
  background-color: #003a42;
  color: #ffffff;
}
.ap-page-less-ap_office .bg-header-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: rgba(0, 0, 0, 0.2);
}
.ap-page-less-ap_office .office-content {
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  padding-bottom: 60px;
}
@media screen and (min-width: 1200px) {
  .ap-page-less-ap_office .office-content {
    max-width: 1280px;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1199.98px) {
  .ap-page-less-ap_office .office-content {
    max-width: 960px;
  }
}
@media screen and (max-width: 767.98px) {
  .ap-page-less-ap_office .office-content {
    padding-bottom: 30px;
  }
}
.ap-page-less-ap_office #mapOffice {
  height: 500px !important;
  width: 100% !important;
  z-index: 0;
}
.ap-page-less-ap_office .office-info h4 {
  font-size: 16px;
  line-height: 27.2px;
  color: #7A7A7A;
}
.ap-page-less-ap_office .office-info p {
  font-size: 14px;
  line-height: 22.4px;
  color: #7A7A7A;
}
.ap-page-less-ap_office .office-info p > span {
  margin-right: 10px;
}
.ap-page-less-ap_office .office-info .info-contact, .ap-page-less-ap_office .office-info .info-location {
  margin-bottom: 24px;
}
.ap-page-less-ap_office .office-info .action {
  margin-top: 60px;
}
.ap-page-less-ap_office .office-info .action-button {
  margin-bottom: 24px;
  border: 1px solid #003a42;
  background: #ffffff;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
}
.ap-page-less-ap_office .office-info .action-button a {
  font-size: 16px;
  line-height: 27.2px;
  text-transform: uppercase;
  color: #003a42;
}
.ap-page-less-ap_office .office-info .action-button:hover a {
  background-color: transparent;
}
.ap-page-less-ap_office .office-info .action-button.appraisal {
  background: #003a42;
}
.ap-page-less-ap_office .office-info .action-button.appraisal a {
  color: #ffffff;
}
.ap-page-less-ap_office .tabs {
  padding: 0;
  border: 0;
  position: relative;
}
.ap-page-less-ap_office .tabs .ui-tabs-nav {
  border: 0;
  padding: 0;
  background: none;
  margin-bottom: 24px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.ap-page-less-ap_office .tabs .ui-tabs-nav .ui-tabs-tab {
  background-color: #ffffff;
  border: 1px solid #003a42;
  font-size: 16px;
  text-transform: uppercase;
  border-radius: 0;
  margin: 0;
  transition: 0.5s ease;
}
.ap-page-less-ap_office .tabs .ui-tabs-nav .ui-tabs-tab a {
  display: block;
  width: 100%;
  text-align: center;
  color: #003a42;
}
.ap-page-less-ap_office .tabs .ui-tabs-nav .ui-tabs-tab.ui-tabs-active {
  background-color: #003a42;
  padding: 0;
}
.ap-page-less-ap_office .tabs .ui-tabs-nav .ui-tabs-tab.ui-tabs-active a {
  color: #ffffff;
}
@media screen and (max-width: 767.98px) {
  .ap-page-less-ap_office .tabs .ui-tabs-nav {
    padding: 0 20px;
  }
}
@media screen and (max-width: 575.98px) {
  .ap-page-less-ap_office .tabs .ui-tabs-nav {
    gap: 0;
  }
  .ap-page-less-ap_office .tabs .ui-tabs-nav .ui-tabs-tab {
    margin-right: 10px;
    margin-bottom: 10px;
  }
}
.ap-page-less-ap_office .office-agents {
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  padding-top: 60px;
  padding-bottom: 60px;
}
@media screen and (min-width: 1200px) {
  .ap-page-less-ap_office .office-agents {
    max-width: 1280px;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1199.98px) {
  .ap-page-less-ap_office .office-agents {
    max-width: 960px;
  }
}
@media screen and (max-width: 767.98px) {
  .ap-page-less-ap_office .office-agents {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 575.98px) {
  .ap-page-less-ap_office .office-agents {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.ap-page-less-ap_office .office-agents h3 {
  font-size: 36px;
  line-height: 39.6px;
  font-family: Roboto;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 1024.98px) {
  .ap-page-less-ap_office .office-agents h3 {
    font-size: 28px;
    line-height: 38px;
  }
}
.ap-page-less-ap_office .office-agents .tabs .staff-item-container .ui-tabs-panel {
  padding: 0;
}
@media screen and (max-width: 575.98px) {
  .ap-page-less-ap_office .office-agents .tabs .ui-tabs-nav {
    display: none;
  }
}
.ap-page-less-ap_office .office-listings {
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  padding-top: 60px;
  padding-bottom: 60px;
}
@media screen and (min-width: 1200px) {
  .ap-page-less-ap_office .office-listings {
    max-width: 1280px;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1199.98px) {
  .ap-page-less-ap_office .office-listings {
    max-width: 960px;
  }
}
@media screen and (max-width: 767.98px) {
  .ap-page-less-ap_office .office-listings {
    padding: 0;
  }
}
.ap-page-less-ap_office .office-listings h3 {
  font-size: 36px;
  line-height: 39.6px;
  font-family: Roboto;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 1024.98px) {
  .ap-page-less-ap_office .office-listings h3 {
    font-size: 28px;
    line-height: 38px;
  }
}
@media screen and (max-width: 767.98px) {
  .ap-page-less-ap_office .office-listings h3 {
    padding: 0 20px;
    margin-bottom: 20px;
  }
}
.ap-page-less-ap_office .office-listings .property-wrapper .tns-controls {
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  width: 100%;
  z-index: 3;
}
.ap-page-less-ap_office .office-listings .property-wrapper .tns-controls > button {
  font-size: 0;
  display: flex;
  align-items: center;
  width: 40px;
  height: 39px;
  justify-content: center;
  position: absolute;
  color: #ffffff;
  background: #003a42;
  border: 1px solid #003a42;
  cursor: pointer;
  border-radius: 50px;
  transition: 0.5s;
}
.ap-page-less-ap_office .office-listings .property-wrapper .tns-controls > button:hover {
  background: #ffffff;
  border-color: #ffffff;
  color: #003a42;
}
.ap-page-less-ap_office .office-listings .property-wrapper .tns-controls > button:before {
  font-family: "Line Awesome Free";
  font-weight: 900;
  font-size: 30px;
}
.ap-page-less-ap_office .office-listings .property-wrapper .tns-controls > button[data-controls="prev"] {
  left: -3.5rem;
}
@media (max-width: 767.98px) {
  .ap-page-less-ap_office .office-listings .property-wrapper .tns-controls > button[data-controls="prev"] {
    left: 0rem;
  }
}
.ap-page-less-ap_office .office-listings .property-wrapper .tns-controls > button[data-controls="prev"]:before {
  content: "";
}
.ap-page-less-ap_office .office-listings .property-wrapper .tns-controls > button[data-controls="next"] {
  right: -3.5rem;
}
@media (max-width: 767.98px) {
  .ap-page-less-ap_office .office-listings .property-wrapper .tns-controls > button[data-controls="next"] {
    right: 0rem;
  }
}
.ap-page-less-ap_office .office-listings .property-wrapper .tns-controls > button[data-controls="next"]:before {
  content: "";
}
.ap-page-less-ap_office .office-listings .property-wrapper .carousel {
  display: flex !important;
  flex-wrap: wrap;
}
.ap-page-less-ap_office .office-listings .property-wrapper .tns-nav {
  display: none;
}
.ap-page-less-ap_office .office-listings .property-wrapper .listing-item {
  margin-bottom: 20px;
  transition: all ease-in-out 0.5s;
}
.ap-page-less-ap_office .office-listings .property-wrapper .listing-item > a {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-bottom: 75%;
  height: 0;
  display: block;
  background-color: #9c9c9c;
}
@media screen and (max-width: 767.98px) {
  .ap-page-less-ap_office .office-listings .property-wrapper .listing-item > a {
    padding-bottom: 300px;
  }
}
@media screen and (max-width: 575.98px) {
  .ap-page-less-ap_office .office-listings .property-wrapper .listing-item > a {
    padding-bottom: 200px;
  }
}
.ap-page-less-ap_office .office-listings .property-wrapper .listing-item > a picture, .ap-page-less-ap_office .office-listings .property-wrapper .listing-item > a img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ap-page-less-ap_office .office-listings .property-wrapper .listing-item > a .no-image-container {
  height: 0;
  overflow: hidden;
  padding-bottom: 75%;
  position: relative;
  width: 100%;
  display: block;
  background: #9c9c9c;
}
@media screen and (max-width: 767.98px) {
  .ap-page-less-ap_office .office-listings .property-wrapper .listing-item > a .no-image-container {
    padding-bottom: 300px;
  }
}
@media screen and (max-width: 575.98px) {
  .ap-page-less-ap_office .office-listings .property-wrapper .listing-item > a .no-image-container {
    padding-bottom: 200px;
  }
}
.ap-page-less-ap_office .office-listings .property-wrapper .listing-item > a .no-image-container i {
  font-size: 80px;
  color: #eee;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.ap-page-less-ap_office .office-listings .property-wrapper .listing-item .open-times, .ap-page-less-ap_office .office-listings .property-wrapper .listing-item .auction-time {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: fit-content;
  padding: 7px 10px;
  background-color: rgba(0, 58, 66, 0.8);
}
.ap-page-less-ap_office .office-listings .property-wrapper .listing-item .open-times > p, .ap-page-less-ap_office .office-listings .property-wrapper .listing-item .auction-time > p {
  font-size: 15px !important;
  font-weight: 400;
  line-height: 24px !important;
  letter-spacing: 0.64px;
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 0;
}
@media screen and (max-width: 575.98px) {
  .ap-page-less-ap_office .office-listings .property-wrapper .listing-item .open-times > p, .ap-page-less-ap_office .office-listings .property-wrapper .listing-item .auction-time > p {
    font-size: 12px !important;
  }
}
.ap-page-less-ap_office .office-listings .property-wrapper .listing-item .sticker {
  position: absolute;
  left: 1rem;
  bottom: 1rem;
  z-index: 2;
  width: auto;
  height: auto;
  background-color: rgba(0, 58, 66, 0.75);
  padding: 10px 20px;
  font-size: 14px;
  text-transform: uppercase;
}
.ap-page-less-ap_office .office-listings .property-wrapper .listing-item .sticker p, .ap-page-less-ap_office .office-listings .property-wrapper .listing-item .sticker a {
  color: #ffffff;
  margin-bottom: 0;
}
.ap-page-less-ap_office .office-listings .property-wrapper .listing-item section {
  background-color: #ffffff;
  box-shadow: none;
  padding: 24px 0;
}
@media screen and (max-width: 575.98px) {
  .ap-page-less-ap_office .office-listings .property-wrapper .listing-item section {
    padding: 0;
    padding-top: 16px;
  }
}
.ap-page-less-ap_office .office-listings .property-wrapper .listing-item section .listing-info-container {
  max-width: 100%;
  width: 100%;
  padding: 0;
  color: #333333;
}
.ap-page-less-ap_office .office-listings .property-wrapper .listing-item section .listing-info-container .address-rooms {
  text-align: center;
  padding: 0;
}
.ap-page-less-ap_office .office-listings .property-wrapper .listing-item section .listing-info-container .suburb {
  font-size: 14px;
  line-height: 28px;
  margin: 0;
}
.ap-page-less-ap_office .office-listings .property-wrapper .listing-item section .listing-info-container .price {
  font-size: 20px !important;
  line-height: 28px !important;
  font-weight: 600 !important;
  color: #003a42;
}
.ap-page-less-ap_office .office-listings .property-wrapper .listing-item section .listing-info-container .address {
  font-size: 20px !important;
  line-height: 28px !important;
  min-height: 0;
}
@media screen and (max-width: 575.98px) {
  .ap-page-less-ap_office .office-listings .property-wrapper .listing-item section .listing-info-container .price, .ap-page-less-ap_office .office-listings .property-wrapper .listing-item section .listing-info-container .suburb, .ap-page-less-ap_office .office-listings .property-wrapper .listing-item section .listing-info-container .address {
    font-size: 14px !important;
    line-height: 22px !important;
    margin-bottom: 0;
  }
}
.ap-page-less-ap_office .office-listings .property-wrapper .listing-item section .listing-info-container ul.rooms {
  display: flex;
  list-style: none;
}
.ap-page-less-ap_office .office-listings .property-wrapper .listing-item section .listing-info-container ul.rooms li {
  font-size: 16px;
  font-weight: 400;
  line-height: 27.2px;
}
.ap-page-less-ap_office .office-listings .property-wrapper .listing-item section .listing-info-container ul.rooms li:not(:last-child) {
  margin-right: 5px;
}
.ap-page-less-ap_office .office-listings .property-wrapper .listing-item section .listing-info-container ul.rooms li:not(:last-child)::after {
  content: "|";
  top: 0;
}
@media screen and (max-width: 575.98px) {
  .ap-page-less-ap_office .office-listings .property-wrapper .listing-item section .listing-info-container ul.rooms li {
    font-size: 14px;
    ine-height: 22px;
  }
}
.ap-page-less-ap_office .office-listings .property-wrapper .listing-item section .listing-info-container .listing-info .row {
  justify-content: center;
  align-items: center;
}
.ap-page-less-ap_office .office-listings .property-wrapper .listing-item section .listing-button {
  margin-top: auto;
}
.ap-page-less-ap_office .office-listings .property-wrapper .listing-item section .button-tenancy-1form, .ap-page-less-ap_office .office-listings .property-wrapper .listing-item section .button-inspection {
  padding: 0 15px;
}
.ap-page-less-ap_office .office-listings .property-wrapper .listing-item section .button-tenancy-1form form input.apply-now {
  width: 100%;
  border: 0;
  padding: 12px 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background: #ffffff !important;
  border-color: #ffffff !important;
  color: #003a42 !important;
}
.ap-page-less-ap_office .office-listings .property-wrapper .listing-item section .button-inspection {
  margin-top: 10px;
  margin-bottom: 15px;
}
.ap-page-less-ap_office .office-listings .property-wrapper .listing-item section .button-inspection a.btn-inspection {
  background: #003a42;
  border-color: #003a42;
  color: #ffffff;
  border-radius: 0;
  line-height: 25px;
}
.ap-page-less-ap_office .office-listings .property-wrapper .listing-item section .button-inspection a.btn-inspection:hover {
  background: #ffffff !important;
  border-color: #ffffff !important;
  color: #003a42 !important;
}
.ap-page-less-ap_office .office-listings .property-wrapper .listing-item section .bookmark-property {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}
.ap-page-less-ap_office .office-listings .property-wrapper .listing-item section .bookmark-property a {
  background-color: rgba(255, 255, 255, 0.65);
  margin: 0.85rem;
  color: #333333;
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  overflow: hidden;
  border-radius: 50%;
}
.ap-page-less-ap_office .office-listings .property-wrapper .listing-item section .bookmark-property a.fav-type-2.save-fav-property, .ap-page-less-ap_office .office-listings .property-wrapper .listing-item section .bookmark-property a.fav-type-2.trigger-delete-bookmark {
  display: grid;
  grid-template-columns: auto auto;
  padding: 0 0.65rem;
  transition: 0.5s;
  min-width: 40px;
}
.ap-page-less-ap_office .office-listings .property-wrapper .listing-item section .bookmark-property a.fav-type-2.save-fav-property i, .ap-page-less-ap_office .office-listings .property-wrapper .listing-item section .bookmark-property a.fav-type-2.trigger-delete-bookmark i {
  margin-right: 0;
  transition: 0.5s;
}
.ap-page-less-ap_office .office-listings .property-wrapper .listing-item section .bookmark-property a.fav-type-2.save-fav-property:hover, .ap-page-less-ap_office .office-listings .property-wrapper .listing-item section .bookmark-property a.fav-type-2.trigger-delete-bookmark:hover {
  border-radius: 6px;
  background: white;
}
.ap-page-less-ap_office .office-listings .property-wrapper .listing-item section .bookmark-property a.fav-type-2.save-fav-property:hover i, .ap-page-less-ap_office .office-listings .property-wrapper .listing-item section .bookmark-property a.fav-type-2.trigger-delete-bookmark:hover i {
  margin-right: 0.5rem;
}
.ap-page-less-ap_office .office-listings .property-wrapper .listing-item section .bookmark-property a.fav-type-2.save-fav-property:hover:after, .ap-page-less-ap_office .office-listings .property-wrapper .listing-item section .bookmark-property a.fav-type-2.trigger-delete-bookmark:hover:after {
  margin-right: 0;
  color: inherit;
}
.ap-page-less-ap_office .office-listings .property-wrapper .listing-item section .bookmark-property a.fav-type-2.save-fav-property:after, .ap-page-less-ap_office .office-listings .property-wrapper .listing-item section .bookmark-property a.fav-type-2.trigger-delete-bookmark:after {
  font-size: 0.85rem;
  transition: 0.5s;
  white-space: nowrap;
  color: transparent;
}
.ap-page-less-ap_office .office-listings .property-wrapper .listing-item section .bookmark-property a.fav-type-2.save-fav-property:hover {
  min-width: 150px;
}
.ap-page-less-ap_office .office-listings .property-wrapper .listing-item section .bookmark-property a.fav-type-2.save-fav-property:after {
  content: "Add to favorites";
  margin-right: -6.75rem;
}
.ap-page-less-ap_office .office-listings .property-wrapper .listing-item section .bookmark-property a.fav-type-2.trigger-delete-bookmark:hover {
  min-width: 195px;
}
.ap-page-less-ap_office .office-listings .property-wrapper .listing-item section .bookmark-property a.fav-type-2.trigger-delete-bookmark i {
  color: #d72020;
}
.ap-page-less-ap_office .office-listings .property-wrapper .listing-item section .bookmark-property a.fav-type-2.trigger-delete-bookmark:after {
  content: "Remove from favorites";
  margin-right: -9.5rem;
}
.ap-page-less-ap_office .office-listings .property-wrapper.single-slideshow .property-item.carousel .listing-item {
  padding-right: 5px;
  padding-left: 5px;
  margin-bottom: 6px;
}
.ap-page-less-ap_office .office-listings .ui-tabs-panel {
  padding: 0;
}
.ap-page-less-ap_office .office-listings .buttons {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767.98px) {
  .ap-page-less-ap_office .office-listings .buttons {
    margin-top: 20px;
    margin-bottom: 40px;
  }
}
.ap-page-less-ap_office .office-listings .buttons a {
  text-transform: uppercase;
  text-align: center;
  background-color: #ffffff;
  color: #003a42;
  padding: 10px 40px;
}
.ap-page-less-ap_office .office-listings .buttons a:hover {
  background-color: #003a42;
  color: #ffffff;
}
.ap-shortcode-ssau_audio .container {
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  padding: 0 !important;
}
@media screen and (min-width: 1200px) {
  .ap-shortcode-ssau_audio .container {
    max-width: 1280px;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1199.98px) {
  .ap-shortcode-ssau_audio .container {
    max-width: 960px;
  }
}
.ap-shortcode-ssau_audio .media-toolbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 0 30px;
}
@media screen and (max-width: 575.98px) {
  .ap-shortcode-ssau_audio .media-toolbar {
    flex-wrap: wrap;
  }
  .ap-shortcode-ssau_audio .media-toolbar > * {
    flex: 1 0 100%;
    max-width: 100%;
  }
}
.ap-shortcode-ssau_audio .media-toolbar h5 {
  font-size: 16px !important;
  line-height: 27.4px;
  font-weight: 700;
  margin: 0 !important;
}
@media screen and (max-width: 575.98px) {
  .ap-shortcode-ssau_audio .media-toolbar h5 {
    margin-bottom: 20px !important;
  }
}
.ap-shortcode-ssau_audio .media-toolbar select.select2 {
  height: 50px;
  width: 200px !important;
  padding: 0;
  border-radius: 0;
  border: 0;
  border-bottom: 1px solid #333333;
  margin: 0;
}
.ap-shortcode-ssau_audio .media-toolbar select.select2::placeholder {
  color: #333333;
  text-transform: uppercase;
}
.ap-shortcode-ssau_audio .media-toolbar .select2-container {
  border: 0;
  height: 50px;
  border-radius: 0;
}
.ap-shortcode-ssau_audio .media-toolbar .select2-container .select2-selection--single {
  height: 50px;
  line-height: 50px;
  border: 0;
  border-radius: 0;
  padding-left: 5px;
  background-color: #fff;
}
@media screen and (max-width: 575.98px) {
  .ap-shortcode-ssau_audio .media-toolbar .select2-container .select2-selection--single {
    padding-left: 0;
  }
}
.ap-shortcode-ssau_audio .media-toolbar .select2-container .select2-selection--single .select2-selection__placeholder {
  color: #333333;
  text-transform: uppercase;
}
.ap-shortcode-ssau_audio .media-toolbar .select2-container .select2-selection--single .select2-selection__rendered {
  height: 50px;
  text-align: left;
  line-height: 50px;
  border-bottom: 1px solid #333333;
}
@media screen and (max-width: 575.98px) {
  .ap-shortcode-ssau_audio .media-toolbar .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 0;
  }
}
.ap-shortcode-ssau_audio .media-toolbar .select2-container .select2-selection--single span.select2-selection__arrow {
  height: 50px;
  line-height: 50px;
  right: 0;
  width: 30px;
}
.ap-shortcode-ssau_audio .latest-media-container {
  padding-bottom: 40px;
}
.ap-shortcode-ssau_audio .media-listing {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media screen and (max-width: 991.98px) {
  .ap-shortcode-ssau_audio .media-listing {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 575.98px) {
  .ap-shortcode-ssau_audio .media-listing {
    grid-template-columns: 1fr;
  }
}
.ap-shortcode-ssau_audio .media-listing .media-item .media-content {
  position: relative;
  width: 100%;
  min-height: 300px;
}
.ap-shortcode-ssau_audio .media-listing .media-item .media-content img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ap-shortcode-ssau_audio .media-listing .media-item .media-info {
  position: absolute;
  bottom: 10px;
  left: 0;
  padding: 0 20px;
  color: #fff;
  z-index: 2;
}
.ap-shortcode-ssau_audio .media-listing .media-item .media-info h5.info-title {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  margin: 0 0 10px !important;
  color: #fff !important;
}
.ap-shortcode-ssau_audio .media-listing .media-item .media-info p {
  font-size: 16px;
  line-height: 27.4px;
  margin: 0;
}
.ap-shortcode-ssau_audio .media-listing .media-item .audio-player {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ap-shortcode-ssau_audio .media-listing .media-item .play-button {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(51, 51, 51, 0.5);
  opacity: 0;
  padding-bottom: 75px;
  z-index: 1;
}
@media screen and (max-width: 1024.98px) {
  .ap-shortcode-ssau_audio .media-listing .media-item .play-button {
    padding-bottom: 60px;
  }
}
.ap-shortcode-ssau_audio .media-listing .media-item .play-button button {
  cursor: pointer;
  border: 0;
  background: transparent;
}
.ap-shortcode-ssau_audio .media-listing .media-item .play-button:hover {
  opacity: 1;
}
.ap-shortcode-ssau_audio .media-listing .media-item .play-button svg {
  width: 48px;
  height: auto;
  fill: white;
}
.ap-shortcode-ssau_audio .media-listing .media-item .play-button.active {
  opacity: 1;
  padding-bottom: 0;
}
.ap-shortcode-ssau_audio .media-listing .media-item .audio-slider {
  width: calc(100% - 40px);
  margin-top: 75px;
  height: 5px;
  background: #A3A3A3;
  border-radius: 5px;
  border: 0;
  -webkit-appearance: none;
  appearance: none;
}
.ap-shortcode-ssau_audio .media-listing .media-item .audio-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
  transition: background 0.3s ease;
}
.ap-shortcode-ssau_audio .media-listing .media-item .audio-slider::-moz-range-thumb {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
}
@media screen and (max-width: 1024.98px) {
  .ap-shortcode-ssau_audio .media-listing .media-item .audio-slider {
    margin-top: 60px;
  }
}
.ap-shortcode-ssau_audio #bottom_pagination .page_toolbar .page_numbers {
  text-align: center;
}
.ap-shortcode-ssau_audio .page-numbers {
  display: inline-block;
  width: 40px;
  height: 50px;
  line-height: 50px;
  font-size: 14px;
  background: #fff;
  text-align: center;
  color: #333333;
  border-color: transparent;
  border-width: 1px;
  transition: 0.5s;
}
.ap-shortcode-ssau_audio .page-numbers.current {
  background: #7A7A7A;
  color: #fff;
  border-color: #7A7A7A;
}
.ap-shortcode-ssau_audio .page-numbers.next, .ap-shortcode-ssau_audio .page-numbers.prev {
  font-size: 0;
  background-color: black;
  color: white;
  width: 65px;
}
.ap-shortcode-ssau_audio .page-numbers.next:before {
  font-size: 12px;
  content: "NEXT";
}
.ap-shortcode-ssau_audio .page-numbers.prev:before {
  font-size: 12px;
  content: "PREV";
}
.ap-shortcode-ssau_audio .page-numbers:hover {
  background: #7A7A7A;
  color: #fff;
  border-color: #7A7A7A;
}
