<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*
    Style TOC
*/
/*!
    Theme Name:   Palisades Theme
    Theme URI:    https://www.thepropertyjungle.com/
    Description:  Palisades Theme
    Author:       The Property Jungle
    Author URI:   https://www.thepropertyjungle.com/
    Template:     hello-elementor
    Version:      1.0.7
    Text Domain:  tpj-child-theme
*/
/*
    Theme info is added here so that it is processed at line one
    of the generated style.css file. If included in style.scss,
    it is always dumped at the end of the processed SCSS and
    breaks the theme.
*/
/* ------------------------------------------------------------ *\
	Reset
\* ------------------------------------------------------------ */
* {
  padding: 0;
  margin: 0;
  outline: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

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

template {
  display: none;
}

html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
     -moz-text-size-adjust: none;
      -ms-text-size-adjust: none;
          text-size-adjust: none;
}

img,
iframe,
video,
audio,
object {
  max-width: 100%;
}

img,
iframe {
  border: 0 none;
}

img {
  height: auto;
  display: inline-block;
  vertical-align: middle;
}

b,
strong {
  font-weight: bold;
}

address {
  font-style: normal;
}

svg:not(:root) {
  overflow: hidden;
}

a,
button,
input[type=submit],
input[type=button],
input[type=reset],
input[type=file],
input[type=image],
label[for] {
  cursor: pointer;
}

a[href^=tel],
button[disabled],
input[disabled],
textarea[disabled],
select[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

input[type=text],
input[type=password],
input[type=date],
input[type=datetime],
input[type=datetime-local],
input[type=month],
input[type=week],
input[type=email],
input[type=number],
input[type=search],
input[type=tel],
input[type=time],
input[type=url],
input[type=color],
textarea,
a[href^=tel] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
          appearance: none;
}

textarea {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

button,
select {
  text-transform: none;
}

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

nav ul,
nav ol {
  list-style: none outside none;
}

input::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
}

input::-moz-placeholder {
  color: inherit;
  opacity: 1;
}

input:-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

input::-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

input::placeholder {
  color: inherit;
  opacity: 1;
}

textarea::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
}

textarea::-moz-placeholder {
  color: inherit;
  opacity: 1;
}

textarea:-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

textarea::-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

textarea::placeholder {
  color: inherit;
  opacity: 1;
}

input:-webkit-autofill {
  -webkit-text-fill-color: inherit;
  -webkit-box-shadow: 0 0 0 1000px #fff inset;
}

input[type=text],
input[type=button],
input[type=tel],
input[type=email],
input[type=submit],
input[type=date],
input[type=search],
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}
@font-face {
  font-family: "Azo";
  src: url("../../fonts/AzoSans-Regular.woff2") format("woff2"), url("../../fonts/AzoSans-Regular.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
/* ------------------------------------------------------------ *\
  SCSS Functions
\* ------------------------------------------------------------ */
/* example usage*/
/* ------------------------------------------------------------ *\
	Base
\* ------------------------------------------------------------ */
html {
  font-size: 62.5%;
}

body {
  min-width: 320px;
  background: #fff;
  font-family: "Assistant", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #000;
}

body.is-locked {
  overflow: hidden;
}

a {
  color: inherit;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}
a[href^=tel] {
  text-decoration: none;
}

.h1,
h1,
.h2,
h2,
.h3,
h3,
.h4,
h4,
.h5,
h5,
.h6,
h6 {
  margin-bottom: calc(1.5em / 2);
}

.h1,
h1 {
  font-size: 3.9rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .h1,
  h1 {
    font-size: 3.2rem;
  }
}

.h2,
h2 {
  font-size: 3.2rem;
  font-family: "Shippori Mincho", serif;
}

.h4,
h4 {
  font-size: 2.4rem;
}

p,
ul,
ol,
dl,
hr,
table,
blockquote {
  margin-bottom: 1.5em;
  font-size: 1.6rem;
  line-height: 1.75;
  font-weight: 400;
}

h1[class],
h2[class],
h3[class],
h4[class],
h5[class],
h6[class],
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
p:last-child,
ul:last-child,
ol:last-child,
dl:last-child,
table:last-child,
blockquote:last-child {
  margin-bottom: 0;
}

/* ------------------------------------------------------------ *\
  Helpers
\* ------------------------------------------------------------ */
/*  Clear  */
.clear:after {
  content: "";
  line-height: 0;
  display: table;
  clear: both;
}

/* sr-only */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/*  Notext  */
.notext {
  white-space: nowrap;
  text-indent: 100%;
  text-shadow: none;
  overflow: hidden;
}

.notext-old {
  font-size: 0;
  line-height: 0;
  text-indent: -4000px;
}

/*  Hidden  */
[hidden],
.hidden {
  display: none;
}

/*  Disabled  */
[disabled],
.disabled {
  cursor: default;
}

/*  Responsive Helpers  */
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .hidden-xs {
    display: none !important;
  }
  .visible-xs-block {
    display: block !important;
  }
  .visible-xs-inline {
    display: inline !important;
  }
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 767.02px) and (max-width: 1023px) {
  .hidden-sm {
    display: none !important;
  }
  .visible-sm-block {
    display: block !important;
  }
  .visible-sm-inline {
    display: inline !important;
  }
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1023.02px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
  .visible-md-block {
    display: block !important;
  }
  .visible-md-inline {
    display: inline !important;
  }
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1199.02px) {
  .hidden-lg {
    display: none !important;
  }
  .visible-lg-block {
    display: block !important;
  }
  .visible-lg-inline {
    display: inline !important;
  }
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@font-face {
  font-family: "Azo";
  src: url("../../fonts/AzoSans-Regular.woff2") format("woff2"), url("../../fonts/AzoSans-Regular.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
.container-elementor-style {
  /*
      ATTENTION
      =========
      The max-width, and other declarations, make sure that the
      HTML sits in a replica of Elementor's container

      An Elementor section has a 10px margin added to it by default.
      to remove this, you will need to set the columns gap to 'No Gap'
  */
  max-width: 1140px;
  margin: 0 auto;
}

#pills-sale &gt; form &gt; div.advanced__search-submit.advanced__search-submit-sm &gt; button,
#pills-let &gt; form &gt; div.advanced__search-submit.advanced__search-submit-sm &gt; button {
  display: none;
}

.full-menu .elementor-nav-menu--main .elementor-nav-menu {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 10px 1fr 10px 1fr;
  grid-template-columns: repeat(3, 1fr); /* Creates 3 equal columns */
  gap: 10px; /* Optional: Adds space between items */
}

.elementor-kit-5 button, .elementor-kit-5 input[type=button], .elementor-kit-5 input[type=submit], .elementor-kit-5 .elementor-button {
  text-transform: inherit;
}

.navy .stickyheader {
  background-color: var(--e-global-color-primary) !important;
}

.stickyheader .red a {
  color: #cd3301 !important;
}

@font-face {
  font-family: "Azo";
  src: url("../../fonts/AzoSans-Regular.woff2") format("woff2"), url("../../fonts/AzoSans-Regular.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
.viewing-gform {
  margin-top: -18.3em;
}
@media (max-width: 1024px) {
  .viewing-gform {
    margin-top: -15.5em;
  }
}
@media (max-width: 767px) {
  .viewing-gform {
    margin-top: -11em;
  }
}

.contact-form .viewing-gform__hero,
.valuation-form .viewing-gform__hero,
.register-form .viewing-gform__hero,
.viewing-gform .viewing-gform__hero {
  height: 70vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: -webkit-gradient(linear, left top, right top, from(rgb(101, 101, 101)), color-stop(0%, rgb(101, 101, 101)), color-stop(0%, rgb(101, 101, 101)), color-stop(0%, rgba(0, 0, 0, 0.6447172619)));
  background: linear-gradient(90deg, rgb(101, 101, 101) 0%, rgb(101, 101, 101) 0%, rgb(101, 101, 101) 0%, rgba(0, 0, 0, 0.6447172619) 0%);
}
@media (max-width: 1024px) {
  .contact-form .viewing-gform__hero,
  .valuation-form .viewing-gform__hero,
  .register-form .viewing-gform__hero,
  .viewing-gform .viewing-gform__hero {
    height: 50vh;
  }
}
.contact-form .viewing-gform__hero .viewing-gform__address,
.valuation-form .viewing-gform__hero .viewing-gform__address,
.register-form .viewing-gform__hero .viewing-gform__address,
.viewing-gform .viewing-gform__hero .viewing-gform__address {
  color: #ffffff;
  font-family: var(--e-global-typography-c4c7b85-font-family), Sans-serif;
  font-size: var(--e-global-typography-c4c7b85-font-size);
  font-weight: var(--e-global-typography-c4c7b85-font-weight);
  text-transform: var(--e-global-typography-c4c7b85-text-transform);
  line-height: var(--e-global-typography-c4c7b85-line-height);
  letter-spacing: var(--e-global-typography-c4c7b85-letter-spacing);
  word-spacing: var(--e-global-typography-c4c7b85-word-spacing);
  text-align: center;
  padding: 0 1em;
}
.contact-form .viewing-gform__hero .viewing-gform__heading,
.valuation-form .viewing-gform__hero .viewing-gform__heading,
.register-form .viewing-gform__hero .viewing-gform__heading,
.viewing-gform .viewing-gform__hero .viewing-gform__heading {
  color: var(--e-global-color-primary);
  font-family: var(--e-global-typography-e1876ea-font-family), Sans-serif;
  font-size: var(--e-global-typography-e1876ea-font-size);
  font-weight: var(--e-global-typography-e1876ea-font-weight);
  text-transform: var(--e-global-typography-e1876ea-text-transform);
  line-height: var(--e-global-typography-e1876ea-line-height);
  letter-spacing: var(--e-global-typography-e1876ea-letter-spacing);
  word-spacing: var(--e-global-typography-e1876ea-word-spacing);
}
.contact-form .gform_wrapper.gravity-theme .gform_fields,
.valuation-form .gform_wrapper.gravity-theme .gform_fields,
.register-form .gform_wrapper.gravity-theme .gform_fields,
.viewing-gform .gform_wrapper.gravity-theme .gform_fields {
  grid-row-gap: 2.5em !important;
}
.contact-form h3.gsection_title,
.valuation-form h3.gsection_title,
.register-form h3.gsection_title,
.viewing-gform h3.gsection_title {
  margin-top: 30px;
  line-height: 2em !important;
  letter-spacing: 2px;
  font-size: 24px !important;
  font-weight: 800 !important;
  text-align: center;
  color: var(--e-global-color-primary) !important;
  text-transform: uppercase;
}
.contact-form .form-subheads,
.valuation-form .form-subheads,
.register-form .form-subheads,
.viewing-gform .form-subheads {
  text-align: center;
  padding: 5em 0;
  border: 0;
  position: relative;
  border-bottom: 0 !important;
}
.contact-form .form-subheads::after,
.valuation-form .form-subheads::after,
.register-form .form-subheads::after,
.viewing-gform .form-subheads::after {
  content: "";
  width: 79px;
  border: 0;
  height: 2px;
  background: var(--e-global-color-22ddcc9);
  position: absolute;
  left: 45.5%;
  bottom: 0;
}
@media (max-width: 912px) {
  .contact-form .form-subheads::after,
  .valuation-form .form-subheads::after,
  .register-form .form-subheads::after,
  .viewing-gform .form-subheads::after {
    left: 42.5%;
    bottom: 0;
  }
}
@media (max-width: 767px) {
  .contact-form .form-subheads::after,
  .valuation-form .form-subheads::after,
  .register-form .form-subheads::after,
  .viewing-gform .form-subheads::after {
    left: 35%;
  }
}
.contact-form .form-subheads h3,
.valuation-form .form-subheads h3,
.register-form .form-subheads h3,
.viewing-gform .form-subheads h3 {
  line-height: 2em !important;
  letter-spacing: 2px;
  font-size: 24px !important;
  font-weight: 800 !important;
  text-align: center;
  color: var(--e-global-color-22ddcc9) !important;
}
@media (max-width: 767px) {
  .contact-form .form-subheads h3,
  .valuation-form .form-subheads h3,
  .register-form .form-subheads h3,
  .viewing-gform .form-subheads h3 {
    line-height: 1.3em !important;
  }
}
.contact-form label.gfield_label,
.valuation-form label.gfield_label,
.register-form label.gfield_label,
.viewing-gform label.gfield_label {
  font-family: var(--e-global-typography-primary-font-family) !important;
  font-weight: 400 !important;
  font-size: 16px !important;
  color: var(--e-global-color-secondary) !important;
  line-height: 1.44 !important;
}
.contact-form select,
.contact-form input[type=text],
.contact-form input[type=number],
.contact-form input[type=tel],
.contact-form input[type=email],
.valuation-form select,
.valuation-form input[type=text],
.valuation-form input[type=number],
.valuation-form input[type=tel],
.valuation-form input[type=email],
.register-form select,
.register-form input[type=text],
.register-form input[type=number],
.register-form input[type=tel],
.register-form input[type=email],
.viewing-gform select,
.viewing-gform input[type=text],
.viewing-gform input[type=number],
.viewing-gform input[type=tel],
.viewing-gform input[type=email] {
  padding: 0.95rem 1rem !important;
  margin-bottom: 3rem;
  border: 0 !important;
  border-radius: 0;
  background-color: #e9e9e9 !important;
  font-size: 1.6rem;
  color: #333;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}
.contact-form textarea,
.valuation-form textarea,
.register-form textarea,
.viewing-gform textarea {
  padding: 3.4rem 1rem;
  margin-bottom: 3rem;
  border: 0;
  border-radius: 0;
  background: #e9e9e9 !important;
  font-size: 1.6rem;
  color: #333;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}
.contact-form .viewing-gform__wrapper,
.valuation-form .viewing-gform__wrapper,
.register-form .viewing-gform__wrapper,
.viewing-gform .viewing-gform__wrapper {
  padding: 6.5rem 1.5rem;
  margin-top: -3em;
  background: #fff;
}
.contact-form input[type=submit],
.contact-form .gform_button,
.valuation-form input[type=submit],
.valuation-form .gform_button,
.register-form input[type=submit],
.register-form .gform_button,
.viewing-gform input[type=submit],
.viewing-gform .gform_button {
  padding: 1em 5em !important;
  background: var(--e-global-color-primary) !important;
  color: var(--e-global-color-secondary) !important;
  font-family: var(--e-global-typography-8e54566-font-family), Sans-serif !important;
  font-size: var(--e-global-typography-8e54566-font-size) !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  line-height: var(--e-global-typography-8e54566-line-height) !important;
  letter-spacing: var(--e-global-typography-8e54566-letter-spacing) !important;
  word-spacing: var(--e-global-typography-8e54566-word-spacing) !important;
  fill: var(--e-global-color-secondary) !important;
  color: var(--e-global-color-secondary) !important;
  background-color: var(--e-global-color-primary) !important;
  border: 1px solid var(--e-global-color-primary) !important;
  border-radius: 0 !important;
}
.contact-form input[type=submit]:hover,
.contact-form .gform_button:hover,
.valuation-form input[type=submit]:hover,
.valuation-form .gform_button:hover,
.register-form input[type=submit]:hover,
.register-form .gform_button:hover,
.viewing-gform input[type=submit]:hover,
.viewing-gform .gform_button:hover {
  color: var(--e-global-color-primary) !important;
  background: var(--e-global-color-secondary) !important;
}
.contact-form .gchoice,
.valuation-form .gchoice,
.register-form .gchoice,
.viewing-gform .gchoice {
  margin-bottom: 1.5em;
}
.contact-form .gchoice .gform-field-label::before,
.valuation-form .gchoice .gform-field-label::before,
.register-form .gchoice .gform-field-label::before,
.viewing-gform .gchoice .gform-field-label::before {
  color: var(--e-global-color-22ddcc9);
  margin-bottom: 5px;
}
.contact-form .card.card--gdpr,
.valuation-form .card.card--gdpr,
.register-form .card.card--gdpr,
.viewing-gform .card.card--gdpr {
  -webkit-box-shadow: 0 0 0px rgba(0, 0, 0, 0);
          box-shadow: 0 0 0px rgba(0, 0, 0, 0);
  padding: 1.3rem 0;
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid #eee;
  border-top: 1px solid #eee;
}
.contact-form .card.card--gdpr .card-title,
.valuation-form .card.card--gdpr .card-title,
.register-form .card.card--gdpr .card-title,
.viewing-gform .card.card--gdpr .card-title {
  font-family: var(--e-global-typography-primary-font-family);
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 18px;
  font-weight: 800;
  margin-bottom: 1rem;
}
.contact-form .card.card--gdpr p.card-text,
.valuation-form .card.card--gdpr p.card-text,
.register-form .card.card--gdpr p.card-text,
.viewing-gform .card.card--gdpr p.card-text {
  margin: 0 0 0.5rem 0;
}
.contact-form .card.card--gdpr label,
.valuation-form .card.card--gdpr label,
.register-form .card.card--gdpr label,
.viewing-gform .card.card--gdpr label {
  margin: 0 !important;
}
.contact-form .card.card--gdpr .card-body,
.valuation-form .card.card--gdpr .card-body,
.register-form .card.card--gdpr .card-body,
.viewing-gform .card.card--gdpr .card-body {
  position: relative;
  padding: 0rem;
}

.gform_wrapper.gravity-theme .gsection {
  border-bottom: none !important;
  padding: 0px !important;
}

.gform_wrapper.gravity-theme .gfield_checkbox label {
  font-size: 1.6rem !important;
  font-weight: 400;
}

.gform_wrapper.gravity-theme .gfield_label {
  font-weight: 400 !important;
}

@font-face {
  font-family: "Azo";
  src: url("../../fonts/AzoSans-Regular.woff2") format("woff2"), url("../../fonts/AzoSans-Regular.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
.negotiator__single-card,
.negotiator__card {
  width: 100%;
  border: 0;
  background: #ffffff;
  -webkit-box-shadow: 0 0 28px rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 28px rgba(0, 0, 0, 0.16);
  text-decoration: none;
  overflow: hidden;
  margin-bottom: 2em;
  -webkit-transition: -webkit-box-shadow 300ms ease-in-out;
  transition: -webkit-box-shadow 300ms ease-in-out;
  transition: box-shadow 300ms ease-in-out;
  transition: box-shadow 300ms ease-in-out, -webkit-box-shadow 300ms ease-in-out;
}
.negotiator__single-card:hover,
.negotiator__card:hover {
  -webkit-box-shadow: 0 9px 9px rgba(0, 0, 0, 0.42);
          box-shadow: 0 9px 9px rgba(0, 0, 0, 0.42);
  -webkit-transition: -webkit-box-shadow 300ms ease-in-out;
  transition: -webkit-box-shadow 300ms ease-in-out;
  transition: box-shadow 300ms ease-in-out;
  transition: box-shadow 300ms ease-in-out, -webkit-box-shadow 300ms ease-in-out;
}
.negotiator__single-card .negotiator__single-img,
.negotiator__card .negotiator__single-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.negotiator__single-card .negotiator__img,
.negotiator__card .negotiator__img {
  width: 100%;
  height: 370px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
.negotiator__single-card .negotiator__meta,
.negotiator__card .negotiator__meta {
  padding: 2em 1em;
}
.negotiator__single-card .negotiator__job h5,
.negotiator__card .negotiator__job h5 {
  text-align: center;
  text-transform: uppercase;
  color: #999999;
  font-size: 14px;
}
.negotiator__single-card .negotiator__title h4,
.negotiator__card .negotiator__title h4 {
  text-align: center;
  font-size: 23px;
  font-weight: 700;
  color: var(--e-global-color-primary);
}
.negotiator__single-card .negotiator__bio,
.negotiator__card .negotiator__bio {
  padding: 1em 2em;
}
.negotiator__single-card .negotiator__bio h4,
.negotiator__card .negotiator__bio h4 {
  text-align: center;
  line-height: 1.5em;
  font-size: 16px;
  font-weight: 400;
  color: var(--e-global-color-secondary);
}
.negotiator__single-card .social-col h4,
.negotiator__card .social-col h4 {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}
.negotiator__single-card .social-col .negotiator__cta,
.negotiator__card .social-col .negotiator__cta {
  font-family: var(--e-global-typography-primary-font-family);
  font-size: 1.6rem;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.9em;
  word-spacing: 0.08em;
  background-color: var(--e-global-color-primary);
  border-radius: 5px;
  margin-bottom: 0.5em;
  padding: 0.2em 1em;
  color: var(--e-global-color-secondary);
}

@font-face {
  font-family: "Azo";
  src: url("../../fonts/AzoSans-Regular.woff2") format("woff2"), url("../../fonts/AzoSans-Regular.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
.swiper.swiper__featured {
  padding: 5rem 1rem 0rem;
  width: 100%;
}

#swiperHomeNext,
#swiperHomePrev {
  position: absolute;
  top: 0.9rem;
}
#swiperHomeNext svg,
#swiperHomePrev svg {
  fill: #1b313e;
  width: 18px;
}
#swiperHomeNext::after,
#swiperHomePrev::after {
  font-size: 0;
}
@media (max-width: 767px) {
  #swiperHomeNext,
  #swiperHomePrev {
    top: -1em;
  }
}

.home #swiperHomeNext, .home #swiperHomePrev {
  top: 1.9rem;
}

#swiperHomeNext {
  right: 1.5em;
  left: unset;
}
#swiperHomeNext svg {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
@media (max-width: 767px) {
  #swiperHomeNext {
    right: 1em;
  }
}

#swiperHomePrev {
  right: 3em;
  left: unset;
}
#swiperHomePrev svg {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
@media (max-width: 767px) {
  #swiperHomePrev {
    right: 2.5em;
  }
}

.propertySwiper__wrapper {
  position: relative;
}
.propertySwiper__wrapper .mySwiper2 {
  margin-bottom: 0.5em;
  position: relative;
}
.propertySwiper__wrapper .mySwiper2 .swiper-wrapper .swiper-slide {
  max-height: 710px;
}
.propertySwiper__wrapper .mySwiper2 .swiper-wrapper .swiper-slide .feature-grid {
  -webkit-box-shadow: unset !important;
          box-shadow: unset !important;
}
.propertySwiper__wrapper .mySwiper2 .swiper-wrapper .swiper-slide::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: 10px solid rgba(255, 255, 255, 0.4);
  z-index: 2;
}
@media (max-width: 1024px) {
  .propertySwiper__wrapper .mySwiper2 .swiper-wrapper .swiper-slide {
    max-height: 394px;
  }
}
@media (max-width: 767px) {
  .propertySwiper__wrapper .mySwiper2 .swiper-wrapper .swiper-slide {
    max-height: 220px;
  }
}
.propertySwiper__wrapper .mySwiper2 .swiper-wrapper .swiper-slide img {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.propertySwiper__wrapper #swiperNext,
.propertySwiper__wrapper #swiperPrev {
  position: absolute;
  top: 50%;
}
.propertySwiper__wrapper #swiperNext svg,
.propertySwiper__wrapper #swiperPrev svg {
  fill: var(--e-global-color-accent);
  width: 18px;
}
.propertySwiper__wrapper #swiperNext::after,
.propertySwiper__wrapper #swiperPrev::after {
  font-size: 0;
}
.propertySwiper__wrapper #swiperNext {
  right: -3em;
}
@media (max-width: 767px) {
  .propertySwiper__wrapper #swiperNext {
    right: 1em;
  }
}
.propertySwiper__wrapper #swiperNext svg {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.propertySwiper__wrapper #swiperPrev {
  left: -3em;
}
@media (max-width: 767px) {
  .propertySwiper__wrapper #swiperPrev {
    left: 1em;
  }
}
.propertySwiper__wrapper #swiperPrev svg {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.propertySwiper__wrapper .property__medias {
  position: absolute;
  top: 2em;
  left: 2em;
  z-index: 1;
}
.propertySwiper__wrapper .property__medias .btn-video-modal {
  padding: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 0;
  border-radius: 0;
  background: var(--e-global-color-accent);
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.092em;
  text-transform: uppercase;
  color: #ffffff;
  text-decoration: none;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
.propertySwiper__wrapper .property__medias .btn-video-modal:hover {
  background: var(--e-global-color-primary);
}
.propertySwiper__wrapper .property__medias .btn-video-modal svg {
  width: 20px;
  fill: #ffffff;
  margin-right: 5px;
}

.thumbnailsSwiper__wrapper {
  position: relative;
}
@media (max-width: 767px) {
  .thumbnailsSwiper__wrapper {
    display: none;
  }
}
.thumbnailsSwiper__wrapper .mySwiper .swiper-wrapper .swiper-slide img {
  max-height: 188px;
  opacity: 0.5;
}
.thumbnailsSwiper__wrapper .mySwiper .swiper-wrapper .swiper-slide-thumb-active img {
  opacity: 1;
}
.thumbnailsSwiper__wrapper #swiperThumbsNext,
.thumbnailsSwiper__wrapper #swiperThumbsPrev {
  position: absolute;
  top: 50%;
}
.thumbnailsSwiper__wrapper #swiperThumbsNext svg,
.thumbnailsSwiper__wrapper #swiperThumbsPrev svg {
  fill: var(--e-global-color-accent);
  width: 18px;
}
.thumbnailsSwiper__wrapper #swiperThumbsNext::after,
.thumbnailsSwiper__wrapper #swiperThumbsPrev::after {
  font-size: 0;
}
.thumbnailsSwiper__wrapper #swiperThumbsNext {
  right: -3em;
}
.thumbnailsSwiper__wrapper #swiperThumbsNext svg {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.thumbnailsSwiper__wrapper #swiperThumbsPrev {
  left: -3em;
}
.thumbnailsSwiper__wrapper #swiperThumbsPrev svg {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.check {
  gap: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
}

@font-face {
  font-family: "Azo";
  src: url("../../fonts/AzoSans-Regular.woff2") format("woff2"), url("../../fonts/AzoSans-Regular.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
.stamp-duty-heading {
  font-size: 18px;
  color: var(--e-global-color-primary) !important;
  font-weight: 600;
}

#stamp-duty-form .input-group {
  margin-top: 10px !important;
  margin-bottom: 30px !important;
}

.input-group-text {
  font-size: 22px !important;
  color: var(--e-global-color-primary) !important;
}

#stamp-duty-form .form-control {
  font-size: 22px !important;
  color: #14204e !important;
}

#stamp-duty-form .form-check {
  margin-bottom: 10px !important;
  padding-left: 2.5em !important;
}

.form-check-input[type=checkbox] {
  border-radius: 0;
  border: solid 1px var(--e-global-color-primary) !important;
  padding: 8px;
  margin-right: 10px;
}

#stamp-duty-table th {
  padding: 5px;
  background-color: var(--e-global-color-primary);
  color: #fff;
}

#stamp-duty-table td {
  padding: 5px;
  border: 1px solid grey;
}

.stamp-duty-results h5 {
  margin-bottom: 10px !important;
  font-size: 18px;
  font-weight: 600;
}

#amount-to-pay {
  margin-bottom: 20px;
}

#effective-rate {
  margin-bottom: 20px;
}

#calculate-button {
  margin-top: 20px;
  border: 0px solid transparent !important;
}

.stamp-duty-results__title {
  font-size: 18px;
  color: var(--e-global-color-primary) !important;
  font-weight: 600;
  margin-bottom: 20px;
}

.stamp-duty-results-container {
  margin-top: 40px !important;
}

.stamp-duty-results__amount {
  margin-top: 20px !important;
  margin-bottom: 10px;
}

.stamp-duty-results__rate {
  margin-bottom: 20px !important;
}

@font-face {
  font-family: "Azo";
  src: url("../../fonts/AzoSans-Regular.woff2") format("woff2"), url("../../fonts/AzoSans-Regular.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
.pagination {
  margin: 2.5em 0 !important;
}
.pagination .page-item .page-link {
  color: var(--e-global-color-primary);
  font-size: 2rem;
  border-radius: 0;
  padding: 0.5rem 1.5rem;
}
.pagination .page-item .page-link:hover, .pagination .page-item .page-link:focus, .pagination .page-item .page-link:active {
  background-color: var(--e-global-color-accent);
  color: #ffffff;
}
.pagination .page-item .pagination-select {
  position: relative;
  border: 1px solid var(--bs-pagination-border-color);
  border-radius: 0;
  padding-right: 2rem;
  margin: 0;
  height: 46px;
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  cursor: pointer;
}
.pagination .page-item .pagination-select option {
  background-color: #ffffff;
  color: var(--e-global-color-primary);
  margin: 0;
}
.pagination .page-item .pagination-select option:checked {
  background-color: var(--e-global-color-accent) !important;
  color: #ffffff !important;
}
.pagination .page-item .pagination-select:hover, .pagination .page-item .pagination-select:focus, .pagination .page-item .pagination-select:active {
  background-color: var(--e-global-color-accent);
  color: #ffffff;
}
.pagination .page-item.active .page-link {
  z-index: 3;
  color: #ffffff;
  background-color: var(--e-global-color-primary);
  border-color: var(--e-global-color-primary);
}

.prevnext {
  gap: 20px;
}
.prevnext .next-page-item .page-divnk {
  padding: 7px 20px;
  color: white;
  background-color: #cd3301;
  border-radius: 4px;
  border: 1px solid #cd3301;
  font-family: var(--e-global-typography-primary-font-family);
  font-weight: 600;
}
.prevnext .next-page-item .page-divnk:hover {
  color: #1b313e;
  background-color: white;
  border-radius: 4px;
  border: 1px solid #1b313e;
}
.prevnext .prev-page-item .page-divnk {
  padding: 7px 20px;
  color: #1b313e;
  background-color: white;
  border-radius: 4px;
  border: 1px solid #1b313e;
  font-family: var(--e-global-typography-primary-font-family);
  font-weight: 600;
}
.prevnext .prev-page-item .page-divnk:hover {
  color: white;
  background-color: #cd3301;
  border-radius: 4px;
  border: 1px solid #cd3301;
}

.page-numbers {
  padding-bottom: 20px;
}
.page-numbers .page-info {
  font-family: var(--e-global-typography-primary-font-family);
  font-weight: 600;
}

@font-face {
  font-family: "Azo";
  src: url("../../fonts/AzoSans-Regular.woff2") format("woff2"), url("../../fonts/AzoSans-Regular.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
.shortlist_card,
.property-related,
.property-grid {
  background-color: #ffffff;
  border-radius: 0;
  -webkit-box-shadow: 0 0 28px rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 28px rgba(0, 0, 0, 0.16);
  position: relative;
  height: 550px;
  overflow: hidden;
}
.shortlist_card .img-permalink .img-fluid,
.property-related .img-permalink .img-fluid,
.property-grid .img-permalink .img-fluid {
  width: 100%;
  max-height: 225px;
  border-radius: 0;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.shortlist_card .img-permalink .img-fluid:hover,
.property-related .img-permalink .img-fluid:hover,
.property-grid .img-permalink .img-fluid:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.shortlist_card .product__features,
.property-related .product__features,
.property-grid .product__features {
  position: absolute;
  top: 9px;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
  list-style: none;
}
.shortlist_card .product__features li,
.property-related .product__features li,
.property-grid .product__features li {
  margin-right: 0.4rem;
  background: rgba(41, 50, 65, 0.9);
  padding: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.shortlist_card .product__features li span,
.property-related .product__features li span,
.property-grid .product__features li span {
  margin-left: 3px;
  font-size: 1.6rem;
  font-weight: 600;
}
.shortlist_card .product__features li svg,
.property-related .product__features li svg,
.property-grid .product__features li svg {
  fill: #ffffff;
  width: 15px;
}
.shortlist_card .availability,
.property-related .availability,
.property-grid .availability {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 140px;
  height: 40px;
  border-radius: 0;
  background-color: var(--e-global-color-accent);
}
.shortlist_card .availability p,
.property-related .availability p,
.property-grid .availability p {
  font-family: var(--e-global-typography-primary-font-family);
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
  margin: 0;
}
.shortlist_card .permalink__wrapper,
.property-related .permalink__wrapper,
.property-grid .permalink__wrapper {
  position: absolute;
  left: 3rem;
  bottom: 3rem;
}
.shortlist_card .permalink__wrapper .property-details__permalink,
.property-related .permalink__wrapper .property-details__permalink,
.property-grid .permalink__wrapper .property-details__permalink {
  font-size: 1.4rem;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.082em;
  color: var(--e-global-color-primary);
}
.shortlist_card .permalink__wrapper .property-details__permalink svg,
.property-related .permalink__wrapper .property-details__permalink svg,
.property-grid .permalink__wrapper .property-details__permalink svg {
  margin-right: 3px;
  margin-bottom: 2px;
  fill: var(--e-global-color-22ddcc9);
  width: 1.1rem;
}

.related-property__meta,
.shortlist__property-meta,
.grid-property__meta {
  padding: 3rem 3rem 0 3rem;
}
.related-property__meta .property__type h1,
.shortlist__property-meta .property__type h1,
.grid-property__meta .property__type h1 {
  color: var(--e-global-color-22ddcc9);
  font-family: var(--e-global-typography-primary-font-family);
  font-size: 1.4rem;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 3px;
}
.related-property__meta .property__address,
.shortlist__property-meta .property__address,
.grid-property__meta .property__address {
  font-family: var(--e-global-typography-primary-font-family);
  font-size: 2.4rem;
  font-weight: 700;
  color: var(--e-global-color-primary);
  line-height: 1.09;
  margin-bottom: 0.4rem;
}
.related-property__meta .property__price,
.shortlist__property-meta .property__price,
.grid-property__meta .property__price {
  /* £645,000 */
  color: var(--e-global-color-secondary);
  font-family: var(--e-global-typography-primary-font-family);
  margin-bottom: 1.6rem;
  font-size: 1.6rem;
  margin-top: 4px;
}
.related-property__meta .property__price span,
.shortlist__property-meta .property__price span,
.grid-property__meta .property__price span {
  /* Offers in excess of */
  font-weight: 300;
  color: #666666;
  display: inline;
}
.related-property__meta .property__rooms,
.shortlist__property-meta .property__rooms,
.grid-property__meta .property__rooms {
  padding: 0;
  margin: 0.6rem 0;
}
.related-property__meta .property__rooms li,
.shortlist__property-meta .property__rooms li,
.grid-property__meta .property__rooms li {
  display: inline-block;
  font-family: var(--e-global-typography-primary-font-family);
  font-size: 1.6rem;
  font-weight: 800;
  line-height: 1em;
  color: var(--e-global-color-primary);
  margin-right: 8px;
}
.related-property__meta .property__rooms li svg,
.shortlist__property-meta .property__rooms li svg,
.grid-property__meta .property__rooms li svg {
  width: 25px;
  margin-right: 3px;
}
.related-property__meta .property__rooms li svg.icon__bath,
.shortlist__property-meta .property__rooms li svg.icon__bath,
.grid-property__meta .property__rooms li svg.icon__bath {
  margin-bottom: 10px;
}
.related-property__meta .property__summary,
.shortlist__property-meta .property__summary,
.grid-property__meta .property__summary {
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 400;
  margin: 0;
}
.related-property__meta .shortlist__btns,
.shortlist__property-meta .shortlist__btns,
.grid-property__meta .shortlist__btns {
  position: absolute;
  top: 39%;
  right: 3rem;
  width: 55px;
  height: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  background: #ffffff;
}
.related-property__meta .shortlist__btns i svg,
.shortlist__property-meta .shortlist__btns i svg,
.grid-property__meta .shortlist__btns i svg {
  fill: var(--e-global-color-22ddcc9);
  width: 20px;
  height: 20px;
}

.search .search-hero__heading {
  font-weight: 700;
}

@font-face {
  font-family: "Azo";
  src: url("../../fonts/AzoSans-Regular.woff2") format("woff2"), url("../../fonts/AzoSans-Regular.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
.related-wrapper {
  padding: 6.7rem 0 5.6rem;
  background: #eeeeee;
}
.related-wrapper .similar-heading {
  font-family: var(--e-global-typography-secondary-font-family);
  font-size: 3.2rem;
  font-weight: 800;
  color: #293241;
  text-align: center;
  margin-bottom: 2em;
}

@font-face {
  font-family: "Azo";
  src: url("../../fonts/AzoSans-Regular.woff2") format("woff2"), url("../../fonts/AzoSans-Regular.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
.shortlist_card {
  border-radius: 0;
  -webkit-box-shadow: 0 0 28px rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 28px rgba(0, 0, 0, 0.16);
  position: relative;
}

@media (max-width: 920px) {
  .btn-hide {
    display: none;
  }
}

.list-property-card {
  margin-bottom: 1.7em;
  padding: 2.5px;
  border-radius: 0;
  border: 1px solid var(--e-global-color-secondary);
  background: #ffffff;
  -webkit-transition: -webkit-box-shadow 0.3s;
  transition: -webkit-box-shadow 0.3s;
  transition: box-shadow 0.3s;
  transition: box-shadow 0.3s, -webkit-box-shadow 0.3s;
}
.list-property-card:hover {
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.list-property-card .list__grid-image-container {
  height: 100%;
  position: relative;
}
.list-property-card .list__grid-image-container .parent {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 2fr 3px 1fr;
  grid-template-columns: 2fr 1fr;
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 3px;
  grid-row-gap: 0;
  overflow: hidden;
}
.list-property-card .list__grid-image-container .parent &gt; *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.list-property-card .list__grid-image-container .parent &gt; *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
@media (max-width: 1280px) {
  .list-property-card .list__grid-image-container .parent {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.list-property-card .list__grid-image-container .div1 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-area: 1/1/2/2;
}
.list-property-card .list__grid-image-container .div2 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-area: 1/2/2/3;
}
.list-property-card .list__grid-image-container .div2 img {
  height: 50%;
}
.list-property-card .list__grid-image-container .div2 img:not(:last-child) {
  margin-bottom: 3px;
}
@media (max-width: 1280px) {
  .list-property-card .list__grid-image-container .div2 {
    display: none;
  }
}
.list-property-card .list__grid-image-container .features-banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  bottom: 1.3rem;
  left: 0.6rem;
  gap: 8px;
  z-index: 2;
}
.list-property-card .list__grid-image-container .features-banner .feature-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(41, 50, 65, 0.9);
  padding: 0 0.8rem 0rem 0.8rem;
  height: 30px;
}
.list-property-card .list__grid-image-container .features-banner .feature-icon p {
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  -webkit-text-decoration: none solid rgb(255, 255, 255);
          text-decoration: none solid rgb(255, 255, 255);
  line-height: 30px;
  text-transform: uppercase;
  margin: 0;
}
.list-property-card .list__grid-image-container .features-banner .feature-icon p svg {
  fill: #fff;
  width: 15px;
  margin-right: 2px;
  margin-bottom: 2px;
}
.list-property-card .list__grid-image-container .availability {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 140px;
  height: 40px;
  border-radius: 0;
  background-color: var(--e-global-color-accent);
}
.list-property-card .list__grid-image-container .availability p {
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
  margin: 0;
}
.list-property-card .property-list-img {
  border-radius: 0;
  width: 100%;
  height: 100%;
}
.list-property-card .property-list-img-small {
  width: 100%;
  height: 100%;
  border-radius: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.list-property-card .property__meta {
  height: 100%;
  width: 100%;
  padding: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 920px) {
  .list-property-card .property__meta {
    padding: 2.5em;
  }
}
.list-property-card .property__meta .property__address {
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.09;
  color: var(--e-global-color-primary);
}
.list-property-card .property__meta .property__price {
  font-size: 18px;
  font-weight: 700;
  color: var(--e-global-color-primary);
  margin-bottom: 0.8em;
}
.list-property-card .property__meta .property__price span {
  /* Offers in excess of */
  font-size: 17px;
  font-weight: 400;
  color: var(--e-global-color-primary);
  display: inline;
}
.list-property-card .property__meta .property__summary {
  font-size: 14.5px;
  margin-bottom: 1.5em;
}
.list-property-card .property__meta .property__rooms {
  padding: 0;
  margin: 7px 0;
}
.list-property-card .property__meta .property__rooms li {
  display: inline-block;
  font-size: 17px;
  font-weight: 700;
  color: var(--e-global-color-primary);
  text-transform: uppercase;
  margin-right: 6px;
}
.list-property-card .property__meta .property__rooms li svg {
  width: 25px;
  margin-right: 6px;
}
.list-property-card .property__meta .property__rooms li svg.icon__bath {
  margin-bottom: 9px;
}
.list-property-card .property__meta .list-card-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2em;
}
@media (max-width: 767px) {
  .list-property-card .property__meta .list-card-btns {
    gap: 1em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.list-property-card .property__meta .list-card-btns .shortlist__btns,
.list-property-card .property__meta .list-card-btns .list-details-btn {
  font-style: normal;
  color: var(--e-global-color-primary);
  font-size: 1.4rem;
  font-weight: 800;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.082em;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.list-property-card .property__meta .list-card-btns .shortlist__btns:hover,
.list-property-card .property__meta .list-card-btns .list-details-btn:hover {
  color: var(--e-global-color-accent);
}
.list-property-card .property__meta .list-card-btns .shortlist__btns svg,
.list-property-card .property__meta .list-card-btns .list-details-btn svg {
  width: 13px;
  height: 13px;
  margin-bottom: 3px;
  margin-right: 4px;
  fill: var(--e-global-color-accent);
}
.list-property-card .property__meta .list-card-btns .shortlist__btns i,
.list-property-card .property__meta .list-card-btns .list-details-btn i {
  font-style: normal !important;
}

.shortlist__btns .tpj_add_to_shortlist,
.shortlist__btns .tpj_remove_from_shortlist {
  cursor: pointer;
}
.shortlist__btns .tpj_add_to_shortlist svg,
.shortlist__btns .tpj_remove_from_shortlist svg {
  fill: blue;
  width: 30px;
  height: 30px;
}

.tpj-stations-list .tpj-station .type-icon img {
  width: 15px;
  height: 15px;
}
@font-face {
  font-family: "Azo";
  src: url("../../fonts/AzoSans-Regular.woff2") format("woff2"), url("../../fonts/AzoSans-Regular.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
.feature-grid {
  border-radius: 0;
  -webkit-box-shadow: unset !important;
          box-shadow: unset !important;
  position: relative;
  overflow: hidden;
}
.feature-grid .img-permalink {
  border-radius: 8px;
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
  background-position: center !important;
  background-size: 100% 100% !important;
}
.feature-grid .img-permalink .img-fluid {
  width: 100%;
  height: 197px;
  border-radius: 8px;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.feature-grid .img-permalink .img-fluid:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.feature-grid .availability {
  position: absolute;
  top: 2em;
  left: -0.45em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 131px;
  height: 46px;
  border-radius: 4px;
  background-color: var(--e-global-color-primary);
}
.feature-grid .availability p {
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
  margin: 0;
}
.feature-grid .property-grid__meta {
  padding: 2rem 0rem 8rem 0rem !important;
}
.feature-grid .property-grid__meta .property-grid__type p {
  color: var(--e-global-color-primary);
  font-family: var(--e-global-typography-primary-font-family);
  font-size: 14px;
  font-weight: 500;
}
.feature-grid .property-grid__meta .property-grid__address {
  color: var(--e-global-color-primary);
  font-family: var(--e-global-typography-primary-font-family);
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 0.7rem;
  line-height: 1em;
}
.feature-grid .property-grid__meta .property-grid__price {
  font-family: var(--e-global-typography-primary-font-family);
  font-size: 30px;
  font-weight: 500;
  color: var(--e-global-color-primary);
  margin-bottom: 0px;
}
.feature-grid .property-grid__meta .property-grid__price .rent-frequency {
  font-size: 0.75em;
  font-weight: 400;
  display: inline;
}
.feature-grid .property-grid__meta .property-grid__price span {
  /* Offers in excess of */
  font-size: 0.875em;
  font-weight: 400;
  color: var(--e-global-color-primary);
  display: inline;
}
.feature-grid .property-grid__meta .property-grid__rooms {
  padding: 0;
  position: absolute;
  bottom: 1em;
  left: 0px;
}
.feature-grid .property-grid__meta .property-grid__rooms li {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  color: var(--e-global-color-primary);
  text-transform: uppercase;
  margin-right: 8px;
}
.feature-grid .property-grid__meta .property-grid__rooms li svg {
  width: 23px;
  margin-right: 3px;
}
.feature-grid .property-grid__meta .property-grid__rooms li svg.icon__bath {
  margin-bottom: 7px;
}
.feature-grid .property-grid__meta .grid-details {
  font-size: 0.8rem;
  font-weight: 800;
  color: var(--e-global-color-primary);
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.082em;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.feature-grid .property-grid__meta .grid-details svg {
  margin-right: 3px;
  margin-bottom: 2px;
  fill: #ff5830;
  width: 14px;
}

.home .property__rooms {
  padding: 0;
  position: absolute;
  bottom: 3em;
  left: 0px;
  min-width: -webkit-max-content;
}
.home .property__rooms li {
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  color: var(--e-global-color-primary);
  margin-right: 8px;
}
.home .property__rooms li svg {
  width: 23px;
  margin-right: 3px;
}
.home .property__rooms li svg.icon__bath {
  margin-bottom: 7px;
}

.single-tpj_properties .home .property__rooms {
  position: inherit;
}

.property__corner-flash {
  background: #c83d26;
  color: white;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0px 30px;
  border-radius: 8px;
  top: 20px;
  position: absolute;
  left: -10px;
  text-transform: uppercase;
  font-family: var(--e-global-typography-primary-font-family);
  font-size: 24px;
  font-weight: 400;
}

.featured-rent .property__corner-flash,
.featured-prop .property__corner-flash {
  display: none;
}

.check input[type=radio]:checked + label {
  font-weight: bold;
}

@font-face {
  font-family: "Azo";
  src: url("../../fonts/AzoSans-Regular.woff2") format("woff2"), url("../../fonts/AzoSans-Regular.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
.brand-primary-background {
  background-color: var(--e-global-color-primary);
  min-height: 250px;
}
@media (max-width: 1024px) {
  .brand-primary-background {
    /*margin-top: -16em;*/
  }
}
@media (max-width: 767px) {
  .brand-primary-background {
    height: auto;
    min-height: initial;
    margin-top: 0rem !important;
    padding-top: 2rem;
  }
}
.brand-primary-background .property-hero-logo {
  margin-top: 20px;
}
.brand-primary-background .property-hero-logo img.custom-logo {
  padding: 10px;
  width: 250px;
}
.brand-primary-background .share-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  gap: 1.5em;
  height: 100%;
}
@media (max-width: 1024px) {
  .brand-primary-background .share-container {
    position: initial;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
}
@media (max-width: 767px) {
  .brand-primary-background .share-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.5em;
    margin-top: 1em;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.brand-primary-background .share-container p {
  font-weight: 700;
  font-size: 1.4rem;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  margin: 0;
  color: var(--e-global-color-secondary);
}
.brand-primary-background .share-container .shortlist-btn {
  display: block;
  font-size: 1.4rem;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  color: var(--e-global-color-secondary);
}
.brand-primary-background .share-container .shortlist-btn svg {
  width: 12px;
  fill: var(--e-global-color-secondary);
  margin-bottom: 5px;
  margin-right: 6px;
}
.brand-primary-background .share-container .shortlist-btn:hover {
  color: #ffffff;
}
.brand-primary-background .share-container .shortlist-btn:hover svg {
  fill: #ffffff;
}
.brand-primary-background .share-container #st-1 {
  z-index: 1;
}
.brand-primary-background .share-container .sharethis-inline-share-buttons {
  z-index: 1;
}
.brand-primary-background .share-container .sharethis-inline-share-buttons .st-btn {
  border-radius: 50px !important;
}
@media (max-width: 1024px) {
  .brand-primary-background .property__meta {
    margin-top: 2em;
  }
}
@media (max-width: 767px) {
  .brand-primary-background .property__meta {
    text-align: center;
  }
}
.brand-primary-background .property__meta .property-type h1 {
  font-family: var(--e-global-typography-primary-font-family);
  display: block;
  font-size: 1.4rem;
  font-weight: 800;
  text-transform: uppercase;
  color: #ffffff;
  text-transform: uppercase;
}
.brand-primary-background .property__meta .property__address {
  font-family: var(--e-global-typography-secondary-font-family);
  font-weight: 800;
  line-height: 1.3em;
  letter-spacing: 0;
  text-transform: none;
  margin-bottom: 1.5rem;
  font-size: 3.2rem;
  color: var(--e-global-color-secondary);
}
@media (max-width: 767px) {
  .brand-primary-background .property__meta .property__address {
    font-size: 2.3rem;
    width: 70%;
    margin: 0.2em auto;
  }
}
.brand-primary-background .property__meta .property__price {
  /* £645,000 */
  font-weight: 800;
  font-size: 1.9rem;
  letter-spacing: 0.091em;
  text-transform: uppercase;
  color: var(--e-global-color-secondary);
}
.brand-primary-background .property__meta .property__price span {
  /* Offers in excess of */
  font-weight: 800;
  font-size: 1.1rem;
  letter-spacing: 0.091em;
  text-transform: uppercase;
  color: var(--e-global-color-secondary);
}

.carousel-control-prev {
  height: 30px;
  width: 30px !important;
  padding: 10px !important;
  border-radius: 100% !important;
  top: 50% !important;
  background-color: #1b313e !important;
  opacity: 1 !important;
  left: 20px !important;
}

.carousel-control-next {
  height: 30px;
  width: 30px !important;
  padding: 10px !important;
  border-radius: 100% !important;
  top: 50% !important;
  background-color: #1b313e !important;
  opacity: 1 !important;
  right: 20px !important;
}

.property-grey-bg {
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
          box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25); /* Adjust values as needed */
}
.property-grey-bg .availability {
  z-index: 10;
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 140px;
  height: 40px;
  border-radius: 0;
  background-color: var(--e-global-color-accent);
}
.property-grey-bg .availability p {
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
  margin: 0;
}
.property-grey-bg .property-tabs {
  margin-top: 1em;
  margin-bottom: 1em;
}
.property-grey-bg .property-tabs .nav-tabs {
  border: 0;
  gap: 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 767px) {
  .property-grey-bg .property-tabs .nav-tabs {
    gap: 5px;
  }
}
.property-grey-bg .property-tabs .nav-tabs .nav-link {
  margin: 0;
  border: 0;
  border-radius: 0;
  padding: 0px !important;
  color: var(--e-global-color-primary);
  background: transparent;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.8em;
  letter-spacing: 0.091em;
  text-align: center;
  margin-bottom: 0;
}
.property-grey-bg .property-tabs .nav-tabs .nav-link:not(:last-child) {
  margin-right: 3px;
}
.property-grey-bg .property-tabs .nav-tabs .nav-link svg {
  width: 20px;
}
.property-grey-bg .property-tabs .nav-tabs .nav-link:focus, .property-grey-bg .property-tabs .nav-tabs .nav-link.active, .property-grey-bg .property-tabs .nav-tabs .nav-link:hover {
  color: #cd3301;
  background: transparent;
  border: 0;
  outline: none;
}
#property-details {
  padding: 2.5rem 0 15rem 0;
}
@media (max-width: 767px) {
  #property-details {
    padding: 2.5rem 0 1rem 0;
  }
}
#property-details .tab-content .tab-pane .tab-headings {
  font-family: var(--e-global-typography-secondary-font-family);
  font-size: 2rem;
  font-weight: 800;
  color: var(--e-global-color-primary);
  margin-bottom: 4rem;
}
#property-details .tab-content .tab-pane .property-single__description {
  margin-bottom: 2.8rem;
  line-height: 1.75;
  font-weight: 400;
  font-size: 1.6rem;
}
#property-details .tab-content .tab-pane .property__rooms {
  padding: 0;
}
#property-details .tab-content .tab-pane .property__rooms li {
  display: inline-block;
  font-family: var(--e-global-typography-991b6d4-font-family), Sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: var(--e-global-color-secondary);
}
#property-details .tab-content .tab-pane .property__rooms li svg {
  width: 23px;
  margin-right: 3px;
}
#property-details .tab-content .tab-pane #property__features {
  -webkit-columns: 2;
     -moz-columns: 2;
          columns: 2;
  list-style: none;
  padding: 0;
  margin: 3em 0;
}
#property-details .tab-content .tab-pane #property__features li {
  margin: 1em 0;
  padding: 0;
  font-family: var(--e-global-typography-991b6d4-font-family), Sans-serif;
  list-style: none;
  font-weight: 500;
}
#property-details .tab-content .tab-pane #property__features li svg {
  background-color: var(--e-global-color-primary);
  width: 22px;
  height: 22px;
  border-radius: 50px;
  padding: 4px;
  margin-right: 1em;
}
@media (max-width: 991px) {
  #property-details .tab-content .tab-pane {
    display: block; /* Always show tab content */
    opacity: 1;
  }
}

.enquiry-box {
  background-color: #F6F7FA;
  margin-bottom: 3rem;
  padding: 3.7rem 2rem 3.7rem 2rem;
  border-radius: 8px;
  z-index: 1;
  color: #162d3a;
}
@media (max-width: 1024px) {
  .enquiry-box {
    position: initial;
    margin-top: 2em;
  }
}
@media (max-width: 767px) {
  .enquiry-box {
    padding: 2em 1.5em;
  }
}
.enquiry-box h3 {
  font-family: var(--e-global-typography-secondary-font-family);
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.36;
  margin-bottom: 1.1rem;
  color: var(--e-global-color-secondary);
}
.enquiry-box img {
  width: 200px;
}
.enquiry-box h2 {
  margin: 0;
}
.enquiry-box h2 a {
  color: #ffffff;
  font-family: var(--e-global-typography-primary-font-family);
  font-size: 3.4rem;
  font-weight: 700;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  text-decoration: none;
  line-height: 1.32;
  margin: 0;
  cursor: pointer;
}
.enquiry-box h2 a:hover, .enquiry-box h2 a.active, .enquiry-box h2 a:focus {
  color: var(--e-global-color-accent);
}
.enquiry-box .viewing-request-btn {
  display: block;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  text-decoration: none;
  line-height: 1.32;
  font-weight: 700;
  font-size: 1.8rem;
  text-transform: lowercase;
  color: #ffffff;
}
.enquiry-box .viewing-request-btn span {
  color: var(--e-global-color-22ddcc9);
  font-size: 1.8rem;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  text-decoration: none;
  line-height: 1.32;
}
.enquiry-box .viewing-request-btn span:hover, .enquiry-box .viewing-request-btn span.active, .enquiry-box .viewing-request-btn span:focus {
  color: var(--e-global-color-accent);
}
.enquiry-box .viewing-request-btn:hover, .enquiry-box .viewing-request-btn.active, .enquiry-box .viewing-request-btn:focus {
  color: #ffffff;
}
.enquiry-box .enquiry-box__cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2em;
  margin-top: 2em;
  padding-top: 1.3em;
  border-top: 1px solid var(--e-global-color-secondary);
}
@media (max-width: 767px) {
  .enquiry-box .enquiry-box__cta {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.5em;
  }
}
.enquiry-box .enquiry-box__cta a {
  font-family: var(--e-global-typography-primary-font-family);
  font-weight: 800;
  letter-spacing: 0.092em;
  text-transform: uppercase;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  color: var(--e-global-color-secondary);
}
.enquiry-box .enquiry-box__cta a:hover {
  color: var(--e-global-color-accent);
}
.enquiry-box .enquiry-box__cta .brochure-download {
  line-height: 3.5rem;
}
.enquiry-box .enquiry-box__cta .brochure-download svg {
  width: 17px;
  fill: #ffffff;
  margin: -8px 5px 0 0;
}
.enquiry-box .enquiry-box__cta .add-to-shortlist .shortlist__btns {
  padding: 0;
}
.enquiry-box .enquiry-box__cta .add-to-shortlist .shortlist__btns .tpj_add_to_shortlist,
.enquiry-box .enquiry-box__cta .add-to-shortlist .shortlist__btns .tpj_remove_from_shortlist {
  color: var(--e-global-color-secondary);
  font-family: var(--e-global-typography-primary-font-family);
  font-weight: 700;
  font-style: initial;
  letter-spacing: 0.092em;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.enquiry-box .enquiry-box__cta .add-to-shortlist .shortlist__btns .tpj_add_to_shortlist svg,
.enquiry-box .enquiry-box__cta .add-to-shortlist .shortlist__btns .tpj_remove_from_shortlist svg {
  width: 13px;
  fill: #ffffff;
  margin-bottom: 6px;
  margin-right: 3px;
}
.enquiry-box .enquiry-box__cta .add-to-shortlist .shortlist__btns .tpj_add_to_shortlist:hover, .enquiry-box .enquiry-box__cta .add-to-shortlist .shortlist__btns .tpj_add_to_shortlist:focus, .enquiry-box .enquiry-box__cta .add-to-shortlist .shortlist__btns .tpj_add_to_shortlist:active,
.enquiry-box .enquiry-box__cta .add-to-shortlist .shortlist__btns .tpj_remove_from_shortlist:hover,
.enquiry-box .enquiry-box__cta .add-to-shortlist .shortlist__btns .tpj_remove_from_shortlist:focus,
.enquiry-box .enquiry-box__cta .add-to-shortlist .shortlist__btns .tpj_remove_from_shortlist:active {
  color: var(--e-global-color-accent);
}

.appraisal-box {
  margin-top: 1.5em;
  border: 10px solid var(--e-global-color-primary);
  text-align: center;
  padding: 3rem 1.5rem;
}
.appraisal-box .box__inner {
  max-width: 33.3rem;
  margin: 0 auto;
}
.appraisal-box .box__inner .box__icon {
  margin-bottom: 1.5rem;
  color: var(--e-global-color-22ddcc9);
}
.appraisal-box .box__inner .box__icon svg {
  fill: var(--e-global-color-22ddcc9);
  width: 8rem;
}
.appraisal-box .box__title {
  margin-bottom: 1rem;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.15;
  color: var(--e-global-color-primary);
}
.appraisal-box .box__actions {
  padding-top: 1.7rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.appraisal-box .box__actions a {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.082em;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  color: var(--e-global-color-22ddcc9);
}
.appraisal-box .box__actions a svg {
  fill: var(--e-global-color-22ddcc9);
  width: 1.2rem;
  -webkit-transform: rotate(-90deg) translateY(0.8rem);
          transform: rotate(-90deg) translateY(0.8rem);
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.appraisal-box .box__actions a:hover, .appraisal-box .box__actions a:focus, .appraisal-box .box__actions a:active {
  color: var(--e-global-color-accent);
}

.single-tpj_properties .property-grid__type p {
  font-weight: 600;
  font-family: var(--e-global-typography-991b6d4-font-family), Sans-serif;
}
.single-tpj_properties .property-grid__price {
  font-family: var(--e-global-typography-991b6d4-font-family), Sans-serif;
  font-size: var(--e-global-typography-470454f-font-size);
  font-weight: 500;
  text-transform: var(--e-global-typography-470454f-text-transform);
  line-height: var(--e-global-typography-470454f-line-height);
  letter-spacing: var(--e-global-typography-470454f-letter-spacing);
  word-spacing: var(--e-global-typography-470454f-word-spacing);
}
.single-tpj_properties .property-grid__address {
  font-weight: 600;
  font-family: var(--e-global-typography-991b6d4-font-family), Sans-serif;
  padding: 10px 0px;
}
.single-tpj_properties .feature {
  padding-bottom: 20px;
  font-family: var(--e-global-typography-991b6d4-font-family), Sans-serif;
  font-weight: 600;
  font-size: 20px;
}
.single-tpj_properties .buttons {
  gap: 20px;
}
.single-tpj_properties .buttons .first {
  color: white;
  border-radius: 5px;
  background-color: #cd3301;
  border: #cd3301;
  padding: 9px 13px;
  font-family: var(--e-global-typography-7c36299-font-family), Sans-serif;
  font-size: var(--e-global-typography-7c36299-font-size);
  font-weight: 500;
  line-height: var(--e-global-typography-7c36299-line-height);
  letter-spacing: var(--e-global-typography-7c36299-letter-spacing);
  word-spacing: var(--e-global-typography-7c36299-word-spacing);
}
.single-tpj_properties .buttons .second {
  color: #162d3a;
  border-radius: 5px;
  background-color: white;
  border: white;
  padding: 9px 13px;
  font-family: var(--e-global-typography-7c36299-font-family), Sans-serif;
  font-size: var(--e-global-typography-7c36299-font-size);
  font-weight: 500;
  line-height: var(--e-global-typography-7c36299-line-height);
  letter-spacing: var(--e-global-typography-7c36299-letter-spacing);
  word-spacing: var(--e-global-typography-7c36299-word-spacing);
}
.single-tpj_properties .img img {
  width: 820px;
}
.single-tpj_properties .morg-calc {
  background-color: #fce8df;
}
.single-tpj_properties .morg-calc #mortgage_calculator {
  gap: 15px;
  display: -ms-grid;
  display: grid;
  padding-bottom: 15px;
}
.single-tpj_properties .slick-initialized .slick-slide, .single-tpj_properties .slick-list, .single-tpj_properties .slick-slide img, .single-tpj_properties .slick-slider, .single-tpj_properties .slick-track, .single-tpj_properties .slick-vertical .slick-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.single-tpj_properties .slick-slide {
  padding: 0px 10px;
  height: 600px; /* Set the height of the slides */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; /* Center the content */
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; /* Center the content vertically */
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; /* Center the content horizontally */
  overflow: hidden; /* Hide overflow */
}
@media (max-width: 767px) {
  .single-tpj_properties .slick-slide {
    padding: 0px 0px;
  }
}
.single-tpj_properties .slick-slide img {
  border-radius: 8px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
.single-tpj_properties .slick-prev {
  padding: 0px;
  position: absolute;
  left: 30px;
  bottom: 50%;
  color: rgba(0, 0, 0, 0.3019607843);
  border-color: white;
  border-radius: 100%;
  z-index: 2;
  background: white;
  width: 40px;
  height: 40px;
}
.single-tpj_properties .slick-prev:focus, .single-tpj_properties .slick-prev:hover {
  background-color: var(--e-global-color-primary);
  border-color: var(--e-global-color-primary);
}
@media (max-width: 1024px) {
  .single-tpj_properties .slick-prev {
    right: 160px;
    z-index: 2;
  }
}
@media (max-width: 767px) {
  .single-tpj_properties .slick-prev {
    right: unset;
    left: 10px;
  }
}
.single-tpj_properties .slick-next {
  padding: 0px;
  position: absolute;
  right: 30px;
  bottom: 50%;
  color: rgba(0, 0, 0, 0.3019607843);
  border-color: white;
  border-radius: 100%;
  z-index: 2;
  background: white;
  width: 40px;
  height: 40px;
}
.single-tpj_properties .slick-next:focus, .single-tpj_properties .slick-next:hover {
  background-color: var(--e-global-color-primary);
  border-color: var(--e-global-color-primary);
}
@media (max-width: 1024px) {
  .single-tpj_properties .slick-next {
    right: 105px;
    z-index: 2;
  }
}
@media (max-width: 767px) {
  .single-tpj_properties .slick-next {
    right: 10px;
  }
}
.single-tpj_properties .tab-headings {
  padding: 20px 0px;
  color: #cd3301;
  font-size: 2rem;
}
.single-tpj_properties .height {
  height: 115px;
  overflow: hidden;
}
.single-tpj_properties .read {
  padding-top: 20px;
}
.single-tpj_properties .read p {
  font-weight: 600;
}

@media (min-width: 1200px) {
  .single-tpj_properties .container {
    max-width: 1340px;
  }
}
.advice .buttons h4 {
  font-size: 20px;
}
.advice .buttons p {
  font-size: 12px;
}
.advice .img {
  width: 134%;
}

.morg-calc h4 {
  font-size: 20px;
}

.branch-info {
  gap: 20px;
  padding-bottom: 20px;
}
.branch-info .branch-image img {
  width: 70px;
  height: 70px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
.branch-info .branch-contact h4 {
  font-family: var(--e-global-typography-991b6d4-font-family), Sans-serif;
  font-weight: 600;
  font-size: 20px;
}
.branch-info .branch-contact a {
  font-family: var(--e-global-typography-991b6d4-font-family), Sans-serif;
  font-weight: 400;
  color: #1b313e;
  text-decoration: none;
  cursor: pointer;
}

.highest {
  display: none !important;
}

#mortgage_calculator_success {
  background: white !important;
  color: #162d3a !important;
}

.hide {
  display: none;
}

.carousel__button {
  width: auto !important;
}

.branch-info {
  gap: 20px;
  padding-bottom: 20px;
}
.branch-info .branch-image.agent img {
  width: 200px;
  height: 140px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}

.stamp-duty-form .form-check {
  padding-left: 2.5rem !important;
}

@media (max-width: 767px) {
  .stamp-duty-form .sdc-checkboxes {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

@media (max-width: 767px) {
  .brand-primary-background {
    display: none;
  }
}

@media (max-width: 767px) {
  .carousel__button.is-prev, .carousel__button.is-next {
    padding: 5px;
  }
}

.dl_data &gt; h5 &gt; svg {
  width: 30px !important;
}

.dl_data1,
.dl_main,
.col_5c {
  text-align: center;
}

.dl_main h3:nth-child(2) {
  color: white;
  background: #cd3301;
  padding: 10px;
  margin: 10px 0px;
}

.col_5c h3 {
  margin-bottom: 10px;
}

.container .col-md-3 .border {
  min-height: 134px;
}

.dl_data1 h3 {
  margin-bottom: 20px;
}

#stampContent {
  display: none;
}

@font-face {
  font-family: "Azo";
  src: url("../../fonts/AzoSans-Regular.woff2") format("woff2"), url("../../fonts/AzoSans-Regular.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
.callout-different {
  margin-bottom: 2rem;
  background: var(--e-global-color-primary);
  color: #ffffff;
  border: 1px solid #ffffff;
  outline: 2px solid var(--e-global-color-primary);
}
.callout-different .callout__inner {
  padding: 3.8rem 4.8rem 3.7rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 920px) {
  .callout-different .callout__inner {
    padding: 1.5rem;
  }
}
.callout-different .callout__inner .callout__content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 920px) {
  .callout-different .callout__inner .callout__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.callout-different .callout__inner .callout__content .callout__icon svg {
  fill: var(--e-global-color-22ddcc9);
  width: 53px;
  display: block;
}
.callout-different .callout__inner .callout__content .callout__entry {
  padding-top: 0.2rem;
  padding-left: 2.1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.callout-different .callout__inner .callout__content .callout__entry .callout__entry-inner .callout__title {
  width: 100%;
  margin-bottom: 0.4rem;
  font-weight: 700;
  font-size: 2.4rem;
}
.callout-different .callout__inner .callout__content .callout__entry .callout__actions {
  margin-left: auto;
}
@media (max-width: 920px) {
  .callout-different .callout__inner .callout__content .callout__entry .callout__actions {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: auto;
  }
}
.callout-different .callout__inner .callout__content .callout__entry .callout__actions a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: var(--e-global-typography-primary-font-family);
  font-size: 15.5px;
  font-weight: 800;
  color: var(--e-global-color-22ddcc9);
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.032em;
  padding: 0 1.5em;
}
.callout-different .callout__inner .callout__content .callout__entry .callout__actions a svg {
  width: 12px;
  height: 10px;
  fill: var(--e-global-color-22ddcc9);
  -webkit-transform: translateX(1rem) rotate(-90deg);
          transform: translateX(1rem) rotate(-90deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.callout-different .callout__inner .callout__content .callout__entry .callout__actions a:hover {
  color: #ffffff;
}
.callout-different .callout__inner .callout__content .callout__entry .callout__actions a:hover svg {
  fill: #ffffff;
}

.callout-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: var(--e-global-color-primary);
  color: #ffffff;
  text-align: center;
  height: 550px;
  padding: 2em;
  border: 1px solid #ffffff;
  outline: 2px solid var(--e-global-color-primary);
}
.callout-grid .callout-grid__icon svg {
  width: 90px;
  height: 90px;
  fill: var(--e-global-color-22ddcc9);
}
.callout-grid .callout-grid__entry .callout-grid__entry-inner .callout-grid__title {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 3px;
}
.callout-grid .callout-grid__entry .callout-grid__actions a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: var(--e-global-typography-primary-font-family);
  font-size: 15.5px;
  font-weight: 800;
  color: var(--e-global-color-22ddcc9);
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.032em;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  margin-top: 3px;
}
.callout-grid .callout-grid__entry .callout-grid__actions a svg {
  width: 18px;
  height: 10px;
  margin-left: 13px;
  fill: var(--e-global-color-22ddcc9);
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.gm-style-iw,
.gm-style-iw-c {
  max-width: 270px !important;
  padding: 0 !important;
}
.gm-style-iw .gm-style-iw-d,
.gm-style-iw-c .gm-style-iw-d {
  overflow: hidden !important;
  min-height: 345px !important;
  max-height: 345px !important;
  height: 180px;
}
.gm-style-iw .gm-style-iw-d a,
.gm-style-iw-c .gm-style-iw-d a {
  max-height: 180px;
}
.gm-style-iw .gm-style-iw-d a img,
.gm-style-iw-c .gm-style-iw-d a img {
  min-width: 100% !important;
  max-width: 100% !important;
  max-height: 180px;
}

.property-map__meta {
  padding: 1em 1.5em;
  min-height: 180px;
  max-height: 180px;
}
.property-map__meta .property-map__type h1 {
  font-family: var(--e-global-typography-aa163d4-font-family), Sans-serif;
  font-size: 13px;
  color: var(--e-global-color-primary);
  text-transform: uppercase;
}
.property-map__meta .property-price-rooms-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5em;
  max-height: 45px;
}
.property-map__meta .property-price-rooms-group .property-map__price {
  /* £645,000 */
  font-family: var(--e-global-typography-aa163d4-font-family), Sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: var(--e-global-color-secondary);
}
.property-map__meta .property-price-rooms-group .property-map__price span {
  /* Offers in excess of */
  font-size: 15px;
  font-weight: 400;
  color: #666666;
  display: block;
}
.property-map__meta .property-map__address h3 {
  font-family: var(--e-global-typography-aa163d4-font-family), Sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  margin: 0.5em 0;
}

.prediction_popup {
  position: absolute;
  width: 100%;
  left: 0;
  top: 40px;
  background: #ffffff;
  border-style: solid;
  border-width: 1px;
  border-color: #dddddd;
  z-index: 100;
  -webkit-box-shadow: 5px 12px 16px -14px #292b2c;
          box-shadow: 5px 12px 16px -14px #292b2c;
}
.prediction_popup .modal_content_developments {
  /* to be styled if needed */
}
.prediction_popup .modal_content_google_predictions {
  /* to be styled if needed */
}
.prediction_popup .modal_content_section_header {
  background: #f0ad4e;
  padding: 10px 10px;
  color: #292b2c;
  text-transform: uppercase;
  font-weight: bold;
}
.prediction_popup .development_entry_link {
  display: block;
  padding: 5px 10px;
  color: #0275d8;
  text-decoration: none;
}
.prediction_popup .development_entry_link:hover, .prediction_popup .development_entry_link:focus, .prediction_popup .development_entry_link:active {
  color: #5cb85c;
}
.prediction_popup .google_entry_link {
  display: block;
  padding: 5px 10px;
  color: #0275d8;
  text-decoration: none;
}
.prediction_popup .google_entry_link:hover, .prediction_popup .google_entry_link:focus, .prediction_popup .google_entry_link:active {
  color: #5cb85c;
}
.prediction_popup .selected_prediction_entry {
  /*
          Needs clarification, this class didn't seem to be applied, or
          exist with my specific WordPress website
      */
  background: #cccccc;
}
.prediction_popup .place-icon img {
  max-width: 30px;
}

h4.property-search-title {
  position: relative;
  color: #fff;
  font-size: 3.9rem;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 4rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  line-height: 1;
}
@media (max-width: 767px) {
  h4.property-search-title {
    margin-bottom: 2rem;
  }
}

.form-group {
  margin: 10px 0;
}

#search-form--modal {
  position: relative;
  padding: 15% 15px 15px 15px;
  color: white;
}
#search-form--modal span {
  color: white;
}
#search-form--modal button[type=submit], #search-form--modal a {
  width: 100%;
  border: none;
  margin-top: 10px;
}
#search-form--modal button[type=submit]:hover, #search-form--modal a:hover {
  background: var(--e-global-color-5179ec9);
}
#search-form--modal .nav-tabs {
  border: none;
}
#search-form--modal .nav-tabs .nav-link {
  background: none;
  color: white;
  border: none;
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  #search-form--modal .nav-tabs .nav-link {
    padding: 10px;
  }
}
#search-form--modal .nav-tabs .nav-link.active {
  color: var(--e-global-color-accent);
}
#search-form--modal .nav-tabs #sales-tab {
  float: right;
}
#search-form--modal input[type=text]::-webkit-input-placeholder {
  border-radius: 0;
  background: transparent;
  color: white;
}
#search-form--modal input[type=text]::-moz-placeholder {
  border-radius: 0;
  background: transparent;
  color: white;
}
#search-form--modal input[type=text]:-ms-input-placeholder {
  border-radius: 0;
  background: transparent;
  color: white;
}
#search-form--modal input[type=text]::-ms-input-placeholder {
  border-radius: 0;
  background: transparent;
  color: white;
}
#search-form--modal select, #search-form--modal input[type=text], #search-form--modal input[type=text]::placeholder {
  border-radius: 0;
  background: transparent;
  color: white;
}
#search-form--modal select, #search-form--modal input[type=text] {
  border: none;
  background: rgba(255, 255, 255, 0.05);
  font-size: 1.8rem;
  padding: 1.4rem;
}
#search-form--modal option {
  background: white;
  color: black;
}
#search-form--modal .icon__search {
  width: 1.5rem;
  fill: white;
}

.sales-showstc, .lettings-showstc {
  width: 80px;
  height: 26px;
  background: transparent;
  margin-left: 15px;
  position: relative;
  border-radius: 50px;
  -webkit-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px rgba(255, 255, 255, 0.2);
          box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px rgba(255, 255, 255, 0.2);
}
.sales-showstc:after, .lettings-showstc:after {
  content: "OFF";
  color: pink;
  position: absolute;
  right: 10px;
  top: 2px;
  z-index: 0;
  font-size: 1.5rem;
}
.sales-showstc:before, .lettings-showstc:before {
  content: "ON";
  color: var(--e-global-color-accent);
  position: absolute;
  top: 2px;
  left: 10px;
  z-index: 0;
  font-size: 1.5rem;
}
.sales-showstc label, .lettings-showstc label {
  display: inline-block;
  width: 34px;
  height: 20px;
  cursor: pointer;
  position: absolute;
  top: 3px;
  left: 3px;
  z-index: 1;
  background: #fcfff4;
  background: -webkit-gradient(linear, left top, left bottom, from(#fcfff4), color-stop(40%, #dfe5d7), to(#b3bead));
  background: linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
  border-radius: 50px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
}
.sales-showstc input[type=checkbox], .lettings-showstc input[type=checkbox] {
  visibility: hidden;
}
.sales-showstc input[type=checkbox]:checked + label, .lettings-showstc input[type=checkbox]:checked + label {
  left: 43px;
}

@font-face {
  font-family: "Azo";
  src: url("../../fonts/AzoSans-Regular.woff2") format("woff2"), url("../../fonts/AzoSans-Regular.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
#search-form--tabbed.home-search .nav-tabs {
  border: none;
  gap: 40px;
  padding-bottom: 20px;
}
#search-form--tabbed.home-search .nav-tabs .nav-item .nav-link {
  min-width: unset;
  font-family: var(--e-global-typography-241d6f4-font-family), Sans-serif;
  font-size: var(--e-global-typography-241d6f4-font-size);
  font-weight: var(--e-global-typography-241d6f4-font-weight);
  line-height: var(--e-global-typography-241d6f4-line-height);
  letter-spacing: var(--e-global-typography-241d6f4-letter-spacing);
  word-spacing: var(--e-global-typography-241d6f4-word-spacing);
  color: var(--e-global-color-fa98db2);
  padding: 0 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  background: white;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-bottom: 2px solid transparent;
  text-transform: unset;
}
#search-form--tabbed.home-search .nav-tabs .nav-item .nav-link:hover {
  border-bottom: 2px solid #E73331;
  background: unset;
  color: unset;
}
#search-form--tabbed.home-search .nav-tabs .nav-item .nav-link.active {
  border-bottom: 2px solid #E73331;
  background: unset;
  color: unset;
}
@media (max-width: 767px) {
  #search-form--tabbed.home-search .nav-tabs .nav-item .nav-link {
    min-width: auto;
    padding: 0px;
  }
}
#search-form--tabbed.home-search .nav-tabs .nav-item .draw-search-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 185px;
  height: 56.25px;
  margin: 0;
  border: 0;
  border-radius: 0;
  font-size: 14px;
  font-weight: 800;
  text-align: center;
  text-transform: uppercase;
  background: rgba(41, 50, 65, 0);
  color: #ffffff;
}
#search-form--tabbed.home-search .nav-tabs .nav-item .draw-search-btn svg {
  fill: #ffffff;
  width: 22px;
  height: 20px;
  margin-right: 5px;
  margin-bottom: 2px;
}
#search-form--tabbed.home-search .nav-tabs .nav-item .draw-search-btn:hover {
  background-color: var(--e-global-color-primary);
  color: var(--e-global-color-secondary);
}
#search-form--tabbed.home-search .nav-tabs .nav-item .draw-search-btn:hover svg {
  fill: var(--e-global-color-secondary);
}
@media (max-width: 767px) {
  #search-form--tabbed.home-search .nav-tabs .nav-item .draw-search-btn {
    min-width: auto;
    padding: 1em 0.8em;
  }
}
#search-form--tabbed.home-search .tab-content {
  background-color: white;
  max-width: 970px;
  -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0px 0px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  padding: 7px;
}
@media (max-width: 1024px) {
  #search-form--tabbed.home-search .tab-content {
    height: auto;
    padding: 10px;
  }
}
@media (max-width: 540px) {
  #search-form--tabbed.home-search .tab-content {
    padding: 10px;
  }
}
@media (max-width: 1024px) {
  #search-form--tabbed.home-search .tab-content .tab-pane form .col-12.col-sm-2 {
    padding: 0px 0px 0px 15px !important;
  }
}
#search-form--tabbed.home-search .tab-content .tab-pane form .fields-col {
  padding: 0px 0px 0px 24px;
}
@media (max-width: 1024px) {
  #search-form--tabbed.home-search .tab-content .tab-pane form .fields-col {
    padding: 0px 0px 0px 15px;
  }
}
@media (max-width: 767px) {
  #search-form--tabbed.home-search .tab-content .tab-pane form .fields-col {
    border: 0px solid #E2E2E2;
  }
}
@media (max-width: 767px) {
  #search-form--tabbed.home-search .tab-content .tab-pane form .fields-col .row {
    margin: 0px;
  }
}
#search-form--tabbed.home-search .tab-content .tab-pane form .fields-col .location {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 73%;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 15px;
}
@media (max-width: 1024px) {
  #search-form--tabbed.home-search .tab-content .tab-pane form .fields-col .location {
    padding-left: 7px;
    width: 65%;
  }
}
@media (max-width: 767px) {
  #search-form--tabbed.home-search .tab-content .tab-pane form .fields-col .location {
    width: 100%;
    padding: 13px 13px 13px 13px;
    border: 1px solid #E2E2E2;
  }
}
#search-form--tabbed.home-search .tab-content .tab-pane form .fields-col .form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 27%;
  border-right: 1px solid #E2E2E2;
  margin: 6px 0px;
}
@media (max-width: 1024px) {
  #search-form--tabbed.home-search .tab-content .tab-pane form .fields-col .form-group {
    width: 35%;
  }
}
@media (max-width: 767px) {
  #search-form--tabbed.home-search .tab-content .tab-pane form .fields-col .form-group {
    width: 100%;
    border-right: 0px solid #E2E2E2;
    margin: 0px;
    padding: 0px 0px 12px 0px;
  }
}
#search-form--tabbed.home-search .tab-content .tab-pane form .fields-col .form-group .radio-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
@media (max-width: 767px) {
  #search-form--tabbed.home-search .tab-content .tab-pane form .fields-col .form-group .radio-group {
    gap: 20px;
  }
}
#search-form--tabbed.home-search .tab-content .tab-pane form .fields-col .form-group .radio-group .radio-inline {
  margin-bottom: 0px;
}
@media (max-width: 1024px) {
  #search-form--tabbed.home-search .tab-content .tab-pane form .fields-col .form-group .radio-group .radio-inline {
    padding-left: 10px;
    margin-top: 0px;
  }
}
@media (max-width: 767px) {
  #search-form--tabbed.home-search .tab-content .tab-pane form .fields-col .form-group .radio-group .radio-inline {
    width: auto;
    padding-left: 0px;
  }
}
#search-form--tabbed.home-search .tab-content .tab-pane form label {
  font-family: var(--e-global-typography-241d6f4-font-family), Sans-serif;
  font-size: var(--e-global-typography-241d6f4-font-size);
  font-weight: var(--e-global-typography-241d6f4-font-weight);
  line-height: var(--e-global-typography-241d6f4-line-height);
  letter-spacing: var(--e-global-typography-241d6f4-letter-spacing);
  word-spacing: var(--e-global-typography-241d6f4-word-spacing);
  color: var(--e-global-color-fa98db2);
  width: 100%;
  margin-bottom: 1.8rem;
  display: block;
  text-transform: unset;
  letter-spacing: unset;
}
@media (max-width: 1024px) {
  #search-form--tabbed.home-search .tab-content .tab-pane form label {
    margin-top: 1em;
  }
}
#search-form--tabbed.home-search .tab-content .tab-pane form select,
#search-form--tabbed.home-search .tab-content .tab-pane form input {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: 0;
}
#search-form--tabbed.home-search .tab-content .tab-pane form input[type=text] {
  width: 100%;
  padding: 0 0;
  border: 0;
  border-bottom: 0px solid var(--e-global-color-secondary);
  border-radius: 0px;
  background: none;
  font-family: var(--e-global-typography-241d6f4-font-family), Sans-serif;
  font-size: var(--e-global-typography-241d6f4-font-size);
  font-weight: var(--e-global-typography-241d6f4-font-weight);
  line-height: var(--e-global-typography-241d6f4-line-height);
  letter-spacing: var(--e-global-typography-241d6f4-letter-spacing);
  word-spacing: var(--e-global-typography-241d6f4-word-spacing);
  color: var(--e-global-color-fa98db2);
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
#search-form--tabbed.home-search .tab-content .tab-pane form input[type=text]::-webkit-input-placeholder {
  color: var(--e-global-color-fa98db2);
}
#search-form--tabbed.home-search .tab-content .tab-pane form input[type=text]::-moz-placeholder {
  color: var(--e-global-color-fa98db2);
}
#search-form--tabbed.home-search .tab-content .tab-pane form input[type=text]:-ms-input-placeholder {
  color: var(--e-global-color-fa98db2);
}
#search-form--tabbed.home-search .tab-content .tab-pane form input[type=text]::-ms-input-placeholder {
  color: var(--e-global-color-fa98db2);
}
#search-form--tabbed.home-search .tab-content .tab-pane form input[type=text]::placeholder {
  color: var(--e-global-color-fa98db2);
}
#search-form--tabbed.home-search .tab-content .tab-pane form .select-col {
  position: relative;
}
#search-form--tabbed.home-search .tab-content .tab-pane form .select-col svg {
  position: absolute;
  right: 1.1em;
  bottom: 1.3em;
  width: 10px;
  fill: #ffffff;
}
#search-form--tabbed.home-search .tab-content .tab-pane form select {
  width: 100%;
  padding: 0.5em 0 1em 0;
  border: 0;
  border-radius: 0;
  background-image: none;
  background-color: transparent;
  font-size: 1.6rem;
  border-bottom: 1px solid var(--e-global-color-secondary);
  color: var(--e-global-color-secondary);
  position: relative;
}
#search-form--tabbed.home-search .tab-content .tab-pane form select option {
  color: #333333;
}
#search-form--tabbed.home-search .tab-content .tab-pane form button {
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: 8px;
  padding: 0;
  background: var(--e-global-color-accent);
  color: #ffffff;
}
#search-form--tabbed.home-search .tab-content .tab-pane form button svg {
  width: 18px;
  fill: transparent;
}
#search-form--tabbed.home-search .tab-content .tab-pane form button svg path {
  stroke: white;
}
#search-form--tabbed.home-search .tab-content .tab-pane form button span {
  font-family: var(--e-global-typography-241d6f4-font-family), Sans-serif;
  font-size: var(--e-global-typography-241d6f4-font-size);
  font-weight: var(--e-global-typography-241d6f4-font-weight);
  line-height: var(--e-global-typography-241d6f4-line-height);
  letter-spacing: var(--e-global-typography-241d6f4-letter-spacing);
  word-spacing: var(--e-global-typography-241d6f4-word-spacing);
  text-transform: none;
}
#search-form--tabbed.home-search .tab-content .tab-pane form button:hover {
  background: var(--e-global-color-primary);
}
@media (max-width: 1024px) {
  #search-form--tabbed.home-search .tab-content .tab-pane form button {
    margin-top: 0px;
  }
}
@media (max-width: 767px) {
  #search-form--tabbed.home-search .tab-content .tab-pane form button {
    margin-top: 12px;
    height: 51px;
  }
}

.home .post-291 .tab-pane form {
  padding-left: 0px !important;
}

#search-form--tabbed.home-search.advanced .nav-tabs {
  border: none;
  gap: 40px;
  padding-bottom: 20px;
}
#search-form--tabbed.home-search.advanced .nav-tabs .nav-item .nav-link {
  min-width: unset;
  font-family: var(--e-global-typography-241d6f4-font-family), Sans-serif;
  font-size: var(--e-global-typography-241d6f4-font-size);
  font-weight: var(--e-global-typography-241d6f4-font-weight);
  line-height: var(--e-global-typography-241d6f4-line-height);
  letter-spacing: var(--e-global-typography-241d6f4-letter-spacing);
  word-spacing: var(--e-global-typography-241d6f4-word-spacing);
  color: var(--e-global-color-fa98db2);
  padding: 0 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  background: white;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-bottom: 2px solid transparent;
  text-transform: unset;
}
#search-form--tabbed.home-search.advanced .nav-tabs .nav-item .nav-link:hover {
  border-bottom: 2px solid #E73331;
  background: unset;
  color: unset;
}
#search-form--tabbed.home-search.advanced .nav-tabs .nav-item .nav-link.active {
  border-bottom: 2px solid #E73331;
  background: unset;
  color: unset;
}
@media (max-width: 767px) {
  #search-form--tabbed.home-search.advanced .nav-tabs .nav-item .nav-link {
    min-width: auto;
    padding: 0px;
  }
}
#search-form--tabbed.home-search.advanced .nav-tabs .nav-item .draw-search-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 185px;
  height: 56.25px;
  margin: 0;
  border: 0;
  border-radius: 0;
  font-size: 14px;
  font-weight: 800;
  text-align: center;
  text-transform: uppercase;
  background: rgba(41, 50, 65, 0);
  color: #ffffff;
}
#search-form--tabbed.home-search.advanced .nav-tabs .nav-item .draw-search-btn svg {
  fill: #ffffff;
  width: 22px;
  height: 20px;
  margin-right: 5px;
  margin-bottom: 2px;
}
#search-form--tabbed.home-search.advanced .nav-tabs .nav-item .draw-search-btn:hover {
  background-color: var(--e-global-color-primary);
  color: var(--e-global-color-secondary);
}
#search-form--tabbed.home-search.advanced .nav-tabs .nav-item .draw-search-btn:hover svg {
  fill: var(--e-global-color-secondary);
}
@media (max-width: 767px) {
  #search-form--tabbed.home-search.advanced .nav-tabs .nav-item .draw-search-btn {
    min-width: auto;
    padding: 1em 0.8em;
  }
}
#search-form--tabbed.home-search.advanced .tab-content {
  background-color: white;
  max-width: 970px;
  -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0px 0px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  padding: 7px;
}
@media (max-width: 1024px) {
  #search-form--tabbed.home-search.advanced .tab-content {
    height: auto;
    padding: 10px;
  }
}
@media (max-width: 540px) {
  #search-form--tabbed.home-search.advanced .tab-content {
    padding: 10px;
  }
}
#search-form--tabbed.home-search.advanced .tab-content .tab-pane form .fields-col {
  padding: 0px 0px 0px 0px !important;
}
@media (max-width: 1024px) {
  #search-form--tabbed.home-search.advanced .tab-content .tab-pane form .fields-col {
    padding: 0;
  }
}
@media (max-width: 767px) {
  #search-form--tabbed.home-search.advanced .tab-content .tab-pane form .fields-col {
    border: 0px solid #E2E2E2;
  }
}
#search-form--tabbed.home-search.advanced .tab-content .tab-pane form .fields-col .row {
  padding: 20px 0px;
  margin-right: 0px;
  margin-left: 0px;
}
@media (max-width: 767px) {
  #search-form--tabbed.home-search.advanced .tab-content .tab-pane form .fields-col .row {
    margin: 0px;
  }
}
#search-form--tabbed.home-search.advanced .tab-content .tab-pane form .fields-col .location {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 72%;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 15px;
}
@media (max-width: 1024px) {
  #search-form--tabbed.home-search.advanced .tab-content .tab-pane form .fields-col .location {
    padding-left: 7px;
    width: 65%;
  }
}
@media (max-width: 767px) {
  #search-form--tabbed.home-search.advanced .tab-content .tab-pane form .fields-col .location {
    width: calc(100% - 20px);
    padding: 13px 13px 13px 13px;
    border: 1px solid #E2E2E2;
    margin: 0px 10px;
  }
}
#search-form--tabbed.home-search.advanced .tab-content .tab-pane form .fields-col .form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 15%;
  border-right: 1px solid #E2E2E2;
  margin: 6px 0px;
}
@media (max-width: 1024px) {
  #search-form--tabbed.home-search.advanced .tab-content .tab-pane form .fields-col .form-group {
    width: 35%;
  }
}
@media (max-width: 767px) {
  #search-form--tabbed.home-search.advanced .tab-content .tab-pane form .fields-col .form-group {
    width: 100%;
    border-right: 0px solid #E2E2E2;
    margin: 0px;
    padding: 0px 0px 12px 0px;
  }
}
#search-form--tabbed.home-search.advanced .tab-content .tab-pane form .fields-col .form-group .radio-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
@media (max-width: 767px) {
  #search-form--tabbed.home-search.advanced .tab-content .tab-pane form .fields-col .form-group .radio-group {
    gap: 20px;
  }
}
#search-form--tabbed.home-search.advanced .tab-content .tab-pane form .fields-col .form-group .radio-group .radio-inline {
  margin-bottom: 0px;
}
@media (max-width: 1024px) {
  #search-form--tabbed.home-search.advanced .tab-content .tab-pane form .fields-col .form-group .radio-group .radio-inline {
    padding-left: 10px;
    margin-top: 0px;
  }
}
@media (max-width: 767px) {
  #search-form--tabbed.home-search.advanced .tab-content .tab-pane form .fields-col .form-group .radio-group .radio-inline {
    width: auto;
    padding-left: 0px;
  }
}
#search-form--tabbed.home-search.advanced .tab-content .tab-pane form label {
  font-family: var(--e-global-typography-241d6f4-font-family), Sans-serif;
  font-size: var(--e-global-typography-241d6f4-font-size);
  font-weight: var(--e-global-typography-241d6f4-font-weight);
  line-height: var(--e-global-typography-241d6f4-line-height);
  letter-spacing: var(--e-global-typography-241d6f4-letter-spacing);
  word-spacing: var(--e-global-typography-241d6f4-word-spacing);
  color: var(--e-global-color-fa98db2);
  width: 100%;
  margin-bottom: 1.8rem;
  display: block;
  text-transform: unset;
  letter-spacing: unset;
}
@media (max-width: 1024px) {
  #search-form--tabbed.home-search.advanced .tab-content .tab-pane form label {
    margin-top: 1em;
  }
}
#search-form--tabbed.home-search.advanced .tab-content .tab-pane form select,
#search-form--tabbed.home-search.advanced .tab-content .tab-pane form input {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: 0;
}
#search-form--tabbed.home-search.advanced .tab-content .tab-pane form input[type=text] {
  width: 100%;
  padding: 0 0;
  border: 0;
  border-bottom: 0px solid var(--e-global-color-secondary);
  border-radius: 0px;
  background: none;
  font-family: var(--e-global-typography-241d6f4-font-family), Sans-serif;
  font-size: var(--e-global-typography-241d6f4-font-size);
  font-weight: var(--e-global-typography-241d6f4-font-weight);
  line-height: var(--e-global-typography-241d6f4-line-height);
  letter-spacing: var(--e-global-typography-241d6f4-letter-spacing);
  word-spacing: var(--e-global-typography-241d6f4-word-spacing);
  color: var(--e-global-color-fa98db2);
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
#search-form--tabbed.home-search.advanced .tab-content .tab-pane form input[type=text]::-webkit-input-placeholder {
  color: var(--e-global-color-fa98db2);
}
#search-form--tabbed.home-search.advanced .tab-content .tab-pane form input[type=text]::-moz-placeholder {
  color: var(--e-global-color-fa98db2);
}
#search-form--tabbed.home-search.advanced .tab-content .tab-pane form input[type=text]:-ms-input-placeholder {
  color: var(--e-global-color-fa98db2);
}
#search-form--tabbed.home-search.advanced .tab-content .tab-pane form input[type=text]::-ms-input-placeholder {
  color: var(--e-global-color-fa98db2);
}
#search-form--tabbed.home-search.advanced .tab-content .tab-pane form input[type=text]::placeholder {
  color: var(--e-global-color-fa98db2);
}
#search-form--tabbed.home-search.advanced .tab-content .tab-pane form .select-col {
  position: relative;
}
#search-form--tabbed.home-search.advanced .tab-content .tab-pane form .select-col svg {
  position: absolute;
  right: 1.1em;
  bottom: 1.3em;
  width: 10px;
  fill: #ffffff;
}
#search-form--tabbed.home-search.advanced .tab-content .tab-pane form select {
  width: 100%;
  padding: 0.5em 0 1em 0;
  border: 0;
  border-radius: 0;
  background-image: none;
  background-color: transparent;
  font-size: 1.6rem;
  border-bottom: 1px solid var(--e-global-color-secondary);
  color: var(--e-global-color-secondary);
  position: relative;
}
#search-form--tabbed.home-search.advanced .tab-content .tab-pane form select option {
  color: #333333;
}
#search-form--tabbed.home-search.advanced .tab-content .tab-pane form button {
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: 4px;
  padding: 0;
  background: var(--e-global-color-accent);
  color: #ffffff;
  position: absolute;
  width: 13%;
  right: 10px;
  top: 10px;
  height: 72%;
}
@media (max-width: 1024px) {
  #search-form--tabbed.home-search.advanced .tab-content .tab-pane form button {
    width: 37%;
    right: 10px;
    top: -3px;
  }
}
#search-form--tabbed.home-search.advanced .tab-content .tab-pane form button svg {
  width: 18px;
  fill: transparent;
}
#search-form--tabbed.home-search.advanced .tab-content .tab-pane form button svg path {
  stroke: white;
}
#search-form--tabbed.home-search.advanced .tab-content .tab-pane form button span {
  font-family: var(--e-global-typography-241d6f4-font-family), Sans-serif;
  font-size: var(--e-global-typography-241d6f4-font-size);
  font-weight: var(--e-global-typography-241d6f4-font-weight);
  line-height: var(--e-global-typography-241d6f4-line-height);
  letter-spacing: var(--e-global-typography-241d6f4-letter-spacing);
  word-spacing: var(--e-global-typography-241d6f4-word-spacing);
  text-transform: none;
}
#search-form--tabbed.home-search.advanced .tab-content .tab-pane form button:hover {
  background: var(--e-global-color-primary);
}
@media (max-width: 1024px) {
  #search-form--tabbed.home-search.advanced .tab-content .tab-pane form button {
    margin-top: 0px;
  }
}
@media (max-width: 767px) {
  #search-form--tabbed.home-search.advanced .tab-content .tab-pane form button {
    margin-top: 12px;
    height: 51px;
  }
}

#search-form--tabbed .nav-tabs {
  border: none;
}
#search-form--tabbed .nav-tabs .nav-item .nav-link {
  min-width: 185px;
  padding: 1em 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  background: #ffffff;
  font-size: 15px;
  font-weight: 700;
  color: var(--e-global-color-primary);
  text-transform: uppercase;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  letter-spacing: 0.091em;
  text-align: center;
}
#search-form--tabbed .nav-tabs .nav-item .nav-link:hover {
  background: var(--e-global-color-primary);
  color: var(--e-global-color-secondary);
}
#search-form--tabbed .nav-tabs .nav-item .nav-link.active {
  background: var(--e-global-color-primary);
  color: var(--e-global-color-secondary);
}
@media (max-width: 767px) {
  #search-form--tabbed .nav-tabs .nav-item .nav-link {
    min-width: auto;
    padding: 1em 0.8em;
  }
}
#search-form--tabbed .nav-tabs .nav-item .draw-search-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 185px;
  height: 56.25px;
  margin: 0;
  border: 0;
  border-radius: 0;
  font-size: 14px;
  font-weight: 800;
  text-align: center;
  text-transform: uppercase;
  background: rgba(41, 50, 65, 0);
  color: #ffffff;
}
#search-form--tabbed .nav-tabs .nav-item .draw-search-btn svg {
  fill: #ffffff;
  width: 22px;
  height: 20px;
  margin-right: 5px;
  margin-bottom: 2px;
}
#search-form--tabbed .nav-tabs .nav-item .draw-search-btn:hover {
  background-color: var(--e-global-color-primary);
  color: var(--e-global-color-secondary);
}
#search-form--tabbed .nav-tabs .nav-item .draw-search-btn:hover svg {
  fill: var(--e-global-color-secondary);
}
@media (max-width: 767px) {
  #search-form--tabbed .nav-tabs .nav-item .draw-search-btn {
    min-width: auto;
    padding: 1em 0.8em;
  }
}
#search-form--tabbed .tab-content {
  background-color: var(--e-global-color-primary);
  -webkit-box-shadow: 0 12px 25px rgba(0, 0, 0, 0.2);
          box-shadow: 0 12px 25px rgba(0, 0, 0, 0.2);
}
@media (max-width: 1024px) {
  #search-form--tabbed .tab-content {
    height: auto;
    padding: 1.5em 1.5em 3.5em;
  }
}
@media (max-width: 540px) {
  #search-form--tabbed .tab-content {
    padding: 1.5em 2.5em 3.5em;
  }
}
#search-form--tabbed .tab-content .tab-pane form .fields-col {
  padding: 2.5em 4em;
}
@media (max-width: 1024px) {
  #search-form--tabbed .tab-content .tab-pane form .fields-col {
    padding: 0;
  }
}
#search-form--tabbed .tab-content .tab-pane form label {
  font-family: var(--e-global-typography-primary-font-family);
  color: #ffffff;
  font-size: 1.6rem;
  font-weight: 700;
  width: 100%;
  margin-bottom: 1.8rem;
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.091em;
}
@media (max-width: 1024px) {
  #search-form--tabbed .tab-content .tab-pane form label {
    margin-top: 1em;
  }
}
#search-form--tabbed .tab-content .tab-pane form select,
#search-form--tabbed .tab-content .tab-pane form input {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: 0;
}
#search-form--tabbed .tab-content .tab-pane form input[type=text] {
  width: 100%;
  padding: 0.5em 0 1em 0;
  border: 0;
  border-bottom: 1px solid var(--e-global-color-secondary);
  border-radius: 0px;
  background: none;
  font-size: 1.6rem;
  color: var(--e-global-color-secondary);
}
#search-form--tabbed .tab-content .tab-pane form input[type=text]::-webkit-input-placeholder {
  color: var(--e-global-color-secondary);
}
#search-form--tabbed .tab-content .tab-pane form input[type=text]::-moz-placeholder {
  color: var(--e-global-color-secondary);
}
#search-form--tabbed .tab-content .tab-pane form input[type=text]:-ms-input-placeholder {
  color: var(--e-global-color-secondary);
}
#search-form--tabbed .tab-content .tab-pane form input[type=text]::-ms-input-placeholder {
  color: var(--e-global-color-secondary);
}
#search-form--tabbed .tab-content .tab-pane form input[type=text]::placeholder {
  color: var(--e-global-color-secondary);
}
#search-form--tabbed .tab-content .tab-pane form .select-col {
  position: relative;
}
#search-form--tabbed .tab-content .tab-pane form .select-col svg {
  position: absolute;
  right: 1.1em;
  bottom: 1.3em;
  width: 10px;
  fill: #ffffff;
}
#search-form--tabbed .tab-content .tab-pane form select {
  width: 100%;
  padding: 0.5em 0 1em 0;
  border: 0;
  border-radius: 0;
  background-image: none;
  background-color: transparent;
  font-size: 1.6rem;
  border-bottom: 1px solid var(--e-global-color-secondary);
  color: var(--e-global-color-secondary);
  position: relative;
}
#search-form--tabbed .tab-content .tab-pane form select option {
  color: #333333;
}
#search-form--tabbed .tab-content .tab-pane form button {
  font-size: 1.6rem;
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: 0;
  padding: 0;
  background: var(--e-global-color-accent);
  color: #ffffff;
}
#search-form--tabbed .tab-content .tab-pane form button svg {
  width: 18px;
  fill: #ffffff;
}
#search-form--tabbed .tab-content .tab-pane form button span {
  font-weight: 700;
  letter-spacing: 0.091em;
  text-transform: uppercase;
}
#search-form--tabbed .tab-content .tab-pane form button:hover {
  background: var(--e-global-color-primary);
}
@media (max-width: 1024px) {
  #search-form--tabbed .tab-content .tab-pane form button {
    margin-top: 1em;
  }
}

@media (max-width: 920px) {
  .sort-options {
    margin-top: 1em;
  }
}
.sort-options a {
  font-family: var(--e-global-typography-primary-font-family);
  font-size: 14px;
  font-weight: 800;
  font-style: normal;
  color: var(--e-global-color-primary) !important;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.032em;
  padding: 0 1.5em;
}
@media (max-width: 920px) {
  .sort-options a {
    padding: 0;
  }
  .sort-options a:not(:last-child) {
    padding-right: 1em;
    margin-right: 1em;
  }
}
.sort-options a:not(:last-child) {
  border-right: 1px solid rgba(41, 50, 65, 0.4);
}
.sort-options a.active {
  opacity: 0.4;
}

.view-btn {
  font-size: 16px;
  font-weight: 700;
  color: var(--e-global-color-primary);
  text-transform: uppercase;
}
.view-btn:hover {
  color: var(--e-global-color-secondary);
}
.view-btn svg {
  width: 16px;
  margin-bottom: 3px;
  margin-right: 5px;
  fill: var(--e-global-color-accent);
}

.search-hero {
  position: relative;
  background-image: url("/wp-content/uploads/2024/12/properties-search-page-image.jpg");
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 90vh;
  background-size: cover;
  background-position: top;
}
@media (max-width: 767px) {
  .search-hero {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: start !important;
  }
}
.search-hero .property-hero-logo {
  margin-top: 20px;
}
.search-hero .property-hero-logo img.custom-logo {
  padding: 10px;
  width: 250px;
}
.search-hero .search-hero__heading {
  font-weight: 800;
  letter-spacing: 0.2rem;
  margin-bottom: 1.5rem;
  font-size: 4.5rem;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .search-hero .search-hero__heading {
    font-size: 2.5rem;
    letter-spacing: 0.1rem;
    margin: 0;
  }
}
.search-hero .total-posts__count {
  color: var(--e-global-color-secondary);
  font-size: 2.3rem;
  font-weight: 400;
  letter-spacing: 0.1rem;
}
@media (max-width: 767px) {
  .search-hero .total-posts__count {
    font-size: 1.45rem;
  }
}

.styled-select select {
  font-size: 15px;
  font-weight: 700;
  width: 237px;
  height: 45px;
  border-radius: 0;
  border: 0;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-transform: uppercase;
}

.home-search.prop {
  z-index: 1;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 22rem;
}
@media (max-width: 1024px) {
  .home-search.prop {
    margin-top: -14rem;
  }
}
.home-search.prop .tab-content {
  width: 100%;
  background-color: #cfd7d8 !important;
  padding: 20px !important;
}
@media (max-width: 1024px) {
  .home-search.prop .tab-content {
    margin: 0px 24px;
  }
}
@media (max-width: 767px) {
  .home-search.prop .tab-content {
    margin: 0px 16px;
  }
}
.home-search.prop .tab-content .tab-pane form .fields-col {
  padding-left: 15px;
}
@media (max-width: 767px) {
  .home-search.prop .tab-content .tab-pane form .fields-col {
    padding-left: 0px !important;
  }
}
.home-search.prop .tab-content .tab-pane form .collapseAdvanced {
  background: white;
  border-radius: 8px;
  padding: 0px 0px 0px 0px !important;
  margin: 15px 0px 0px 0px;
}
.home-search.prop .tab-content .tab-pane form .collapseAdvanced .card-body {
  border-radius: 8px;
}
.home-search.prop .tab-content .tab-pane form .collapseAdvanced .card-body .lettings-prices {
  padding-left: 30px;
  display: block !important;
}
.home-search.prop .tab-content .tab-pane form .collapseAdvanced .card-body input {
  margin-left: 3px;
}
.home-search.prop .tab-content .tab-pane form .fields-col2 {
  padding: 15px 0px 0px 0px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
@media (max-width: 1024px) {
  .home-search.prop .tab-content .tab-pane form .fields-col2 {
    gap: 10px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 2fr 10px 2fr;
    grid-template-columns: repeat(2, 2fr);
  }
}
.home-search.prop .tab-content .tab-pane form .fields-col2 .row {
  width: 100%;
  background: white;
  border-radius: 4px;
}
.home-search.prop .tab-content .tab-pane form .fields-col2 select {
  background-color: white !important;
  border-radius: 4px !important;
  padding: 13px 8px !important;
  color: #1b313e !important;
  border-bottom: 0px solid !important;
  font-family: var(--e-global-typography-241d6f4-font-family), Sans-serif;
  font-size: 14px !important;
  min-width: 140px;
}
.home-search.prop .tab-content .tab-pane form .fields-col {
  padding-left: 15px !important;
}
@media (max-width: 767px) {
  .home-search.prop .tab-content .tab-pane form .fields-col {
    padding-left: 0px !important;
  }
}
@media (max-width: 767px) {
  .home-search.prop .tab-content .tab-pane form .fields-col .form-group {
    padding: 12px 0px 12px 12px !important;
  }
}
.home-search.prop .tab-content .tab-pane form .fields-col .row {
  width: 100%;
  background: white;
  border-radius: 4px;
}
.home-search.prop .tab-content .tab-pane form label {
  margin-bottom: 0px !important;
}
.home-search.prop .tab-content .tab-pane form .advanced__collapse-btn {
  background: white;
  padding: 10px 20px;
  border-radius: 4px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  font-family: var(--e-global-typography-241d6f4-font-family), Sans-serif;
  font-size: var(--e-global-typography-241d6f4-font-size);
  font-weight: var(--e-global-typography-241d6f4-font-weight);
  line-height: var(--e-global-typography-241d6f4-line-height);
  letter-spacing: var(--e-global-typography-241d6f4-letter-spacing);
  word-spacing: var(--e-global-typography-241d6f4-word-spacing);
  color: var(--e-global-color-fa98db2);
}
@media (max-width: 767px) {
  .home-search.prop .tab-content .tab-pane form .advanced__collapse-btn {
    display: none;
  }
}

.search .search-hero {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

#search-map-results {
  position: relative;
  height: 700px;
  margin: 0 0 12rem 0;
  border: 1px solid var(--e-global-color-primary);
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
#search-map-results .map-info {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 1;
}
#search-map-results .btn {
  position: absolute;
  top: 10px;
  right: 60px;
  padding: 0.8rem 1.25rem;
  font-size: 1.6rem;
  border-radius: 0;
  color: #ffffff;
}
#search-map-results .btn.tpj_draw_on_map_btn, #search-map-results .btn.tpj_exit_draw_btn, #search-map-results .btn.tpj_clear_drawing_on_map_btn, #search-map-results .btn.tpj_clear_bounds_shape_btn {
  background-color: var(--e-global-color-accent);
  border-color: var(--e-global-color-accent);
}

.tpj_map_no_results_map_html_replacement {
  padding: 5rem 0 10rem 0;
  text-align: center;
}

.gm-style-iw {
  max-width: 300px !important;
}
.gm-style-iw .gm-style-iw-d a img {
  max-width: 100% !important;
}
.gm-style-iw .gm-style-iw-d a span {
  font-family: var(--e-global-typography-primary-font-family);
  width: 100%;
  margin-bottom: 1em;
  display: inline;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--e-global-color-primary);
  letter-spacing: 0.091em;
}

@font-face {
  font-family: "Azo";
  src: url("../../fonts/AzoSans-Regular.woff2") format("woff2"), url("../../fonts/AzoSans-Regular.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
/*
    ATTENTION
    =========

    There is duplication within these styles due the differences in
    behaviour and styles of the specific map search functionality.
*/
.form__main-search {
  margin-top: 120px;
  z-index: 1;
}
.form__main-search #form__map-search {
  position: relative;
  -webkit-box-shadow: 0 12px 25px rgba(0, 0, 0, 0.2);
          box-shadow: 0 12px 25px rgba(0, 0, 0, 0.2);
  font-family: var(--e-global-typography-primary-font-family);
  background-color: var(--e-global-color-secondary);
  padding: 5rem 0;
}
@media (max-width: 991px) {
  .form__main-search #form__map-search {
    height: auto;
    padding: 1.5em 1.5em 3.5em;
  }
}
.form__main-search #form__map-search .advanced__collapse-btn {
  position: absolute;
  top: -49px;
  min-width: 185px;
  padding: 1em;
  border: 0;
  border-radius: 0;
  font-size: 1.4rem;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  display: inline-block;
  letter-spacing: 0.091em;
  background: transparent;
  color: #ffffff;
}
.form__main-search #form__map-search .advanced__collapse-btn svg {
  fill: #ffffff;
  width: 11px;
  height: 11px;
  margin: 0 5px 2px 7px;
}
@media (max-width: 767px) {
  .form__main-search #form__map-search .advanced__collapse-btn {
    min-width: auto;
    padding: 1em 0.8em;
  }
}
.form__main-search #form__map-search .advanced__collapse-btn:hover {
  background-color: var(--e-global-color-secondary);
  color: var(--e-global-color-primary);
}
.form__main-search #form__map-search .advanced__collapse-btn:hover svg {
  fill: var(--e-global-color-primary);
}
.form__main-search #form__map-search form .advanced__search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 1024px) {
  .form__main-search #form__map-search form .advanced__search {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.form__main-search #form__map-search form .advanced__search .advanced__search-fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 2em;
  width: 100%;
  -webkit-box-flex: 5;
      -ms-flex: 5;
          flex: 5;
}
@media (max-width: 1024px) {
  .form__main-search #form__map-search form .advanced__search .advanced__search-fields {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0;
  }
}
.form__main-search #form__map-search form .advanced__search .advanced__search-fields .advanced__search-location,
.form__main-search #form__map-search form .advanced__search .advanced__search-fields .advanced__search-selects {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  padding: 0 1em;
}
.form__main-search #form__map-search form .advanced__search .advanced__search-submit {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 100%;
  width: 100%;
}
.form__main-search #form__map-search form .advanced__search .advanced__search-submit button {
  width: 100%;
  height: 132px;
  border: 0;
  border-radius: 0;
  background-color: var(--e-global-color-primary);
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.091em;
  color: var(--e-global-color-secondary);
  text-transform: uppercase;
}
.form__main-search #form__map-search form .advanced__search .advanced__search-submit button svg {
  width: 18px;
  fill: var(--e-global-color-secondary);
}
.form__main-search #form__map-search form .advanced__search .advanced__search-submit button span {
  font-weight: 700;
  letter-spacing: 0.091em;
  text-transform: uppercase;
}
.form__main-search #form__map-search form .advanced__search .advanced__search-submit button:hover {
  background: var(--e-global-color-secondary);
  color: var(--e-global-color-primary);
}
.form__main-search #form__map-search form .advanced__search .advanced__search-submit button:hover svg {
  fill: var(--e-global-color-primary);
}
@media (max-width: 1024px) {
  .form__main-search #form__map-search form .advanced__search .advanced__search-submit button {
    margin-top: 1em;
    height: 60px;
  }
}
.form__main-search #form__map-search form label {
  font-family: var(--e-global-typography-primary-font-family);
  font-size: 1.6rem;
  width: 100%;
  margin-bottom: 1em;
  display: inline;
  font-weight: 800;
  text-transform: uppercase;
  color: var(--e-global-color-primary);
  letter-spacing: 0.091em;
}
@media (max-width: 1024px) {
  .form__main-search #form__map-search form label {
    margin-top: 1em;
  }
}
.form__main-search #form__map-search form select,
.form__main-search #form__map-search form input {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: 0;
}
.form__main-search #form__map-search form option {
  color: var(--e-global-color-secondary) !important;
}
.form__main-search #form__map-search form input[type=text] {
  width: 100%;
  padding: 0.5em 0 0.8em 0;
  border: 0;
  border-bottom: 1px solid var(--e-global-color-primary);
  border-radius: 0px;
  background: none;
  font-size: 1.6rem;
  color: var(--e-global-color-primary);
}
.form__main-search #form__map-search form .select-col {
  position: relative;
}
.form__main-search #form__map-search form .select-col svg {
  position: absolute;
  right: 1.1em;
  bottom: 1.3em;
  width: 10px;
  fill: var(--e-global-color-22ddcc9);
}
.form__main-search #form__map-search form select {
  width: 100%;
  padding: 0.5em 0 1em 0;
  border: 0;
  border-bottom: 1px solid var(--e-global-color-primary);
  border-radius: 0;
  background-image: none;
  background-color: transparent;
  font-size: 1.6rem;
  color: var(--e-global-color-primary);
}
.form__main-search #form__map-search .collapseAdvanced .card-body {
  padding: 0;
  border-radius: 0;
  border: none;
  z-index: 1;
  background-color: var(--e-global-color-secondary);
}
@media (max-width: 767px) {
  .form__main-search #form__map-search .collapseAdvanced .card-body {
    margin-top: 2em;
  }
}
.form__main-search #form__map-search .collapseAdvanced .card-body .collapse__search-fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 3em;
  width: 100%;
  max-width: 85%;
}
@media (max-width: 1024px) {
  .form__main-search #form__map-search .collapseAdvanced .card-body .collapse__search-fields {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 100%;
    padding: 0;
  }
}
.form__main-search #form__map-search .collapseAdvanced .card-body .collapse__search-fields .collapse__search-input {
  -webkit-box-flex: 2.4;
      -ms-flex: 2.4;
          flex: 2.4;
  padding: 0 1em;
}
.form__main-search #form__map-search .collapseAdvanced .card-body .collapse__search-fields .collapse__search-selects {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  padding: 0 1em;
}
@media (max-width: 1024px) {
  .form__main-search #form__map-search .collapseAdvanced .card-body .formcheck {
    margin: 1em 0.8em;
  }
}
.form__main-search #form__map-search .collapseAdvanced .card-body .formcheck input {
  opacity: 0;
}
.form__main-search #form__map-search .collapseAdvanced .card-body .formcheck input:checked + label:before {
  background: var(--e-global-color-primary);
}
.form__main-search #form__map-search .collapseAdvanced .card-body .formcheck label {
  position: relative;
  font-weight: 800;
}
.form__main-search #form__map-search .collapseAdvanced .card-body .formcheck label::before {
  content: "";
  position: absolute;
  top: 5px;
  left: -20px;
  width: 1.2rem;
  height: 1.2rem;
  background: #cccccc;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
@media (max-width: 767px) {
  .form__main-search #form__map-search .collapseAdvanced .card-body .formcheck {
    padding: 1em 0;
  }
}
@media (max-width: 767px) {
  .form__main-search #form__map-search .collapseAdvanced .card-body {
    margin-top: 1.5em;
    padding: 0;
  }
}
.form__main-search .form__tabbed-content .nav-pills {
  border: none;
}
.form__main-search .form__tabbed-content .nav-pills .nav-item .nav-link {
  min-width: 185px;
  padding: 1em 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  background: rgba(255, 255, 255, 0.3215686275);
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--e-global-color-secondary);
  text-transform: uppercase;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  letter-spacing: 0.091em;
  text-align: center;
}
.form__main-search .form__tabbed-content .nav-pills .nav-item .nav-link.active {
  background: var(--e-global-color-secondary);
  color: var(--e-global-color-primary);
}
@media (max-width: 767px) {
  .form__main-search .form__tabbed-content .nav-pills .nav-item .nav-link {
    min-width: auto;
    padding: 1em 0.8em;
  }
}
.form__main-search .form__tabbed-content .nav-pills .nav-item .advanced__collapse-btn {
  min-width: 185px;
  padding: 1em;
  margin: 0;
  border: 0;
  border-radius: 0;
  font-size: 1.4rem;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  display: inline-block;
  letter-spacing: 0.091em;
  background: transparent;
  color: #ffffff;
}
.form__main-search .form__tabbed-content .nav-pills .nav-item .advanced__collapse-btn svg {
  fill: #ffffff;
  width: 11px;
  height: 11px;
  margin: 0 5px 2px 7px;
}
@media (max-width: 767px) {
  .form__main-search .form__tabbed-content .nav-pills .nav-item .advanced__collapse-btn {
    min-width: auto;
    padding: 1em 0.8em;
  }
}
.form__main-search .form__tabbed-content .nav-pills .nav-item .advanced__collapse-btn:hover {
  background-color: var(--e-global-color-secondary);
  color: var(--e-global-color-primary);
}
.form__main-search .form__tabbed-content .nav-pills .nav-item .advanced__collapse-btn:hover svg {
  fill: var(--e-global-color-primary);
}
.form__main-search .form__tabbed-content .tab-content {
  -webkit-box-shadow: 0 12px 25px rgba(0, 0, 0, 0.2);
          box-shadow: 0 12px 25px rgba(0, 0, 0, 0.2);
  font-family: var(--e-global-typography-primary-font-family);
  background-color: var(--e-global-color-secondary);
}
@media (max-width: 991px) {
  .form__main-search .form__tabbed-content .tab-content {
    height: auto;
    padding: 1.5em 1.5em 3.5em;
  }
}
.form__main-search .form__tabbed-content .tab-content .tab-pane form .advanced__search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 1024px) {
  .form__main-search .form__tabbed-content .tab-content .tab-pane form .advanced__search {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.form__main-search .form__tabbed-content .tab-content .tab-pane form .advanced__search .advanced__search-fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 2em 0 3.5em;
  width: 100%;
  -webkit-box-flex: 5;
      -ms-flex: 5;
          flex: 5;
}
@media (max-width: 1024px) {
  .form__main-search .form__tabbed-content .tab-content .tab-pane form .advanced__search .advanced__search-fields {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0;
  }
}
.form__main-search .form__tabbed-content .tab-content .tab-pane form .advanced__search .advanced__search-fields .advanced__search-location,
.form__main-search .form__tabbed-content .tab-content .tab-pane form .advanced__search .advanced__search-fields .advanced__search-selects {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  padding: 0 1em;
}
.form__main-search .form__tabbed-content .tab-content .tab-pane form .advanced__search .advanced__search-submit {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 100%;
  width: 100%;
}
.form__main-search .form__tabbed-content .tab-content .tab-pane form .advanced__search .advanced__search-submit button {
  width: 100%;
  height: 132px;
  border: 0;
  border-radius: 0;
  background-color: var(--e-global-color-primary);
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.091em;
  color: var(--e-global-color-secondary);
  text-transform: uppercase;
}
.form__main-search .form__tabbed-content .tab-content .tab-pane form .advanced__search .advanced__search-submit button svg {
  width: 18px;
  fill: var(--e-global-color-secondary);
}
.form__main-search .form__tabbed-content .tab-content .tab-pane form .advanced__search .advanced__search-submit button span {
  font-weight: 700;
  letter-spacing: 0.091em;
  text-transform: uppercase;
}
.form__main-search .form__tabbed-content .tab-content .tab-pane form .advanced__search .advanced__search-submit button:hover {
  background: var(--e-global-color-secondary);
  color: var(--e-global-color-primary);
}
.form__main-search .form__tabbed-content .tab-content .tab-pane form .advanced__search .advanced__search-submit button:hover svg {
  fill: var(--e-global-color-primary);
}
@media (max-width: 1024px) {
  .form__main-search .form__tabbed-content .tab-content .tab-pane form .advanced__search .advanced__search-submit button {
    margin-top: 1em;
    height: 60px;
  }
}
.form__main-search .form__tabbed-content .tab-content .tab-pane form label {
  font-family: var(--e-global-typography-primary-font-family);
  font-size: 1.6rem;
  width: 100%;
  margin-bottom: 1em;
  display: inline;
  font-weight: 800;
  text-transform: uppercase;
  color: var(--e-global-color-primary);
  letter-spacing: 0.091em;
}
@media (max-width: 1024px) {
  .form__main-search .form__tabbed-content .tab-content .tab-pane form label {
    margin-top: 1em;
  }
}
.form__main-search .form__tabbed-content .tab-content .tab-pane form select,
.form__main-search .form__tabbed-content .tab-content .tab-pane form input {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: 0;
}
.form__main-search .form__tabbed-content .tab-content .tab-pane form input[type=text] {
  width: 100%;
  padding: 0.5em 0 0.8em 0;
  border: 0;
  border-bottom: 1px solid var(--e-global-color-primary);
  border-radius: 0px;
  background: none;
  font-size: 1.6rem;
  color: var(--e-global-color-primary);
}
.form__main-search .form__tabbed-content .tab-content .tab-pane form .select-col {
  position: relative;
}
.form__main-search .form__tabbed-content .tab-content .tab-pane form .select-col svg {
  position: absolute;
  right: 1.1em;
  bottom: 1.3em;
  width: 10px;
  fill: var(--e-global-color-22ddcc9);
}
.form__main-search .form__tabbed-content .tab-content .tab-pane form select {
  width: 100%;
  padding: 0.5em 0 1em 0;
  border: 0;
  border-bottom: 1px solid var(--e-global-color-primary);
  border-radius: 0;
  background-image: none;
  background-color: transparent;
  font-size: 1.6rem;
  color: var(--e-global-color-primary);
}
.form__main-search .form__tabbed-content .collapseAdvanced .card-body {
  padding: 0;
  border-radius: 0;
  border: none;
  z-index: 1;
  background-color: var(--e-global-color-secondary);
}
@media (max-width: 767px) {
  .form__main-search .form__tabbed-content .collapseAdvanced .card-body {
    margin-top: 2em;
  }
}
.form__main-search .form__tabbed-content .collapseAdvanced .card-body .collapse__search-fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 3em;
  width: 100%;
  max-width: 85%;
}
@media (max-width: 1024px) {
  .form__main-search .form__tabbed-content .collapseAdvanced .card-body .collapse__search-fields {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 100%;
    padding: 0;
  }
}
.form__main-search .form__tabbed-content .collapseAdvanced .card-body .collapse__search-fields .collapse__search-input {
  -webkit-box-flex: 2.4;
      -ms-flex: 2.4;
          flex: 2.4;
  padding: 0 1em;
}
.form__main-search .form__tabbed-content .collapseAdvanced .card-body .collapse__search-fields .collapse__search-selects {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  padding: 0 1em;
}
@media (max-width: 1024px) {
  .form__main-search .form__tabbed-content .collapseAdvanced .card-body .formcheck {
    margin: 1em 0.8em;
  }
}
.form__main-search .form__tabbed-content .collapseAdvanced .card-body .formcheck input {
  opacity: 0;
}
.form__main-search .form__tabbed-content .collapseAdvanced .card-body .formcheck input:checked + label:before {
  background: var(--e-global-color-primary);
}
.form__main-search .form__tabbed-content .collapseAdvanced .card-body .formcheck label {
  position: relative;
  font-weight: 800;
}
.form__main-search .form__tabbed-content .collapseAdvanced .card-body .formcheck label::before {
  content: "";
  position: absolute;
  top: 5px;
  left: -20px;
  width: 1.2rem;
  height: 1.2rem;
  background: #cccccc;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
@media (max-width: 767px) {
  .form__main-search .form__tabbed-content .collapseAdvanced .card-body .formcheck {
    padding: 1em 0;
  }
}
@media (max-width: 767px) {
  .form__main-search .form__tabbed-content .collapseAdvanced .card-body {
    margin-top: 1.5em;
    padding: 0;
  }
}

@font-face {
  font-family: "Azo";
  src: url("../../fonts/AzoSans-Regular.woff2") format("woff2"), url("../../fonts/AzoSans-Regular.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
.modal-search .nav-pills .nav-item {
  width: 185px;
}
.modal-search .nav-pills .nav-item .nav-link {
  background-color: transparent;
  min-width: 18.4rem;
  padding: 1.6rem 1.5rem;
  margin: 0;
  border: 0;
  border-radius: 0;
  font-size: 1.8rem;
  font-weight: 800;
  color: var(--e-global-color-primary);
  text-transform: uppercase;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  letter-spacing: 0.091em;
  text-align: center;
}
.modal-search .nav-pills .nav-item .nav-link svg {
  width: 2rem;
  -webkit-transition: fill 0.4s;
  transition: fill 0.4s;
  margin-top: -0.5rem;
  fill: var(--e-global-color-primary);
}
.modal-search .nav-pills .nav-item .nav-link:hover, .modal-search .nav-pills .nav-item .nav-link.active {
  color: #ffffff;
}
.modal-search .nav-pills .nav-item .nav-link:hover svg, .modal-search .nav-pills .nav-item .nav-link.active svg {
  fill: #ffffff;
}
.modal-search #pills-tabContent .tab-pane input,
.modal-search #pills-tabContent .tab-pane select {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}
.modal-search #pills-tabContent .tab-pane option {
  color: var(--e-global-color-secondary) !important;
}
.modal-search #pills-tabContent .tab-pane input[type=text] {
  margin-bottom: 0rem;
  height: 55px;
  border: 0;
  border-radius: 0 !important;
  font-size: 18px;
  color: #ffffff;
  text-align: left;
  background-color: rgba(255, 255, 255, 0.05) !important;
  background-size: 12px;
}
.modal-search #pills-tabContent .tab-pane input[type=text]::-webkit-input-placeholder {
  color: #fff;
}
.modal-search #pills-tabContent .tab-pane input[type=text]::-moz-placeholder {
  color: #fff;
}
.modal-search #pills-tabContent .tab-pane input[type=text]:-ms-input-placeholder {
  color: #fff;
}
.modal-search #pills-tabContent .tab-pane input[type=text]::-ms-input-placeholder {
  color: #fff;
}
.modal-search #pills-tabContent .tab-pane input[type=text]::placeholder {
  color: #fff;
}
.modal-search #pills-tabContent .tab-pane .select-type label,
.modal-search #pills-tabContent .tab-pane .select-bed label,
.modal-search #pills-tabContent .tab-pane .sales-prices label,
.modal-search #pills-tabContent .tab-pane .lettings-prices label {
  visibility: hidden;
}
.modal-search #pills-tabContent .tab-pane select {
  border: 0;
  border-radius: 0;
  height: 55px;
  font-size: 18px;
  color: #ffffff;
  background: url(/images/arrow-down@2x.png) no-repeat rgba(255, 255, 255, 0.05);
  background-position: right 20px center;
  background-size: 12px;
}
.modal-search #pills-tabContent .tab-pane .form-check-label {
  color: var(--e-global-color-secondary);
}
.modal-search #pills-tabContent .tab-pane input[type=submit] {
  height: 50px;
  width: 409px;
  padding: 0 1rem;
  border: 0;
  border-radius: 0;
  background: var(--e-global-color-primary);
  font-size: 1.6rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  line-height: 5rem;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  color: var(--e-global-color-secondary);
}
.modal-search #pills-tabContent .tab-pane input[type=submit]:hover {
  background: var(--e-global-color-accent);
}

/** BEGIN CSS NEEDED FOR SWITCH **/
.on-off-toggle {
  width: 56px;
  height: 24px;
  position: relative;
  display: inline-block;
}
.on-off-toggle p {
  display: inline;
  color: #ffffff;
}

.on-off-toggle__slider {
  width: 56px;
  height: 24px;
  display: block;
  border-radius: 34px;
  background-color: #d8d8d8;
  -webkit-transition: background-color 0.4s;
  transition: background-color 0.4s;
}

.on-off-toggle__slider:before {
  content: "";
  display: block;
  background-color: #fff;
  -webkit-box-shadow: 0 0 0 1px #949494;
          box-shadow: 0 0 0 1px #949494;
  bottom: 3px;
  height: 18px;
  left: 3px;
  position: absolute;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  width: 18px;
  z-index: 5;
  border-radius: 100%;
}

.on-off-toggle__slider:after {
  display: block;
  line-height: 24px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
  content: "off";
  color: #484848;
  padding-left: 26px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.on-off-toggle__input {
  /*
    This way of hiding the default input is better 
    for accessibility than using display: none;
  */
  position: absolute;
  opacity: 0;
}

.on-off-toggle__input:checked + .on-off-toggle__slider {
  background-color: #000;
}

.on-off-toggle__input:checked + .on-off-toggle__slider:before {
  -webkit-transform: translateX(32px);
          transform: translateX(32px);
}

.on-off-toggle__input:checked + .on-off-toggle__slider:after {
  content: "on";
  color: #ffffff;
  padding-left: 8px;
}

/*** END CSS NEEDED FOR SWITCH **/
.stc-label {
  font-size: 1rem;
  margin: 0;
  color: var(--e-global-color-secondary);
}

/** BEGIN CSS NEEDED FOR SWITCH **/
.on-off-toggle {
  width: 80px;
  height: 26px;
  background: transparent;
  margin-left: 15px;
  position: relative;
  border-radius: 50px;
  -webkit-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px rgba(255, 255, 255, 0.2);
  box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px rgba(255, 255, 255, 0.2);
  display: inline-block;
}

.on-off-toggle__slider {
  width: 80px;
  height: 26px;
  display: block;
  border-radius: 34px;
  background-color: transparent;
  -webkit-transition: background-color 0.4s;
  transition: background-color 0.4s;
}
.on-off-toggle__slider:before {
  content: "";
  display: block;
  background: -webkit-gradient(linear, left top, left bottom, from(#fcfff4), color-stop(40%, #dfe5d7), to(#b3bead));
  -webkit-box-shadow: 0 0 0 1px #949494;
          box-shadow: 0 0 0 1px #949494;
  bottom: 3px;
  left: 6px;
  position: absolute;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  width: 34px;
  height: 20px;
  z-index: 5;
  border-radius: 50px;
}
.on-off-toggle__slider:after {
  display: block;
  line-height: 24px;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: bold;
  content: "OFF";
  color: rgba(224, 251, 252, 0.2);
  padding-left: 47px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.on-off-toggle__input {
  /*
    This way of hiding the default input is better 
    for accessibility than using display: none;
  */
  position: absolute;
  opacity: 0;
}

.on-off-toggle__input:checked + .on-off-toggle__slider {
  background: transparent;
}
.on-off-toggle__input:checked + .on-off-toggle__slider:before {
  -webkit-transform: translateX(32px);
          transform: translateX(32px);
}
.on-off-toggle__input:checked + .on-off-toggle__slider:after {
  content: "ON";
  color: #ff5830;
  padding-left: 10px;
}

/*** END CSS NEEDED FOR SWITCH **/
@font-face {
  font-family: "Azo";
  src: url("../../fonts/AzoSans-Regular.woff2") format("woff2"), url("../../fonts/AzoSans-Regular.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
#map_search_advanced {
  margin-top: -7em;
}
#map_search_advanced .nav-tabs {
  border: none;
}
#map_search_advanced .nav-tabs .nav-item button {
  min-width: 185px;
  padding: 1em 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  background: rgba(255, 255, 255, 0.3215686275);
  font-size: 1.6rem;
  font-weight: 700;
  color: var(--e-global-color-secondary);
  text-transform: uppercase;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  letter-spacing: 0.091em;
  text-align: center;
}
#map_search_advanced .nav-tabs .nav-item button.active {
  background: var(--e-global-color-secondary);
  color: var(--e-global-color-primary);
}
@media (max-width: 767px) {
  #map_search_advanced .nav-tabs .nav-item button {
    min-width: auto;
    padding: 1em 0.8em;
  }
}
#map_search_advanced .nav-tabs .nav-item .advanced-search-btn {
  min-width: 185px;
  padding: 1em 0.5em;
  margin: 0;
  border: 0;
  border-radius: 0;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.9em;
  text-align: center;
  text-transform: uppercase;
  display: inline-block;
  letter-spacing: 0.091em;
  background: transparent;
  color: var(--e-global-color-secondary);
}
#map_search_advanced .nav-tabs .nav-item .advanced-search-btn svg {
  fill: var(--e-global-color-22ddcc9);
  width: 11px;
  height: 11px;
  margin: 0 5px 2px 7px;
}
@media (max-width: 767px) {
  #map_search_advanced .nav-tabs .nav-item .advanced-search-btn {
    min-width: auto;
    padding: 1em 0.8em;
  }
}
#map_search_advanced .nav-tabs .nav-item .advanced-search-btn:hover {
  background-color: var(--e-global-color-secondary);
  color: var(--e-global-color-primary);
}
#map_search_advanced .nav-tabs .nav-item .advanced-search-btn:hover svg {
  fill: var(--e-global-color-primary);
}
#map_search_advanced .tab-content {
  -webkit-box-shadow: 0 12px 25px rgba(0, 0, 0, 0.2);
          box-shadow: 0 12px 25px rgba(0, 0, 0, 0.2);
  font-family: var(--e-global-typography-primary-font-family);
  background-color: var(--e-global-color-secondary);
}
@media (max-width: 991px) {
  #map_search_advanced .tab-content {
    height: auto;
    padding: 1.5em 1.5em 3.5em;
  }
}
#map_search_advanced .tab-content .tab-pane .fields-col {
  padding: 4em 1.5em;
}
@media (max-width: 991px) {
  #map_search_advanced .tab-content .tab-pane .fields-col {
    padding: 0;
  }
}
#map_search_advanced .tab-content .tab-pane label {
  font-family: var(--e-global-typography-primary-font-family);
  font-size: 1.6rem;
  width: 100%;
  margin-bottom: 1em;
  display: inline;
  font-weight: 800;
  text-transform: uppercase;
  color: var(--e-global-color-primary);
  letter-spacing: 0.091em;
}
@media (max-width: 1024px) {
  #map_search_advanced .tab-content .tab-pane label {
    margin-top: 1em;
  }
}
#map_search_advanced .tab-content .tab-pane select,
#map_search_advanced .tab-content .tab-pane input {
  width: 100%;
  padding: 0.5em 0 1em 0;
  border: 0;
  border-bottom: 1px solid var(--e-global-color-primary);
  background: none;
  font-size: 1.6rem;
  color: var(--e-global-color-primary);
}
#map_search_advanced .tab-content .tab-pane input[type=text] {
  width: 100%;
  background: none;
  font-size: 1.6rem;
  color: var(--e-global-color-primary);
}
#map_search_advanced .tab-content .tab-pane input[type=text]::-webkit-input-placeholder {
  color: var(--e-global-color-primary);
}
#map_search_advanced .tab-content .tab-pane input[type=text]::-moz-placeholder {
  color: var(--e-global-color-primary);
}
#map_search_advanced .tab-content .tab-pane input[type=text]:-ms-input-placeholder {
  color: var(--e-global-color-primary);
}
#map_search_advanced .tab-content .tab-pane input[type=text]::-ms-input-placeholder {
  color: var(--e-global-color-primary);
}
#map_search_advanced .tab-content .tab-pane input[type=text]::placeholder {
  color: var(--e-global-color-primary);
}
#map_search_advanced #collapseAdvanced .card {
  border: none;
  padding: 3.5em 0 3.5em 1em;
  border-radius: 0;
}
@media (max-width: 991px) {
  #map_search_advanced #collapseAdvanced .card {
    padding: 0;
  }
}
@media (max-width: 1024px) {
  #map_search_advanced #collapseAdvanced .card .formcheck {
    margin: 1em 0.8em;
  }
}
#map_search_advanced #collapseAdvanced .card .formcheck input {
  opacity: 0;
}
#map_search_advanced #collapseAdvanced .card .formcheck input:checked + label:before {
  background: var(--e-global-color-22ddcc9);
}
#map_search_advanced #collapseAdvanced .card .formcheck label {
  position: relative;
  font-weight: 800;
}
#map_search_advanced #collapseAdvanced .card .formcheck label::before {
  content: "";
  position: absolute;
  top: 1px;
  left: -30px;
  width: 1.2rem;
  height: 1.2rem;
  background: #cccccc;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
@media (max-width: 767px) {
  #map_search_advanced #collapseAdvanced .card .formcheck {
    padding: 1em 0;
  }
}

.tpj-multiple-property-select {
  min-width: 200px;
  background: #ffffff;
  border-radius: 4px;
}

.tpj-mp-types-ui {
  position: relative;
}

.tpj-select-types {
  border: solid 1px #cccccc;
  min-height: 20px;
  border-radius: 4px;
  padding: 7px 15px;
  padding-right: 25px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 35px;
  z-index: 10;
  cursor: pointer;
}

.tpj-select-types-placeholder {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  padding: 7px 15px;
  color: #cccccc;
  z-index: 5;
}

.tpj-pt-selected-item {
  border: 1px #e9e9eb solid;
  background-color: #f4f4f5;
  color: #909399;
  border-radius: 4px;
  padding: 0px 9px;
  cursor: default;
}

.tpj-pt-selected-item {
  margin-right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-type-title {
  margin-right: 8px;
}

.p-type-close {
  background: #c0c4cc;
  border-radius: 50%;
  width: 17px;
  height: 17px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  font-size: 0.6rem;
}

.p-type-close:hover {
  background: #bdbfc2;
}

.tpj-mp-types-arrow {
  position: absolute;
  top: 7px;
  right: 7px;
  color: #828282;
}

.tpj-mp-types-list {
  position: absolute;
  z-index: 100;
  width: 100%;
  top: 40px;
  left: 0;
  max-height: 250px;
  overflow-y: auto;
  padding-top: 10px;
  border: solid 1px #cccccc;
  background: #ffffff;
  border-radius: 4px;
  display: none;
}

.tpj-mp-types-list.active {
  display: block;
}

.mp-types-entry {
  padding: 5px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  cursor: pointer;
}

.mp-types-entry .entry-checked {
  color: green;
  display: none;
}

.mp-types-entry.selected .entry-checked {
  display: block;
}

.mp-types-entry.selected .entry-label {
  color: #409eff;
}

.mp-types-entry:hover {
  background: #f5f7fa;
}</pre></body></html>