html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

.container {
  max-width: 1600px; }

body {
  font-family: 'Poppins', sans-serif;
  font-size: 100%;
  line-height: 1.5;
  font-weight: 300;
  color: #1E0B4D; }

p {
  font-size: 1em;
  color: #656565; }

h2 {
  font-size: 1.5em;
  margin-bottom: 1em; }

h1 {
  font-size: 2.5em; }

h4 {
  font-size: 1.5rem;
  color: #1E0B4D;
  font-weight: 400;
  line-height: 1.5; }

h3 {
  font-size: 14px;
  color: #acacac;
  font-weight: 400;
  letter-spacing: 2px;
  margin-bottom: 0.75rem;
  text-transform: uppercase; }

.btn-primary, .btn-secondary, .property-sharing .properties-info-button .btn-secondary {
  background: #8725FB;
  padding: 0.8125em 2em 0.75em 2.0625em;
  border-radius: 50px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  display: inline-block;
  border: none;
  text-decoration: none !important;
  outline: none !important; }
  @media (max-width: 575px) {
    .btn-primary, .btn-secondary, .property-sharing .properties-info-button .btn-secondary {
      padding: 1em 2em 1em 2em;
      font-size: 12px; } }
  @media (max-width: 1299px) {
    .btn-primary, .btn-secondary, .property-sharing .properties-info-button .btn-secondary {
      padding: 1em 2em 1em 2em;
      font-size: 12px; } }
  .btn-primary:hover, .btn-secondary:hover, .property-sharing .properties-info-button .btn-secondary:hover {
    background: #8725FB; }

.btn-secondary {
  background: #f7f0ff;
  color: #1E0B4D; }
  .btn-secondary:hover {
    background: #f7f0ff;
    color: #1E0B4D; }

img {
  max-width: 100%; }

.disable-click {
  pointer-events: none;
  opacity: 0.4; }

div#download_btn {
  background: #1E0B4D;
  color: #FFFFFF;
  padding: 0.75rem 2.5rem;
  border-radius: 2rem;
  border: 0;
  display: inline-block;
  outline: none;
  margin-bottom: 2.5rem;
  margin-top: 2em; }

body.body-lock {
  height: 100vh;
  overflow: hidden; }

.modal {
  position: fixed;
  top: 120px;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0; }

.estas-section {
  padding: 4.25em 0; }
  @media (max-width: 1199px) {
    .estas-section {
      padding: 1em 0 0; } }
  @media (max-width: 575px) {
    .estas-section {
      padding: 1em 0 0; } }

.pagination .nav-link {
  display: block;
  color: #1E0B4D;
  padding: 0.5rem 1rem; }

@media (max-width: 1199px) {
  .container-fluid {
    padding-right: 35px; } }

.pagination .nav-bar ul {
  display: flex;
  list-style-type: none;
  padding: 0;
  margin: 0; }

.property-address-inline {
  display: inline-block !important; }

.mobile-nav-open {
  height: 100vh;
  width: 100vw;
  overflow: hidden; }

.topbar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9; }
  @media (max-width: 575px) {
    .topbar {
      top: -8; } }
  @media (max-width: 1199px) {
    .topbar {
      top: -8; } }
  @media (max-width: 991px) {
    .topbar {
      top: -8; } }
  .topbar a {
    font-size: 0.875em;
    font-weight: normal;
    color: #ffffff; }
    @media (max-width: 991px) {
      .topbar a {
        font-size: 0.76em; } }
    .topbar a i {
      font-size: 1em; }

header {
  position: absolute;
  top: 56px;
  left: 0;
  width: 100%;
  z-index: 2; }
  @media (max-width: 575px) {
    header img {
      max-width: 80%;
      display: none; } }
  header .mobile-view-logo {
    display: none; }
    @media (max-width: 991px) {
      header .mobile-view-logo {
        display: block; } }
    @media (max-width: 575px) {
      header .mobile-view-logo {
        display: block; } }
  header .mbl-toggle, header .mbl-toggle-close, header.sticky .mbl-toggle-close, header .news-detail-header .mbl-toggle-close, .news-detail-header header .mbl-toggle-close {
    font-size: 26px;
    margin-left: 15px;
    color: #fff;
    display: none;
    /*background: $primary;*/
    height: 50px;
    width: 50px;
    text-align: center;
    border-radius: 50%;
    position: absolute;
    right: 15px;
    top: 20px;
    text-decoration: none; }
    @media (max-width: 991px) {
      header .mbl-toggle, header .mbl-toggle-close, header.sticky .mbl-toggle-close, header .news-detail-header .mbl-toggle-close, .news-detail-header header .mbl-toggle-close {
        margin-top: 1em; } }
    @media (max-width: 575px) {
      header .mbl-toggle, header .mbl-toggle-close, header.sticky .mbl-toggle-close, header .news-detail-header .mbl-toggle-close, .news-detail-header header .mbl-toggle-close {
        margin-top: 1em; } }
    @media (max-width: 1199px) {
      header .mbl-toggle, header .mbl-toggle-close, header.sticky .mbl-toggle-close, header .news-detail-header .mbl-toggle-close, .news-detail-header header .mbl-toggle-close {
        margin-top: 1em; } }
    header .mbl-toggle i, header .mbl-toggle-close i, header.sticky .mbl-toggle-close i, header .news-detail-header .mbl-toggle-close i, .news-detail-header header .mbl-toggle-close i {
      line-height: 51PX;
      display: flex;
      justify-content: center;
      align-items: center; }
    @media (max-width: 1199px) {
      header .mbl-toggle, header .mbl-toggle-close, header.sticky .mbl-toggle-close, header .news-detail-header .mbl-toggle-close, .news-detail-header header .mbl-toggle-close {
        display: block; } }
    @media (max-width: 575px) {
      header .mbl-toggle, header .mbl-toggle-close, header.sticky .mbl-toggle-close, header .news-detail-header .mbl-toggle-close, .news-detail-header header .mbl-toggle-close {
        top: 14px; } }
  header .mbl-toggle-close {
    display: none; }
  @media (max-width: 1199px) {
    header {
      top: 0; } }
  @media (max-width: 575px) {
    header .logo {
      display: none; } }
  @media (max-width: 991px) {
    header .logo {
      display: none; } }
  header .logo-sticky {
    display: none; }
  header .mobile-view-sticky {
    display: none; }
  header.sticky {
    position: fixed;
    background: #ffffff;
    padding: 0;
    top: 0;
    z-index: 99999999;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
    transition: all 0.2s; }
    header.sticky .logo-sticky {
      display: block; }
      @media (max-width: 991px) {
        header.sticky .logo-sticky {
          display: none; } }
      @media (max-width: 575px) {
        header.sticky .logo-sticky {
          display: none; } }
    header.sticky .become-member-btn {
      color: #ffffff;
      /*margin-top:6px;*/
      padding: 0.75em 2em; }
    header.sticky .mbl-toggle, header.sticky .mbl-toggle-close {
      color: #1E0B4D;
      text-decoration: none; }
    header.sticky .mbl-toggle-close {
      display: none;
      color: #ffffff; }
    @media (max-width: 991px) {
      header.sticky .mobile-view-sticky {
        display: block; } }
    @media (max-width: 575px) {
      header.sticky .mobile-view-sticky {
        display: block; } }
    header.sticky .mobile-view-logo {
      display: none; }
      @media (max-width: 991px) {
        header.sticky .mobile-view-logo {
          display: none; } }
      @media (max-width: 575px) {
        header.sticky .mobile-view-logo {
          display: none; } }
    header.sticky .logo {
      display: none; }
    header.sticky nav ul li a {
      color: #1E0B4D; }
    @media (max-width: 991px) {
      header.sticky .mbl-toggle, header.sticky .mbl-toggle-close {
        margin-top: 0; } }
    @media (max-width: 575px) {
      header.sticky .mbl-toggle, header.sticky .mbl-toggle-close {
        margin-top: 0; } }
    @media (max-width: 1199px) {
      header.sticky .mbl-toggle, header.sticky .mbl-toggle-close {
        margin-top: 0; } }
    @media (max-width: 991px) {
      header.sticky .header-nav {
        padding-top: 0; } }
    @media (max-width: 575px) {
      header.sticky .header-nav {
        padding-top: 0; } }
    @media (max-width: 1199px) {
      header.sticky .header-nav {
        padding-top: 0; } }
  header.nav-open {
    position: fixed;
    height: 100vh;
    width: 100vw;
    display: flex;
    background: #1e0b4d;
    padding: 0 !important;
    display: flex;
    align-items: center;
    z-index: 99; }
    header.nav-open .mbl-toggle-close {
      display: block;
      background: #1E0B4D; }
    header.nav-open .d-flex.align-items-center.justify-content-between {
      justify-content: center !important; }
    header.nav-open .logo-sticky {
      display: none; }
    header.nav-open .logo {
      display: none; }
    header.nav-open .become-member-btn {
      display: none; }
    header.nav-open .mobile-view-logo {
      display: none; }
    header.nav-open .mobile-view-sticky {
      display: none; }
    header.nav-open nav {
      display: block; }
      header.nav-open nav ul {
        padding: 0;
        text-align: center; }
        header.nav-open nav ul li {
          display: block;
          margin: 10px 0;
          /*&:last-child {
						a {
							background: transparent;
							padding: 0;

							&:hover {
								color: $primary;
							}
						}
					}*/ }
          header.nav-open nav ul li a {
            font-size: 1.5em;
            color: #ffffff; }
  @media (max-width: 1199px) {
    header nav {
      display: none; } }
  header nav ul {
    margin: 0; }
    header nav ul li {
      display: inline-block;
      margin: 0 1em;
      /*&:last-child {
					margin-right: 0;

					a {
						background: $primary;
						border-radius: 2em;
						padding: .75em 2em;

						&:hover {
							color: $white;
						}
					}
				}*/ }
      @media (max-width: 1299px) {
        header nav ul li {
          margin: 0 0.5em; } }
      header nav ul li a {
        color: #ffffff;
        font-size: 0.875em;
        font-weight: 400;
        text-decoration: none !important;
        outline: none !important; }
        header nav ul li a:hover {
          color: #8725FB; }
  @media (max-width: 991px) {
    header .header-nav {
      padding-top: 1.68em; } }
  @media (max-width: 575px) {
    header .header-nav {
      padding-top: 1.68em; } }
  @media (max-width: 1199px) {
    header .header-nav {
      padding-top: 1.68em; } }

.become-member-btn {
  color: #ffffff;
  background: #8725FB;
  border-radius: 2em;
  padding: 0.75em 2em;
  margin: 0 1em; }
  .become-member-btn:hover {
    color: #ffffff; }
  @media (max-width: 991px) {
    .become-member-btn {
      margin: 0 4em 0 0;
      padding: 0.7em 1em;
      font-size: 15px; } }
  @media (max-width: 575px) {
    .become-member-btn {
      margin: 0 4em 0 0;
      padding: 0.7em 0.7em;
      font-size: 12px; } }
  @media (max-width: 1199px) {
    .become-member-btn {
      margin: 0 4em 0 0; } }

footer {
  background: #1E0B4D;
  padding: 2.25em 0; }
  @media (max-width: 991px) {
    footer {
      text-align: center;
      padding: 2.25em 0; } }
  footer h2 {
    color: #ffffff; }
    @media (max-width: 991px) {
      footer h2 {
        margin-top: 2em; } }
    @media (max-width: 575px) {
      footer h2 {
        font-size: 1.25em; } }
  footer p {
    display: flex;
    color: #ffffff;
    word-break: break-word; }
    @media (max-width: 991px) {
      footer p {
        justify-content: center;
        display: block; } }
    footer p small {
      font-size: 0.75em;
      font-weight: 300;
      word-break: break-word; }
      @media (max-width: 575px) {
        footer p small {
          font-size: 0.65em; } }
    footer p i {
      margin: 6px 10px 0 0;
      color: #00EFFC; }
  footer a {
    color: #ffffff;
    word-break: break-word; }
    footer a:hover {
      color: #ffffff; }
  footer .social-icon {
    list-style: none;
    padding: 0; }
    footer .social-icon li {
      display: inline-block;
      margin-right: 1em; }
      footer .social-icon li a {
        font-size: 1.5em; }
  footer .quick-link {
    list-style: none;
    padding: 0; }
    footer .quick-link li {
      display: block;
      margin-bottom: 1.5em; }
      @media (max-width: 575px) {
        footer .quick-link li {
          margin-bottom: 0.5em; } }
      @media (max-width: 575px) {
        footer .quick-link li a {
          font-size: 0.75em; } }
  footer .news-letter {
    background: rgba(255, 255, 255, 0.2);
    border-radius: 2em;
    overflow: hidden;
    display: flex;
    max-width: 500px;
    margin: 0 auto; }
    footer .news-letter input[type=text] {
      border: 0;
      flex: 1;
      background: transparent;
      padding: 1em 2em;
      outline: none;
      color: #ffffff;
      width: 100%; }
      footer .news-letter input[type=text]::-webkit-input-placeholder {
        /* Edge */
        color: #ffffff; }
      footer .news-letter input[type=text]:-ms-input-placeholder {
        /* Internet Explorer 10-11 */
        color: #ffffff; }
      footer .news-letter input[type=text]::placeholder {
        color: #ffffff; }
    footer .news-letter .form-button {
      background: #8725FB;
      border: 0;
      padding: 1em 1.5em;
      color: #ffffff;
      line-height: 29px;
      font-size: 0.875em;
      border: none;
      text-decoration: none;
      outline: none;
      margin: 0 !important; }
  footer .popup-overlay.active {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 9999;
    overflow: hidden; }
  footer .popup-close {
    position: absolute;
    top: 30px;
    right: 30px;
    font-size: 34px;
    color: #ffffff;
    opacity: 1;
    border: none;
    outline: none;
    text-decoration: none;
    z-index: 99999; }
    footer .popup-close:hover {
      color: #ffffff;
      opacity: 1; }
  footer #mce-success-response {
    color: #ffffff;
    padding: 1em 1em 0; }
  footer .mce_inline_error {
    color: #ff0000;
    padding: 1em 1em 0; }
  footer #mce-error-response {
    color: #ffffff;
    padding: 1em 1em 0; }
  footer .local-area-popup {
    position: absolute;
    top: 25%;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 9999;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center; }

.banner {
  position: relative; }
  @media (max-width: 991px) {
    .banner {
      height: 100vh;
      width: 100%; }
      .banner .carousel-item img {
        height: 100vh;
        object-fit: cover; } }
  .banner .carousel-indicators {
    bottom: 110px;
    left: 50%;
    justify-content: flex-start;
    max-width: 1600px;
    width: 100%;
    transform: translateX(-50%);
    margin: 0;
    padding: 0 15px; }
    @media (max-width: 991px) {
      .banner .carousel-indicators {
        overflow: hidden;
        bottom: 20px; } }
    @media (max-width: 575px) {
      .banner .carousel-indicators {
        overflow: hidden;
        bottom: 20px; } }
  .banner:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/overlay.png) no-repeat;
    z-index: 1;
    background-size: cover; }
    @media (max-width: 991px) {
      .banner:before {
        /*background: url(../images/overlaymobile.png) no-repeat;*/
        background: none;
        background-size: cover;
        background-position: center center;
        background-color: rgb(70 55 108 / 80%); } }
  .banner-content-section {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    z-index: 2; }
    @media (max-width: 991px) {
      .banner-content-section {
        top: calc(50% + 10px); } }
    @media (max-width: 575px) {
      .banner-content-section {
        top: calc(50% + 10px); } }
    .banner-content-section h1 {
      color: #ffffff;
      margin: 0 0 1em 0;
      font-weight: normal;
      max-width: 664px; }
      @media (max-width: 1199px) {
        .banner-content-section h1 {
          font-size: 1.5em; } }
      @media (max-width: 575px) {
        .banner-content-section h1 {
          text-align: left;
          font-size: 1em; } }
      @media (max-width: 991px) {
        .banner-content-section h1 {
          text-align: left;
          font-size: 1em; } }
    .banner-content-section .nav-tabs {
      border: 0; }
      @media (max-width: 575px) {
        .banner-content-section .nav-tabs {
          justify-content: start; } }
      .banner-content-section .nav-tabs .nav-item {
        margin-right: 2em; }
        @media (max-width: 575px) {
          .banner-content-section .nav-tabs .nav-item {
            margin-right: 1em; } }
        .banner-content-section .nav-tabs .nav-item .nav-link {
          border: 0;
          color: #ffffff;
          font-size: 1.25em;
          font-weight: 400;
          border-bottom: 3px solid transparent;
          padding: 0;
          padding-bottom: .5em; }
          @media (max-width: 575px) {
            .banner-content-section .nav-tabs .nav-item .nav-link {
              font-size: 1em; } }
          .banner-content-section .nav-tabs .nav-item .nav-link.active {
            background: transparent;
            border-bottom-color: #8725FB; }

.banner-search-form {
  background: white;
  border-radius: 2em;
  overflow: hidden;
  display: flex;
  align-items: center;
  margin-top: 2.5em;
  max-width: 75%; }
  @media (max-width: 991px) {
    .banner-search-form {
      max-width: 100%;
      margin-top: 1em; } }
  @media (max-width: 991px) {
    .banner-search-form {
      max-width: 100%;
      margin-top: 1em; } }
  .banner-search-form i {
    font-size: 1.5em;
    color: #1E0B4D;
    padding-left: 1em; }
    @media (max-width: 575px) {
      .banner-search-form i {
        display: none; } }
  .banner-search-form input[type=text] {
    border: 0;
    flex: 1;
    background: transparent;
    padding: 1em;
    outline: none;
    width: 100%; }
    .banner-search-form input[type=text]::-webkit-input-placeholder {
      /* Edge */
      color: #ACACAC; }
    .banner-search-form input[type=text]:-ms-input-placeholder {
      /* Internet Explorer 10-11 */
      color: #ACACAC; }
    .banner-search-form input[type=text]::placeholder {
      color: #ACACAC; }
  .banner-search-form button {
    background: #8725FB;
    border: 0;
    padding: 1em 1.5em;
    color: #ffffff;
    line-height: 29px;
    font-size: 0.875em;
    border: none;
    text-decoration: none;
    outline: none; }

.inner-banner {
  padding: 13.4375em 0 7.25rem;
  position: relative;
  background: #1E0B4D; }
  @media (max-width: 1199px) {
    .inner-banner {
      padding: 10rem 0 6rem; } }
  .inner-banner:before {
    content: '';
    position: absolute;
    right: 0;
    bottom: -24px;
    background: url("../images/arrows.svg") no-repeat;
    max-width: 721px;
    max-height: 334px;
    opacity: 0.4;
    width: 100%;
    height: 100%;
    z-index: 0; }
    .inner-banner.no-banner-img:before {
      display: none;
    }
    .inner-banner.md-1200{
      padding: 110px 0;
    }
    @media (max-width: 1199px) {
      .inner-banner.md-1200{
        padding: 80px 0;
      } }
      @media (max-width: 766px) {
        .inner-banner.md-1200{
          padding: 60px 0;
        } }
    @media (max-width: 766px) {
      .inner-banner:before {
        bottom: -74px; } }
    @media (max-width: 575px) {
      .inner-banner:before {
        bottom: -160px; } }
  .inner-banner h1 {
    color: #ffffff;
    font-weight: normal; }
  .inner-banner p {
    color: #ffffff;
    max-width: 469px;
    font-weight: normal;
    padding: 0; }

.brands {
  padding: 2.25em 0; }
  @media (max-width: 766px) {
    .brands {
      padding: 2.25em 0; } }
  .brands ul {
    text-align: center;
    display: flex;
    align-items: center;
    margin: 0;
    justify-content: center;
    flex-wrap: wrap;
    padding: 0; }
    .brands ul li {
      list-style: none;
      margin: 10px 40px; }
      .brands ul li img {
        max-height: 130px;
        max-width: 150px;
        object-fit: contain;
        display: block; }

.join {
  background: url("../images/join.jpg") no-repeat center/cover;
  padding: 2.25em 0;
  position: relative;
  overflow: hidden; }
  .join:after {
    content: '';
    position: absolute;
    right: -406px;
    bottom: -6px;
    background: url("../images/Arrowhite.svg") no-repeat;
    max-width: 741px;
    max-height: 376px;
    opacity: 0.4;
    width: 100%;
    height: 100%;
    z-index: 0;
    /* @include breakpoint(laptop) {
            display: none;
        }*/ }
  .join:before {
    content: '';
    position: absolute;
    right: -359px;
    top: 0;
    background: url("../images/smallarrow.svg") no-repeat;
    width: 100%;
    height: 100%;
    max-width: 741px;
    max-height: 282px;
    z-index: 0;
    opacity: 0.4;
    /* @include breakpoint(laptop) {
            display: none;
        }*/ }
  @media (max-width: 766px) {
    .join {
      padding: 2em 0; } }
  .join-content {
    background: #fff;
    padding: 2.25em 4em 2.25em 3.9375em;
    border-radius: 5px; }
    @media (max-width: 575px) {
      .join-content {
        padding: 2.25em; } }
    .join-content h3 {
      font-size: 14px;
      color: #acacac;
      text-transform: uppercase; }
    .join-content p {
      color: #656565;
      margin: 2em 0; }
    .join-content a {
      margin-right: 2.5em; }
      @media (max-width: 575px) {
        .join-content a {
          margin: 0 0 1em;
          display: block;
          width: 100%; } }

.benefits {
  padding: 2.25em 0 0;
  position: relative;
  overflow: hidden; }
  .benefits:before {
    background: url("../images/Arrowteal.svg") no-repeat;
    content: "";
    position: absolute;
    left: -29px;
    top: -40px;
    width: 100%;
    height: 100%;
    max-width: 400px;
    max-height: 400px;
    opacity: 0.4;
    -ms-transform: rotate(180deg);
    /* IE 9 */
    transform: rotate(180deg); }
    @media (max-width: 1299px) {
      .benefits:before {
        left: -167px;
        top: -62px; } }
    @media (max-width: 1199px) {
      .benefits:before {
        left: -181px;
        top: -12px; } }
    @media (max-width: 991px) {
      .benefits:before {
        left: -101px;
        top: -134px; } }
    @media (max-width: 575px) {
      .benefits:before {
        left: -160px;
        top: -131px; } }
  @media (max-width: 991px) {
    .benefits {
      padding: 2.25rem 0; } }
  .benefits-content {
    padding: 0 3em 0 3em; }
    @media (max-width: 1199px) {
      .benefits-content {
        padding: 0 2rem; } }
    @media (max-width: 991px) {
      .benefits-content {
        padding: 0; } }
  .benefits h3 {
    font-size: 14px;
    color: #acacac; }
  .benefits h2 {
    margin-bottom: 2rem; }
  .benefits img {
    max-width: 100%;
    display: block;
    margin: 0 auto; }
    @media (max-width: 991px) {
      .benefits img {
        margin-bottom: 2rem; } }
  .benefits a {
    margin-top: 1.5rem; }

.seller {
  position: relative;
  padding: 2.25em 0; }
  @media (max-width: 1199px) {
    .seller {
      padding: 2.25rem 0; } }
  .seller:after {
    content: "";
    bottom: 0;
    right: 0;
    content: "";
    background: url("../images/Arrowteal.svg") no-repeat;
    position: absolute;
    width: 100%;
    height: 100%;
    max-width: 418px;
    max-height: 418px; }
    @media (max-width: 1199px) {
      .seller:after {
        display: none; } }
  .seller-content {
    padding: 2rem 6.875rem;
    background: rgba(0, 239, 252, 0.1);
    height: 100%;
    border-radius: 5px; }
    @media (max-width: 1199px) {
      .seller-content {
        padding: 2rem; } }
  .seller img {
    height: 100%;
    width: 100%;
    object-fit: cover; }
    @media (max-width: 991px) {
      .seller img {
        padding: 2rem 0; } }

.tips {
  background: #8725FB;
  padding: 2.25rem 0 13.75rem;
  position: relative;
  z-index: 0; }
  .tips::after {
    content: '';
    position: absolute;
    right: 122px;
    bottom: -4%;
    background: url(../images/Freeadvice.png) no-repeat;
    max-width: 800px;
    max-height: 600px;
    opacity: 1;
    width: 100%;
    height: 100%;
    z-index: 0; }
    @media (max-width: 1299px) {
      .tips::after {
        display: none; } }
  .tips-dropdown {
    position: relative;
    display: inline-block;
    width: 100%;
    background: #ffffff;
    margin-top: 1em;
    border-radius: 5px;
    font-size: 14px; }
    .tips-dropdown:before {
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      content: "\f0d7";
      position: absolute;
      right: 20px;
      top: 50%;
      transform: translateY(-50%);
      display: inline-block;
      font-size: 16px; }
  .tips .tips-content {
    padding: 0 0 0 6.875rem; }
    @media (max-width: 1199px) {
      .tips .tips-content {
        padding: 7.5em 0; } }
    @media (max-width: 991px) {
      .tips .tips-content {
        padding: 2.5em 0; } }
  @media (max-width: 1199px) {
    .tips {
      padding: 0; } }
  .tips h2, .tips p, .tips a {
    color: #ffffff; }
  .tips a {
    text-decoration: underline; }
  .tips .download-guide {
    text-decoration: none;
    cursor: pointer; }
  .tips h3 {
    color: #1E0B4D;
    margin-bottom: 1.5em; }
  .tips select {
    -webkit-appearance: none;
    background: transparent;
    border-radius: 5px;
    border: none;
    outline: none;
    padding: 1rem 1.5rem;
    width: 100%;
    z-index: 99999;
    position: relative;
    cursor: pointer; }
  .tips button {
    background: #1E0B4D;
    color: #ffffff;
    padding: 0.75rem 2.5rem;
    border-radius: 2rem;
    border: 0;
    display: block;
    outline: none;
    margin-bottom: 2.5rem;
    margin-top: 1.5em; }
  .tips-image {
    position: relative; }
    .tips-image img {
      max-width: 100%;
      position: absolute;
      top: -25px;
      right: 148px;
      z-index: 1; }
      @media (max-width: 1199px) {
        .tips-image img {
          position: static;
          padding: 2.25em 0; } }

.become-member-form {
  padding-top: 2.25em;
  padding-bottom: 2.25em;
  overflow: hidden;
  /* show the placeholder when input has no content (no content = invalid) */
  /* hide the placeholder when input has some text typed in */ }
  @media (max-width: 1199px) {
    .become-member-form {
      padding-top: 1.3125em;
      padding-bottom: 1.3125em; } }
  .become-member-form h2 {
    font-size: 40px; }
    @media (max-width: 575px) {
      .become-member-form h2 {
        font-size: 28px; } }
    @media (max-width: 991px) {
      .become-member-form h2 {
        font-size: 28px; } }
  .become-member-form .custom-radio .custom-control-input:checked ~ .custom-control-label::after {
    display: none; }
  @media (max-width: 575px) {
    .become-member-form {
      padding-top: 30px;
      padding-bottom: 28px; } }
  .become-member-form .step1 {
    padding-left: 5em; }
    @media (max-width: 1199px) {
      .become-member-form .step1 {
        padding-left: 0; } }
    .become-member-form .step1 .step-forms {
      position: relative; }
    .become-member-form .step1 .companyWebsite {
      position: relative;
      margin-top: 2.4375em; }
  .become-member-form .specificArea {
    position: relative; }
  .become-member-form .form-image {
    position: relative;
    float: right; }
    @media (max-width: 766px) {
      .become-member-form .form-image {
        display: none; } }
    .become-member-form .form-image:before {
      content: "";
      position: absolute;
      left: calc(100% - 153px);
      bottom: 71px;
      background: url(../images/Dots.png) no-repeat;
      max-width: 389px;
      max-height: 379px;
      width: 100%;
      height: 100%;
      z-index: -1; }
      @media (max-width: 766px) {
        .become-member-form .form-image:before {
          display: none; } }
  .become-member-form input[type="text"] {
    border-radius: 5px;
    border: 0;
    width: 521px;
    max-width: 100%;
    background: #f7f0ff;
    padding: 1em;
    outline: none; }
    @media (max-width: 766px) {
      .become-member-form input[type="text"] {
        width: 100%; } }
    .become-member-form input[type="text"]::-webkit-input-placeholder {
      color: #acacac; }
    .become-member-form input[type="text"]:-ms-input-placeholder {
      color: #acacac; }
    .become-member-form input[type="text"]::placeholder {
      color: #acacac; }
  .become-member-form input[type="email"] {
    border-radius: 5px;
    border: 0;
    width: 521px;
    max-width: 100%;
    background: #f7f0ff;
    padding: 1em;
    outline: none; }
    @media (max-width: 766px) {
      .become-member-form input[type="email"] {
        width: 100%; } }
    .become-member-form input[type="email"]::-webkit-input-placeholder {
      color: #acacac; }
    .become-member-form input[type="email"]:-ms-input-placeholder {
      color: #acacac; }
    .become-member-form input[type="email"]::placeholder {
      color: #acacac; }
  .become-member-form input[type="number"] {
    border-radius: 5px;
    border: 0;
    width: 521px;
    max-width: 100%;
    background: #f7f0ff;
    padding: 1em;
    outline: none; }
    @media (max-width: 766px) {
      .become-member-form input[type="number"] {
        width: 100%; } }
    .become-member-form input[type="number"]::-webkit-input-placeholder {
      color: #acacac; }
    .become-member-form input[type="number"]:-ms-input-placeholder {
      color: #acacac; }
    .become-member-form input[type="number"]::placeholder {
      color: #acacac; }
  .become-member-form input[required] + label {
    color: #1e0b4d;
    font-size: 14px;
    position: absolute;
    z-index: 99;
    left: 19px;
    padding-top: 1.34em; }
    @media (max-width: 1199px) {
      .become-member-form input[required] + label {
        left: 15px; } }
  .become-member-form input[required] + label:after {
    content: "(Required)";
    color: #1e0b4d80;
    padding-left: 0.5em; }
  .become-member-form input[required]:invalid + label {
    display: inline-block; }
  .become-member-form input[required]:valid + label {
    display: none; }
  .become-member-form .website-radio-content p {
    color: #1E0B4D;
    font-size: 14px; }
  .become-member-form .website-radio-content .radio-button {
    padding-top: 8px; }
    .become-member-form .website-radio-content .radio-button label {
      font-size: 20px;
      font-weight: 500;
      padding-left: 0.5em; }
  .become-member-form .custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: 0;
    display: block;
    width: 3rem !important;
    height: 1rem;
    content: "";
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
    cursor: pointer; }
  .become-member-form .custom-radio .custom-control-input:checked ~ .custom-control-label::before {
    background-color: purple !important; }
  .become-member-form .custom-control-label::before {
    width: 1.3rem !important;
    height: 1.3rem !important; }
  .become-member-form .type-of-agent {
    padding: 1.30rem 1rem;
    border-radius: 5px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    width: 521px;
    max-width: 100%;
    height: 60px !important;
    background: #f7f0ff;
    outline: none;
    border: none;
    font-size: 14px;
    color: #1e0b4d; }
    @media (max-width: 766px) {
      .become-member-form .type-of-agent {
        flex: 1;
        width: 100%; } }
    .become-member-form .type-of-agent select {
      display: block;
      width: 100%;
      color: #1e0b4d;
      background-color: transparent;
      border: none;
      outline: none; }
  .become-member-form .tab {
    display: none;
    width: 100%;
    height: 50%;
    margin: 0px auto; }
  .become-member-form .current {
    display: block; }
  .become-member-form .thanks-page {
    padding: 5.3125em;
    border-radius: 5px;
    background-color: #f7f0ff;
    width: 100%; }
    @media (max-width: 575px) {
      .become-member-form .thanks-page {
        margin-top: 0;
        padding: 1.3125em; } }
    @media (max-width: 1199px) {
      .become-member-form .thanks-page {
        padding: 1.3125em; } }
    .become-member-form .thanks-page i {
      font-size: 100px;
      color: yellowgreen;
      justify-content: center;
      display: flex; }
    .become-member-form .thanks-page .thanks-page-content h2 {
      text-align: center;
      font-size: 37px; }
    .become-member-form .thanks-page .thanks-page-content p {
      text-align: center; }
  .become-member-form .step2 {
    padding-left: 5em; }
    @media (max-width: 1199px) {
      .become-member-form .step2 {
        padding-left: 0; } }
    .become-member-form .step2 .step-form-two {
      position: relative; }

.find-agent-sort-by {
  padding: 2.25rem 0; }
  @media (max-width: 766px) {
    .find-agent-sort-by .d-flex.justify-content-between.align-items-center {
      flex-wrap: wrap; } }
  .find-agent-sort-by p {
    margin: 0;
    color: #1E0B4D !important; }
    @media (max-width: 766px) {
      .find-agent-sort-by p {
        flex: 0 0 100%; } }
  .find-agent-sort-by .select-option {
    display: flex;
    align-items: center; }
    @media (max-width: 766px) {
      .find-agent-sort-by .select-option {
        flex: 1;
        margin-top: 1rem; }
        .find-agent-sort-by .select-option p {
          flex: unset; } }
    .find-agent-sort-by .select-option .sorting-dropdown {
      padding: 1rem 1rem;
      background-color: #f7f0ff;
      border-radius: 50px;
      margin-left: 1rem; }
      @media (max-width: 766px) {
        .find-agent-sort-by .select-option .sorting-dropdown {
          flex: 1;
          width: 100%; } }
      .find-agent-sort-by .select-option .sorting-dropdown select {
        display: block;
        width: 100%;
        line-height: 1.5;
        color: #1e0b4d;
        font-size: 0.75em;
        background-color: transparent;
        border: none;
        outline: none; }
.company-desc p{
  max-width: 100%;
}
.find-agent-cards {
  position: relative;
  background-color: #f7f0ff;
  border-radius: 5px;
  padding: 1.5rem;
  margin-bottom: 2rem;
  display: block;
  color: #1E0B4D;
  width: 100%;
  padding-bottom: 5rem;
  height: calc(100% - 2rem);
  text-align: center;
 }
 .find-agent-cards .view-props {
  position: absolute;
  bottom: 1.5rem;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}
.find-agent-cards div ul:last-child{
    position: absolute;
    width: calc(100% - 3rem);
    bottom: 1.5rem;
  }
  .find-agent-cards .agent-address {
    height: 10vh;
    max-height: 30vh; }
  .find-agent-cards:hover {
    text-decoration: none;
    color: #1E0B4D; }
  .find-agent-cards img {
    width: 100%;
    height: 300px;
    object-fit: contain;
    max-width: 250px; }
  .find-agent-cards h2 {
    margin: 1rem 0; }
    @media screen and (max-width: 530px){
      .find-agent-cards h2 {
        margin: 1rem 0;
        text-overflow: initial;
        white-space: normal;
        overflow: initial; }
    }
  .find-agent-cards p {
    color: #2B2B2B; }
    .find-agent-cards p strong {
      font-size: 24px;
      color: #8700ff;
      font-weight: bold; }
  .find-agent-cards ul {
    display: flex;
    list-style-type: none;
    padding: 0;
    margin: 2rem 0 0; }
    .find-agent-cards ul li {
      background-color: white;
      border-radius: 5px;
      flex: 1;
      text-align: center;
      color: #acacac;
      font-size: 0.75rem;
      padding: 1rem 0;
      position: relative; }
      .find-agent-cards ul li:before {
        content: '';
        position: absolute;
        left: calc(100% - .5px);
        top: 50%;
        background-color: #f7f0ff;
        height: 34px;
        width: 1px;
        transform: translateY(-50%);
        z-index: 1; }
      .find-agent-cards ul li span {
        display: block;
        color: #1E0B4D;
        font-size: 1.25rem;
        font-weight: 500; }

.agent-details {
  padding: 2.25rem 0; }
  @media (max-width: 1199px) {
    .agent-details {
      padding: 2.25rem 0; } }
  .agent-details-content {
    background-color: #e5fdfe;
    padding: 2.25rem 3.275rem;
    height: 100%;
    display: flex;
    align-items: center;
    border-radius: 5px; }
    @media (max-width: 1199px) {
      .agent-details-content {
        padding: 2.25rem; } }
    @media (max-width: 575px) {
      .agent-details-content {
        padding: 2.25rem; } }
    .agent-details-content p strong {
      color: #8700FF;
      font-size: 1.25rem; }
  .agent-details-price, .agent-details-img-sale {
    height: 100%;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-radius: 5px;
    margin-left: 2em; }
    .agent-details-img-sale {
      box-shadow: none;
      align-items: flex-start;
      border-radius: 0;
      margin-left: 0em; }
      .agent-details-img-sale img{
        width: 250px;
        max-width: 250px;
        height: auto;
      }
    @media (max-width: 1199px) {
      .agent-details-price, .agent-details-img-sale {
        padding: 2.25rem;
        flex-direction: row; } }
    @media (max-width: 575px) {
      .agent-details-price, .agent-details-img-sale {
        padding: 1rem 0;
        margin: 20px 0; }
        .agent-details-img-sale img{
          width: 100%;
        }
      }
    @media (max-width: 991px) {
      .agent-details-price, .agent-details-img-sale {
        margin: 20px 0; } }
    .agent-details-price ul, .agent-details-img-sale ul {
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: row;
      list-style: none;
      padding: 0;
      margin: 3rem 0 0; }
      .agent-details-img-sale ul.sale-rent {
        margin: 1rem 0;
      }
      @media (max-width: 575px) {
        .agent-details-price ul, .agent-details-img-sale ul {
          margin: 1rem 0 0; } }
      .agent-details-price ul li, .agent-details-img-sale ul li{
        background-color: #1E0B4D;
        color: #ffffff;
        border-radius: 5px;
        padding: 1rem 3rem;
        text-align: center;
        position: relative; }

        .agent-details-price ul li:before, .agent-details-img-sale ul li:before{
          content: "";
          position: absolute;
          height: 2rem;
          width: 1px;
          background-color: #ffffff;
          left: calc(100% - 0.5px);
          top: 50%;
          transform: translateY(-50%);
          z-index: 1; }
        .agent-details-price ul li:last-child::before, .agent-details-img-sale:last-child::before {
          display: none; }
        .agent-details-price ul li strong, .agent-details-img-sale ul li strong {
          display: block; }
        @media (max-width: 575px) {
          .agent-details-price ul li, .agent-details-img-sale ul li {
            padding: 1rem 1.5rem;
            flex: 1; } }
    .agent-details-price img {
      width: 100%;
      height: 340px;
      object-fit: contain; }
    .price-type{
      display: inline-block !important;
      font-size: 35%;
    }
.available-property {
  padding: 2.25rem 0; }
  @media (max-width: 1199px) {
    .available-property {
      padding: 2.25rem 0; } }
  @media (max-width: 575px) {
    .available-property .btn-primary, .available-property .btn-secondary, .available-property .property-sharing .properties-info-button .btn-secondary, .property-sharing .properties-info-button .available-property .btn-secondary, .available-property .btn-secondary {
      padding: 0.5em 1.2em; } }
  .available-property h2 {
    text-align: center;
    font-size: 2.5rem;
    margin-bottom: 5rem; }
    @media (max-width: 575px) {
      .available-property h2 {
        font-size: 1.75rem;
        margin-bottom: 2rem; } }
  .available-property .btn-view-all-property {
    background: #1E0B4D;
    padding: 1em 2em;
    border-radius: 50px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    display: inline-block; }

.property-card {
  position: relative;
  margin-bottom: 4rem; }
  .property-card img {
    width: 100%;
    border-radius: 5px;
    height: 334px;
    object-fit: cover; }
  .property-card .sold-tag {
    position: absolute;
    left: 1rem;
    top: 1rem;
    text-transform: uppercase;
    background-color: #ffffff;
    color: #1E0B4D;
    letter-spacing: 2.8px;
    border-radius: 2rem;
    padding: 0.5em 1.4375em 0.5em 1.625em; }
  .property-card h5 {
    color: #acacac;
    font-size: 0.875rem;
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 2.8px;
    padding-top: 1.06em; }
    .property-card h5 span {
      color: #1E0B4D; }
  .property-card h4 {
    margin-bottom: 1rem; }
    .property-card h4 span {
      display: block;
      color: #acacac; }
  .property-card ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 0;
    margin: 0; }
    @media (max-width: 575px) {
      .property-card ul {
        justify-content: center; } }
    @media (max-width: 991px) {
      .property-card ul {
        justify-content: center; } }
    .property-card ul li {
      margin-right: 1rem;
      display: flex;
      align-items: center;
      color: #ACACAC; }
      .property-card ul li:last-child {
        margin-right: 0; }
      .property-card ul li img {
        margin-right: 10px;
        width: auto;
        height: auto; }
  @media (max-width: 575px) {
    .property-card .property-grid-btn {
      display: flex;
      justify-content: center; } }
  @media (max-width: 991px) {
    .property-card .property-grid-btn {
      justify-content: center; } }

.news-categories {
  padding: 2.25rem 0; }
  .news-categories .select-option {
    display: flex;
    align-items: center;
    justify-content: flex-end; }
    .news-categories .select-option p {
      margin: 0;
      font-size: 1.25rem;
      font-weight: 500; }
    @media (max-width: 766px) {
      .news-categories .select-option {
        flex: 1;
        margin-top: 1rem; }
        .news-categories .select-option p {
          flex: unset; } }
    .news-categories .select-option .sorting-dropdown {
      padding: .78em 0.75rem;
      background-color: #f7f0ff;
      border-radius: 50px;
      margin-left: 1rem; }
      @media (max-width: 766px) {
        .news-categories .select-option .sorting-dropdown {
          flex: 1;
          width: 100%; } }
      .news-categories .select-option .sorting-dropdown select {
        display: block;
        width: 100%;
        line-height: 1.5;
        color: #1e0b4d;
        font-size: 0.75em;
        background-color: transparent;
        border: none;
        outline: none; }

.news-category-tag {
  position: absolute;
  left: 1rem;
  top: 1rem;
  text-transform: uppercase;
  background-color: #ffffff;
  font-size: 14px;
  border-radius: 50px;
  padding: .375rem .75rem;
  letter-spacing: 2.8px; }

.news-image {
  position: relative; }
  .news-image img {
    width: 100%; }

.news .news-artiles a {
  background: #8725FB;
  color: #ffffff; }

.news .news-artiles h3 span {
  color: #1E0B4D; }

.news .news-artiles h2 {
  font-size: 2.4rem;
  font-weight: normal; }
  @media (max-width: 1199px) {
    .news .news-artiles h2 {
      font-size: 2em; } }

.news-artiles-list {
  padding-bottom: 2.25em; }
  @media (max-width: 766px) {
    .news-artiles-list {
      padding-bottom: 2.25em; } }
  .news-artiles-list .sold-button {
    position: absolute;
    left: 2rem;
    top: 1rem; }
    .news-artiles-list .sold-button .sold-btn {
      text-transform: uppercase;
      background-color: white;
      color: #1e0b4d;
      font-size: 14px;
      letter-spacing: 2.8px;
      border-radius: 50px; }
  @media (max-width: 766px) {
    .news-artiles-list img {
      width: 100%; } }
  .news-artiles-list .news-artiles h4 {
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 2.8px;
    color: #acacac;
    text-transform: uppercase; }
    .news-artiles-list .news-artiles h4 span {
      color: #1E0B4D; }
  .news-artiles-list .news-artiles h2 {
    font-size: 22px; }
  .news-artiles-list .news-artiles p {
    color: #656565; }
  .news-artiles-list .news-artiles .btn-primary, .news-artiles-list .news-artiles .btn-secondary {
    background: #8725FB;
    padding: 1em 2em;
    border-radius: 50px;
    color: white;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    display: inline-block; }
    .news-artiles-list .news-artiles .btn-primary:hover, .news-artiles-list .news-artiles .btn-secondary:hover {
      background: #8725FB; }
  .news-artiles-list .press-releases {
    padding-top: 2.25em;
    position: relative; }
    @media (max-width: 991px) {
      .news-artiles-list .press-releases {
        padding-top: 2.25em; } }
    .news-artiles-list .press-releases:before {
      content: "";
      position: absolute;
      top: 100%;
      left: 50%;
      transform: translateX(-50%);
      height: 4px;
      width: 96px;
      background-color: #8700FF; }
    .news-artiles-list .press-releases p {
      color: #ACACAC;
      font-size: 20px; }

.property-search-form:before {
  display: none; }

.property-search-form .property-search-wrap {
  display: inline-flex;
  flex-wrap: wrap; }
  @media (max-width: 766px) {
    .property-search-form .property-search-wrap {
      display: block; } }
  @media (max-width: 575px) {
    .property-search-form .property-search-wrap {
      display: block; } }
  .property-search-form .property-search-wrap-dropdown, .property-search-form .property-search-wrap-input-dropdown {
    padding: 0rem 1rem;
    background: #ffffff;
    border-radius: 2rem;
    height: 60px;
    display: flex;
    align-items: center;
    margin-bottom: 1rem; }
    .property-search-form .property-search-wrap-dropdown select, .property-search-form .property-search-wrap-input-dropdown select {
      border: 0;
      width: 9rem;
      outline: none;
      font-size: 14px;
      background: none; }
      @media (max-width: 575px) {
        .property-search-form .property-search-wrap-dropdown select, .property-search-form .property-search-wrap-input-dropdown select {
          width: 100%; } }
      @media (max-width: 766px) {
        .property-search-form .property-search-wrap-dropdown select, .property-search-form .property-search-wrap-input-dropdown select {
          width: 100%; } }
  @media (max-width: 766px) {
    .property-search-form .property-search-wrap-input-dropdown {
      background: transparent;
      height: auto;
      display: block;
      padding: 0;
      margin-bottom: 1em; }
      .property-search-form .property-search-wrap-input-dropdown .mobile-dropdown {
        background: white;
        padding: 0 1em;
        border-radius: 30px; }
        .property-search-form .property-search-wrap-input-dropdown .mobile-dropdown select {
          height: 60px;
          width: 100%; } }
  .property-search-form .property-search-wrap-input-dropdown input {
    width: 15rem;
    font-size: .875rem;
    margin-right: 1rem;
    padding: .5rem 0;
    border: 0;
    border-right: 1px solid #acacac;
    outline: none;
    padding-right: 1rem; }
    @media (max-width: 766px) {
      .property-search-form .property-search-wrap-input-dropdown input {
        background: #fff;
        height: 60px;
        width: 100%;
        border-radius: 30px;
        padding: 0 15px;
        margin-right: 0;
        margin-bottom: 1.05em; } }
    .property-search-form .property-search-wrap-input-dropdown input::-webkit-input-placeholder {
      color: #acacac; }
    .property-search-form .property-search-wrap-input-dropdown input:-ms-input-placeholder {
      color: #acacac; }
    .property-search-form .property-search-wrap-input-dropdown input::placeholder {
      color: #acacac; }
  .property-search-form .property-search-wrap button {
    background: #8725FB;
    height: 60px;
    width: 60px;
    border-radius: 60px;
    border-radius: 50%;
    color: #ffffff;
    border: 0;
    font-size: 0.875em;
    outline: none;
    text-decoration: none;
    border: none; }
    @media screen and (max-width: 769px){
      .property-search-form .property-search-wrap button {
        width: 100%;
        border-radius: 2rem;
      }
    }
  .property-search-form .property-search-wrap-switch {
    display: flex;
    overflow: hidden;
    background: #ffffff;
    padding: 3px;
    border-radius: 2rem;
    margin-bottom: 1rem; }
    .property-search-form .property-search-wrap-switch input {
      position: absolute !important;
      clip: rect(0, 0, 0, 0);
      height: 1px;
      width: 1px;
      border: 0;
      overflow: hidden;
      border-radius: 2rem; }
      .property-search-form .property-search-wrap-switch input:checked + label {
        background-color: #8725FB;
        box-shadow: none;
        color: #ffffff;
        border-radius: 2rem; }
    .property-search-form .property-search-wrap-switch label {
      background-color: #ffffff;
      color: #acacac;
      font-size: .875rem;
      text-align: center;
      padding: 0 2rem;
      margin-right: -1px;
      border: 0;
      transition: all 0.1s ease-in-out;
      height: 54px;
      margin: 0;
      display: flex;
      align-items: center;
      border-radius: 2rem; }
      @media (max-width: 991px) {
        .property-search-form .property-search-wrap-switch label {
          width: 50%;
          justify-content: center; } }
      @media (max-width: 575px) {
        .property-search-form .property-search-wrap-switch label {
          width: 50%;
          justify-content: center; } }
      .property-search-form .property-search-wrap-switch label:hover {
        cursor: pointer; }
      .property-search-form .property-search-wrap-switch label:first-of-type {
        border-radius: 4px 0 0 4px; }
      .property-search-form .property-search-wrap-switch label:last-of-type {
        border-radius: 0 4px 4px 0; }

#list-view > ul {
  list-style: none;
  margin: 0;
  padding: 0; }
  #list-view > ul > li {
    display: grid;
    grid-gap: 60px;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 3rem; }
    @media (max-width: 1299px) {
      #list-view > ul > li {
        display: block; } }
    @media only screen and (max-width: 1399px) {
      #list-view > ul > li {
        grid-gap: 30px; } }
    #list-view > ul > li .image-grid {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      grid-gap: .25rem;
      position: relative;
      margin-top: 1em; }
      @media (max-width: 1299px) {
        #list-view > ul > li .image-grid {
          margin-bottom: 1rem; } }
      #list-view > ul > li .image-grid .sold-tag {
        position: absolute;
        left: 1rem;
        top: 1rem;
        text-transform: uppercase;
        background-color: #ffffff;
        color: #1E0B4D;
        letter-spacing: 2.8px;
        border-radius: 2rem;
        padding: 0.6875em 1.4375em 0.6875em 1.625em;
        font-size: 0.875em;
        z-index: 9; }
      #list-view > ul > li .image-grid img {
        max-width: 100%;
        height: 270px;
        object-fit: cover;
        width: 376px; }
        @media (max-width: 1299px) {
          #list-view > ul > li .image-grid img {
            width: 100%; } }
        #list-view > ul > li .image-grid img:first-child {
          grid-column: 1 / -1;
          border-radius: 5px;
          width: 800px;
          height: 501px;
          object-fit: cover; }
          @media (max-width: 1299px) {
            #list-view > ul > li .image-grid img:first-child {
              width: 100%; } }
    #list-view > ul > li .property-descrition {
      display: flex;
      justify-content: space-between;
      flex-direction: column;
      padding-top: 2.25em; }
      @media (max-width: 1199px) {
        #list-view > ul > li .property-descrition {
          padding-top: 0; } }
      #list-view > ul > li .property-descrition h2 {
        color: #1E0B4D;
        font-size: 2.5rem;
        text-align: center;
        margin-top: 2rem;
        font-weight: normal; }
        @media (max-width: 1299px) {
          #list-view > ul > li .property-descrition h2 {
            padding-top: 0;
            font-size: 1.5rem; } }
        @media only screen and (max-width: 1399px) {
          #list-view > ul > li .property-descrition h2 {
            margin-top: 0;
            margin-bottom: 1rem; }
            #list-view > ul > li .property-descrition h2 br {
              display: none; } }
        #list-view > ul > li .property-descrition h2 span {
          display: block;
          color: #acacac;
          font-weight: 300; }
      #list-view > ul > li .property-descrition .property-specifications {
        list-style: none;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        padding: 0;
        margin: 0;
        justify-content: center; }
        #list-view > ul > li .property-descrition .property-specifications > li {
          margin-right: 1rem;
          display: flex;
          align-items: center;
          grid-gap: 0;
          color: #acacac; }
          #list-view > ul > li .property-descrition .property-specifications > li:last-child {
            margin-right: 0; }
          #list-view > ul > li .property-descrition .property-specifications > li img {
            margin-right: 10px;
            width: auto; }
    #list-view > ul > li .property-descrition-bottom-section {
      background: #F7F0FF;
      padding: 1rem;
      border-radius: 5px; }
      @media (max-width: 1299px) {
        #list-view > ul > li .property-descrition-bottom-section {
          margin-top: 1rem; } }
      #list-view > ul > li .property-descrition-bottom-section ul {
        display: flex;
        justify-content: space-between;
        align-items: center;
        list-style: none;
        margin: 0;
        padding: 0; }
        @media (max-width: 575px) {
          #list-view > ul > li .property-descrition-bottom-section ul {
            display: block; } }
        #list-view > ul > li .property-descrition-bottom-section ul li {
          max-width: 50%;
          padding-left: 3.125em; }
          @media (max-width: 991px) {
            #list-view > ul > li .property-descrition-bottom-section ul li {
              text-align: left;
              padding-left: 1.125em; } }
          @media (max-width: 575px) {
            #list-view > ul > li .property-descrition-bottom-section ul li {
              text-align: center;
              max-width: 100%; } }
          #list-view > ul > li .property-descrition-bottom-section ul li h3 {
            font-size: 14px;
            color: #1E0B4D; }
          #list-view > ul > li .property-descrition-bottom-section ul li h4 {
            font-size: 1.25rem;
            margin-bottom: 1rem; }
          #list-view > ul > li .property-descrition-bottom-section ul li p strong {
            font-size: 1rem;
            color: #8725FB; }
          #list-view > ul > li .property-descrition-bottom-section ul li img {
            max-height: 200px;
            object-fit: cover; }
            @media (max-width: 575px) {
              #list-view > ul > li .property-descrition-bottom-section ul li img {
                max-height: auto;
                margin-top: 1rem; } }

.grid-list-view {
  padding: 2rem 0; }
  @media (max-width: 991px) {
    .grid-list-view {
      text-align: center; } }
  @media (max-width: 766px) {
    .grid-list-view .d-flex.justify-content-between.align-items-center {
      flex-wrap: wrap; } }
  .grid-list-view .nav {
    background: #f7f0ff !important;
    border-radius: 50px; }
    @media (max-width: 991px) {
      .grid-list-view .nav {
        display: inline-flex; } }
  .grid-list-view .nav-pills .nav-link.active,
  .grid-list-view .nav-pills .show > .nav-link {
    color: #ffffff;
    background-color: #8700ff;
    border-radius: 50px; }
  .grid-list-view .nav-link {
    color: #1E0B4D;
    display: block;
    padding: 1rem 2rem; }
  .grid-list-view p {
    margin: 0;
    color: #1E0B4D; }
    @media (max-width: 766px) {
      .grid-list-view p {
        flex: 0 0 100%; } }
  .grid-list-view .select-option {
    display: flex;
    align-items: center; }
    @media (max-width: 991px) {
      .grid-list-view .select-option {
        flex: 1;
        margin-top: 1rem; }
        .grid-list-view .select-option p {
          flex: unset; } }
    .grid-list-view .select-option .sorting-dropdown {
      padding: 0.4875em 1.4375em 0.425em 0.625em;
      background-color: #f7f0ff;
      border-radius: 50px;
      margin-left: 1rem; }
      @media (max-width: 991px) {
        .grid-list-view .select-option .sorting-dropdown {
          flex: 1; } }
      .grid-list-view .select-option .sorting-dropdown select {
        display: block;
        width: 100%;
        line-height: 1.5;
        color: #1E0B4D;
        font-size: 0.875em;
        background-color: transparent;
        border: none;
        outline: none; }
  .grid-list-view .press-releases {
    padding-top: 2.25em;
    position: relative; }
    @media (max-width: 1199px) {
      .grid-list-view .press-releases {
        padding-top: 0; } }
    .grid-list-view .press-releases:before {
      content: "";
      position: absolute;
      top: 107%;
      left: 50%;
      transform: translateX(-50%);
      height: 4px;
      width: 96px;
      background-color: #8700FF; }
    .grid-list-view .press-releases p {
      color: #ACACAC;
      font-size: 20px; }

.property-descrition-content {
  padding: 2.25em; }
.desc-20{
  padding-top: 20%;
}
.Manor-House {
  padding-top: 2.25em;
  background-color: #22234d;
  height: 540px; }

.property-sharing {
  margin-top: -340px; }
  .property-sharing .sold-tag {
    position: absolute;
    text-transform: uppercase;
    background-color: #ffffff;
    color: #1E0B4D;
    letter-spacing: 0.8px;
    border-radius: 2rem;
    padding: 0.6875em 1.4375em 0.6875em 1.625em; }
  .property-sharing .property-describe {
    margin-top: 2em;
    font-size: 40px; }
    @media (max-width: 575px) {
      .property-sharing .property-describe {
        font-size: 36px; } }
  .property-sharing h2 {
    color: #ffffff;
    font-weight: normal;
    margin-top: -66px; }
  .property-sharing .properties-bed {
    padding-bottom: 2.25em; }
    .property-sharing .properties-bed ul {
      list-style: none;
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      padding: 0;
      margin: 0; }
      .property-sharing .properties-bed ul li {
        margin-right: 1rem;
        display: flex;
        align-items: center; }
        .property-sharing .properties-bed ul li:last-child {
          margin-right: 0; }
        .property-sharing .properties-bed ul li img {
          margin-right: 10px;
          width: auto; }
  .property-sharing h2 {
    font-size: 20px;
    color: #000000;
    font-weight: 300; }
    @media (max-width: 575px) {
      .property-sharing h2 {
        padding-top: 1em; } }
    @media (max-width: 991px) {
      .property-sharing h2 {
        padding-top: 1em; } }
  .property-sharing p {
    font-size: 16px;
    color: #707070; }
  .property-sharing h3 {
    font-size: 16px;
    font-weight: normal;
    color: #1E0B4D;
    text-transform: inherit; }
  .property-sharing .slider-section .flexslider .slides {
    list-style-type: none;
    padding: 0; }
    .property-sharing .slider-section .flexslider .slides li {
      margin-bottom: 0.5em; }
      .property-sharing .slider-section .flexslider .slides li img {
        border-radius: 5px;
        width: 100%;
        height: 56vh;
        max-height: 60vh;
        object-fit: cover; }
        @media (max-width: 575px) {
          .property-sharing .slider-section .flexslider .slides li img {
            height: 40vh; } }
        @media (max-width: 991px) {
          .property-sharing .slider-section .flexslider .slides li img {
            height: 40vh; } }
  .property-sharing .slider-section .flexslider .flex-direction-nav {
    display: none; }
  .property-sharing .slider-section .flexslider#slider .flex-direction-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 50%;
    width: 100%; }
    .property-sharing .slider-section .flexslider#slider .flex-direction-nav li a svg{
      width: 25px;
      height: 30px;
      background: #fff;
      padding: 5px;
    }
    .property-sharing .slider-section .flexslider#slider .flex-direction-nav li .flex-next svg{
      transform: rotate(180deg);
    }
    .property-sharing .slider-section .flexslider#slider .flex-direction-nav li::marker{
      font-size: 0;
    }
  .property-sharing .slider-section .img-slider ul li {
    margin-right: 0.5em !important; }
    .property-sharing .slider-section .img-slider ul li img {
      height: 12vh !important;
      border-radius: 5px;
      width: 100%;
      max-height: 20vh;
      object-fit: cover; }
  .property-sharing .properties-img .property-descrition-bottom-section {
    background: #F7F0FF;
    padding: 1rem;
    border-radius: 5px; }
    @media (max-width: 1299px) {
      .property-sharing .properties-img .property-descrition-bottom-section {
        margin-top: 1rem; } }
    .property-sharing .properties-img .property-descrition-bottom-section ul {
      display: flex;
      justify-content: space-between;
      align-items: center;
      list-style: none;
      margin: 0;
      padding: 0; }
      @media (max-width: 575px) {
        .property-sharing .properties-img .property-descrition-bottom-section ul {
          display: block; } }
      .property-sharing .properties-img .property-descrition-bottom-section ul li {
        max-width: 50%;
        padding-left: 3.125em; }
        @media (max-width: 991px) {
          .property-sharing .properties-img .property-descrition-bottom-section ul li {
            text-align: left;
            padding-left: 0.125em; } }
        @media (max-width: 575px) {
          .property-sharing .properties-img .property-descrition-bottom-section ul li {
            text-align: center;
            max-width: 100%;
            padding-left: 0.125em; } }
        .property-sharing .properties-img .property-descrition-bottom-section ul li h3 {
          letter-spacing: 2.8px;
          color: #1E0B4D;
          text-transform: uppercase; }
        .property-sharing .properties-img .property-descrition-bottom-section ul li h2 {
          font-size: 20px;
          color: #1E0B4D;
          margin: 0; }
        .property-sharing .properties-img .property-descrition-bottom-section ul li p strong {
          font-size: 1rem;
          color: #8725FB; }
        .property-sharing .properties-img .property-descrition-bottom-section ul li p span {
          display: block; }
        .property-sharing .properties-img .property-descrition-bottom-section ul li img {
          max-height: 200px; }
          @media (max-width: 575px) {
            .property-sharing .properties-img .property-descrition-bottom-section ul li img {
              max-height: auto;
              margin-top: 1rem; } }
  .property-sharing .properties-img .property-listing {
    background-color: #f7f0ff;
    border-radius: 5px;
    align-items: center; }
    @media (max-width: 575px) {
      .property-sharing .properties-img .property-listing {
        margin-top: 2em;
        padding: 17px; } }
    .property-sharing .properties-img .property-listing h3 {
      letter-spacing: 2.8px;
      color: #1E0B4D; }
    .property-sharing .properties-img .property-listing h2 {
      font-size: 20px;
      color: #1E0B4D;
      margin: 0;
      padding-left: 2.2em;
      font-weight: normal; }
      @media (max-width: 575px) {
        .property-sharing .properties-img .property-listing h2 {
          padding-top: 0;
          padding-left: 0.125em; } }
      @media (max-width: 991px) {
        .property-sharing .properties-img .property-listing h2 {
          padding-top: 0;
          padding-left: 0.125em; } }
    .property-sharing .properties-img .property-listing p {
      font-size: 16px;
      color: #2b2b2b; }
      .property-sharing .properties-img .property-listing p strong {
        color: #8700ff; }
      .property-sharing .properties-img .property-listing p span {
        display: block; }
  .property-sharing .properties-info-button {
    position: absolute;
    top: 314px; }
    @media screen and (max-width: 530px){
      .property-sharing .properties-info-button {
        top: 320px; }
    }
    .property-sharing .properties-info-button .btn-primary, .property-sharing .properties-info-button .btn-secondary {
      background: #8725fb;
      padding: 1em 2em;
      border-radius: 50px;
      color: #ffffff;
      font-size: 14px;
      font-weight: 500;
      text-align: center;
      display: inline-block; }
      .property-sharing .properties-info-button .btn-primary:hover, .property-sharing .properties-info-button .btn-secondary:hover {
        background: #8725fb; }
      
      @media (max-width: 991px) {
        .property-sharing .properties-info-button .btn-primary, .property-sharing .properties-info-button .btn-secondary {
          padding: 1em 1em; } }
      @media (max-width: 575px) {
        .property-sharing .properties-info-button .btn-primary, .property-sharing .properties-info-button .btn-secondary {
          padding: 1em 1em; 
          font-size: 11px;} }
    .property-sharing .properties-info-button .btn-secondary {
      background: #f7f0ff;
      color: #1e0b4d; }
      .property-sharing .properties-info-button .btn-secondary:hover {
        background: #f7f0ff;
        color: #1e0b4d; }
    .property-sharing .properties-info-button .dropdown-menu {
      position: absolute;
      transform: translate3d(0px, 50px, 0px);
      top: 6px !important;
      background: #8725FB;
      padding: 0;
      /*.dropdown-menu-arrow {
                top: -25px;
                left: 50%;
                width: 0;
                height: 0;
                position: relative;
            }

            .dropdown-menu-arrow:before,
            .dropdown-menu-arrow:after {
                content: "";
                position: absolute;
                display: block;
                width: 0;
                height: 0;
                border-width: 7px 8px;
                border-style: solid;
                border-color: transparent;
                z-index: 1001;
            }

            .dropdown-menu-arrow:after {
                bottom: -24px;
                right: -8px;
                border-bottom-color: $primary;
                
            }

            .dropdown-menu-arrow:before {
                bottom: -17px;
                right: -8px;
                border-bottom-color: rgba(0,0,0,.15);
            }*/ }
      .property-sharing .properties-info-button .dropdown-menu li {
        padding: 10px 0 10px 10px; }
        .property-sharing .properties-info-button .dropdown-menu li a {
          font-size: 16px;
          font-weight: 500;
          color: #ffffff; }

.dropdown-toggle::after {
  display: none; }

.dropdown-menu {
  position: absolute;
  transform: translate3d(0px, 49px, 0px);
  top: 0px;
  left: 12px !important;
  will-change: transform; }
  .dropdown-menu li {
    border-bottom: 0.5px solid #acacac;
    padding: 10px 0 20px 15px; }
    .dropdown-menu li:last-child {
      border-bottom: none; }

.available-properties {
  padding: 2.25em 0;
  background-color: #F0F1FF;
  margin-top: 6.9375em; }
  @media (max-width: 575px) {
    .available-properties {
      margin-top: 2.9375em;
      padding: 2.25rem 0; } }
  @media (max-width: 991px) {
    .available-properties {
      margin-top: 2.9375em;
      padding: 2.25rem 0; } }
  @media (max-width: 575px) {
    .available-properties .btn-primary, .available-properties .btn-secondary, .available-properties .property-sharing .properties-info-button .btn-secondary, .property-sharing .properties-info-button .available-properties .btn-secondary,
    .available-properties .btn-secondary {
      padding: 0.5em 1.2em; } }
  .available-properties h2 {
    text-align: center;
    font-size: 2.5rem;
    margin-bottom: 5rem; }
    @media (max-width: 575px) {
      .available-properties h2 {
        font-size: 1.75rem;
        margin-bottom: 2rem; } }
.download-guide-list{
  display: flex;
  padding-left: 0;
  margin: 0;
  flex-wrap: wrap;
}
.download-guide-list li{
  width: 50%;
  margin-bottom: 1.5em;
  padding-right: 15px;
}
@media (max-width: 768px){
  .download-guide-list li{
    width: 100%;
  }
}
@media (max-width: 575px){
  .download-guide-list li a {
    font-size: 0.75em;
  }
}
.get-in-touch {
  position: relative;
  background: url(../images/slide-one.png) no-repeat;
  background-size: cover;
  background-position: center center;
  min-height: calc(100vh + 200px);
  width: 100%;
  display: flex;
  align-items: center;
  /* show the placeholder when input has no content (no content = invalid) */
  /* hide the placeholder when input has some text typed in */ }
  .get-in-touch:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/overlay.png) no-repeat;
    z-index: 0;
    background-size: cover;
    background-position: center center; }
    @media (max-width: 575px) {
      .get-in-touch:before {
        background: rgba(30, 11, 77, 0.8); } }
    @media (max-width: 1199px) {
      .get-in-touch:before {
        background: rgba(30, 11, 77, 0.8); } }
  .get-in-touch .tab {
    display: none;
    width: 100%;
    height: 50%;
    margin: 0px auto; }
  .get-in-touch .current {
    display: block; }
  .get-in-touch h3 {
    text-transform: inherit; }
  .get-in-touch .buyer {
    padding-top: 10em; }
    @media (max-width: 575px) {
      .get-in-touch .buyer {
        padding-top: 1em; } }
  .get-in-touch .age-group {
    padding: 1.30rem 1rem;
    border-radius: 5px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    width: 100%;
    height: 60px !important;
    background: white;
    outline: none;
    border: none;
    font-size: 14px;
    margin-top: 3em;
    color: #1e0b4d; }
    @media (max-width: 766px) {
      .get-in-touch .age-group {
        flex: 1;
        width: 100%; } }
    .get-in-touch .age-group select {
      display: block;
      width: 100%;
      color: #1e0b4d;
      background-color: transparent;
      border: none;
      outline: none; }
  .get-in-touch input[type="text"] {
    border-radius: 5px;
    border: 0;
    width: 100%;
    background: #ffffff;
    padding: 1em;
    outline: none; }
    .get-in-touch input[type="text"]::-webkit-input-placeholder {
      color: #1e0b4d; }
    .get-in-touch input[type="text"]:-ms-input-placeholder {
      color: #1e0b4d; }
    .get-in-touch input[type="text"]::placeholder {
      color: #1e0b4d; }
  .get-in-touch input[required] + label {
    color: #1e0b4d;
    font-size: 14px;
    position: absolute;
    z-index: 99;
    left: 34px;
    padding-top: 1.34em; }
  .get-in-touch input[required] + label:after {
    content: "(Required)";
    /* color: #1e0b4d80; */
    padding-left: 0.5em; }
  .get-in-touch input[required]:invalid + label {
    display: inline-block; }
  .get-in-touch input[required]:valid + label {
    display: none; }
  .get-in-touch .Additional-comments textarea {
    padding: 1rem 1rem;
    border-radius: 5px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    width: 100%;
    background: white;
    outline: none;
    border: none;
    font-size: 14px;
    color: #1e0b4d;
    overflow: hidden;
    resize: none; }
    .get-in-touch .Additional-comments textarea::-webkit-input-placeholder {
      color: #1e0b4d; }
    .get-in-touch .Additional-comments textarea:-ms-input-placeholder {
      color: #1e0b4d; }
    .get-in-touch .Additional-comments textarea::placeholder {
      color: #1e0b4d; }
  @media (max-width: 575px) {
    .get-in-touch .Additional-comments {
      margin-top: 26px; } }
  @media (max-width: 1299px) {
    .get-in-touch .Additional-comments {
      margin-top: 26px; } }
  .get-in-touch .Additional-comments input[type="text"] {
    border-radius: 5px;
    border: 0;
    background: #ffffff;
    padding-bottom: 2.25em;
    outline: none; }
  .get-in-touch .Additional-comments h4 {
    font-size: 12px;
    color: white;
    font-weight: normal; }
  .get-in-touch .radio-button {
    padding-top: 8px; }
    .get-in-touch .radio-button label {
      font-size: 20px;
      font-weight: normal;
      color: white;
      padding-left: 0.5em; }
  .get-in-touch .custom-radio .custom-control-input:checked ~ .custom-control-label::after {
    display: none; }
  .get-in-touch .custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: 0;
    display: block;
    width: 3rem !important;
    height: 1rem;
    content: "";
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
    cursor: pointer; }
  .get-in-touch .custom-radio .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #8700FF !important; }
  .get-in-touch .custom-control-label::before {
    width: 1.3rem !important;
    height: 1.3rem !important; }
  .get-in-touch .get-in-touch-thanks i {
    font-size: 100px;
    color: #8725FB; }
  .get-in-touch #firsttime {
    display: none; }
  .get-in-touch #secondtime {
    display: none; }
  .get-in-touch .static-dots ul {
    list-style-type: none;
    padding: 0; }
    .get-in-touch .static-dots ul li {
      height: 15px;
      width: 14px;
      background-color: #8700FF;
      border-radius: 50%;
      display: inline-block;
      position: relative; }
      .get-in-touch .static-dots ul li:before {
        display: inline-block;
        content: "";
        border-top: 1px solid #8700FF;
        width: 1rem;
        top: 23px;
        left: 13px;
        position: absolute;
        transform: translateY(-1rem); }
      .get-in-touch .static-dots ul li:last-child::before {
        display: none; }

.Meet-the-team {
  background-color: #f0f1ff;
  padding: 2.25em 0 2.25em 0; }
  .Meet-the-team h4 {
    font-size: 24px;
    color: #1e0b4d;
    text-align: center;
    font-weight: 500; }
  .Meet-the-team .team_card_wrap {
    margin-top: 3.295625em; }
    @media (max-width: 575px) {
      .Meet-the-team .team_card_wrap {
        margin-top: 2em; } }
    @media (max-width: 1199px) {
      .Meet-the-team .team_card_wrap {
        margin-top: 2em; } }
    .Meet-the-team .team_card_wrap figure {
      padding: 0;
      margin: 0;
      position: relative;
      overflow: hidden; }
      .Meet-the-team .team_card_wrap figure img {
        width: 100%;
        height: 424px;
        object-fit: cover;
        border-radius: 5px; }
      .Meet-the-team .team_card_wrap figure .info-icon:before {
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        content: "\f05a";
        position: absolute;
        right: 20px;
        bottom: 29px;
        transform: translateY(-50%);
        display: inline-block;
        font-size: 24px;
        color: white;
        z-index: 2; }
      .Meet-the-team .team_card_wrap figure .team-content {
        position: absolute;
        display: flex;
        top: calc(100% - 110px);
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
        padding: 1.5em 3.5rem;
        transition: transform 100ms ease-in-out; }
        .Meet-the-team .team_card_wrap figure .team-content .team-meet-title {
          margin: 0; }
          .Meet-the-team .team_card_wrap figure .team-content .team-meet-title * {
            color: white; }
          .Meet-the-team .team_card_wrap figure .team-content .team-meet-title h2 {
            color: white;
            font-size: 24px;
            font-weight: normal; }
          .Meet-the-team .team_card_wrap figure .team-content .team-meet-title h3 {
            color: white;
            font-size: 14px; }
          .Meet-the-team .team_card_wrap figure .team-content .team-meet-title p {
            position: absolute;
            opacity: 0;
            transition: all 100ms ease-in-out;
            font-size: 16px; }
            .Meet-the-team .team_card_wrap figure .team-content .team-meet-title p span {
              display: block; }
          .Meet-the-team .team_card_wrap figure .team-content .team-meet-title hr {
            background: #00EFFC;
            width: 2.1875em;
            margin: 0 0 12px;
            display: none; }
      .Meet-the-team .team_card_wrap figure:hover .team-content {
        align-items: center;
        background-color: rgba(30, 11, 77, 0.6);
        cursor: pointer;
        transform: translateY(calc(-100% + 110px)); }
        .Meet-the-team .team_card_wrap figure:hover .team-content .team-meet-title {
          align-self: flex-end; }
          .Meet-the-team .team_card_wrap figure:hover .team-content .team-meet-title p {
            opacity: 1;
            position: initial;
            overflow: hidden; }
          .Meet-the-team .team_card_wrap figure:hover .team-content .team-meet-title hr {
            display: block; }
      .Meet-the-team .team_card_wrap figure:hover .info-icon:before {
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        content: "\f05a";
        position: absolute;
        right: 20px;
        bottom: 29px;
        transform: translateY(-50%);
        /*display: inline-block;*/
        font-size: 24px;
        color: white;
        z-index: 2;
        display: none; }

.how-it-work-banner {
  background: url(../images/how-its-work.png) no-repeat;
  background-size: cover;
  padding: 16.875em 0 12.5em 0;
  display: flex;
  align-items: center;
  background-position: center; }
  @media (max-width: 991px) {
    .how-it-work-banner {
      padding: 8em 0 6em; } }
  .how-it-work-banner h1 {
    text-align: center;
    font-size: 50px;
    font-weight: normal; }
    @media (max-width: 575px) {
      .how-it-work-banner h1 {
        font-size: 24px; } }
  .how-it-work-banner .btn-primary, .how-it-work-banner .btn-secondary, .how-it-work-banner .property-sharing .properties-info-button .btn-secondary, .property-sharing .properties-info-button .how-it-work-banner .btn-secondary {
    background: #8725fb;
    padding: 0.8125em 2.4375em 0.8125em 2.4375em;
    border-radius: 50px;
    color: white;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    display: inline-block; }
    .how-it-work-banner .btn-primary:hover, .how-it-work-banner .btn-secondary:hover {
      background: #8725fb; }

.how-it-work-tab {
  background-color: #1e0b4d;
  padding: 2.25em 0;
  position: relative;
  margin-top: 9.126875em;
  overflow: hidden; }
  @media (max-width: 575px) {
    .how-it-work-tab {
      margin-top: 0; } }
  @media (max-width: 991px) {
    .how-it-work-tab {
      margin-top: 0; } }
  .how-it-work-tab:before {
    content: "";
    position: absolute;
    right: -46px;
    top: -56px;
    max-width: 100%;
    max-height: 100%;
    height: 315px;
    width: 354px;
    opacity: 0.4;
    background: url(../images/Arrowhite.svg) no-repeat;
    z-index: 1;
    background-size: contain;
    -ms-transform: rotate(271deg);
    transform: rotate(271deg); }
    @media (max-width: 575px) {
      .how-it-work-tab:before {
        display: none; } }
    @media (max-width: 1199px) {
      .how-it-work-tab:before {
        display: none; } }
  .how-it-work-tab .nav-tabs {
    border: 0; }
    .how-it-work-tab .nav-tabs .nav-item {
      margin-right: 2em; }
      .how-it-work-tab .nav-tabs .nav-item .nav-link {
        border: 0;
        color: white;
        font-size: 1.25em;
        font-weight: 400;
        border-bottom: 3px solid transparent;
        padding: 0;
        padding-bottom: 0.5em; }
        .how-it-work-tab .nav-tabs .nav-item .nav-link.active {
          background: transparent;
          border-bottom-color: #8725fb; }
  .how-it-work-tab .banner-search-form {
    background: white;
    border-radius: 2em;
    overflow: hidden;
    display: flex;
    align-items: center;
    margin-top: 2.5em;
    max-width: 75%;
    width: 100%; }
    .how-it-work-tab .banner-search-form i {
      font-size: 1.5em;
      color: #1e0b4d;
      padding-left: 1em; }
    .how-it-work-tab .banner-search-form input[type="text"] {
      border: 0;
      flex: 1;
      background: transparent;
      padding: 1em;
      outline: none;
      width: 100%; }
      .how-it-work-tab .banner-search-form input[type="text"]::-webkit-input-placeholder {
        /* Edge */
        color: #acacac; }
      .how-it-work-tab .banner-search-form input[type="text"]:-ms-input-placeholder {
        /* Internet Explorer 10-11 */
        color: #acacac; }
      .how-it-work-tab .banner-search-form input[type="text"]::placeholder {
        color: #acacac; }
    .how-it-work-tab .banner-search-form button {
      background: #8725fb;
      border: 0;
      padding: 1.1em 1.5em;
      color: white;
      line-height: 26px; }

.how-it-works-questions {
  background-color: #f0f1ff;
  padding: 2.25em 0; }
  @media (max-width: 575px) {
    .how-it-works-questions {
      padding: 1.4375em 0; } }
  @media (max-width: 991px) {
    .how-it-works-questions {
      padding: 1.4375em 0; } }
  .how-it-works-questions h2 {
    font-size: 40px;
    color: #1e0b4d;
    text-align: center;
    font-weight: 500; }
  .how-it-works-questions .questions-accordion {
    margin: 6em 0 0; }
    @media (max-width: 575px) {
      .how-it-works-questions .questions-accordion {
        margin: 2em 0 0; } }
    @media (max-width: 991px) {
      .how-it-works-questions .questions-accordion {
        margin: 2em 0 0; } }
    .how-it-works-questions .questions-accordion .card-header .title {
      font-size: 26px;
      color: #1e0b4d;
      font-weight: 500;
      padding-right: 1em; }
      @media (max-width: 575px) {
        .how-it-works-questions .questions-accordion .card-header .title {
          font-size: 15px; } }
      @media (max-width: 1199px) {
        .how-it-works-questions .questions-accordion .card-header .title {
          font-size: 24px;
          padding-right: 2em; } }
    .how-it-works-questions .questions-accordion .card-header .accicon {
      font-size: 24px;
      position: absolute;
      right: 0; }
    .how-it-works-questions .questions-accordion .card-header {
      cursor: pointer;
      border-bottom: none;
      background-color: white;
      padding: 0;
      border-radius: 5px;
      display: flex;
      position: relative; }
      .how-it-works-questions .questions-accordion .card-header .message-icon {
        padding-right: 2.5em; }
        @media (max-width: 575px) {
          .how-it-works-questions .questions-accordion .card-header .message-icon {
            font-size: 14px;
            padding-right: 1em; } }
        @media (max-width: 1199px) {
          .how-it-works-questions .questions-accordion .card-header .message-icon {
            font-size: 14px;
            padding-right: 1em; } }
    .how-it-works-questions .questions-accordion .card {
      margin: 1.25em;
      border: none;
      padding: 2.8125em 1.8125em 1.8125em 1.8125em; }
    @media (max-width: 575px) {
      .how-it-works-questions .questions-accordion .card-body {
        font-size: 14px;
        padding: 0.25rem 3.25em 1.2em 3.5em; } }
    @media (max-width: 1199px) {
      .how-it-works-questions .questions-accordion .card-body {
        font-size: 14px;
        padding: 0.25rem 0.25em 0.2em 4.5em; } }
    .how-it-works-questions .questions-accordion .card-header:not(.collapsed) .rotate-icon {
      transform: rotate(180deg); }

.news-detail-header {
  position: absolute;
  top: 56px;
  left: 0;
  width: 100%;
  z-index: 2;
  /* .new-deatail-nav {
        @include breakpoint(mobile) {
            padding-top: 2.80rem;
        }

        @include breakpoint(laptop) {
            padding-top: 2.80rem;
        }
    }*/ }
  @media (max-width: 1199px) {
    .news-detail-header {
      top: 0; } }
  @media (max-width: 575px) {
    .news-detail-header .header-logo {
      padding-top: 1.80rem; } }
  @media (max-width: 991px) {
    .news-detail-header .header-logo {
      padding-top: 1.80rem; } }
  @media (max-width: 1199px) {
    .news-detail-header .header-logo {
      padding-top: 1.80rem; } }
  .news-detail-header .header-logo .logo {
    display: none; }
  .news-detail-header .header-logo .logo-sticky {
    display: block; }
    @media (max-width: 575px) {
      .news-detail-header .header-logo .logo-sticky {
        display: none; } }
    @media (max-width: 991px) {
      .news-detail-header .header-logo .logo-sticky {
        display: none; } }
  .news-detail-header .mobile-view-sticky {
    display: none; }
    @media (max-width: 575px) {
      .news-detail-header .mobile-view-sticky {
        display: block; } }
    @media (max-width: 991px) {
      .news-detail-header .mobile-view-sticky {
        display: block; } }
  .news-detail-header nav ul li {
    /*                &:last-child {
                    a {
                        color: white;
                    }
                }*/ }
    .news-detail-header nav ul li a {
      color: #1E0B4D; }
  .news-detail-header .logo-sticky {
    display: none; }
  .news-detail-header.sticky .logo-sticky {
    display: block; }
    @media (max-width: 575px) {
      .news-detail-header.sticky .logo-sticky {
        display: none; } }
    @media (max-width: 991px) {
      .news-detail-header.sticky .logo-sticky {
        display: none; } }
  .news-detail-header.sticky .logo {
    display: none; }
  @media (max-width: 575px) {
    .news-detail-header.sticky .header-logo {
      padding-top: 0; } }
  @media (max-width: 991px) {
    .news-detail-header.sticky .header-logo {
      padding-top: 0; } }
  @media (max-width: 1199px) {
    .news-detail-header.sticky .header-logo {
      padding-top: 0; } }
  .news-detail-header.nav-open .logo-sticky {
    display: none; }
  .news-detail-header.nav-open .logo {
    display: none; }
  .news-detail-header .mbl-toggle, .news-detail-header header.sticky .mbl-toggle-close, header.sticky .news-detail-header .mbl-toggle-close, .news-detail-header .mbl-toggle-close {
    color: #1E0B4D;
    text-decoration: none; }
  .news-detail-header .mbl-toggle-close {
    display: none;
    color: #ffffff; }

.news-detail-topbar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9;
  /* @include breakpoint(mobile) {
        top: -27px
    }

    @include breakpoint(laptop) {
        top: -27px
    }*/ }
  .news-detail-topbar a {
    font-size: 0.875em;
    color: #1E0B4D; }
    .news-detail-topbar a i {
      font-size: 1em; }

.news-details {
  padding-top: 4.5rem; }
  @media (max-width: 1199px) {
    .news-details {
      padding-top: 4.5rem; } }
  .news-details img {
    width: 100%; height: auto !important;}
  .news-details .share-links {
    position: sticky;
    top: 83px; }
    .news-details .share-links ul {
      list-style: none; }
      @media (max-width: 1199px) {
        .news-details .share-links ul {
          display: flex;
          padding: 0;
          margin: 0; } }
      @media (max-width: 575px) {
        .news-details .share-links ul {
          display: block; } }
      .news-details .share-links ul li {
        text-transform: uppercase;
        font-size: 14px;
        color: #ACACAC;
        letter-spacing: 2.8px;
        padding: 0.4375em 0 0.4375em 0; }
        @media (max-width: 1199px) {
          .news-details .share-links ul li {
            font-weight: 700; } }
        @media (max-width: 575px) {
          .news-details .share-links ul li {
            font-weight: 700; } }
        .news-details .share-links ul li a {
          color: #1E0B4D; }
          @media (max-width: 1199px) {
            .news-details .share-links ul li a {
              margin-left: 3em;
              font-weight: normal; } }
          @media (max-width: 575px) {
            .news-details .share-links ul li a {
              margin-left: 0;
              font-weight: normal; } }
  .news-details .news-artiles h3 {
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 2.8px;
    color: #ACACAC;
    text-transform: uppercase; }
    .news-details .news-artiles h3 span {
      color: #1E0B4D; }
  .news-details .news-artiles h2 {
    font-size: 40px;
    font-weight: 400; }
  .news-details .news-artiles p {
    font-size: 16px;
    color: #656565; }
  .news-details .news-artiles .news-details-content {
    color: #2B2B2B;
    font-size: 20px; }
  .news-details .news-artiles ul {
    margin: 0;
    padding: 1.4375em; }
    .news-details .news-artiles ul li {
      color: #656565;
      font-size: 16px; }
  .news-details .news-artiles .news-details-paragraph {
    color: #585858; }
  .news-details .news-details-border {
    border-top: 1px solid #8700FF;
    margin: 5.1875em 0; }
    .news-details .news-details-border ul {
      list-style: none;
      padding: 4.0625em 0; }
      .news-details .news-details-border ul a {
        font-size: 20px;
        color: #ACACAC; }

.become-a-agent-questions {
  background-color: white;
  padding-top: 2.25em; }
  @media (max-width: 1199px) {
    .become-a-agent-questions {
      padding: 1em 0 1em; } }
  @media (max-width: 575px) {
    .become-a-agent-questions {
      padding: 1em 0 1em; } }
  .become-a-agent-questions h2 {
    font-size: 40px;
    color: #1e0b4d;
    text-align: center;
    font-weight: normal; }
  .become-a-agent-questions .become-a-agent-accordion {
    margin: 6em 0 0; }
    @media (max-width: 575px) {
      .become-a-agent-questions .become-a-agent-accordion {
        margin: 2em 0 0; } }
    @media (max-width: 991px) {
      .become-a-agent-questions .become-a-agent-accordion {
        margin: 2em 0 0; } }
    .become-a-agent-questions .become-a-agent-accordion .card-header .title {
      font-size: 26px;
      color: #1e0b4d;
      font-weight: 500;
      padding-right: 1em; }
      @media (max-width: 575px) {
        .become-a-agent-questions .become-a-agent-accordion .card-header .title {
          font-size: 15px; } }
      @media (max-width: 1199px) {
        .become-a-agent-questions .become-a-agent-accordion .card-header .title {
          font-size: 24px;
          padding-right: 2em; } }
    .become-a-agent-questions .become-a-agent-accordion .card-header .accicon {
      font-size: 24px;
      position: absolute;
      right: 0; }
    .become-a-agent-questions .become-a-agent-accordion .card-header {
      cursor: pointer;
      border-bottom: none;
      background-color: #f2fbff !important;
      padding: 0;
      border-radius: 5px;
      display: flex;
      position: relative; }
      .become-a-agent-questions .become-a-agent-accordion .card-header .message-icon {
        padding-right: 2.5em; }
        @media (max-width: 575px) {
          .become-a-agent-questions .become-a-agent-accordion .card-header .message-icon {
            font-size: 14px;
            padding-right: 1em; } }
        @media (max-width: 1199px) {
          .become-a-agent-questions .become-a-agent-accordion .card-header .message-icon {
            font-size: 14px;
            padding-right: 1em; } }
    .become-a-agent-questions .become-a-agent-accordion .card {
      margin: 1.25em;
      border: none;
      padding: 2.8125em 1.8125em 1.8125em 1.8125em;
      background-color: #f2fbff !important; }
    @media (max-width: 575px) {
      .become-a-agent-questions .become-a-agent-accordion .card-body {
        font-size: 14px;
        padding: 0.25rem 3.25em 1.2em 3.5em; } }
    @media (max-width: 1199px) {
      .become-a-agent-questions .become-a-agent-accordion .card-body {
        font-size: 14px;
        padding: 0.25rem 0.25em 0.2em 4.5em; } }
    .become-a-agent-questions .become-a-agent-accordion .card-header:not(.collapsed) .rotate-icon {
      transform: rotate(180deg); }

.key-benefits {
  padding-bottom: 2.25em; }
  @media (max-width: 1199px) {
    .key-benefits {
      padding-bottom: 2.25em; } }
  @media (max-width: 575px) {
    .key-benefits {
      padding-bottom: 2.25em; } }
  .key-benefits .key-benefits-tab {
    background-color: #f0f1ff;
    border-radius: 5px;
    padding: 2.25em; }
    @media (max-width: 575px) {
      .key-benefits .key-benefits-tab {
        padding: 2.25em; } }
    @media (max-width: 1199px) {
      .key-benefits .key-benefits-tab {
        padding: 2.25em; } }
    .key-benefits .key-benefits-tab .nav {
      display: block; }
      .key-benefits .key-benefits-tab .nav li {
        border-bottom: 1px solid #8725fb;
        padding-bottom: 1.55em; }
        .key-benefits .key-benefits-tab .nav li a {
          font-size: 2em;
          color: #1e0b4d;
          outline: none;
          text-decoration: none;
          padding-bottom: 2.25em;
          font-weight: 500; }
      .key-benefits .key-benefits-tab .nav .inactive-tab {
        padding-top: 2.25em; }
      .key-benefits .key-benefits-tab .nav .not-active {
        opacity: 0.7; }
      .key-benefits .key-benefits-tab .nav .active {
        opacity: 1; }
    .key-benefits .key-benefits-tab .nav-tabs {
      border-bottom: 0; }
    .key-benefits .key-benefits-tab p {
      color: #2b2b2b;
      font-size: 20px; }

.become-agent-exclusivity {
  padding-top: 2.25em;
  padding-bottom: 2.25em;
  overflow: hidden; }
  @media (max-width: 1199px) {
    .become-agent-exclusivity {
      padding-top: 1.3125em;
      padding-bottom: 1.3125em; } }
  .become-agent-exclusivity-content {
    padding: 3em 0; }
    @media (max-width: 575px) {
      .become-agent-exclusivity-content {
        padding: 1em 0; } }
    @media (max-width: 1199px) {
      .become-agent-exclusivity-content {
        padding: 1em 0; } }
  .become-agent-exclusivity .custom-radio .custom-control-input:checked ~ .custom-control-label::after {
    display: none; }
  @media (max-width: 575px) {
    .become-agent-exclusivity {
      padding-top: 30px;
      padding-bottom: 28px; } }
  .become-agent-exclusivity .form-image {
    position: relative; }
    @media (max-width: 1199px) {
      .become-agent-exclusivity .form-image {
        display: none; } }
    .become-agent-exclusivity .form-image:before {
      content: "";
      position: absolute;
      left: calc(100% - 143px);
      bottom: -32px;
      background: url(../images/Arrowteal.svg) no-repeat;
      max-width: 389px;
      max-height: 379px;
      width: 100%;
      height: 100%;
      z-index: -1;
      opacity: 0.4; }
      @media (max-width: 1199px) {
        .become-agent-exclusivity .form-image:before {
          display: none; } }
