@import url(https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.9.0/slick.css);
@import url(https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.9.0/slick-theme.css);
/*!
 * Bootstrap v4.2.1 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
  --blue: #488BF8;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #488BF8;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

*,
*::before,
*::after {
  box-sizing: border-box; }

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

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

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff; }

[tabindex="-1"]:focus {
  outline: 0 !important; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem; }

p {
  margin-top: 0;
  margin-bottom: 1rem; }

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  text-decoration-skip-ink: none; }

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem; }

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0; }

dt {
  font-weight: 700; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline; }

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #488BF8;
  text-decoration: none;
  background-color: transparent; }
  a:hover {
    color: #095feb;
    text-decoration: underline; }

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none; }
  a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
    color: inherit;
    text-decoration: none; }
  a:not([href]):not([tabindex]):focus {
    outline: 0; }

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em; }

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto; }

figure {
  margin: 0 0 1rem; }

img {
  vertical-align: middle;
  border-style: none; }

svg {
  overflow: hidden;
  vertical-align: middle; }

table {
  border-collapse: collapse; }

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom; }

th {
  text-align: inherit; }

label {
  display: inline-block;
  margin-bottom: 0.5rem; }

button {
  border-radius: 0; }

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none; }

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0; }

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox; }

textarea {
  overflow: auto;
  resize: vertical; }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal; }

progress {
  vertical-align: baseline; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none; }

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button; }

output {
  display: inline-block; }

summary {
  display: list-item;
  cursor: pointer; }

template {
  display: none; }

[hidden] {
  display: none !important; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit; }

h1, .h1 {
  font-size: 2.5rem; }

h2, .h2 {
  font-size: 2rem; }

h3, .h3 {
  font-size: 1.75rem; }

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

h5, .h5 {
  font-size: 1.25rem; }

h6, .h6 {
  font-size: 1rem; }

.lead {
  font-size: 1.25rem;
  font-weight: 300; }

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2; }

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2; }

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2; }

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2; }

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1); }

small,
.small {
  font-size: 80%;
  font-weight: 400; }

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3; }

.list-unstyled {
  padding-left: 0;
  list-style: none; }

.list-inline {
  padding-left: 0;
  list-style: none; }

.list-inline-item {
  display: inline-block; }
  .list-inline-item:not(:last-child) {
    margin-right: 0.5rem; }

.initialism {
  font-size: 90%;
  text-transform: uppercase; }

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem; }

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d; }
  .blockquote-footer::before {
    content: "\2014\A0"; }

.img-fluid {
  max-width: 100%;
  height: auto; }

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto; }

.figure {
  display: inline-block; }

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1; }

.figure-caption {
  font-size: 90%;
  color: #6c757d; }

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-break: break-word; }
  a > code {
    color: inherit; }

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem; }
  kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700; }

pre {
  display: block;
  font-size: 87.5%;
  color: #212529; }
  pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal; }

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 576px) {
    .container {
      max-width: 540px; } }
  @media (min-width: 768px) {
    .container {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .container {
      max-width: 960px; } }
  @media (min-width: 1200px) {
    .container {
      max-width: 1140px; } }

.container-fluid, .container-full, .prop-detail-container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .no-gutters > .col,
  .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px; }

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%; }

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%; }

.col-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%; }

.col-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%; }

.col-3 {
  flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.col-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%; }

.col-6 {
  flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%; }

.col-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%; }

.col-9 {
  flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%; }

.col-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%; }

.col-12 {
  flex: 0 0 100%;
  max-width: 100%; }

.order-first {
  order: -1; }

.order-last {
  order: 13; }

.order-0 {
  order: 0; }

.order-1 {
  order: 1; }

.order-2 {
  order: 2; }

.order-3 {
  order: 3; }

.order-4 {
  order: 4; }

.order-5 {
  order: 5; }

.order-6 {
  order: 6; }

.order-7 {
  order: 7; }

.order-8 {
  order: 8; }

.order-9 {
  order: 9; }

.order-10 {
  order: 10; }

.order-11 {
  order: 11; }

.order-12 {
  order: 12; }

.offset-1 {
  margin-left: 8.33333%; }

.offset-2 {
  margin-left: 16.66667%; }

.offset-3 {
  margin-left: 25%; }

.offset-4 {
  margin-left: 33.33333%; }

.offset-5 {
  margin-left: 41.66667%; }

.offset-6 {
  margin-left: 50%; }

.offset-7 {
  margin-left: 58.33333%; }

.offset-8 {
  margin-left: 66.66667%; }

.offset-9 {
  margin-left: 75%; }

.offset-10 {
  margin-left: 83.33333%; }

.offset-11 {
  margin-left: 91.66667%; }

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    order: -1; }
  .order-sm-last {
    order: 13; }
  .order-sm-0 {
    order: 0; }
  .order-sm-1 {
    order: 1; }
  .order-sm-2 {
    order: 2; }
  .order-sm-3 {
    order: 3; }
  .order-sm-4 {
    order: 4; }
  .order-sm-5 {
    order: 5; }
  .order-sm-6 {
    order: 6; }
  .order-sm-7 {
    order: 7; }
  .order-sm-8 {
    order: 8; }
  .order-sm-9 {
    order: 9; }
  .order-sm-10 {
    order: 10; }
  .order-sm-11 {
    order: 11; }
  .order-sm-12 {
    order: 12; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.33333%; }
  .offset-sm-2 {
    margin-left: 16.66667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333%; }
  .offset-sm-5 {
    margin-left: 41.66667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333%; }
  .offset-sm-8 {
    margin-left: 66.66667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333%; }
  .offset-sm-11 {
    margin-left: 91.66667%; } }

@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    order: -1; }
  .order-md-last {
    order: 13; }
  .order-md-0 {
    order: 0; }
  .order-md-1 {
    order: 1; }
  .order-md-2 {
    order: 2; }
  .order-md-3 {
    order: 3; }
  .order-md-4 {
    order: 4; }
  .order-md-5 {
    order: 5; }
  .order-md-6 {
    order: 6; }
  .order-md-7 {
    order: 7; }
  .order-md-8 {
    order: 8; }
  .order-md-9 {
    order: 9; }
  .order-md-10 {
    order: 10; }
  .order-md-11 {
    order: 11; }
  .order-md-12 {
    order: 12; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.33333%; }
  .offset-md-2 {
    margin-left: 16.66667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333%; }
  .offset-md-5 {
    margin-left: 41.66667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333%; }
  .offset-md-8 {
    margin-left: 66.66667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333%; }
  .offset-md-11 {
    margin-left: 91.66667%; } }

@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    order: -1; }
  .order-lg-last {
    order: 13; }
  .order-lg-0 {
    order: 0; }
  .order-lg-1 {
    order: 1; }
  .order-lg-2 {
    order: 2; }
  .order-lg-3 {
    order: 3; }
  .order-lg-4 {
    order: 4; }
  .order-lg-5 {
    order: 5; }
  .order-lg-6 {
    order: 6; }
  .order-lg-7 {
    order: 7; }
  .order-lg-8 {
    order: 8; }
  .order-lg-9 {
    order: 9; }
  .order-lg-10 {
    order: 10; }
  .order-lg-11 {
    order: 11; }
  .order-lg-12 {
    order: 12; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.33333%; }
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333%; }
  .offset-lg-5 {
    margin-left: 41.66667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333%; }
  .offset-lg-8 {
    margin-left: 66.66667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333%; }
  .offset-lg-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-first {
    order: -1; }
  .order-xl-last {
    order: 13; }
  .order-xl-0 {
    order: 0; }
  .order-xl-1 {
    order: 1; }
  .order-xl-2 {
    order: 2; }
  .order-xl-3 {
    order: 3; }
  .order-xl-4 {
    order: 4; }
  .order-xl-5 {
    order: 5; }
  .order-xl-6 {
    order: 6; }
  .order-xl-7 {
    order: 7; }
  .order-xl-8 {
    order: 8; }
  .order-xl-9 {
    order: 9; }
  .order-xl-10 {
    order: 10; }
  .order-xl-11 {
    order: 11; }
  .order-xl-12 {
    order: 12; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.33333%; }
  .offset-xl-2 {
    margin-left: 16.66667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333%; }
  .offset-xl-5 {
    margin-left: 41.66667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333%; }
  .offset-xl-8 {
    margin-left: 66.66667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333%; }
  .offset-xl-11 {
    margin-left: 91.66667%; } }

.table {
  width: 100%;
  margin-bottom: 1rem;
  background-color: transparent; }
  .table th,
  .table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6; }
  .table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6; }
  .table tbody + tbody {
    border-top: 2px solid #dee2e6; }
  .table .table {
    background-color: #fff; }

.table-sm th,
.table-sm td {
  padding: 0.3rem; }

.table-bordered {
  border: 1px solid #dee2e6; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6; }
  .table-bordered thead th,
  .table-bordered thead td {
    border-bottom-width: 2px; }

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0; }

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05); }

.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075); }

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #ccdffd; }

.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #a0c3fb; }

.table-hover .table-primary:hover {
  background-color: #b3d0fc; }
  .table-hover .table-primary:hover > td,
  .table-hover .table-primary:hover > th {
    background-color: #b3d0fc; }

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #d6d8db; }

.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #b3b7bb; }

.table-hover .table-secondary:hover {
  background-color: #c8cbcf; }
  .table-hover .table-secondary:hover > td,
  .table-hover .table-secondary:hover > th {
    background-color: #c8cbcf; }

.table-success,
.table-success > th,
.table-success > td {
  background-color: #c3e6cb; }

.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #8fd19e; }

.table-hover .table-success:hover {
  background-color: #b1dfbb; }
  .table-hover .table-success:hover > td,
  .table-hover .table-success:hover > th {
    background-color: #b1dfbb; }

.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb; }

.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #86cfda; }

.table-hover .table-info:hover {
  background-color: #abdde5; }
  .table-hover .table-info:hover > td,
  .table-hover .table-info:hover > th {
    background-color: #abdde5; }

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba; }

.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #ffdf7e; }

.table-hover .table-warning:hover {
  background-color: #ffe8a1; }
  .table-hover .table-warning:hover > td,
  .table-hover .table-warning:hover > th {
    background-color: #ffe8a1; }

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f5c6cb; }

.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #ed969e; }

.table-hover .table-danger:hover {
  background-color: #f1b0b7; }
  .table-hover .table-danger:hover > td,
  .table-hover .table-danger:hover > th {
    background-color: #f1b0b7; }

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe; }

.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #fbfcfc; }

.table-hover .table-light:hover {
  background-color: #ececf6; }
  .table-hover .table-light:hover > td,
  .table-hover .table-light:hover > th {
    background-color: #ececf6; }

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca; }

.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #95999c; }

.table-hover .table-dark:hover {
  background-color: #b9bbbe; }
  .table-hover .table-dark:hover > td,
  .table-hover .table-dark:hover > th {
    background-color: #b9bbbe; }

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075); }

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075); }
  .table-hover .table-active:hover > td,
  .table-hover .table-active:hover > th {
    background-color: rgba(0, 0, 0, 0.075); }

.table .thead-dark th {
  color: #fff;
  background-color: #212529;
  border-color: #32383e; }

.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6; }

.table-dark {
  color: #fff;
  background-color: #212529; }
  .table-dark th,
  .table-dark td,
  .table-dark thead th {
    border-color: #32383e; }
  .table-dark.table-bordered {
    border: 0; }
  .table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, 0.05); }
  .table-dark.table-hover tbody tr:hover {
    background-color: rgba(255, 255, 255, 0.075); }

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .table-responsive-sm > .table-bordered {
      border: 0; } }

@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .table-responsive-md > .table-bordered {
      border: 0; } }

@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .table-responsive-lg > .table-bordered {
      border: 0; } }

@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .table-responsive-xl > .table-bordered {
      border: 0; } }

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar; }
  .table-responsive > .table-bordered {
    border: 0; }

.form-control {
  display: block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media screen and (prefers-reduced-motion: reduce) {
    .form-control {
      transition: none; } }
  .form-control::-ms-expand {
    background-color: transparent;
    border: 0; }
  .form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #c3d9fd;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(72, 139, 248, 0.25); }
  .form-control::placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1; }

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff; }

.form-control-file,
.form-control-range {
  display: block;
  width: 100%; }

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5; }

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5; }

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5; }

.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0; }
  .form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
    padding-right: 0;
    padding-left: 0; }

.form-control-sm {
  height: calc(1.8125rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

.form-control-lg {
  height: calc(2.875rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

select.form-control[size], select.form-control[multiple] {
  height: auto; }

textarea.form-control {
  height: auto; }

.form-group {
  margin-bottom: 1rem; }

.form-text {
  display: block;
  margin-top: 0.25rem; }

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px; }
  .form-row > .col,
  .form-row > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px; }

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem; }

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem; }
  .form-check-input:disabled ~ .form-check-label {
    color: #6c757d; }

.form-check-label {
  margin-bottom: 0; }

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem; }
  .form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: 0.3125rem;
    margin-left: 0; }

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745; }

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.25rem; }

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #28a745;
  padding-right: 2.25rem;
  background-repeat: no-repeat;
  background-position: center right calc(2.25rem / 4);
  background-size: calc(2.25rem / 2) calc(2.25rem / 2);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e"); }
  .was-validated .form-control:valid:focus, .form-control.is-valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }
  .was-validated .form-control:valid ~ .valid-feedback,
  .was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback,
  .form-control.is-valid ~ .valid-tooltip {
    display: block; }

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: 2.25rem;
  background-position: top calc(2.25rem / 4) right calc(2.25rem / 4); }

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #28a745;
  padding-right: 3.4375rem;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") no-repeat center right 1.75rem/1.125rem 1.125rem; }
  .was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }
  .was-validated .custom-select:valid ~ .valid-feedback,
  .was-validated .custom-select:valid ~ .valid-tooltip, .custom-select.is-valid ~ .valid-feedback,
  .custom-select.is-valid ~ .valid-tooltip {
    display: block; }

.was-validated .form-control-file:valid ~ .valid-feedback,
.was-validated .form-control-file:valid ~ .valid-tooltip, .form-control-file.is-valid ~ .valid-feedback,
.form-control-file.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #28a745; }

.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .custom-control-input:valid ~ .custom-control-label, .was-validated .custom-control-input:valid ~ .custom-tep-check-label, .custom-control-input.is-valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-tep-check-label {
  color: #28a745; }
  .was-validated .custom-control-input:valid ~ .custom-control-label::before, .was-validated .custom-control-input:valid ~ .custom-tep-check-label::before, .custom-control-input.is-valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-tep-check-label::before {
    border-color: #28a745; }

.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .was-validated .custom-control-input:valid:checked ~ .custom-tep-check-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-tep-check-label::before {
  border-color: #34ce57;
  background-color: #34ce57; }

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .was-validated .custom-control-input:valid:focus ~ .custom-tep-check-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-tep-check-label::before {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-tep-check-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-tep-check-label::before {
  border-color: #28a745; }

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745; }

.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545; }

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem; }

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #dc3545;
  padding-right: 2.25rem;
  background-repeat: no-repeat;
  background-position: center right calc(2.25rem / 4);
  background-size: calc(2.25rem / 2) calc(2.25rem / 2);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E"); }
  .was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }
  .was-validated .form-control:invalid ~ .invalid-feedback,
  .was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback,
  .form-control.is-invalid ~ .invalid-tooltip {
    display: block; }

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: 2.25rem;
  background-position: top calc(2.25rem / 4) right calc(2.25rem / 4); }

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #dc3545;
  padding-right: 3.4375rem;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") no-repeat center right 1.75rem/1.125rem 1.125rem; }
  .was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }
  .was-validated .custom-select:invalid ~ .invalid-feedback,
  .was-validated .custom-select:invalid ~ .invalid-tooltip, .custom-select.is-invalid ~ .invalid-feedback,
  .custom-select.is-invalid ~ .invalid-tooltip {
    display: block; }

.was-validated .form-control-file:invalid ~ .invalid-feedback,
.was-validated .form-control-file:invalid ~ .invalid-tooltip, .form-control-file.is-invalid ~ .invalid-feedback,
.form-control-file.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545; }

.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .custom-control-input:invalid ~ .custom-control-label, .was-validated .custom-control-input:invalid ~ .custom-tep-check-label, .custom-control-input.is-invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-tep-check-label {
  color: #dc3545; }
  .was-validated .custom-control-input:invalid ~ .custom-control-label::before, .was-validated .custom-control-input:invalid ~ .custom-tep-check-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-tep-check-label::before {
    border-color: #dc3545; }

.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .was-validated .custom-control-input:invalid:checked ~ .custom-tep-check-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-tep-check-label::before {
  border-color: #e4606d;
  background-color: #e4606d; }

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .was-validated .custom-control-input:invalid:focus ~ .custom-tep-check-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-tep-check-label::before {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-tep-check-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-tep-check-label::before {
  border-color: #dc3545; }

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545; }

.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center; }
  .form-inline .form-check {
    width: 100%; }
  @media (min-width: 576px) {
    .form-inline label {
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 0; }
    .form-inline .form-group {
      display: flex;
      flex: 0 0 auto;
      flex-flow: row wrap;
      align-items: center;
      margin-bottom: 0; }
    .form-inline .form-control {
      display: inline-block;
      width: auto;
      vertical-align: middle; }
    .form-inline .form-control-plaintext {
      display: inline-block; }
    .form-inline .input-group,
    .form-inline .custom-select {
      width: auto; }
    .form-inline .form-check {
      display: flex;
      align-items: center;
      justify-content: center;
      width: auto;
      padding-left: 0; }
    .form-inline .form-check-input {
      position: relative;
      margin-top: 0;
      margin-right: 0.25rem;
      margin-left: 0; }
    .form-inline .custom-control {
      align-items: center;
      justify-content: center; }
    .form-inline .custom-control-label, .form-inline .custom-tep-check-label {
      margin-bottom: 0; } }

.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media screen and (prefers-reduced-motion: reduce) {
    .btn {
      transition: none; } }
  .btn:hover {
    color: #212529;
    text-decoration: none; }
  .btn:focus, .btn.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(72, 139, 248, 0.25); }
  .btn.disabled, .btn:disabled {
    opacity: 0.65; }
  .btn:not(:disabled):not(.disabled) {
    cursor: pointer; }

a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none; }

.btn-primary {
  color: #fff;
  background-color: #488BF8;
  border-color: #488BF8; }
  .btn-primary:hover {
    color: #fff;
    background-color: #2374f7;
    border-color: #176cf6; }
  .btn-primary:focus, .btn-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(99, 156, 249, 0.5); }
  .btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #488BF8;
    border-color: #488BF8; }
  .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
  .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #176cf6;
    border-color: #0b64f6; }
    .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-primary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(99, 156, 249, 0.5); }

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d; }
  .btn-secondary:hover {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62; }
  .btn-secondary:focus, .btn-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5); }
  .btn-secondary.disabled, .btn-secondary:disabled {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d; }
  .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #545b62;
    border-color: #4e555b; }
    .btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-secondary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5); }

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745; }
  .btn-success:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34; }
  .btn-success:focus, .btn-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5); }
  .btn-success.disabled, .btn-success:disabled {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
  .btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
  .show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #1e7e34;
    border-color: #1c7430; }
    .btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
    .show > .btn-success.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5); }

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8; }
  .btn-info:hover {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b; }
  .btn-info:focus, .btn-info.focus {
    box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5); }
  .btn-info.disabled, .btn-info:disabled {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
  .btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
  .show > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #117a8b;
    border-color: #10707f; }
    .btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,
    .show > .btn-info.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5); }

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107; }
  .btn-warning:hover {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00; }
  .btn-warning:focus, .btn-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5); }
  .btn-warning.disabled, .btn-warning:disabled {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
  .btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
  .show > .btn-warning.dropdown-toggle {
    color: #212529;
    background-color: #d39e00;
    border-color: #c69500; }
    .btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus,
    .show > .btn-warning.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5); }

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545; }
  .btn-danger:hover {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130; }
  .btn-danger:focus, .btn-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5); }
  .btn-danger.disabled, .btn-danger:disabled {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
  .btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
  .show > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #bd2130;
    border-color: #b21f2d; }
    .btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
    .show > .btn-danger.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5); }

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa; }
  .btn-light:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5; }
  .btn-light:focus, .btn-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5); }
  .btn-light.disabled, .btn-light:disabled {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
  .btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
  .show > .btn-light.dropdown-toggle {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df; }
    .btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus,
    .show > .btn-light.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5); }

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40; }
  .btn-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124; }
  .btn-dark:focus, .btn-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5); }
  .btn-dark.disabled, .btn-dark:disabled {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
  .btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
  .show > .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1d2124;
    border-color: #171a1d; }
    .btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus,
    .show > .btn-dark.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5); }

.btn-outline-primary {
  color: #488BF8;
  border-color: #488BF8; }
  .btn-outline-primary:hover {
    color: #fff;
    background-color: #488BF8;
    border-color: #488BF8; }
  .btn-outline-primary:focus, .btn-outline-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(72, 139, 248, 0.5); }
  .btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #488BF8;
    background-color: transparent; }
  .btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
  .show > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #488BF8;
    border-color: #488BF8; }
    .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-primary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(72, 139, 248, 0.5); }

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d; }
  .btn-outline-secondary:hover {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d; }
  .btn-outline-secondary:focus, .btn-outline-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }
  .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #6c757d;
    background-color: transparent; }
  .btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d; }
    .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-secondary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }

.btn-outline-success {
  color: #28a745;
  border-color: #28a745; }
  .btn-outline-success:hover {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
  .btn-outline-success:focus, .btn-outline-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }
  .btn-outline-success.disabled, .btn-outline-success:disabled {
    color: #28a745;
    background-color: transparent; }
  .btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active,
  .show > .btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
    .btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-success.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }

.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8; }
  .btn-outline-info:hover {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
  .btn-outline-info:focus, .btn-outline-info.focus {
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }
  .btn-outline-info.disabled, .btn-outline-info:disabled {
    color: #17a2b8;
    background-color: transparent; }
  .btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active,
  .show > .btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
    .btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-info.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107; }
  .btn-outline-warning:hover {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
  .btn-outline-warning:focus, .btn-outline-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }
  .btn-outline-warning.disabled, .btn-outline-warning:disabled {
    color: #ffc107;
    background-color: transparent; }
  .btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active,
  .show > .btn-outline-warning.dropdown-toggle {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
    .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-warning.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545; }
  .btn-outline-danger:hover {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
  .btn-outline-danger:focus, .btn-outline-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }
  .btn-outline-danger.disabled, .btn-outline-danger:disabled {
    color: #dc3545;
    background-color: transparent; }
  .btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active,
  .show > .btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
    .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-danger.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa; }
  .btn-outline-light:hover {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
  .btn-outline-light:focus, .btn-outline-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }
  .btn-outline-light.disabled, .btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent; }
  .btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active,
  .show > .btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
    .btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-light.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }

.btn-outline-dark {
  color: #343a40;
  border-color: #343a40; }
  .btn-outline-dark:hover {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
  .btn-outline-dark:focus, .btn-outline-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }
  .btn-outline-dark.disabled, .btn-outline-dark:disabled {
    color: #343a40;
    background-color: transparent; }
  .btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active,
  .show > .btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
    .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-dark.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }

.btn-link {
  font-weight: 400;
  color: #488BF8; }
  .btn-link:hover {
    color: #095feb;
    text-decoration: underline; }
  .btn-link:focus, .btn-link.focus {
    text-decoration: underline;
    box-shadow: none; }
  .btn-link:disabled, .btn-link.disabled {
    color: #6c757d;
    pointer-events: none; }

.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

.btn-block {
  display: block;
  width: 100%; }
  .btn-block + .btn-block {
    margin-top: 0.5rem; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

.fade {
  transition: opacity 0.15s linear; }
  @media screen and (prefers-reduced-motion: reduce) {
    .fade {
      transition: none; } }
  .fade:not(.show) {
    opacity: 0; }

.collapse:not(.show) {
  display: none; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease; }
  @media screen and (prefers-reduced-motion: reduce) {
    .collapsing {
      transition: none; } }

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative; }

.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent; }

.dropdown-toggle:empty::after {
  margin-left: 0; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem; }

.dropdown-menu-right {
  right: 0;
  left: auto; }

@media (min-width: 576px) {
  .dropdown-menu-sm-right {
    right: 0;
    left: auto; } }

@media (min-width: 768px) {
  .dropdown-menu-md-right {
    right: 0;
    left: auto; } }

@media (min-width: 992px) {
  .dropdown-menu-lg-right {
    right: 0;
    left: auto; } }

@media (min-width: 1200px) {
  .dropdown-menu-xl-right {
    right: 0;
    left: auto; } }

.dropdown-menu-left {
  right: auto;
  left: 0; }

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0; } }

@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0; } }

@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0; } }

@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0; } }

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem; }

.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent; }

.dropup .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem; }

.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid; }

.dropright .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropright .dropdown-toggle::after {
  vertical-align: 0; }

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem; }

.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: ""; }

.dropleft .dropdown-toggle::after {
  display: none; }

.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent; }

.dropleft .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropleft .dropdown-toggle::before {
  vertical-align: 0; }

.dropdown-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] {
  right: auto;
  bottom: auto; }

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef; }

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0; }
  .dropdown-item:first-child {
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px); }
  .dropdown-item:last-child {
    border-bottom-right-radius: calc(0.25rem - 1px);
    border-bottom-left-radius: calc(0.25rem - 1px); }
  .dropdown-item:hover, .dropdown-item:focus {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa; }
  .dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #488BF8; }
  .dropdown-item.disabled, .dropdown-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: transparent; }

.dropdown-menu.show {
  display: block; }

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap; }

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529; }

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle; }
  .btn-group > .btn,
  .btn-group-vertical > .btn {
    position: relative;
    flex: 1 1 auto; }
    .btn-group > .btn:hover,
    .btn-group-vertical > .btn:hover {
      z-index: 1; }
    .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
    .btn-group-vertical > .btn:focus,
    .btn-group-vertical > .btn:active,
    .btn-group-vertical > .btn.active {
      z-index: 1; }

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; }
  .btn-toolbar .input-group {
    width: auto; }

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px; }

.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem; }
  .dropdown-toggle-split::after,
  .dropup .dropdown-toggle-split::after,
  .dropright .dropdown-toggle-split::after {
    margin-left: 0; }
  .dropleft .dropdown-toggle-split::before {
    margin-right: 0; }

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem; }

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem; }

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center; }
  .btn-group-vertical > .btn,
  .btn-group-vertical > .btn-group {
    width: 100%; }
  .btn-group-vertical > .btn:not(:first-child),
  .btn-group-vertical > .btn-group:not(:first-child) {
    margin-top: -1px; }
  .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
  .btn-group-vertical > .btn-group:not(:last-child) > .btn {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
  .btn-group-vertical > .btn:not(:first-child),
  .btn-group-vertical > .btn-group:not(:first-child) > .btn {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0; }
  .btn-group-toggle > .btn input[type="radio"],
  .btn-group-toggle > .btn input[type="checkbox"],
  .btn-group-toggle > .btn-group > .btn input[type="radio"],
  .btn-group-toggle > .btn-group > .btn input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none; }

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%; }
  .input-group > .form-control,
  .input-group > .form-control-plaintext,
  .input-group > .custom-select,
  .input-group > .custom-file {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0; }
    .input-group > .form-control + .form-control,
    .input-group > .form-control + .custom-select,
    .input-group > .form-control + .custom-file,
    .input-group > .form-control-plaintext + .form-control,
    .input-group > .form-control-plaintext + .custom-select,
    .input-group > .form-control-plaintext + .custom-file,
    .input-group > .custom-select + .form-control,
    .input-group > .custom-select + .custom-select,
    .input-group > .custom-select + .custom-file,
    .input-group > .custom-file + .form-control,
    .input-group > .custom-file + .custom-select,
    .input-group > .custom-file + .custom-file {
      margin-left: -1px; }
  .input-group > .form-control:focus,
  .input-group > .custom-select:focus,
  .input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
    z-index: 3; }
  .input-group > .custom-file .custom-file-input:focus {
    z-index: 4; }
  .input-group > .form-control:not(:last-child),
  .input-group > .custom-select:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .input-group > .form-control:not(:first-child),
  .input-group > .custom-select:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
  .input-group > .custom-file {
    display: flex;
    align-items: center; }
    .input-group > .custom-file:not(:last-child) .custom-file-label,
    .input-group > .custom-file:not(:last-child) .custom-file-label::after {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0; }
    .input-group > .custom-file:not(:first-child) .custom-file-label {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0; }

.input-group-prepend,
.input-group-append {
  display: flex; }
  .input-group-prepend .btn,
  .input-group-append .btn {
    position: relative;
    z-index: 2; }
    .input-group-prepend .btn:focus,
    .input-group-append .btn:focus {
      z-index: 3; }
  .input-group-prepend .btn + .btn,
  .input-group-prepend .btn + .input-group-text,
  .input-group-prepend .input-group-text + .input-group-text,
  .input-group-prepend .input-group-text + .btn,
  .input-group-append .btn + .btn,
  .input-group-append .btn + .input-group-text,
  .input-group-append .input-group-text + .input-group-text,
  .input-group-append .input-group-text + .btn {
    margin-left: -1px; }

.input-group-prepend {
  margin-right: -1px; }

.input-group-append {
  margin-left: -1px; }

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .input-group-text input[type="radio"],
  .input-group-text input[type="checkbox"] {
    margin-top: 0; }

.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
  height: calc(2.875rem + 2px); }

.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.8125rem + 2px); }

.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 1.75rem; }

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem; }

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem; }

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before, .custom-control-input:checked ~ .custom-tep-check-label::before {
    color: #fff;
    border-color: #488BF8;
    background-color: #488BF8; }
  .custom-control-input:focus ~ .custom-control-label::before, .custom-control-input:focus ~ .custom-tep-check-label::before {
    box-shadow: 0 0 0 0.2rem rgba(72, 139, 248, 0.25); }
  .custom-control-input:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input:focus:not(:checked) ~ .custom-tep-check-label::before {
    border-color: #c3d9fd; }
  .custom-control-input:not(:disabled):active ~ .custom-control-label::before, .custom-control-input:not(:disabled):active ~ .custom-tep-check-label::before {
    color: #fff;
    background-color: #f4f8ff;
    border-color: #f4f8ff; }
  .custom-control-input:disabled ~ .custom-control-label, .custom-control-input:disabled ~ .custom-tep-check-label {
    color: #6c757d; }
    .custom-control-input:disabled ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-tep-check-label::before {
      background-color: #e9ecef; }

.custom-control-label, .custom-tep-check-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top; }
  .custom-control-label::before, .custom-tep-check-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: #adb5bd solid 1px; }
  .custom-control-label::after, .custom-tep-check-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%; }

.custom-checkbox .custom-control-label::before, .custom-checkbox .custom-tep-check-label::before {
  border-radius: 0.25rem; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after, .custom-checkbox .custom-control-input:checked ~ .custom-tep-check-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before, .custom-checkbox .custom-control-input:indeterminate ~ .custom-tep-check-label::before {
  border-color: #488BF8;
  background-color: #488BF8; }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after, .custom-checkbox .custom-control-input:indeterminate ~ .custom-tep-check-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before, .custom-checkbox .custom-control-input:disabled:checked ~ .custom-tep-check-label::before {
  background-color: rgba(72, 139, 248, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before, .custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-tep-check-label::before {
  background-color: rgba(72, 139, 248, 0.5); }

.custom-radio .custom-control-label::before, .custom-radio .custom-tep-check-label::before {
  border-radius: 50%; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after, .custom-radio .custom-control-input:checked ~ .custom-tep-check-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); }

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before, .custom-radio .custom-control-input:disabled:checked ~ .custom-tep-check-label::before {
  background-color: rgba(72, 139, 248, 0.5); }

.custom-switch {
  padding-left: 2.25rem; }
  .custom-switch .custom-control-label::before, .custom-switch .custom-tep-check-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem; }
  .custom-switch .custom-control-label::after, .custom-switch .custom-tep-check-label::after {
    top: calc(0.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: 0.5rem;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
    @media screen and (prefers-reduced-motion: reduce) {
      .custom-switch .custom-control-label::after, .custom-switch .custom-tep-check-label::after {
        transition: none; } }
  .custom-switch .custom-control-input:checked ~ .custom-control-label::after, .custom-switch .custom-control-input:checked ~ .custom-tep-check-label::after {
    background-color: #fff;
    transform: translateX(0.75rem); }
  .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before, .custom-switch .custom-control-input:disabled:checked ~ .custom-tep-check-label::before {
    background-color: rgba(72, 139, 248, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none; }
  .custom-select:focus {
    border-color: #c3d9fd;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(195, 217, 253, 0.5); }
    .custom-select:focus::-ms-value {
      color: #495057;
      background-color: #fff; }
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none; }
  .custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef; }
  .custom-select::-ms-expand {
    opacity: 0; }

.custom-select-sm {
  height: calc(1.8125rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem; }

.custom-select-lg {
  height: calc(2.875rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem; }

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin-bottom: 0; }

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin: 0;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #c3d9fd;
    box-shadow: 0 0 0 0.2rem rgba(72, 139, 248, 0.25); }
  .custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef; }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }
  .custom-file-input ~ .custom-file-label[data-browse]::after {
    content: attr(data-browse); }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: 2.25rem;
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 0.25rem 0.25rem 0; }

.custom-range {
  width: 100%;
  height: calc(1rem + 0.4rem);
  padding: 0;
  background-color: transparent;
  appearance: none; }
  .custom-range:focus {
    outline: none; }
    .custom-range:focus::-webkit-slider-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(72, 139, 248, 0.25); }
    .custom-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(72, 139, 248, 0.25); }
    .custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(72, 139, 248, 0.25); }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #488BF8;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media screen and (prefers-reduced-motion: reduce) {
      .custom-range::-webkit-slider-thumb {
        transition: none; } }
    .custom-range::-webkit-slider-thumb:active {
      background-color: #f4f8ff; }
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #488BF8;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media screen and (prefers-reduced-motion: reduce) {
      .custom-range::-moz-range-thumb {
        transition: none; } }
    .custom-range::-moz-range-thumb:active {
      background-color: #f4f8ff; }
  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #488BF8;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media screen and (prefers-reduced-motion: reduce) {
      .custom-range::-ms-thumb {
        transition: none; } }
    .custom-range::-ms-thumb:active {
      background-color: #f4f8ff; }
  .custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem; }
  .custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default; }
  .custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-moz-range-track {
    cursor: default; }
  .custom-range:disabled::-ms-thumb {
    background-color: #adb5bd; }

.custom-control-label::before, .custom-tep-check-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media screen and (prefers-reduced-motion: reduce) {
    .custom-control-label::before, .custom-tep-check-label::before,
    .custom-file-label,
    .custom-select {
      transition: none; } }

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }

.nav-link {
  display: block;
  padding: 0.5rem 1rem; }
  .nav-link:hover, .nav-link:focus {
    text-decoration: none; }
  .nav-link.disabled {
    color: #6c757d;
    pointer-events: none;
    cursor: default; }

.nav-tabs {
  border-bottom: 1px solid #dee2e6; }
  .nav-tabs .nav-item {
    margin-bottom: -1px; }
  .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
    .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
      border-color: #e9ecef #e9ecef #dee2e6; }
    .nav-tabs .nav-link.disabled {
      color: #6c757d;
      background-color: transparent;
      border-color: transparent; }
  .nav-tabs .nav-link.active,
  .nav-tabs .nav-item.show .nav-link {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff; }
  .nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.nav-pills .nav-link {
  border-radius: 0.25rem; }

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #488BF8; }

.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center; }

.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center; }

.tab-content > .tab-pane {
  display: none; }

.tab-content > .active {
  display: block; }

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem; }
  .navbar > .container,
  .navbar > .container-fluid,
  .navbar > .container-full,
  .navbar > .prop-detail-container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between; }

.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap; }
  .navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none; }

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }
  .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0; }
  .navbar-nav .dropdown-menu {
    position: static;
    float: none; }

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem; }

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center; }

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem; }
  .navbar-toggler:hover, .navbar-toggler:focus {
    text-decoration: none; }
  .navbar-toggler:not(:disabled):not(.disabled) {
    cursor: pointer; }

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%; }

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid,
  .navbar-expand-sm > .container-full,
  .navbar-expand-sm > .prop-detail-container {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-sm .navbar-nav {
      flex-direction: row; }
      .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-sm > .container,
    .navbar-expand-sm > .container-fluid,
    .navbar-expand-sm > .container-full,
    .navbar-expand-sm > .prop-detail-container {
      flex-wrap: nowrap; }
    .navbar-expand-sm .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-sm .navbar-toggler {
      display: none; } }

@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid,
  .navbar-expand-md > .container-full,
  .navbar-expand-md > .prop-detail-container {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-md .navbar-nav {
      flex-direction: row; }
      .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-md > .container,
    .navbar-expand-md > .container-fluid,
    .navbar-expand-md > .container-full,
    .navbar-expand-md > .prop-detail-container {
      flex-wrap: nowrap; }
    .navbar-expand-md .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-md .navbar-toggler {
      display: none; } }

@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid,
  .navbar-expand-lg > .container-full,
  .navbar-expand-lg > .prop-detail-container {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-lg .navbar-nav {
      flex-direction: row; }
      .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-lg > .container,
    .navbar-expand-lg > .container-fluid,
    .navbar-expand-lg > .container-full,
    .navbar-expand-lg > .prop-detail-container {
      flex-wrap: nowrap; }
    .navbar-expand-lg .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-lg .navbar-toggler {
      display: none; } }

@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid,
  .navbar-expand-xl > .container-full,
  .navbar-expand-xl > .prop-detail-container {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-xl .navbar-nav {
      flex-direction: row; }
      .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-xl > .container,
    .navbar-expand-xl > .container-fluid,
    .navbar-expand-xl > .container-full,
    .navbar-expand-xl > .prop-detail-container {
      flex-wrap: nowrap; }
    .navbar-expand-xl .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-xl .navbar-toggler {
      display: none; } }

.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start; }
  .navbar-expand > .container,
  .navbar-expand > .container-fluid,
  .navbar-expand > .container-full,
  .navbar-expand > .prop-detail-container {
    padding-right: 0;
    padding-left: 0; }
  .navbar-expand .navbar-nav {
    flex-direction: row; }
    .navbar-expand .navbar-nav .dropdown-menu {
      position: absolute; }
    .navbar-expand .navbar-nav .nav-link {
      padding-right: 0.5rem;
      padding-left: 0.5rem; }
  .navbar-expand > .container,
  .navbar-expand > .container-fluid,
  .navbar-expand > .container-full,
  .navbar-expand > .prop-detail-container {
    flex-wrap: nowrap; }
  .navbar-expand .navbar-collapse {
    display: flex !important;
    flex-basis: auto; }
  .navbar-expand .navbar-toggler {
    display: none; }

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9); }
  .navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
    color: rgba(0, 0, 0, 0.9); }

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5); }
  .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
    color: rgba(0, 0, 0, 0.7); }
  .navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, 0.3); }

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9); }

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1); }

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5); }
  .navbar-light .navbar-text a {
    color: rgba(0, 0, 0, 0.9); }
    .navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
      color: rgba(0, 0, 0, 0.9); }

.navbar-dark .navbar-brand {
  color: #fff; }
  .navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
    color: #fff; }

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5); }
  .navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
    color: rgba(255, 255, 255, 0.75); }
  .navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, 0.25); }

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff; }

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1); }

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5); }
  .navbar-dark .navbar-text a {
    color: #fff; }
    .navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
      color: #fff; }

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem; }
  .card > hr {
    margin-right: 0;
    margin-left: 0; }
  .card > .list-group:first-child .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
  .card > .list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem; }

.card-body {
  flex: 1 1 auto;
  padding: 1.25rem; }

.card-title {
  margin-bottom: 0.75rem; }

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0; }

.card-text:last-child {
  margin-bottom: 0; }

.card-link:hover {
  text-decoration: none; }

.card-link + .card-link {
  margin-left: 1.25rem; }

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  color: inherit;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125); }
  .card-header:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0; }
  .card-header + .list-group .list-group-item:first-child {
    border-top: 0; }

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125); }
  .card-footer:last-child {
    border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px); }

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0; }

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem; }

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem; }

.card-img {
  width: 100%;
  border-radius: calc(0.25rem - 1px); }

.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px); }

.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px); }

.card-deck {
  display: flex;
  flex-direction: column; }
  .card-deck .card {
    margin-bottom: 15px; }
  @media (min-width: 576px) {
    .card-deck {
      flex-flow: row wrap;
      margin-right: -15px;
      margin-left: -15px; }
      .card-deck .card {
        display: flex;
        flex: 1 0 0%;
        flex-direction: column;
        margin-right: 15px;
        margin-bottom: 0;
        margin-left: 15px; } }

.card-group {
  display: flex;
  flex-direction: column; }
  .card-group > .card {
    margin-bottom: 15px; }
  @media (min-width: 576px) {
    .card-group {
      flex-flow: row wrap; }
      .card-group > .card {
        flex: 1 0 0%;
        margin-bottom: 0; }
        .card-group > .card + .card {
          margin-left: 0;
          border-left: 0; }
        .card-group > .card:first-child {
          border-top-right-radius: 0;
          border-bottom-right-radius: 0; }
          .card-group > .card:first-child .card-img-top,
          .card-group > .card:first-child .card-header {
            border-top-right-radius: 0; }
          .card-group > .card:first-child .card-img-bottom,
          .card-group > .card:first-child .card-footer {
            border-bottom-right-radius: 0; }
        .card-group > .card:last-child {
          border-top-left-radius: 0;
          border-bottom-left-radius: 0; }
          .card-group > .card:last-child .card-img-top,
          .card-group > .card:last-child .card-header {
            border-top-left-radius: 0; }
          .card-group > .card:last-child .card-img-bottom,
          .card-group > .card:last-child .card-footer {
            border-bottom-left-radius: 0; }
        .card-group > .card:only-child {
          border-radius: 0.25rem; }
          .card-group > .card:only-child .card-img-top,
          .card-group > .card:only-child .card-header {
            border-top-left-radius: 0.25rem;
            border-top-right-radius: 0.25rem; }
          .card-group > .card:only-child .card-img-bottom,
          .card-group > .card:only-child .card-footer {
            border-bottom-right-radius: 0.25rem;
            border-bottom-left-radius: 0.25rem; }
        .card-group > .card:not(:first-child):not(:last-child):not(:only-child) {
          border-radius: 0; }
          .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top,
          .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
          .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-header,
          .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer {
            border-radius: 0; } }

.card-columns .card {
  margin-bottom: 0.75rem; }

@media (min-width: 576px) {
  .card-columns {
    column-count: 3;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1; }
    .card-columns .card {
      display: inline-block;
      width: 100%; } }

.accordion .card {
  overflow: hidden; }
  .accordion .card:not(:first-of-type) .card-header:first-child {
    border-radius: 0; }
  .accordion .card:not(:first-of-type):not(:last-of-type) {
    border-bottom: 0;
    border-radius: 0; }
  .accordion .card:first-of-type {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
  .accordion .card:last-of-type {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
  .accordion .card .card-header {
    margin-bottom: -1px; }

.breadcrumb-container {
  background-color: #e9ecef; }

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem; }

.breadcrumb-item {
  font-size: 12px;
  line-height: 13px; }
  .breadcrumb-item .home-icon {
    font-size: 12px;
    line-height: 13px;
    vertical-align: middle; }
  .breadcrumb-item + .breadcrumb-item {
    padding-left: 0.5rem; }
    .breadcrumb-item + .breadcrumb-item::before {
      display: inline-block;
      padding-right: 0.5rem;
      color: #6c757d;
      content: "/"; }
  .breadcrumb-item + .breadcrumb-item:hover::before {
    text-decoration: underline; }
  .breadcrumb-item + .breadcrumb-item:hover::before {
    text-decoration: none; }
  .breadcrumb-item.active {
    color: #6c757d; }

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem; }

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #488BF8;
  background-color: #fff;
  border: 1px solid #dee2e6; }
  .page-link:hover {
    z-index: 2;
    color: #095feb;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6; }
  .page-link:focus {
    z-index: 2;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(72, 139, 248, 0.25); }
  .page-link:not(:disabled):not(.disabled) {
    cursor: pointer; }

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem; }

.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem; }

.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #488BF8;
  border-color: #488BF8; }

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6; }

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5; }

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem; }

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem; }

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5; }

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem; }

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem; }

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem; }
  a.badge:hover, a.badge:focus {
    text-decoration: none; }
  .badge:empty {
    display: none; }

.btn .badge {
  position: relative;
  top: -1px; }

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem; }

.badge-primary {
  color: #fff;
  background-color: #488BF8; }
  a.badge-primary:hover, a.badge-primary:focus {
    color: #fff;
    background-color: #176cf6; }

.badge-secondary {
  color: #fff;
  background-color: #6c757d; }
  a.badge-secondary:hover, a.badge-secondary:focus {
    color: #fff;
    background-color: #545b62; }

.badge-success {
  color: #fff;
  background-color: #28a745; }
  a.badge-success:hover, a.badge-success:focus {
    color: #fff;
    background-color: #1e7e34; }

.badge-info {
  color: #fff;
  background-color: #17a2b8; }
  a.badge-info:hover, a.badge-info:focus {
    color: #fff;
    background-color: #117a8b; }

.badge-warning {
  color: #212529;
  background-color: #ffc107; }
  a.badge-warning:hover, a.badge-warning:focus {
    color: #212529;
    background-color: #d39e00; }

.badge-danger {
  color: #fff;
  background-color: #dc3545; }
  a.badge-danger:hover, a.badge-danger:focus {
    color: #fff;
    background-color: #bd2130; }

.badge-light {
  color: #212529;
  background-color: #f8f9fa; }
  a.badge-light:hover, a.badge-light:focus {
    color: #212529;
    background-color: #dae0e5; }

.badge-dark {
  color: #fff;
  background-color: #343a40; }
  a.badge-dark:hover, a.badge-dark:focus {
    color: #fff;
    background-color: #1d2124; }

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem; }
  @media (min-width: 576px) {
    .jumbotron {
      padding: 4rem 2rem; } }

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0; }

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem; }

.alert-heading {
  color: inherit; }

.alert-link {
  font-weight: 700; }

.alert-dismissible {
  padding-right: 4rem; }
  .alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.75rem 1.25rem;
    color: inherit; }

.alert-primary {
  color: #254881;
  background-color: #dae8fe;
  border-color: #ccdffd; }
  .alert-primary hr {
    border-top-color: #b3d0fc; }
  .alert-primary .alert-link {
    color: #1a3259; }

.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db; }
  .alert-secondary hr {
    border-top-color: #c8cbcf; }
  .alert-secondary .alert-link {
    color: #202326; }

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb; }
  .alert-success hr {
    border-top-color: #b1dfbb; }
  .alert-success .alert-link {
    color: #0b2e13; }

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb; }
  .alert-info hr {
    border-top-color: #abdde5; }
  .alert-info .alert-link {
    color: #062c33; }

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba; }
  .alert-warning hr {
    border-top-color: #ffe8a1; }
  .alert-warning .alert-link {
    color: #533f03; }

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb; }
  .alert-danger hr {
    border-top-color: #f1b0b7; }
  .alert-danger .alert-link {
    color: #491217; }

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe; }
  .alert-light hr {
    border-top-color: #ececf6; }
  .alert-light .alert-link {
    color: #686868; }

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca; }
  .alert-dark hr {
    border-top-color: #b9bbbe; }
  .alert-dark .alert-link {
    color: #040505; }

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0; }
  to {
    background-position: 0 0; } }

.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem; }

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #488BF8;
  transition: width 0.6s ease; }
  @media screen and (prefers-reduced-motion: reduce) {
    .progress-bar {
      transition: none; } }

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem; }

.progress-bar-animated {
  animation: progress-bar-stripes 1s linear infinite; }

.media {
  display: flex;
  align-items: flex-start; }

.media-body {
  flex: 1; }

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0; }

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit; }
  .list-group-item-action:hover, .list-group-item-action:focus {
    color: #495057;
    text-decoration: none;
    background-color: #f8f9fa; }
  .list-group-item-action:active {
    color: #212529;
    background-color: #e9ecef; }

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125); }
  .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
  .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem; }
  .list-group-item:hover, .list-group-item:focus {
    z-index: 1;
    text-decoration: none; }
  .list-group-item.disabled, .list-group-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: #fff; }
  .list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #488BF8;
    border-color: #488BF8; }

.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0; }
  .list-group-flush .list-group-item:last-child {
    margin-bottom: -1px; }

.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0; }

.list-group-flush:last-child .list-group-item:last-child {
  margin-bottom: 0;
  border-bottom: 0; }

.list-group-item-primary {
  color: #254881;
  background-color: #ccdffd; }
  .list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
    color: #254881;
    background-color: #b3d0fc; }
  .list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #254881;
    border-color: #254881; }

.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db; }
  .list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
    color: #383d41;
    background-color: #c8cbcf; }
  .list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #383d41;
    border-color: #383d41; }

.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb; }
  .list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
    color: #155724;
    background-color: #b1dfbb; }
  .list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #155724;
    border-color: #155724; }

.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb; }
  .list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
    color: #0c5460;
    background-color: #abdde5; }
  .list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #0c5460;
    border-color: #0c5460; }

.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba; }
  .list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
    color: #856404;
    background-color: #ffe8a1; }
  .list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #856404;
    border-color: #856404; }

.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb; }
  .list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
    color: #721c24;
    background-color: #f1b0b7; }
  .list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #721c24;
    border-color: #721c24; }

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe; }
  .list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
    color: #818182;
    background-color: #ececf6; }
  .list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #818182;
    border-color: #818182; }

.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca; }
  .list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
    color: #1b1e21;
    background-color: #b9bbbe; }
  .list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #1b1e21;
    border-color: #1b1e21; }

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5; }
  .close:hover {
    color: #000;
    text-decoration: none; }
  .close:not(:disabled):not(.disabled) {
    cursor: pointer; }
    .close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
      opacity: .75; }

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  appearance: none; }

a.close.disabled {
  pointer-events: none; }

.toast {
  max-width: 350px;
  overflow: hidden;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0.25rem;
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  opacity: 0; }
  .toast:not(:last-child) {
    margin-bottom: 0.75rem; }
  .toast.showing {
    opacity: 1; }
  .toast.show {
    display: block;
    opacity: 1; }
  .toast.hide {
    display: none; }

.toast-header {
  display: flex;
  align-items: center;
  padding: 0.25rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05); }

.toast-body {
  padding: 0.75rem; }

.modal-open {
  overflow: hidden; }
  .modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto; }

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none; }
  .modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    transform: translate(0, -50px); }
    @media screen and (prefers-reduced-motion: reduce) {
      .modal.fade .modal-dialog {
        transition: none; } }
  .modal.show .modal-dialog {
    transform: none; }

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - (0.5rem * 2)); }
  .modal-dialog-centered::before {
    display: block;
    height: calc(100vh - (0.5rem * 2));
    content: ""; }

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0; }
  .modal-backdrop.show {
    opacity: 0.5; }

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem; }
  .modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto; }

.modal-title {
  margin-bottom: 0;
  line-height: 1.5; }

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem; }

.modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #e9ecef;
  border-bottom-right-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem; }
  .modal-footer > :not(:first-child) {
    margin-left: .25rem; }
  .modal-footer > :not(:last-child) {
    margin-right: .25rem; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto; }
  .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2)); }
    .modal-dialog-centered::before {
      height: calc(100vh - (1.75rem * 2)); }
  .modal-sm {
    max-width: 300px; } }

@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px; } }

@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px; } }

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0; }
  .tooltip.show {
    opacity: 0.9; }
  .tooltip .arrow {
    position: absolute;
    display: block;
    width: 0.8rem;
    height: 0.4rem; }
    .tooltip .arrow::before {
      position: absolute;
      content: "";
      border-color: transparent;
      border-style: solid; }

.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0; }
  .bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
    bottom: 0; }
    .bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
      top: 0;
      border-width: 0.4rem 0.4rem 0;
      border-top-color: #000; }

.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem; }
  .bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
    left: 0;
    width: 0.4rem;
    height: 0.8rem; }
    .bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
      right: 0;
      border-width: 0.4rem 0.4rem 0.4rem 0;
      border-right-color: #000; }

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0; }
  .bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
    top: 0; }
    .bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
      bottom: 0;
      border-width: 0 0.4rem 0.4rem;
      border-bottom-color: #000; }

.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem; }
  .bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
    right: 0;
    width: 0.4rem;
    height: 0.8rem; }
    .bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
      left: 0;
      border-width: 0.4rem 0 0.4rem 0.4rem;
      border-left-color: #000; }

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem; }
  .popover .arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: 0.5rem;
    margin: 0 0.3rem; }
    .popover .arrow::before, .popover .arrow::after {
      position: absolute;
      display: block;
      content: "";
      border-color: transparent;
      border-style: solid; }

.bs-popover-top, .bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem; }
  .bs-popover-top .arrow, .bs-popover-auto[x-placement^="top"] .arrow {
    bottom: calc((0.5rem + 1px) * -1); }
  .bs-popover-top .arrow::before, .bs-popover-auto[x-placement^="top"] .arrow::before,
  .bs-popover-top .arrow::after,
  .bs-popover-auto[x-placement^="top"] .arrow::after {
    border-width: 0.5rem 0.5rem 0; }
  .bs-popover-top .arrow::before, .bs-popover-auto[x-placement^="top"] .arrow::before {
    bottom: 0;
    border-top-color: rgba(0, 0, 0, 0.25); }
  
  .bs-popover-top .arrow::after,
  .bs-popover-auto[x-placement^="top"] .arrow::after {
    bottom: 1px;
    border-top-color: #fff; }

.bs-popover-right, .bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem; }
  .bs-popover-right .arrow, .bs-popover-auto[x-placement^="right"] .arrow {
    left: calc((0.5rem + 1px) * -1);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0; }
  .bs-popover-right .arrow::before, .bs-popover-auto[x-placement^="right"] .arrow::before,
  .bs-popover-right .arrow::after,
  .bs-popover-auto[x-placement^="right"] .arrow::after {
    border-width: 0.5rem 0.5rem 0.5rem 0; }
  .bs-popover-right .arrow::before, .bs-popover-auto[x-placement^="right"] .arrow::before {
    left: 0;
    border-right-color: rgba(0, 0, 0, 0.25); }
  
  .bs-popover-right .arrow::after,
  .bs-popover-auto[x-placement^="right"] .arrow::after {
    left: 1px;
    border-right-color: #fff; }

.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem; }
  .bs-popover-bottom .arrow, .bs-popover-auto[x-placement^="bottom"] .arrow {
    top: calc((0.5rem + 1px) * -1); }
  .bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^="bottom"] .arrow::before,
  .bs-popover-bottom .arrow::after,
  .bs-popover-auto[x-placement^="bottom"] .arrow::after {
    border-width: 0 0.5rem 0.5rem 0.5rem; }
  .bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^="bottom"] .arrow::before {
    top: 0;
    border-bottom-color: rgba(0, 0, 0, 0.25); }
  
  .bs-popover-bottom .arrow::after,
  .bs-popover-auto[x-placement^="bottom"] .arrow::after {
    top: 1px;
    border-bottom-color: #fff; }
  .bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -0.5rem;
    content: "";
    border-bottom: 1px solid #f7f7f7; }

.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem; }
  .bs-popover-left .arrow, .bs-popover-auto[x-placement^="left"] .arrow {
    right: calc((0.5rem + 1px) * -1);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0; }
  .bs-popover-left .arrow::before, .bs-popover-auto[x-placement^="left"] .arrow::before,
  .bs-popover-left .arrow::after,
  .bs-popover-auto[x-placement^="left"] .arrow::after {
    border-width: 0.5rem 0 0.5rem 0.5rem; }
  .bs-popover-left .arrow::before, .bs-popover-auto[x-placement^="left"] .arrow::before {
    right: 0;
    border-left-color: rgba(0, 0, 0, 0.25); }
  
  .bs-popover-left .arrow::after,
  .bs-popover-auto[x-placement^="left"] .arrow::after {
    right: 1px;
    border-left-color: #fff; }

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  color: inherit;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px); }
  .popover-header:empty {
    display: none; }

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529; }

.carousel {
  position: relative; }

.carousel.pointer-event {
  touch-action: pan-y; }

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden; }
  .carousel-inner::after {
    display: block;
    clear: both;
    content: ""; }

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out; }
  @media screen and (prefers-reduced-motion: reduce) {
    .carousel-item {
      transition: none; } }

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block; }

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  transform: translateX(100%); }

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  transform: translateX(-100%); }

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none; }

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1; }

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: 0s 0.6s opacity; }
  @media screen and (prefers-reduced-motion: reduce) {
    .carousel-fade .active.carousel-item-left,
    .carousel-fade .active.carousel-item-right {
      transition: none; } }

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.15s ease; }
  @media screen and (prefers-reduced-motion: reduce) {
    .carousel-control-prev,
    .carousel-control-next {
      transition: none; } }
  .carousel-control-prev:hover, .carousel-control-prev:focus,
  .carousel-control-next:hover,
  .carousel-control-next:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: 0.9; }

.carousel-control-prev {
  left: 0; }

.carousel-control-next {
  right: 0; }

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent no-repeat center center;
  background-size: 100% 100%; }

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e"); }

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e"); }

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none; }
  .carousel-indicators li {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity 0.6s ease; }
    @media screen and (prefers-reduced-motion: reduce) {
      .carousel-indicators li {
        transition: none; } }
  .carousel-indicators .active {
    opacity: 1; }

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center; }

@keyframes spinner-border {
  to {
    transform: rotate(360deg); } }

.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: spinner-border .75s linear infinite; }

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em; }

@keyframes spinner-grow {
  0% {
    transform: scale(0); }
  50% {
    opacity: 1; } }

.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  animation: spinner-grow .75s linear infinite; }

.spinner-grow-sm {
  width: 1rem;
  height: 1rem; }

.align-baseline {
  vertical-align: baseline !important; }

.align-top {
  vertical-align: top !important; }

.align-middle {
  vertical-align: middle !important; }

.align-bottom {
  vertical-align: bottom !important; }

.align-text-bottom {
  vertical-align: text-bottom !important; }

.align-text-top {
  vertical-align: text-top !important; }

.bg-primary {
  background-color: #488BF8 !important; }

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #176cf6 !important; }

.bg-secondary {
  background-color: #6c757d !important; }

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !important; }

.bg-success {
  background-color: #28a745 !important; }

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important; }

.bg-info {
  background-color: #17a2b8 !important; }

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important; }

.bg-warning {
  background-color: #ffc107 !important; }

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important; }

.bg-danger {
  background-color: #dc3545 !important; }

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important; }

.bg-light {
  background-color: #f8f9fa !important; }

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important; }

.bg-dark {
  background-color: #343a40 !important; }

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important; }

.bg-white {
  background-color: #fff !important; }

.bg-transparent {
  background-color: transparent !important; }

.border {
  border: 1px solid #dee2e6 !important; }

.border-top {
  border-top: 1px solid #dee2e6 !important; }

.border-right {
  border-right: 1px solid #dee2e6 !important; }

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important; }

.border-left {
  border-left: 1px solid #dee2e6 !important; }

.border-0 {
  border: 0 !important; }

.border-top-0 {
  border-top: 0 !important; }

.border-right-0 {
  border-right: 0 !important; }

.border-bottom-0 {
  border-bottom: 0 !important; }

.border-left-0 {
  border-left: 0 !important; }

.border-primary {
  border-color: #488BF8 !important; }

.border-secondary {
  border-color: #6c757d !important; }

.border-success {
  border-color: #28a745 !important; }

.border-info {
  border-color: #17a2b8 !important; }

.border-warning {
  border-color: #ffc107 !important; }

.border-danger {
  border-color: #dc3545 !important; }

.border-light {
  border-color: #f8f9fa !important; }

.border-dark {
  border-color: #343a40 !important; }

.border-white {
  border-color: #fff !important; }

.rounded {
  border-radius: 0.25rem !important; }

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important; }

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important; }

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important; }

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important; }

.rounded-circle {
  border-radius: 50% !important; }

.rounded-pill {
  border-radius: 50rem !important; }

.rounded-0 {
  border-radius: 0 !important; }

.clearfix::after {
  display: block;
  clear: both;
  content: ""; }

.d-none {
  display: none !important; }

.d-inline {
  display: inline !important; }

.d-inline-block {
  display: inline-block !important; }

.d-block {
  display: block !important; }

.d-table {
  display: table !important; }

.d-table-row {
  display: table-row !important; }

.d-table-cell {
  display: table-cell !important; }

.d-flex {
  display: flex !important; }

.d-inline-flex {
  display: inline-flex !important; }

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important; }
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block {
    display: block !important; }
  .d-sm-table {
    display: table !important; }
  .d-sm-table-row {
    display: table-row !important; }
  .d-sm-table-cell {
    display: table-cell !important; }
  .d-sm-flex {
    display: flex !important; }
  .d-sm-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 768px) {
  .d-md-none {
    display: none !important; }
  .d-md-inline {
    display: inline !important; }
  .d-md-inline-block {
    display: inline-block !important; }
  .d-md-block {
    display: block !important; }
  .d-md-table {
    display: table !important; }
  .d-md-table-row {
    display: table-row !important; }
  .d-md-table-cell {
    display: table-cell !important; }
  .d-md-flex {
    display: flex !important; }
  .d-md-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important; }
  .d-lg-inline {
    display: inline !important; }
  .d-lg-inline-block {
    display: inline-block !important; }
  .d-lg-block {
    display: block !important; }
  .d-lg-table {
    display: table !important; }
  .d-lg-table-row {
    display: table-row !important; }
  .d-lg-table-cell {
    display: table-cell !important; }
  .d-lg-flex {
    display: flex !important; }
  .d-lg-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important; }
  .d-xl-inline {
    display: inline !important; }
  .d-xl-inline-block {
    display: inline-block !important; }
  .d-xl-block {
    display: block !important; }
  .d-xl-table {
    display: table !important; }
  .d-xl-table-row {
    display: table-row !important; }
  .d-xl-table-cell {
    display: table-cell !important; }
  .d-xl-flex {
    display: flex !important; }
  .d-xl-inline-flex {
    display: inline-flex !important; } }

@media print {
  .d-print-none {
    display: none !important; }
  .d-print-inline {
    display: inline !important; }
  .d-print-inline-block {
    display: inline-block !important; }
  .d-print-block {
    display: block !important; }
  .d-print-table {
    display: table !important; }
  .d-print-table-row {
    display: table-row !important; }
  .d-print-table-cell {
    display: table-cell !important; }
  .d-print-flex {
    display: flex !important; }
  .d-print-inline-flex {
    display: inline-flex !important; } }

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden; }
  .embed-responsive::before {
    display: block;
    content: ""; }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }

.embed-responsive-21by9::before {
  padding-top: 42.85714%; }

.embed-responsive-16by9::before {
  padding-top: 56.25%; }

.embed-responsive-3by4::before {
  padding-top: 133.33333%; }

.embed-responsive-1by1::before {
  padding-top: 100%; }

.flex-row {
  flex-direction: row !important; }

.flex-column {
  flex-direction: column !important; }

.flex-row-reverse {
  flex-direction: row-reverse !important; }

.flex-column-reverse {
  flex-direction: column-reverse !important; }

.flex-wrap {
  flex-wrap: wrap !important; }

.flex-nowrap {
  flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important; }

.flex-fill {
  flex: 1 1 auto !important; }

.flex-grow-0 {
  flex-grow: 0 !important; }

.flex-grow-1 {
  flex-grow: 1 !important; }

.flex-shrink-0 {
  flex-shrink: 0 !important; }

.flex-shrink-1 {
  flex-shrink: 1 !important; }

.justify-content-start {
  justify-content: flex-start !important; }

.justify-content-end {
  justify-content: flex-end !important; }

.justify-content-center {
  justify-content: center !important; }

.justify-content-between {
  justify-content: space-between !important; }

.justify-content-around {
  justify-content: space-around !important; }

.align-items-start {
  align-items: flex-start !important; }

.align-items-end {
  align-items: flex-end !important; }

.align-items-center {
  align-items: center !important; }

.align-items-baseline {
  align-items: baseline !important; }

.align-items-stretch {
  align-items: stretch !important; }

.align-content-start {
  align-content: flex-start !important; }

.align-content-end {
  align-content: flex-end !important; }

.align-content-center {
  align-content: center !important; }

.align-content-between {
  align-content: space-between !important; }

.align-content-around {
  align-content: space-around !important; }

.align-content-stretch {
  align-content: stretch !important; }

.align-self-auto {
  align-self: auto !important; }

.align-self-start {
  align-self: flex-start !important; }

.align-self-end {
  align-self: flex-end !important; }

.align-self-center {
  align-self: center !important; }

.align-self-baseline {
  align-self: baseline !important; }

.align-self-stretch {
  align-self: stretch !important; }

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important; }
  .flex-sm-column {
    flex-direction: column !important; }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-sm-wrap {
    flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-sm-fill {
    flex: 1 1 auto !important; }
  .flex-sm-grow-0 {
    flex-grow: 0 !important; }
  .flex-sm-grow-1 {
    flex-grow: 1 !important; }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-sm-start {
    justify-content: flex-start !important; }
  .justify-content-sm-end {
    justify-content: flex-end !important; }
  .justify-content-sm-center {
    justify-content: center !important; }
  .justify-content-sm-between {
    justify-content: space-between !important; }
  .justify-content-sm-around {
    justify-content: space-around !important; }
  .align-items-sm-start {
    align-items: flex-start !important; }
  .align-items-sm-end {
    align-items: flex-end !important; }
  .align-items-sm-center {
    align-items: center !important; }
  .align-items-sm-baseline {
    align-items: baseline !important; }
  .align-items-sm-stretch {
    align-items: stretch !important; }
  .align-content-sm-start {
    align-content: flex-start !important; }
  .align-content-sm-end {
    align-content: flex-end !important; }
  .align-content-sm-center {
    align-content: center !important; }
  .align-content-sm-between {
    align-content: space-between !important; }
  .align-content-sm-around {
    align-content: space-around !important; }
  .align-content-sm-stretch {
    align-content: stretch !important; }
  .align-self-sm-auto {
    align-self: auto !important; }
  .align-self-sm-start {
    align-self: flex-start !important; }
  .align-self-sm-end {
    align-self: flex-end !important; }
  .align-self-sm-center {
    align-self: center !important; }
  .align-self-sm-baseline {
    align-self: baseline !important; }
  .align-self-sm-stretch {
    align-self: stretch !important; } }

@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important; }
  .flex-md-column {
    flex-direction: column !important; }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-md-wrap {
    flex-wrap: wrap !important; }
  .flex-md-nowrap {
    flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-md-fill {
    flex: 1 1 auto !important; }
  .flex-md-grow-0 {
    flex-grow: 0 !important; }
  .flex-md-grow-1 {
    flex-grow: 1 !important; }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-md-start {
    justify-content: flex-start !important; }
  .justify-content-md-end {
    justify-content: flex-end !important; }
  .justify-content-md-center {
    justify-content: center !important; }
  .justify-content-md-between {
    justify-content: space-between !important; }
  .justify-content-md-around {
    justify-content: space-around !important; }
  .align-items-md-start {
    align-items: flex-start !important; }
  .align-items-md-end {
    align-items: flex-end !important; }
  .align-items-md-center {
    align-items: center !important; }
  .align-items-md-baseline {
    align-items: baseline !important; }
  .align-items-md-stretch {
    align-items: stretch !important; }
  .align-content-md-start {
    align-content: flex-start !important; }
  .align-content-md-end {
    align-content: flex-end !important; }
  .align-content-md-center {
    align-content: center !important; }
  .align-content-md-between {
    align-content: space-between !important; }
  .align-content-md-around {
    align-content: space-around !important; }
  .align-content-md-stretch {
    align-content: stretch !important; }
  .align-self-md-auto {
    align-self: auto !important; }
  .align-self-md-start {
    align-self: flex-start !important; }
  .align-self-md-end {
    align-self: flex-end !important; }
  .align-self-md-center {
    align-self: center !important; }
  .align-self-md-baseline {
    align-self: baseline !important; }
  .align-self-md-stretch {
    align-self: stretch !important; } }

@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important; }
  .flex-lg-column {
    flex-direction: column !important; }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-lg-wrap {
    flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-lg-fill {
    flex: 1 1 auto !important; }
  .flex-lg-grow-0 {
    flex-grow: 0 !important; }
  .flex-lg-grow-1 {
    flex-grow: 1 !important; }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-lg-start {
    justify-content: flex-start !important; }
  .justify-content-lg-end {
    justify-content: flex-end !important; }
  .justify-content-lg-center {
    justify-content: center !important; }
  .justify-content-lg-between {
    justify-content: space-between !important; }
  .justify-content-lg-around {
    justify-content: space-around !important; }
  .align-items-lg-start {
    align-items: flex-start !important; }
  .align-items-lg-end {
    align-items: flex-end !important; }
  .align-items-lg-center {
    align-items: center !important; }
  .align-items-lg-baseline {
    align-items: baseline !important; }
  .align-items-lg-stretch {
    align-items: stretch !important; }
  .align-content-lg-start {
    align-content: flex-start !important; }
  .align-content-lg-end {
    align-content: flex-end !important; }
  .align-content-lg-center {
    align-content: center !important; }
  .align-content-lg-between {
    align-content: space-between !important; }
  .align-content-lg-around {
    align-content: space-around !important; }
  .align-content-lg-stretch {
    align-content: stretch !important; }
  .align-self-lg-auto {
    align-self: auto !important; }
  .align-self-lg-start {
    align-self: flex-start !important; }
  .align-self-lg-end {
    align-self: flex-end !important; }
  .align-self-lg-center {
    align-self: center !important; }
  .align-self-lg-baseline {
    align-self: baseline !important; }
  .align-self-lg-stretch {
    align-self: stretch !important; } }

@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important; }
  .flex-xl-column {
    flex-direction: column !important; }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-xl-wrap {
    flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-xl-fill {
    flex: 1 1 auto !important; }
  .flex-xl-grow-0 {
    flex-grow: 0 !important; }
  .flex-xl-grow-1 {
    flex-grow: 1 !important; }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-xl-start {
    justify-content: flex-start !important; }
  .justify-content-xl-end {
    justify-content: flex-end !important; }
  .justify-content-xl-center {
    justify-content: center !important; }
  .justify-content-xl-between {
    justify-content: space-between !important; }
  .justify-content-xl-around {
    justify-content: space-around !important; }
  .align-items-xl-start {
    align-items: flex-start !important; }
  .align-items-xl-end {
    align-items: flex-end !important; }
  .align-items-xl-center {
    align-items: center !important; }
  .align-items-xl-baseline {
    align-items: baseline !important; }
  .align-items-xl-stretch {
    align-items: stretch !important; }
  .align-content-xl-start {
    align-content: flex-start !important; }
  .align-content-xl-end {
    align-content: flex-end !important; }
  .align-content-xl-center {
    align-content: center !important; }
  .align-content-xl-between {
    align-content: space-between !important; }
  .align-content-xl-around {
    align-content: space-around !important; }
  .align-content-xl-stretch {
    align-content: stretch !important; }
  .align-self-xl-auto {
    align-self: auto !important; }
  .align-self-xl-start {
    align-self: flex-start !important; }
  .align-self-xl-end {
    align-self: flex-end !important; }
  .align-self-xl-center {
    align-self: center !important; }
  .align-self-xl-baseline {
    align-self: baseline !important; }
  .align-self-xl-stretch {
    align-self: stretch !important; } }

.float-left {
  float: left !important; }

.float-right {
  float: right !important; }

.float-none {
  float: none !important; }

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important; }
  .float-sm-right {
    float: right !important; }
  .float-sm-none {
    float: none !important; } }

@media (min-width: 768px) {
  .float-md-left {
    float: left !important; }
  .float-md-right {
    float: right !important; }
  .float-md-none {
    float: none !important; } }

@media (min-width: 992px) {
  .float-lg-left {
    float: left !important; }
  .float-lg-right {
    float: right !important; }
  .float-lg-none {
    float: none !important; } }

@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important; }
  .float-xl-right {
    float: right !important; }
  .float-xl-none {
    float: none !important; } }

.overflow-auto {
  overflow: auto !important; }

.overflow-hidden {
  overflow: hidden !important; }

.position-static {
  position: static !important; }

.position-relative {
  position: relative !important; }

.position-absolute {
  position: absolute !important; }

.position-fixed {
  position: fixed !important; }

.position-sticky {
  position: sticky !important; }

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0; }

.z-index-class {
  z-index: 1030; }

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030; }

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020; } }

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

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal; }

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important; }

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important; }

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important; }

.shadow-none {
  box-shadow: none !important; }

.w-25 {
  width: 25% !important; }

.w-50 {
  width: 50% !important; }

.w-75 {
  width: 75% !important; }

.w-100 {
  width: 100% !important; }

.w-auto {
  width: auto !important; }

.h-25 {
  height: 25% !important; }

.h-50 {
  height: 50% !important; }

.h-75 {
  height: 75% !important; }

.h-100 {
  height: 100% !important; }

.h-auto {
  height: auto !important; }

.mw-100 {
  max-width: 100% !important; }

.mh-100 {
  max-height: 100% !important; }

.min-vw-100 {
  min-width: 100vw !important; }

.min-vh-100 {
  min-height: 100vh !important; }

.vw-100 {
  width: 100vw !important; }

.vh-100 {
  height: 100vh !important; }

.m-0 {
  margin: 0 !important; }

.mt-0,
.my-0 {
  margin-top: 0 !important; }

.mr-0,
.mx-0 {
  margin-right: 0 !important; }

.mb-0,
.my-0 {
  margin-bottom: 0 !important; }

.ml-0,
.mx-0 {
  margin-left: 0 !important; }

.m-1 {
  margin: 0.25rem !important; }

.mt-1,
.my-1 {
  margin-top: 0.25rem !important; }

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important; }

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important; }

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important; }

.m-2 {
  margin: 0.5rem !important; }

.mt-2,
.my-2 {
  margin-top: 0.5rem !important; }

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important; }

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important; }

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important; }

.m-3 {
  margin: 1rem !important; }

.mt-3,
.my-3 {
  margin-top: 1rem !important; }

.mr-3,
.mx-3 {
  margin-right: 1rem !important; }

.mb-3,
.my-3 {
  margin-bottom: 1rem !important; }

.ml-3,
.mx-3 {
  margin-left: 1rem !important; }

.m-4 {
  margin: 1.5rem !important; }

.mt-4,
.my-4 {
  margin-top: 1.5rem !important; }

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important; }

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important; }

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important; }

.m-5 {
  margin: 3rem !important; }

.mt-5,
.my-5 {
  margin-top: 3rem !important; }

.mr-5,
.mx-5 {
  margin-right: 3rem !important; }

.mb-5,
.my-5 {
  margin-bottom: 3rem !important; }

.ml-5,
.mx-5 {
  margin-left: 3rem !important; }

.p-0 {
  padding: 0 !important; }

.pt-0,
.py-0 {
  padding-top: 0 !important; }

.pr-0,
.px-0 {
  padding-right: 0 !important; }

.pb-0,
.py-0 {
  padding-bottom: 0 !important; }

.pl-0,
.px-0 {
  padding-left: 0 !important; }

.p-1 {
  padding: 0.25rem !important; }

.pt-1,
.py-1 {
  padding-top: 0.25rem !important; }

.pr-1,
.px-1 {
  padding-right: 0.25rem !important; }

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important; }

.pl-1,
.px-1 {
  padding-left: 0.25rem !important; }

.p-2 {
  padding: 0.5rem !important; }

.pt-2,
.py-2 {
  padding-top: 0.5rem !important; }

.pr-2,
.px-2 {
  padding-right: 0.5rem !important; }

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important; }

.pl-2,
.px-2 {
  padding-left: 0.5rem !important; }

.p-3 {
  padding: 1rem !important; }

.pt-3,
.py-3 {
  padding-top: 1rem !important; }

.pr-3,
.px-3 {
  padding-right: 1rem !important; }

.pb-3,
.py-3 {
  padding-bottom: 1rem !important; }

.pl-3,
.px-3 {
  padding-left: 1rem !important; }

.p-4 {
  padding: 1.5rem !important; }

.pt-4,
.py-4 {
  padding-top: 1.5rem !important; }

.pr-4,
.px-4 {
  padding-right: 1.5rem !important; }

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important; }

.pl-4,
.px-4 {
  padding-left: 1.5rem !important; }

.p-5 {
  padding: 3rem !important; }

.pt-5,
.py-5 {
  padding-top: 3rem !important; }

.pr-5,
.px-5 {
  padding-right: 3rem !important; }

.pb-5,
.py-5 {
  padding-bottom: 3rem !important; }

.pl-5,
.px-5 {
  padding-left: 3rem !important; }

.m-n1 {
  margin: -0.25rem !important; }

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important; }

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important; }

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important; }

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important; }

.m-n2 {
  margin: -0.5rem !important; }

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important; }

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important; }

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important; }

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important; }

.m-n3 {
  margin: -1rem !important; }

.mt-n3,
.my-n3 {
  margin-top: -1rem !important; }

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important; }

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important; }

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important; }

.m-n4 {
  margin: -1.5rem !important; }

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important; }

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important; }

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important; }

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important; }

.m-n5 {
  margin: -3rem !important; }

.mt-n5,
.my-n5 {
  margin-top: -3rem !important; }

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important; }

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important; }

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important; }

.m-auto {
  margin: auto !important; }

.mt-auto,
.my-auto {
  margin-top: auto !important; }

.mr-auto,
.mx-auto {
  margin-right: auto !important; }

.mb-auto,
.my-auto {
  margin-bottom: auto !important; }

.ml-auto,
.mx-auto {
  margin-left: auto !important; }

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important; }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important; }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important; }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important; }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important; }
  .m-sm-1 {
    margin: 0.25rem !important; }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important; }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important; }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important; }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important; }
  .m-sm-2 {
    margin: 0.5rem !important; }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important; }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important; }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important; }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important; }
  .m-sm-3 {
    margin: 1rem !important; }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important; }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important; }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important; }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important; }
  .m-sm-4 {
    margin: 1.5rem !important; }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important; }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important; }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important; }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important; }
  .m-sm-5 {
    margin: 3rem !important; }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important; }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important; }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important; }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important; }
  .p-sm-0 {
    padding: 0 !important; }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important; }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important; }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important; }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important; }
  .p-sm-1 {
    padding: 0.25rem !important; }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important; }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important; }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important; }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important; }
  .p-sm-2 {
    padding: 0.5rem !important; }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important; }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important; }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important; }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important; }
  .p-sm-3 {
    padding: 1rem !important; }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important; }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important; }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important; }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important; }
  .p-sm-4 {
    padding: 1.5rem !important; }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important; }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important; }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important; }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important; }
  .p-sm-5 {
    padding: 3rem !important; }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important; }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important; }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important; }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important; }
  .m-sm-n1 {
    margin: -0.25rem !important; }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important; }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important; }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important; }
  .m-sm-n2 {
    margin: -0.5rem !important; }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important; }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important; }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important; }
  .m-sm-n3 {
    margin: -1rem !important; }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important; }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important; }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important; }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important; }
  .m-sm-n4 {
    margin: -1.5rem !important; }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important; }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important; }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important; }
  .m-sm-n5 {
    margin: -3rem !important; }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important; }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important; }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important; }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important; }
  .m-sm-auto {
    margin: auto !important; }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important; }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important; }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important; }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important; } }

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important; }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important; }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important; }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important; }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important; }
  .m-md-1 {
    margin: 0.25rem !important; }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important; }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important; }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important; }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important; }
  .m-md-2 {
    margin: 0.5rem !important; }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important; }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important; }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important; }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important; }
  .m-md-3 {
    margin: 1rem !important; }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important; }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important; }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important; }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important; }
  .m-md-4 {
    margin: 1.5rem !important; }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important; }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important; }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important; }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important; }
  .m-md-5 {
    margin: 3rem !important; }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important; }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important; }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important; }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important; }
  .p-md-0 {
    padding: 0 !important; }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important; }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important; }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important; }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important; }
  .p-md-1 {
    padding: 0.25rem !important; }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important; }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important; }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important; }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important; }
  .p-md-2 {
    padding: 0.5rem !important; }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important; }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important; }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important; }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important; }
  .p-md-3 {
    padding: 1rem !important; }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important; }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important; }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important; }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important; }
  .p-md-4 {
    padding: 1.5rem !important; }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important; }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important; }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important; }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important; }
  .p-md-5 {
    padding: 3rem !important; }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important; }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important; }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important; }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important; }
  .m-md-n1 {
    margin: -0.25rem !important; }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important; }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important; }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important; }
  .m-md-n2 {
    margin: -0.5rem !important; }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important; }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important; }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important; }
  .m-md-n3 {
    margin: -1rem !important; }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important; }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important; }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important; }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important; }
  .m-md-n4 {
    margin: -1.5rem !important; }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important; }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important; }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important; }
  .m-md-n5 {
    margin: -3rem !important; }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important; }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important; }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important; }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important; }
  .m-md-auto {
    margin: auto !important; }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important; }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important; }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important; }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important; } }

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important; }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important; }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important; }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important; }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important; }
  .m-lg-1 {
    margin: 0.25rem !important; }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important; }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important; }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important; }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important; }
  .m-lg-2 {
    margin: 0.5rem !important; }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important; }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important; }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important; }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important; }
  .m-lg-3 {
    margin: 1rem !important; }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important; }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important; }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important; }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important; }
  .m-lg-4 {
    margin: 1.5rem !important; }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important; }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important; }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important; }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important; }
  .m-lg-5 {
    margin: 3rem !important; }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important; }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important; }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important; }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important; }
  .p-lg-0 {
    padding: 0 !important; }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important; }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important; }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important; }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important; }
  .p-lg-1 {
    padding: 0.25rem !important; }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important; }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important; }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important; }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important; }
  .p-lg-2 {
    padding: 0.5rem !important; }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important; }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important; }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important; }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important; }
  .p-lg-3 {
    padding: 1rem !important; }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important; }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important; }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important; }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important; }
  .p-lg-4 {
    padding: 1.5rem !important; }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important; }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important; }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important; }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important; }
  .p-lg-5 {
    padding: 3rem !important; }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important; }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important; }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important; }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important; }
  .m-lg-n1 {
    margin: -0.25rem !important; }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important; }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important; }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important; }
  .m-lg-n2 {
    margin: -0.5rem !important; }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important; }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important; }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important; }
  .m-lg-n3 {
    margin: -1rem !important; }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important; }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important; }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important; }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important; }
  .m-lg-n4 {
    margin: -1.5rem !important; }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important; }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important; }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important; }
  .m-lg-n5 {
    margin: -3rem !important; }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important; }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important; }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important; }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important; }
  .m-lg-auto {
    margin: auto !important; }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important; }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important; }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important; }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important; } }

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important; }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important; }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important; }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important; }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important; }
  .m-xl-1 {
    margin: 0.25rem !important; }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important; }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important; }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important; }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important; }
  .m-xl-2 {
    margin: 0.5rem !important; }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important; }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important; }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important; }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important; }
  .m-xl-3 {
    margin: 1rem !important; }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important; }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important; }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important; }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important; }
  .m-xl-4 {
    margin: 1.5rem !important; }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important; }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important; }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important; }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important; }
  .m-xl-5 {
    margin: 3rem !important; }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important; }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important; }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important; }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important; }
  .p-xl-0 {
    padding: 0 !important; }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important; }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important; }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important; }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important; }
  .p-xl-1 {
    padding: 0.25rem !important; }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important; }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important; }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important; }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important; }
  .p-xl-2 {
    padding: 0.5rem !important; }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important; }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important; }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important; }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important; }
  .p-xl-3 {
    padding: 1rem !important; }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important; }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important; }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important; }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important; }
  .p-xl-4 {
    padding: 1.5rem !important; }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important; }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important; }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important; }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important; }
  .p-xl-5 {
    padding: 3rem !important; }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important; }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important; }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important; }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important; }
  .m-xl-n1 {
    margin: -0.25rem !important; }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important; }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important; }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important; }
  .m-xl-n2 {
    margin: -0.5rem !important; }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important; }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important; }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important; }
  .m-xl-n3 {
    margin: -1rem !important; }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important; }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important; }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important; }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important; }
  .m-xl-n4 {
    margin: -1.5rem !important; }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important; }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important; }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important; }
  .m-xl-n5 {
    margin: -3rem !important; }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important; }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important; }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important; }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important; }
  .m-xl-auto {
    margin: auto !important; }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important; }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important; }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important; }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important; } }

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

.text-justify {
  text-align: justify !important; }

.text-wrap {
  white-space: normal !important; }

.text-nowrap {
  white-space: nowrap !important; }

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.text-left {
  text-align: left !important; }

.text-right {
  text-align: right !important; }

.text-center {
  text-align: center !important; }

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important; }
  .text-sm-right {
    text-align: right !important; }
  .text-sm-center {
    text-align: center !important; } }

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important; }
  .text-md-right {
    text-align: right !important; }
  .text-md-center {
    text-align: center !important; } }

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important; }
  .text-lg-right {
    text-align: right !important; }
  .text-lg-center {
    text-align: center !important; } }

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important; }
  .text-xl-right {
    text-align: right !important; }
  .text-xl-center {
    text-align: center !important; } }

.text-lowercase {
  text-transform: lowercase !important; }

.text-uppercase {
  text-transform: uppercase !important; }

.text-capitalize {
  text-transform: capitalize !important; }

.font-weight-light {
  font-weight: 300 !important; }

.font-weight-lighter {
  font-weight: lighter !important; }

.font-weight-normal {
  font-weight: 400 !important; }

.font-weight-bold {
  font-weight: 700 !important; }

.font-weight-bolder {
  font-weight: bolder !important; }

.font-italic {
  font-style: italic !important; }

.text-white {
  color: #fff !important; }

.text-primary {
  color: #488BF8 !important; }

a.text-primary:hover, a.text-primary:focus {
  color: #095feb !important; }

.text-secondary {
  color: #6c757d !important; }

a.text-secondary:hover, a.text-secondary:focus {
  color: #494f54 !important; }

.text-success {
  color: #28a745 !important; }

a.text-success:hover, a.text-success:focus {
  color: #19692c !important; }

.text-info {
  color: #17a2b8 !important; }

a.text-info:hover, a.text-info:focus {
  color: #0f6674 !important; }

.text-warning {
  color: #ffc107 !important; }

a.text-warning:hover, a.text-warning:focus {
  color: #ba8b00 !important; }

.text-danger {
  color: #dc3545 !important; }

a.text-danger:hover, a.text-danger:focus {
  color: #a71d2a !important; }

.text-light {
  color: #f8f9fa !important; }

a.text-light:hover, a.text-light:focus {
  color: #cbd3da !important; }

.text-dark {
  color: #343a40 !important; }

a.text-dark:hover, a.text-dark:focus {
  color: #121416 !important; }

.text-body {
  color: #212529 !important; }

.text-muted {
  color: #6c757d !important; }

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important; }

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.text-decoration-none {
  text-decoration: none !important; }

.text-reset {
  color: inherit !important; }

.visible {
  visibility: visible !important; }

.invisible {
  visibility: hidden !important; }

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important; }
  a:not(.btn) {
    text-decoration: underline; }
  abbr[title]::after {
    content: " (" attr(title) ")"; }
  pre {
    white-space: pre-wrap !important; }
  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  @page {
    size: a3; }
  body {
    min-width: 992px !important; }
  .container {
    min-width: 992px !important; }
  .navbar {
    display: none; }
  .badge {
    border: 1px solid #000; }
  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #fff !important; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important; }
  .table-dark {
    color: inherit; }
    .table-dark th,
    .table-dark td,
    .table-dark thead th,
    .table-dark tbody + tbody {
      border-color: #dee2e6; }
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6; } }

#nprogress {
  pointer-events: none; }

#nprogress .bar {
  background: #FFA700;
  position: fixed;
  z-index: 1031;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px; }

/* Fancy blur effect */
#nprogress .peg {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  box-shadow: 0 0 10px #FFA700, 0 0 5px #FFA700;
  opacity: 1.0;
  -webkit-transform: rotate(3deg) translate(0px, -4px);
  -ms-transform: rotate(3deg) translate(0px, -4px);
  transform: rotate(3deg) translate(0px, -4px); }

/* Remove these to get rid of the spinner */
#nprogress .spinner {
  display: block;
  position: fixed;
  z-index: 1031;
  top: 15px;
  right: 15px; }

#nprogress .spinner-icon {
  width: 18px;
  height: 18px;
  box-sizing: border-box;
  border: solid 2px transparent;
  border-top-color: #488BF8;
  border-left-color: #488BF8;
  border-radius: 50%;
  -webkit-animation: nprogress-spinner 400ms linear infinite;
  animation: nprogress-spinner 400ms linear infinite; }

.nprogress-custom-parent {
  overflow: hidden;
  position: relative; }

.nprogress-custom-parent #nprogress .spinner,
.nprogress-custom-parent #nprogress .bar {
  position: absolute; }

@-webkit-keyframes nprogress-spinner {
  0% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg); } }

@keyframes nprogress-spinner {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

.top-nav .navbar {
  padding: 0px 10px;
  background-color: #fff;
  border-bottom: 0.5px solid #E6E6E6;
  height: 52px;
  z-index: 1030; }
  @media (max-width: 991.98px) {
    .top-nav .navbar {
      padding: 6px 18px; } }
  @media (min-width: 992px) {
    .top-nav .navbar .mobile-header-items {
      display: none; } }

.top-nav .nav-button {
  padding: 0px 30px;
  background-color: #a0acc1;
  border: 0px; }

.top-nav .nav-link {
  font-size: 0.8rem;
  font-weight: 600;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.7) !important;
  transition: all 0.1s ease; }
  .top-nav .nav-link.active {
    background-color: #2056AB;
    color: #FFFFFF !important; }
  .top-nav .nav-link.active-propmall {
    background-color: #462B5A !important;
    color: #FFFFFF !important; }
    .top-nav .nav-link.active-propmall:hover {
      background-color: #462B5A;
      color: #FFFFFF !important; }
  .top-nav .nav-link:hover:not(.active) {
    background-color: #488BF8;
    color: #FFFFFF !important; }
  @media (min-width: 992px) {
    .top-nav .nav-link {
      padding: 15px 20px !important; } }

.top-nav .navbar-toggler {
  border: none; }

.top-nav .dropdown-toggle nav-link:after {
  padding-left: 0px !important; }

.top-nav .basic {
  padding-left: 0px !important; }

.top-nav .dropdown-toggle:after {
  content: none; }

.top-nav .drpdown-position {
  position: absolute; }

.top-nav .account-circle {
  background-color: transparent !important;
  padding-top: 25% !important; }

.top-nav .iconColor {
  color: #ccc;
  cursor: pointer;
  padding-top: 0;
  font-size: 26px;
  vertical-align: middle;
  line-height: 50px; }

.top-nav .dropdown-menu-right {
  margin-top: 15px;
  margin-right: 56px; }

.top-nav .shortlistbar-button {
  background-color: transparent;
  border: 0; }

.top-nav .shortlistbar-button:focus {
  box-shadow: none;
  outline: none; }

.top-nav .btn-light:not(:disabled):not(.disabled):active {
  background-color: white;
  box-shadow: none;
  outline: none; }

.top-nav .fav-size-head {
  padding-top: 0;
  font-size: 22px;
  vertical-align: middle;
  line-height: 30px;
  color: #ff5a60; }

.top-nav .fav-badge {
  position: absolute;
  margin-top: 1%;
  border-radius: 100%;
  padding-left: 4px;
  padding-right: 4px; }

.top-nav .separator-class {
  width: 3px;
  -ms-flex: 0 0 1px;
  flex: 0 0 1px;
  background-color: #c1c1c3;
  margin: 15px 0;
  pointer-events: none; }

.top-nav .flex-fill.bd-highlight {
  margin-left: 13px; }

.top-nav .dropdown-user .dropdown-toggle, .top-nav .dropdown-user .dropdown-toggle:active, .top-nav .dropdown-user .dropdown-toggle:focus {
  padding: 0px;
  background-color: transparent;
  border: 0;
  box-shadow: none !important; }

.top-nav .dropdown-user .dropdown-menu {
  right: 0;
  left: auto;
  margin: 1px;
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.16);
  border: 0;
  border-radius: 0px;
  min-width: 250px;
  padding: 0px; }
  .top-nav .dropdown-user .dropdown-menu .dropdown-item {
    color: #3C4755;
    font-size: 14px;
    font-weight: 500;
    padding: 10px 25px; }
    .top-nav .dropdown-user .dropdown-menu .dropdown-item:active, .top-nav .dropdown-user .dropdown-menu .dropdown-item:hover {
      background-color: #f8f9fa; }
  .top-nav .dropdown-user .dropdown-menu .dropdown-divider {
    margin: 0 5px; }

.top-nav .loggedin-items {
  padding-top: 7px; }

.top-nav .savedsearch-link {
  font-family: 'Poppins', sans-serif;
  font-size: 0.8rem;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.7);
  background-color: transparent;
  text-decoration: none;
  padding: 0 10px;
  cursor: pointer; }

.top-nav .mega-dropdown {
  position: static; }
  .top-nav .mega-dropdown:hover .dropdown-menu {
    padding: 20px 0;
    margin: 0;
    border: 0;
    min-width: 100%;
    display: block;
    border-radius: 0;
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.06); }
  .top-nav .mega-dropdown:hover .nav-link {
    color: #FFFFFF !important;
    background-color: #488BF8; }
  .top-nav .mega-dropdown .menu-sub-section {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    border-right: 1px solid rgba(0, 0, 0, 0.1); }
    .top-nav .mega-dropdown .menu-sub-section h4 {
      font-size: 15px;
      font-weight: 600; }
    .top-nav .mega-dropdown .menu-sub-section .dropdown-item {
      font-size: 13px;
      color: #414141;
      padding: 7px 5px;
      display: inline-block;
      white-space: unset !important;
      transition: all 0.5s ease; }
      .top-nav .mega-dropdown .menu-sub-section .dropdown-item:hover {
        padding-left: 7px;
        background-color: #e1e1e1;
        border-radius: 5px; }
    .top-nav .mega-dropdown .menu-sub-section--no-title {
      padding-top: 28px; }
    .top-nav .mega-dropdown .menu-sub-section:last-child {
      border-right: 0; }

.detail-mobile-nav {
  background-color: #005c98;
  color: #fff;
  border-bottom: 0.5px solid #E6E6E6;
  padding: 6px 0px;
  z-index: 1030;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  align-items: center; }
  .detail-mobile-nav .navbar-brand {
    display: inline-block;
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap; }
  .detail-mobile-nav .navbar-back {
    margin-left: 10px;
    margin-right: 10px; }
    .detail-mobile-nav .navbar-back .back-button {
      vertical-align: middle; }
  .detail-mobile-nav .agent-name {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 600; }
  .detail-mobile-nav .navbar-item .material-icons {
    vertical-align: middle; }
  .detail-mobile-nav .navbar-item .btn {
    padding: 0 5px; }
  .detail-mobile-nav .navbar-item .btn-share {
    color: #fff; }
  .detail-mobile-nav .navbar-item .btn-menu {
    color: #fff; }

#sidebar {
  width: 293px;
  position: fixed;
  top: 0;
  right: -720px;
  height: 100vh;
  z-index: 9999;
  background: #FFFFFF;
  color: #fff;
  transition: all 0.3s;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2); }

.overlay {
  top: 0;
  position: fixed;
  /* full screen */
  width: 100vw;
  height: 100vh;
  /* transparent black */
  background: rgba(0, 0, 0, 0.7);
  /* middle layer, i.e. appears below the sidebar */
  z-index: 9998;
  opacity: 1;
  /* animate the transition */
  transition: all 0.5s ease-in-out; }
  .overlay-transparent {
    top: 0;
    position: fixed;
    /* full screen */
    width: 100vw;
    height: 100vh;
    /* transparent black */
    background: transparent;
    /* middle layer, i.e. appears below the sidebar */
    z-index: 9998;
    opacity: 1;
    /* animate the transition */
    transition: all 0.5s ease-in-out; }

#sidebar.active {
  right: 0; }

.sidebar-component {
  color: #414141; }
  @media (max-width: 767.98px) {
    .sidebar-component .sidebar-header {
      height: 52px;
      padding: 6px 18px; } }
  .sidebar-component .no-shortlist {
    font-size: 14px;
    color: #8c8c8c; }
  .sidebar-component .shortlist-listing {
    cursor: pointer; }
  .sidebar-component .sidebar-main {
    padding: 0 0 20px 0; }
  .sidebar-component .dropdown-menu {
    position: static !important;
    transform: none !important;
    width: 100%;
    font-size: 14px;
    line-height: 13px;
    background-color: #f1f1f1;
    color: #414141;
    padding: 5px 0px;
    margin: 0;
    border-radius: 0; }
    .sidebar-component .dropdown-menu.show {
      border: 1px solid gainsboro;
      padding: 0px 0px; }
      .sidebar-component .dropdown-menu.show a:active {
        color: #212529; }
    .sidebar-component .dropdown-menu .dropdown-item {
      padding: 0.75rem 1.25rem !important;
      color: #488BF8; }
    .sidebar-component .dropdown-menu .dropdown-sub-item-header {
      padding: 15px 20px 10px 20px;
      background-color: #fafafa;
      margin: 0;
      font-size: 15px; }
    .sidebar-component .dropdown-menu .dropdown-divider {
      margin: 0; }
  .sidebar-component .menu-group-item {
    text-transform: uppercase;
    font-weight: 600;
    color: #414141;
    border-bottom: 1px solid #d8d8d8; }
  .sidebar-component #sidebar-dropdown {
    font-size: 14px;
    line-height: 13px;
    font-weight: 600;
    color: #414141;
    text-transform: uppercase;
    padding: 0.75rem 1.25rem !important;
    margin-bottom: -1px; }
    .sidebar-component #sidebar-dropdown.active {
      z-index: 2;
      color: #fff;
      background-color: #488BF8;
      border-color: #488BF8; }
    .sidebar-component #sidebar-dropdown:hover {
      color: #488BF8;
      text-decoration: none;
      background-color: #f8f9fa; }
  .sidebar-component .menu-group {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0; }
    .sidebar-component .menu-group-item {
      position: relative;
      display: block;
      font-size: 14px;
      line-height: 13px;
      color: #414141;
      padding: 0.75rem 1.25rem;
      margin-bottom: -1px; }
      .sidebar-component .menu-group-item.active {
        z-index: 2;
        color: #fff;
        background-color: #488BF8;
        border-color: #488BF8; }
      .sidebar-component .menu-group-item:hover {
        color: #495057;
        text-decoration: none;
        background-color: #f8f9fa; }
  .sidebar-component .sidebar-extra {
    padding: 0px 20px;
    font-size: 14px;
    line-height: 13px;
    color: #414141; }
    .sidebar-component .sidebar-extra p {
      margin-bottom: 0px; }
    .sidebar-component .sidebar-extra-content {
      padding: 10px 0px; }
  .sidebar-component .sidebar-social {
    padding: 0px 20px;
    font-size: 14px;
    line-height: 13px;
    color: #414141; }
    .sidebar-component .sidebar-social p {
      margin-bottom: 0px; }
    .sidebar-component .sidebar-social-content {
      padding: 10px 0px; }
    .sidebar-component .sidebar-social .social-icon {
      margin: 0px 5px; }
  .sidebar-component .sidebar-close {
    color: #414141;
    text-align: right;
    padding: 10px 10px 10px 10px; }
    .sidebar-component .sidebar-close-icon {
      font-size: 25px;
      color: #488BF8;
      vertical-align: middle; }
      .sidebar-component .sidebar-close-icon:hover {
        color: #495057;
        text-decoration: none;
        background-color: #f8f9fa;
        cursor: pointer; }
  .sidebar-component .sidebar-head {
    border-bottom: 1px solid #ccc; }
  .sidebar-component .sidebar-getstarted {
    color: #414141;
    text-align: right;
    padding: 5px 10px 0px 0px; }
    @media (max-width: 767.98px) {
      .sidebar-component .sidebar-getstarted {
        padding: 5px 10px 0px 0px; } }
    .sidebar-component .sidebar-getstarted .right-div {
      margin-right: 5px; }
      .sidebar-component .sidebar-getstarted .right-div .power-btn {
        vertical-align: middle;
        font-size: 22px;
        line-height: 14px; }
    .sidebar-component .sidebar-getstarted .login {
      text-transform: uppercase;
      font-size: 14px;
      color: #488BF8;
      font-weight: 600;
      vertical-align: middle;
      line-height: 25px; }
    .sidebar-component .sidebar-getstarted .signup {
      text-transform: uppercase;
      font-size: 14px;
      color: #488BF8;
      font-weight: 600;
      vertical-align: middle;
      line-height: 25px; }
    .sidebar-component .sidebar-getstarted .btn-link-login {
      font-weight: 600;
      padding-left: 0;
      padding-right: 0;
      font-size: 14px;
      line-height: 25px; }
    .sidebar-component .sidebar-getstarted .btn-link-signup {
      font-weight: 600;
      padding-left: 0;
      padding-right: 0;
      font-size: 14px;
      line-height: 25px; }
  @media (min-width: 576px) {
    .sidebar-component .sidebar-image {
      display: none !important; } }
  .sidebar-component .dropdown-toggle::after {
    float: right; }
  .sidebar-component .btn-signup {
    color: #fff;
    background-color: #FFA700;
    font-size: 14px;
    font-family: poppins, Medium;
    text-align: center; }
  .sidebar-component .btn-login {
    color: #fff;
    background-color: #488BF8;
    font-size: 14px;
    font-family: poppins, Medium;
    text-align: center; }
  .sidebar-component .dropdown.nav-item {
    padding: 6px 0px; }
  .sidebar-component #sidebar a#list-settings-list {
    padding: 20px; }
  .sidebar-component a.dropdown-item {
    font-size: 13px;
    background-color: #fafafa; }
  .sidebar-component a#sidebar-dropdown {
    margin-bottom: -2px; }
  .sidebar-component .btn-logout {
    font-size: 14px;
    text-align: center;
    font-weight: 600;
    padding-left: 0;
    padding-right: 0;
    line-height: 25px; }

.scroll-vertical {
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 100%; }

.sidebar-nav-item {
  display: flex;
  display: -ms-flexbox;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 1px solid #d8d8d8; }
  .sidebar-nav-item-main {
    flex: 1 0 50%;
    font-size: 14px;
    line-height: 30px;
    font-weight: 600;
    color: #414141;
    text-transform: uppercase;
    padding: 0.75rem 0 0.75rem 1.25rem !important; }
    .sidebar-nav-item-main-link {
      display: block;
      border-right: 1px solid #d8d8d8; }
  .sidebar-nav-item .sidebar-dd-toggle {
    flex: 0 0 40px;
    color: #414141;
    background-color: transparent;
    border: none;
    border-radius: 0;
    padding-right: 25px;
    padding-left: 25px; }
  .sidebar-nav-item .sidebar-dd-toggle::after {
    display: inline-block;
    vertical-align: 1px;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
    transition: all 0.35s ease; }
  .sidebar-nav-item .sidebar-dd-toggle[aria-expanded="true"]::after {
    border-top: 0;
    border-bottom: 0.3em solid; }

.footer {
  background-color: #f5f5f5;
  color: #333;
  padding: 50px 0px; }
  @media (max-width: 575.98px) {
    .footer {
      padding: 40px 40px;
      text-align: center; } }
  @media (max-width: 767.98px) {
    .footer {
      padding-bottom: 25%; } }
  .footer h3 {
    font-size: 14px;
    font-weight: 600; }
  .footer ul {
    margin-top: 0;
    list-style: none;
    padding-inline-start: 0px;
    padding: 0px;
    font-size: 12px;
    line-height: 18px; }
  .footer .copyright {
    font-size: 11px;
    color: #333; }
  .footer a {
    color: #333; }
  .footer .intro {
    font-size: 11px;
    color: #333; }

.pre-footer {
  background-color: #fff;
  padding: 50px 0px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25); }
  @media (max-width: 575.98px) {
    .pre-footer {
      padding: 40px 40px;
      text-align: center; } }
  .pre-footer h3 {
    font-size: 14px;
    font-weight: 600; }
  .pre-footer ul {
    margin-top: 0;
    list-style: none;
    padding: 0px;
    padding-inline-start: 0px;
    font-size: 12px;
    line-height: 22px; }
  .pre-footer a {
    color: #444444; }
    .pre-footer a.showMore {
      font-size: 14px;
      font-weight: 600;
      color: #488BF8 !important;
      cursor: pointer; }

.see-all {
  color: #393939;
  background-color: transparent;
  border-color: #DDDDDD;
  border-radius: 2px; }

.secondary-grey {
  background: #F7F7F7;
  border: 1px solid #ddd; }

.btn.fav:focus, .btn.fav.focus {
  box-shadow: none; }

.btn-love {
  color: #FFFFFF;
  background-color: #FF5A5F;
  border-color: #C62035; }

.btn-love:hover,
.btn-love:focus,
.btn-love:active,
.btn-love.active,
.open .dropdown-toggle.btn-love {
  color: #FFFFFF;
  background-color: #C62035;
  border-color: #C62035; }

.btn-love:active,
.btn-love.active,
.open .dropdown-toggle.btn-love {
  background-image: none; }

.btn-love.disabled,
.btn-love[disabled],
fieldset[disabled] .btn-love,
.btn-love.disabled:hover,
.btn-love[disabled]:hover,
fieldset[disabled] .btn-love:hover,
.btn-love.disabled:focus,
.btn-love[disabled]:focus,
fieldset[disabled] .btn-love:focus,
.btn-love.disabled:active,
.btn-love[disabled]:active,
fieldset[disabled] .btn-love:active,
.btn-love.disabled.active,
.btn-love[disabled].active,
fieldset[disabled] .btn-love.active {
  background-color: #FF5A5F;
  border-color: #C62035; }

.btn-love .badge {
  color: #FF5A5F;
  background-color: #FFFFFF; }

.btn-phone {
  color: #FFFFFF;
  background-color: #27AE60;
  border-color: #007D34; }

.btn-phone:hover,
.btn-phone:focus,
.btn-phone:active,
.btn-phone.active,
.open .dropdown-toggle.btn-phone {
  color: #FFFFFF;
  background-color: #007D34;
  border-color: #007D34; }

.btn-phone:active,
.btn-phone.active,
.open .dropdown-toggle.btn-phone {
  background-image: none; }

.btn-phone.disabled,
.btn-phone[disabled],
fieldset[disabled] .btn-phone,
.btn-phone.disabled:hover,
.btn-phone[disabled]:hover,
fieldset[disabled] .btn-phone:hover,
.btn-phone.disabled:focus,
.btn-phone[disabled]:focus,
fieldset[disabled] .btn-phone:focus,
.btn-phone.disabled:active,
.btn-phone[disabled]:active,
fieldset[disabled] .btn-phone:active,
.btn-phone.disabled.active,
.btn-phone[disabled].active,
fieldset[disabled] .btn-phone.active {
  background-color: #27AE60;
  border-color: #007D34; }

.btn-phone .badge {
  color: #27AE60;
  background-color: #FFFFFF; }

.DefaultProgressBar__vertical {
  width: 24px;
  height: 100%; }

.DefaultProgressBar_progressBar {
  background-color: #488bf8;
  position: absolute; }

.DefaultProgressBar_progressBar__vertical {
  height: 100%;
  width: 24px; }

.DefaultProgressBar_background__vertical {
  height: 100%;
  top: 0px;
  width: 15px; }

.DefaultProgressBar_background__horizontal {
  height: 5px;
  top: 0px; }

.DefaultHandle_handle {
  padding: 8px;
  border: 0px;
  background-color: #488bf8;
  box-shadow: 0 0 0 5px rgba(72, 139, 248, 0.5);
  border-radius: 50%;
  outline: none;
  z-index: 2; }
  .DefaultHandle_handle:focus {
    box-shadow: #abc4e8 0 0 1px 1px; }
  .DefaultHandle_handle:hover {
    cursor: pointer; }

.DefaultHandle_handle__horizontal {
  margin-left: -8px;
  top: -5px; }
  .DefaultHandle_handle__horizontal:before {
    top: 7px;
    height: 10px;
    width: 1px;
    left: 10px; }
  .DefaultHandle_handle__horizontal:after {
    top: 7px;
    height: 10px;
    width: 1px;
    left: 13px; }

.DefaultHandle_handle__vertical {
  margin-top: -12px;
  left: -10px; }
  .DefaultHandle_handle__vertical:before {
    top: 10px; }
  .DefaultHandle_handle__vertical:after {
    top: 13px;
    left: 8px;
    height: 1px;
    width: 10px; }

.DefaultHandle_handle__disabled {
  border-color: #dbdbdb; }

.DefaultBackground {
  background-color: lightgray;
  height: 15px;
  width: 100%;
  border: 0px solid #d8d8d8;
  position: relative;
  border-radius: 6px; }

.DefaultBackground_background__horizontal {
  height: 5px;
  top: 0px;
  left: 0px;
  bottom: 4px;
  width: 100%; }

.DefaultBackground_background__vertical {
  width: 15px;
  top: 0px;
  height: 100%; }

.rheostat {
  position: relative;
  overflow: visible; }

@media (min-width: 1128px) {
  .autoAdjustVerticalPosition {
    top: 12px; } }

.rheostat__vertical {
  height: 100%; }

.handleContainer {
  height: 15px;
  top: -1px;
  left: 0px;
  bottom: 4px;
  width: 100%;
  position: absolute; }

.rheostat_background {
  background-color: #fcfcfc;
  border: 1px solid #d8d8d8;
  position: relative; }

.rheostat_background__horizontal {
  height: 15px;
  top: -2px;
  left: 0px;
  bottom: 4px;
  width: 100%; }

.rheostat_background__vertical {
  width: 15px;
  top: 0px;
  height: 100%; }

.mapbox-nav {
  position: absolute;
  top: 0;
  left: 0;
  padding: 10px; }

.mapbox-marker {
  cursor: pointer;
  color: #d00;
  font-size: 30px; }

.mapboxgl-popup-content {
  max-width: 300px;
  padding: 10px !important; }

.toolbox {
  background: #fff;
  position: absolute;
  padding: 10px;
  border-radius: 3px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  max-width: 300px;
  line-height: 1.2; }

.mappopbox {
  font-size: 14px;
  z-index: 1; }
  .mappopbox a {
    text-decoration: none; }
  .mappopbox .popbox {
    width: 225px; }
    .mappopbox .popbox .minlogo {
      width: 20%;
      float: left; }
      .mappopbox .popbox .minlogo img {
        width: 100%; }
    .mappopbox .popbox .propinfo {
      padding-left: 10px;
      width: 70%;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      color: #414141; }
      .mappopbox .popbox .propinfo span {
        color: #393939;
        font-size: 11px; }
      .mappopbox .popbox .propinfo .prop-name {
        margin-bottom: 0; }
      .mappopbox .popbox .propinfo .prop-loc {
        color: #393939;
        font-size: 11px;
        margin-bottom: 0; }
      .mappopbox .popbox .propinfo .prop-count {
        color: #393939;
        font-size: 11px;
        margin-bottom: 0; }

.tooltip {
  pointer-events: none;
  position: absolute;
  z-index: 9;
  font-size: 9px;
  padding: 8px;
  background: #2374f7;
  color: #fff;
  min-width: 110px;
  max-height: 240px;
  overflow-y: hidden;
  opacity: 1; }
  .tooltip h5 {
    font-size: 0.8rem;
    margin: 0; }

.tooltip.interactive {
  pointer-events: all;
  background: #fcfcfc;
  color: #444;
  overflow-y: auto; }

.asset-wrapper {
  font-size: 0.9rem;
  color: #393939;
  height: 130px;
  background: #fff;
  margin: 0;
  padding: 0;
  margin-bottom: 10px;
  position: relative;
  border-radius: 3px;
  box-shadow: 1px 1px 4px 0 #cacaca; }
  .asset-wrapper .inwrap-right {
    width: 100%;
    margin-left: 130px; }
    @media (max-width: 767.98px) {
      .asset-wrapper .inwrap-right {
        margin-left: 0; } }
  .asset-wrapper .bobwrap {
    padding-top: 15px;
    padding-left: 15px;
    height: 95px; }
  .asset-wrapper .project-name {
    font-size: 1.2rem; }
  .asset-wrapper .inwrap-left {
    width: 130px;
    height: 100%;
    background-image: url("https://dbv47yu57n5vf.cloudfront.net/s3fs-public/minlogo.jpg");
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    border-radius: 3px 0 0 3px; }
    @media (max-width: 767.98px) {
      .asset-wrapper .inwrap-left {
        display: none; } }
  .asset-wrapper .btnbar {
    width: 100%;
    height: 35px;
    text-align: center;
    border-top: 1px solid #ddd;
    margin: 0; }
    .asset-wrapper .btnbar .material-icons {
      float: left;
      font-size: 18px;
      position: absolute;
      left: 30px; }
      @media (max-width: 767.98px) {
        .asset-wrapper .btnbar .material-icons {
          display: none; } }
    .asset-wrapper .btnbar .col {
      padding-top: 6px;
      transition: background-color .3s ease-in;
      cursor: pointer; }
      .asset-wrapper .btnbar .col:first-child {
        border-right: 1px solid #ddd; }
      .asset-wrapper .btnbar .col:hover {
        background-color: #f7f8f9; }

.container-fluid-no-mobile-gutter {
  width: 100%;
  padding: 0px 15px;
  margin-right: auto;
  margin-left: auto; }
  @media (max-width: 575.98px) {
    .container-fluid-no-mobile-gutter {
      padding: 0px; } }

.text-truncate {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap; }

.card {
  border-radius: 0px;
  border: 0px; }

.horizontal-card, .horizontal-card-id, .horizontal-card-nl, .horizontal-card-fmh, .horizontal-card-property, .horizontal-card-property-mobile-card, .horizontal-card-agent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%; }
  .horizontal-card-image {
    position: relative;
    width: 246px; }
    @media (max-width: 767.98px) {
      .horizontal-card-image {
        width: 125px; } }
    .horizontal-card-image .prop-image {
      width: 246px;
      height: 218px; }
      @media (max-width: 767.98px) {
        .horizontal-card-image .prop-image {
          width: 125px;
          height: 111px;
          object-fit: cover; } }
    .horizontal-card-image .item-control {
      position: absolute;
      padding: 5px; }
    .horizontal-card-image .img-count {
      position: absolute;
      right: 0;
      bottom: 0;
      padding: 5px;
      color: #fff;
      font-size: 12px; }
      .horizontal-card-image .img-count .img-count-icon {
        color: #fff;
        vertical-align: middle;
        font-size: 18px; }
    .horizontal-card-image .item-fav {
      position: absolute;
      padding: 5px;
      right: 0; }
      .horizontal-card-image .item-fav .fav {
        font-size: 1.5rem;
        padding: 0px;
        font-weight: 700;
        line-height: 1;
        color: #000;
        text-shadow: 0 1px 0 #fff;
        opacity: 0.75;
        background: transparent;
        -webkit-appearance: button;
        border: none;
        cursor: pointer; }
      .horizontal-card-image .item-fav .fav:hover {
        color: #000;
        text-decoration: none;
        opacity: 1; }
      .horizontal-card-image .item-fav .fav:focus, .horizontal-card-image .item-fav .fav.focus {
        box-shadow: none; }
    .horizontal-card-image .item-exclusive {
      position: absolute;
      padding: 5px;
      bottom: 0; }
      .horizontal-card-image .item-exclusive .exclusive {
        font-size: 12px;
        line-height: 20px;
        color: #fff;
        font-weight: 600;
        background-color: rgba(0, 0, 0, 0.5);
        border: 2px solid #fff;
        padding: 0 5px;
        border-radius: 5px; }
      .horizontal-card-image .item-exclusive .featured {
        font-size: 12px;
        line-height: 20px;
        color: #fff;
        font-weight: 600;
        background-color: rgba(0, 0, 0, 0.5);
        border: 2px solid #fff;
        padding: 0 5px;
        border-radius: 5px; }
  .horizontal-card-content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 20px 20px;
    min-width: 230px;
    vertical-align: top !important; }
    @media (max-width: 767.98px) {
      .horizontal-card-content {
        padding: 5px 10px; } }
    @media (max-width: 412px) {
      .horizontal-card-content {
        min-width: 150px; } }
    .horizontal-card-content .rel {
      position: relative; }
    .horizontal-card-content a:hover.title-a-url-hover {
      color: #414141;
      text-decoration: underline; }
    .horizontal-card-content h4.card-title {
      font-size: 18px;
      line-height: 18px;
      color: #414141;
      font-weight: bold;
      margin-bottom: 5px; }
      @media (max-width: 767.98px) {
        .horizontal-card-content h4.card-title {
          font-size: 12px;
          line-height: 18px;
          color: #414141;
          margin-bottom: 0px;
          overflow: hidden;
          position: relative;
          line-height: 18px;
          max-height: 18px;
          text-overflow: ellipsis;
          display: -webkit-box;
          -webkit-line-clamp: 1;
          -webkit-box-orient: vertical; } }
    .horizontal-card-content .card-address {
      color: #393939;
      font-size: 14px;
      line-height: 21px;
      margin: 0px; }
      @media (max-width: 767.98px) {
        .horizontal-card-content .card-address {
          font-size: 12px;
          line-height: 18px;
          color: #969696; } }
    .horizontal-card-content .card-dev {
      color: #393939;
      font-size: 14px;
      line-height: 21px;
      margin: 0px; }
      @media (max-width: 767.98px) {
        .horizontal-card-content .card-dev {
          display: none; } }
      .horizontal-card-content .card-dev:hover {
        color: #000; }
    .horizontal-card-content .card-id-proptype {
      color: #393939;
      font-size: 14px;
      line-height: 21px;
      margin: 0px; }
      @media (max-width: 767.98px) {
        .horizontal-card-content .card-id-proptype {
          font-size: 12px;
          line-height: 18px; } }
    .horizontal-card-content .card-id-company-name {
      color: #393939;
      font-size: 14px;
      line-height: 21px;
      margin: 0px; }
      @media (max-width: 767.98px) {
        .horizontal-card-content .card-id-company-name {
          font-size: 12px;
          line-height: 18px; } }
    .horizontal-card-content .card-date {
      color: #A0ACC1;
      font-size: 12px;
      line-height: 18px;
      margin-top: 6px;
      margin-bottom: 0px; }
      @media (max-width: 767.98px) {
        .horizontal-card-content .card-date {
          display: none; } }
    .horizontal-card-content .card-block-bottom-right {
      position: absolute;
      bottom: 10px;
      right: 10px; }
      .horizontal-card-content .card-block-bottom-right .exclusive {
        font-size: 12px;
        line-height: 20px;
        color: #2056AB;
        font-weight: bold;
        border: 1px solid #2056AB;
        padding: 0 5px;
        border-radius: 5px; }
      .horizontal-card-content .card-block-bottom-right .featured {
        font-size: 12px;
        line-height: 20px;
        color: #fff;
        font-weight: bold;
        border: 1px solid #ffa700;
        padding: 0 5px;
        border-radius: 5px;
        background: #f9800e;
        background: -moz-linear-gradient(top, #f9800e 0%, #f9a600 100%);
        background: -webkit-linear-gradient(top, #f9800e 0%, #f9a600 100%);
        background: linear-gradient(to bottom, #f9800e 0%, #f9a600 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9800e', endColorstr='#f9a600',GradientType=0 ); }
    .horizontal-card-content .card-prop-spec, .horizontal-card-content .card-prop-fund-status {
      font-size: 14px;
      line-height: 20px;
      color: #393939;
      margin-bottom: 0px; }
      @media (max-width: 767.98px) {
        .horizontal-card-content .card-prop-spec, .horizontal-card-content .card-prop-fund-status {
          font-size: 12px;
          line-height: 18px;
          color: #414141;
          margin-bottom: 0px; } }
    @media (max-width: 767.98px) {
      .horizontal-card-content .card-prop-fund-status {
        display: none; } }
    .horizontal-card-content .card-price {
      font-size: 16px;
      line-height: 20px;
      color: #488BF8;
      font-weight: bold;
      margin-bottom: 0px; }
      @media (max-width: 767.98px) {
        .horizontal-card-content .card-price {
          font-size: 14px; } }
    .horizontal-card-content .card-bot {
      position: relative;
      bottom: 0; }
  .horizontal-card-details {
    min-width: 175px;
    vertical-align: top !important;
    text-align: center;
    border-left: 1px solid #e6e6e6;
    font-size: 13px;
    line-height: 17px;
    padding-top: 15px; }
    @media (max-width: 767.98px) {
      .horizontal-card-details {
        display: none; } }
    .horizontal-card-details .cs3h {
      height: 190px;
      margin-bottom: 0px; }
      .horizontal-card-details .cs3h .btn {
        width: 90%;
        font-weight: 600;
        font-size: 16px; }
    .horizontal-card-details .prop-item-icon {
      text-align: center;
      padding-right: 5px; }
      @media (min-width: 576px) {
        .horizontal-card-details .prop-item-icon {
          overflow: hidden;
          position: relative;
          line-height: 30px;
          max-height: 30px;
          text-overflow: ellipsis;
          display: -webkit-box;
          -webkit-line-clamp: 1;
          -webkit-box-orient: vertical; } }
    .horizontal-card-details .prop-item-detail {
      text-align: center;
      padding-left: 0px;
      padding-right: 0px; }
      @media (min-width: 576px) {
        .horizontal-card-details .prop-item-detail {
          text-align: left;
          overflow: hidden;
          position: relative;
          line-height: 30px;
          max-height: 30px;
          text-overflow: ellipsis;
          display: -webkit-box;
          -webkit-line-clamp: 1;
          -webkit-box-orient: vertical; } }
      .horizontal-card-details .prop-item-detail p {
        margin-bottom: 0px; }
    .horizontal-card-details .mobile-left-pop {
      padding-top: 5px;
      padding-bottom: 5px;
      border-top: 1px solid #e6e6e6;
      border-right: 1px solid #e6e6e6; }
    .horizontal-card-details .mobile-middle-pop {
      padding-top: 5px;
      padding-bottom: 5px;
      border-top: 1px solid #e6e6e6; }
    .horizontal-card-details .mobile-full-pop {
      padding: 5px;
      padding-bottom: 5px;
      border-top: 1px solid #e6e6e6; }
    .horizontal-card-details .mobile-right-pop {
      padding-top: 5px;
      padding-bottom: 5px;
      border-top: 1px solid #e6e6e6;
      border-left: 1px solid #e6e6e6; }

.sponsored-card {
  background-color: #FFA700;
  color: #FFF;
  padding: 4px 15px; }
  .sponsored-card p {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 0px; }
  .sponsored-card .material-icons {
    vertical-align: middle;
    font-size: 17px;
    line-height: 18px;
    margin-bottom: 0px; }

.premium-property-badge {
  background-color: #FFA700;
  color: #FFF;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  box-shadow: 1px 1px 4px 0 #cacaca;
  padding: 4px 15px; }
  @media (max-width: 767.98px) {
    .premium-property-badge {
      border-bottom-left-radius: 0px;
      border-bottom-right-radius: 0px;
      box-shadow: none; } }
  .premium-property-badge-icon {
    width: 13px;
    margin-right: 12px; }
  .premium-property-badge p {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 0px; }

.vpex-property-badge {
  background-color: #462B5A;
  color: #FFF;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  box-shadow: 1px 1px 4px 0 #cacaca;
  padding: 4px 15px; }
  @media (max-width: 767.98px) {
    .vpex-property-badge {
      border-bottom-left-radius: 0px;
      border-bottom-right-radius: 0px;
      box-shadow: none; } }
  .vpex-property-badge-icon {
    width: 15px;
    margin-right: 2px; }
  .vpex-property-badge p {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 0px; }

.title-clamp {
  overflow: hidden;
  position: relative;
  line-height: 18px;
  max-height: 36px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical; }

.address-clamp {
  overflow: hidden;
  position: relative;
  line-height: 21px;
  max-height: 42px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical; }

.news-desc-clamp {
  overflow: hidden;
  position: relative;
  line-height: 20px;
  max-height: 40px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical; }

.news-title-clamp {
  overflow: hidden;
  position: relative;
  line-height: 26px;
  max-height: 52px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical; }

.agent-listing-card-address-clamp {
  overflow: hidden;
  position: relative;
  line-height: 16.5px;
  max-height: 33px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical; }

.tag-align-style {
  text-align: left; }
  .tag-align-style .badge-tags {
    font-size: 12px;
    font-weight: normal;
    color: #A0ACC1;
    margin: 2px;
    background-color: #F5F5F5; }
  .tag-align-style .span-tags-style {
    color: #A0ACC1;
    background-color: #F5F5F5;
    padding-left: 5px;
    padding-right: 0px;
    font-size: 12px; }
  .tag-align-style .tag-bot-padding {
    line-height: 30px;
    font-size: 13px; }

.horizontal-card-news {
  display: table;
  width: 100%; }
  .horizontal-card-news-image {
    display: table-cell;
    width: 246px; }
    @media (max-width: 768px) {
      .horizontal-card-news-image {
        width: 125px; } }
    .horizontal-card-news-image .news-image {
      width: 246px;
      height: 218px;
      object-fit: cover; }
      @media (max-width: 768px) {
        .horizontal-card-news-image .news-image {
          width: 125px;
          height: 111px;
          object-fit: cover; } }
  .horizontal-card-news-content {
    display: table-cell;
    padding: 30px 20px;
    min-width: 403px;
    vertical-align: top !important; }
    @media (max-width: 768px) {
      .horizontal-card-news-content {
        min-width: 150px;
        padding: 5px 10px; } }
    .horizontal-card-news-content .rel {
      position: relative; }
    .horizontal-card-news-content .card-label {
      font-size: 11px;
      line-height: 17px;
      color: #488BF8;
      font-weight: bold;
      margin-bottom: 5px; }
      @media (max-width: 768px) {
        .horizontal-card-news-content .card-label {
          font-size: 10px;
          line-height: 16px; } }
    .horizontal-card-news-content a:hover.title-a-url-hover {
      color: #414141;
      text-decoration: underline; }
    .horizontal-card-news-content h4.card-title {
      font-size: 18px;
      line-height: 26px;
      color: #414141;
      font-weight: bold;
      margin-bottom: 3px; }
      @media (max-width: 768px) {
        .horizontal-card-news-content h4.card-title {
          font-size: 12px;
          line-height: 18px; } }
    .horizontal-card-news-content .card-desc {
      font-size: 14px;
      line-height: 20px;
      color: #3C4755;
      opacity: 0.64; }
      @media (max-width: 768px) {
        .horizontal-card-news-content .card-desc {
          display: none; } }
    .horizontal-card-news-content .card-date {
      font-size: 14px;
      color: #393939;
      margin-bottom: 0px; }
      @media (max-width: 768px) {
        .horizontal-card-news-content .card-date {
          font-size: 10px;
          line-height: 12px; } }
    .horizontal-card-news-content .card-block-left-bottom {
      position: absolute;
      bottom: 25px; }
      @media (max-width: 767.98px) {
        .horizontal-card-news-content .card-block-left-bottom {
          position: relative;
          bottom: 0px; } }
    .horizontal-card-news-content .card-block-right-bottom {
      position: absolute;
      bottom: 20px;
      right: 20px; }
      .horizontal-card-news-content .card-block-right-bottom .btn {
        font-weight: 600;
        width: 140px; }
      @media (max-width: 767.98px) {
        .horizontal-card-news-content .card-block-right-bottom {
          display: none; } }

.horizontal-card-id .id-title-clamp {
  overflow: hidden;
  position: relative;
  line-height: 18px;
  max-height: 36px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical; }

.horizontal-card-nl .nl-title-clamp {
  overflow: hidden;
  position: relative;
  line-height: 18px;
  max-height: 36px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical; }

.horizontal-card-nl .nl-address-clamp {
  overflow: hidden;
  position: relative;
  line-height: 21px;
  max-height: 42px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical; }
  @media (max-width: 767.98px) {
    .horizontal-card-nl .nl-address-clamp {
      overflow: hidden;
      position: relative;
      line-height: 18px;
      max-height: 36px;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical; } }

.horizontal-card-fmh .fmh-title-clamp {
  overflow: hidden;
  position: relative;
  line-height: 18px;
  max-height: 18px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical; }

.horizontal-card-fmh .fmh-address-clamp {
  overflow: hidden;
  position: relative;
  line-height: 21px;
  max-height: 42px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical; }
  @media (max-width: 767.98px) {
    .horizontal-card-fmh .fmh-address-clamp {
      overflow: hidden;
      position: relative;
      line-height: 18px;
      max-height: 36px;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical; } }

@media (max-width: 767.98px) {
  .horizontal-card-property, .horizontal-card-property-mobile-card, .horizontal-card-agent {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; } }

.horizontal-card-property .horizontal-card-image .prop-image, .horizontal-card-property-mobile-card .horizontal-card-image .prop-image, .horizontal-card-agent .horizontal-card-image .prop-image {
  cursor: pointer; }
  @media (min-width: 576px) {
    .horizontal-card-property .horizontal-card-image .prop-image, .horizontal-card-property-mobile-card .horizontal-card-image .prop-image, .horizontal-card-agent .horizontal-card-image .prop-image {
      height: 160px; } }

.horizontal-card-property .horizontal-card-content, .horizontal-card-property-mobile-card .horizontal-card-content, .horizontal-card-agent .horizontal-card-content {
  cursor: pointer;
  padding: 10px 10px; }
  .horizontal-card-property .horizontal-card-content .card-title, .horizontal-card-property-mobile-card .horizontal-card-content .card-title, .horizontal-card-agent .horizontal-card-content .card-title {
    font-size: 16px;
    line-height: 18px;
    font-weight: 600; }
  .horizontal-card-property .horizontal-card-content .card-date, .horizontal-card-property-mobile-card .horizontal-card-content .card-date, .horizontal-card-agent .horizontal-card-content .card-date {
    display: inline-block;
    vertical-align: top;
    margin: 0;
    line-height: 21px;
    padding-left: 10px; }
  .horizontal-card-property .horizontal-card-content .report-icon, .horizontal-card-property-mobile-card .horizontal-card-content .report-icon, .horizontal-card-agent .horizontal-card-content .report-icon {
    position: absolute;
    right: 0px;
    z-index: 10000;
    cursor: pointer; }

.horizontal-card-property .horizontal-card-details, .horizontal-card-property-mobile-card .horizontal-card-details, .horizontal-card-agent .horizontal-card-details {
  cursor: pointer;
  padding-top: 0px; }
  .horizontal-card-property .horizontal-card-details .prop-item-detail, .horizontal-card-property-mobile-card .horizontal-card-details .prop-item-detail, .horizontal-card-agent .horizontal-card-details .prop-item-detail {
    color: #212529; }
  @media (min-width: 576px) {
    .horizontal-card-property .horizontal-card-details .cs3h, .horizontal-card-property-mobile-card .horizontal-card-details .cs3h, .horizontal-card-agent .horizontal-card-details .cs3h {
      height: 160px; } }
  .horizontal-card-property .horizontal-card-details .cs3h .btn, .horizontal-card-property-mobile-card .horizontal-card-details .cs3h .btn, .horizontal-card-agent .horizontal-card-details .cs3h .btn {
    font-weight: 500;
    font-size: 14px;
    padding: 4px 12px; }

.horizontal-card-property .title-clamp, .horizontal-card-property-mobile-card .title-clamp, .horizontal-card-agent .title-clamp {
  overflow: hidden;
  position: relative;
  line-height: 18px;
  max-height: 36px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical; }

.horizontal-card-property .card-dev, .horizontal-card-property-mobile-card .card-dev, .horizontal-card-agent .card-dev {
  display: inline-block;
  font-size: 0.81rem;
  white-space: nowrap;
  overflow: hidden;
  vertical-align: top;
  text-overflow: ellipsis;
  max-width: 150px; }

.horizontal-card-property .pro-agent, .horizontal-card-property-mobile-card .pro-agent, .horizontal-card-agent .pro-agent {
  width: 32px;
  margin-left: 2px;
  padding-top: 2px;
  vertical-align: top; }

.horizontal-card-property .hide-agent, .horizontal-card-property-mobile-card .hide-agent, .horizontal-card-agent .hide-agent {
  display: inline-block;
  font-size: 0.81rem;
  vertical-align: top;
  margin-bottom: 0;
  line-height: 21px;
  color: #888;
  margin-left: 2px; }
  .horizontal-card-property .hide-agent:hover, .horizontal-card-property-mobile-card .hide-agent:hover, .horizontal-card-agent .hide-agent:hover {
    color: #dc3545; }
  @media (max-width: 767.98px) {
    .horizontal-card-property .hide-agent, .horizontal-card-property-mobile-card .hide-agent, .horizontal-card-agent .hide-agent {
      vertical-align: top; } }

.horizontal-card-property .address-clamp, .horizontal-card-property-mobile-card .address-clamp, .horizontal-card-agent .address-clamp {
  font-size: 0.81rem;
  overflow: hidden;
  position: relative;
  line-height: 21px;
  max-height: 21px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical; }
  @media (max-width: 767.98px) {
    .horizontal-card-property .address-clamp, .horizontal-card-property-mobile-card .address-clamp, .horizontal-card-agent .address-clamp {
      overflow: hidden;
      position: relative;
      line-height: 18px;
      max-height: 36px;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical; } }

.horizontal-card-property:hover, .horizontal-card-property-mobile-card:hover, .horizontal-card-agent:hover {
  background-color: #f7f8f9; }

@media (min-width: 576px) {
  .horizontal-card-property-mobile-card {
    box-shadow: 1px 1px 4px 0 #cacaca;
    border-radius: 3px; } }

@media (max-width: 767.98px) {
  .horizontal-card-property-mobile-card .horizontal-card, .horizontal-card-property-mobile-card .horizontal-card-id, .horizontal-card-property-mobile-card .horizontal-card-nl, .horizontal-card-property-mobile-card .horizontal-card-fmh, .horizontal-card-property-mobile-card .horizontal-card-property, .horizontal-card-property-mobile-card .horizontal-card-property-mobile-card, .horizontal-card-property-mobile-card .horizontal-card-agent {
    display: block;
    width: 100%; } }

.horizontal-card-property-mobile-card .horizontal-card-image {
  width: 240px; }
  @media (max-width: 767.98px) {
    .horizontal-card-property-mobile-card .horizontal-card-image {
      display: block;
      width: 100%; } }
  .horizontal-card-property-mobile-card .horizontal-card-image .prop-image {
    width: 240px;
    border-radius: 3px 0 0 3px; }
    @media (max-width: 767.98px) {
      .horizontal-card-property-mobile-card .horizontal-card-image .prop-image {
        width: 100%;
        height: 175px;
        object-fit: cover;
        border-radius: 0 0 0 0; } }
  @media (max-width: 767.98px) {
    .horizontal-card-property-mobile-card .horizontal-card-image .item-control {
      padding-top: 10px;
      padding-left: 10px; } }
  @media (max-width: 767.98px) {
    .horizontal-card-property-mobile-card .horizontal-card-image .item-fav {
      padding-top: 10px;
      padding-right: 10px; } }

@media (max-width: 767.98px) {
  .horizontal-card-property-mobile-card .horizontal-card-content {
    display: block;
    width: 100%;
    padding: 10px 20px; } }

@media (max-width: 767.98px) {
  .horizontal-card-property-mobile-card .horizontal-card-content h4.card-title {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 5px; } }

@media (max-width: 767.98px) {
  .horizontal-card-property-mobile-card .horizontal-card-content .card-address {
    line-height: 16px;
    color: #969696;
    margin-bottom: 4px; } }

@media (max-width: 767.98px) {
  .horizontal-card-property-mobile-card .horizontal-card-content .card-dev {
    display: inline-block;
    color: #414141;
    vertical-align: top; } }

@media (max-width: 767.98px) {
  .horizontal-card-property-mobile-card .horizontal-card-content .card-date {
    display: inline-block;
    vertical-align: top; } }

@media (min-width: 576px) {
  .horizontal-card-property-mobile-card .horizontal-card-content .card-agent-name {
    display: none; } }

@media (max-width: 767.98px) {
  .horizontal-card-property-mobile-card .horizontal-card-content .card-agent-name {
    font-size: 0.81rem;
    line-height: 16px;
    color: #969696;
    margin-bottom: 4px; } }

@media (max-width: 767.98px) {
  .horizontal-card-property-mobile-card .horizontal-card-content .card-block-bottom {
    position: relative;
    margin-top: 10px; } }

@media (max-width: 767.98px) {
  .horizontal-card-property-mobile-card .horizontal-card-content .card-price {
    font-size: 18px;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px; } }

@media (max-width: 767.98px) {
  .horizontal-card-property-mobile-card .horizontal-card-content .card-extras-mobile {
    font-size: 12px;
    float: left;
    line-height: 20px;
    margin-bottom: 10px; } }

.horizontal-card-w-overlay {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  border-radius: 5px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16); }
  .horizontal-card-w-overlay:hover .horizontal-card-image {
    transform: scale(1.05);
    transition: all 0.5s ease; }
  .horizontal-card-w-overlay .horizontal-card-image {
    width: 100%; }
    .horizontal-card-w-overlay .horizontal-card-image .prop-image {
      width: 100%;
      height: 300px;
      object-fit: cover;
      -o-object-fit: cover;
      transition: all 0.5s ease;
      transform: none; }
    .horizontal-card-w-overlay .horizontal-card-image:hover .prop-image {
      transform: scale(1.05); }
    .horizontal-card-w-overlay .horizontal-card-image::after {
      content: '';
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 39%, rgba(0, 0, 0, 0.5) 100%);
      transition: all 0.5s ease;
      z-index: 1; }
  .horizontal-card-w-overlay .horizontal-card-content {
    position: absolute;
    padding: 20px !important;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
    text-align: center; }
    .horizontal-card-w-overlay .horizontal-card-content .title-a-url-hover:hover, .horizontal-card-w-overlay .horizontal-card-content .title-a-url-hover:focus {
      text-decoration: none; }
    .horizontal-card-w-overlay .horizontal-card-content h4.card-title {
      font-size: 16px;
      color: #ffffff;
      font-weight: 500;
      text-transform: uppercase;
      text-shadow: 1px 1px 2px #000000; }
    .horizontal-card-w-overlay .horizontal-card-content .price {
      position: absolute;
      font-size: 18px;
      bottom: 20px;
      color: #ffffff;
      text-shadow: 1px 1px 2px #000000;
      left: 0;
      right: 0;
      margin-left: auto;
      margin-right: auto;
      text-shadow: 1px 1px 2px #000000; }
      @media (max-width: 767.98px) {
        .horizontal-card-w-overlay .horizontal-card-content .price {
          font-size: 14px; } }

.horizontal-card-agent {
  box-shadow: 1px 1px 4px 0 #cacaca;
  border-radius: 3px; }
  .horizontal-card-agent .horizontal-card-image {
    width: 120px; }
    @media (max-width: 767.98px) {
      .horizontal-card-agent .horizontal-card-image {
        width: 120px; } }
    .horizontal-card-agent .horizontal-card-image .prop-image {
      width: 120px;
      cursor: pointer;
      border-radius: 3px 0 0 3px;
      border-right: 1px solid #efefef;
      object-fit: cover; }
      @media (min-width: 576px) {
        .horizontal-card-agent .horizontal-card-image .prop-image {
          height: 160px; } }
      @media (max-width: 767.98px) {
        .horizontal-card-agent .horizontal-card-image .prop-image {
          width: 120px; } }
  @media (max-width: 767.98px) {
    .horizontal-card-agent .horizontal-card-content h4.card-title {
      font-size: 14px;
      line-height: 16px; } }
  @media (max-width: 767.98px) {
    .horizontal-card-agent .horizontal-card-content .card-address {
      line-height: 16px;
      color: #969696; } }
  @media (max-width: 767.98px) {
    .horizontal-card-agent .horizontal-card-content .card-extras-mobile {
      font-size: 12px;
      float: left;
      line-height: 14px;
      color: #414141; } }
  .horizontal-card-agent .horizontal-card-content .agent-tags {
    font-size: 0.81rem;
    overflow: hidden;
    position: relative;
    line-height: 21px;
    max-height: 44px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-transform: capitalize; }
    @media (max-width: 767.98px) {
      .horizontal-card-agent .horizontal-card-content .agent-tags {
        max-height: 22px;
        -webkit-line-clamp: 1; } }
  .horizontal-card-agent .horizontal-card-content .badge-tags {
    font-size: 12px;
    font-weight: normal;
    color: #676767;
    margin: 2px;
    background-color: #d8d8d8; }

.cardlink:hover {
  text-decoration: none; }

.label-light {
  color: #A0ACC1; }

.text-right {
  text-align: right; }

.border-bottom {
  border-bottom: 1px solid #ddd; }

.separator {
  margin: 10px 0;
  border-bottom: 1px solid #ddd; }

.display-hidden {
  display: hidden; }

.display-show {
  display: block; }

.custom-tep-check-label::before {
  width: 1.2rem;
  height: 1.2rem; }

.custom-tep-check-label::after {
  width: 1.2rem;
  height: 1.2rem; }

.page-link {
  color: #81868e;
  background-color: #f5f5f5;
  border-color: #d3d3d3; }

.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #D3D3D3;
  border-color: #D3D3D3; }

.page-link:hover {
  color: #81868e; }

.page-link:focus {
  box-shadow: 0 0 0 0.2rem rgba(131, 137, 148, 0.25); }

.popover-body {
  padding: 15px 10px; }
  .popover-body .social-share {
    padding: 10px;
    cursor: pointer; }

@media (max-width: 600px) {
  .popover {
    max-width: 185px !important;
    position: fixed !important;
    top: 45px !important;
    right: 0px !important;
    left: auto !important;
    transform: none !important; }
    .popover .arrow {
      left: 85px !important; } }

.enquire-modal-container .modal-header {
  padding: 20px 20px 0px 20px; }

@media (max-width: 767.98px) {
  .enquire-modal-container .modal-dialog {
    margin: 0; } }

@media (max-width: 767.98px) {
  .enquire-modal-container .modal-content {
    height: 100vh;
    border-radius: 0; } }

.enquire-modal-container .modal-content .enquire-title {
  text-align: center;
  font-weight: bold;
  margin-bottom: 10px; }

@media (max-width: 767.98px) {
  .enquire-modal-container .modal-content .modal-body {
    padding: 10px 20px 20px 20px; } }

.enquire-modal-container .form-group {
  margin-bottom: 10px; }
  .enquire-modal-container .form-group input {
    padding: 22px 15px; }
  .enquire-modal-container .form-group .message-box {
    min-height: 80px;
    padding: 0.25rem 1rem;
    max-height: 120px; }

.dkn-widget-component {
  background: #ffff5f;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1;
  width: 100%;
  max-width: 300px;
  height: auto;
  padding: 20px 20px;
  color: #000; }
  .dkn-widget-component a {
    color: #000; }
  .dkn-widget-component p {
    margin: 0; }

.spinner {
  margin: 10px auto 10px;
  width: 70px;
  text-align: center; }

.spinner > div {
  width: 12px;
  height: 12px;
  background-color: #2056AB;
  margin-left: 10px;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 0.8s infinite ease-in-out both;
  animation: sk-bouncedelay 0.8s infinite ease-in-out both; }

.spinner .bounce1 {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s; }

.spinner .bounce2 {
  -webkit-animation-delay: -0.15s;
  animation-delay: -0.15s; }

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% {
    opacity: 0; }
  40% {
    opacity: 1; } }

@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    opacity: 0; }
  40% {
    opacity: 1; } }

.stackable-bottom {
  z-index: 1000;
  bottom: 0;
  width: 100%;
  position: fixed; }
  .stackable-bottom-hide {
    display: none; }

.f-w-500 {
  font-weight: 500; }

.f-w-600 {
  font-weight: 600; }

.loader-desc {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 0; }

.hamburger-menu-icon {
  display: inline-block;
  width: 1.2em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
  background-image: url("/static/images/icons/hamburger-menu-thin.svg"); }

@supports (-ms-ime-align: auto) {
  .horizontal-card-image .item-fav .fav img {
    width: 30px;
    height: 30px; } }

.image-gallery {
  overflow: 'hidden'; }
  .image-gallery .image-item-cover {
    position: relative;
    box-sizing: border-box;
    display: block;
    float: left;
    line-height: 0;
    border: 1px solid #555;
    padding-bottom: 0px;
    overflow: hidden;
    width: 40%;
    height: 400px; }
    @media (max-width: 991.98px) {
      .image-gallery .image-item-cover {
        height: 300px; } }
    @media (max-width: 767.98px) {
      .image-gallery .image-item-cover {
        height: 200px; } }
    .image-gallery .image-item-cover .image-src-cover {
      display: block;
      min-height: 200px;
      object-fit: cover;
      min-width: 100%;
      width: auto;
      max-width: 100%;
      position: absolute;
      width: 100%;
      height: 100%;
      object-position: bottom right; }
      @media (max-width: 991.98px) {
        .image-gallery .image-item-cover .image-src-cover {
          min-height: 300px; } }
      @media (max-width: 767.98px) {
        .image-gallery .image-item-cover .image-src-cover {
          min-height: 200px; } }
  .image-gallery .image-count {
    position: absolute;
    color: #fff;
    font-size: 24px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
  .image-gallery .image-item {
    position: relative;
    box-sizing: border-box;
    display: block;
    float: left;
    line-height: 0;
    border: 1px solid #555;
    padding-bottom: 0px;
    overflow: hidden;
    width: 30%;
    height: 200px; }
    @media (max-width: 991.98px) {
      .image-gallery .image-item {
        height: 150px; } }
    @media (max-width: 767.98px) {
      .image-gallery .image-item {
        height: 100px; } }
    .image-gallery .image-item .image-src {
      display: block;
      min-height: 200px;
      object-fit: cover;
      min-width: 100%;
      width: auto;
      max-width: 100%;
      width: 100%;
      height: 100%;
      object-position: bottom center; }
      @media (max-width: 991.98px) {
        .image-gallery .image-item .image-src {
          min-height: 150px; } }
      @media (max-width: 767.98px) {
        .image-gallery .image-item .image-src {
          min-height: 100px; } }
  .image-gallery .image-src-cover-mobile {
    object-position: bottom right;
    object-fit: cover; }

.gallery {
  padding: 4px 0px;
  height: 358px; }
  @media (max-width: 767.98px) {
    .gallery {
      margin: 2px 0;
      height: 201px;
      padding: 0; } }
  .gallery .desktop-image-item {
    height: 350px;
    padding: 0 2px;
    margin: auto; }
    @media (max-width: 767.98px) {
      .gallery .desktop-image-item {
        padding: 0 2px;
        height: 200px;
        border-radius: 5px; } }
  .gallery .image-src-cover-mobile {
    object-position: bottom right;
    object-fit: cover; }
  .gallery .property-detail .slick-next {
    right: 0; }
  .gallery .property-detail .slick-list {
    margin: 0; }
  .gallery .property-detail .slick-prev {
    left: 0; }

#shortlist-sidebar {
  width: 310px;
  position: fixed;
  top: 0;
  right: -720px;
  height: calc(100vh - 50px);
  z-index: 9999;
  background: #FFFFFF;
  color: #fff;
  transition: all 0.3s;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2); }
  @media (max-width: 767.98px) {
    #shortlist-sidebar {
      width: 293px; } }
  #shortlist-sidebar.active {
    right: 0; }
  #shortlist-sidebar .font-sub-head {
    color: #8E8E8E; }
  #shortlist-sidebar .font-sub-head--main {
    color: #488BF8;
    font-size: 14px;
    font-weight: 500; }
  #shortlist-sidebar .sidebar-header {
    padding-top: 15px !important; }

.text-color {
  color: #8E8E8E; }

.list-box {
  margin-top: 51px;
  box-shadow: -5px 2px 5px 0px rgba(0, 0, 0, 0.2) !important; }

.fav-size {
  font-size: 14px;
  margin-top: 17%; }

.font-head {
  font-size: 14px;
  color: #3C4755;
  font-weight: 500; }

.font-sub-head {
  font-size: 12px;
  color: #8E8E8E; }

.shortlistbar-btn-close {
  position: absolute;
  padding: 0;
  border-radius: 0;
  left: -24px;
  box-shadow: -3px 2px 5px 0 rgba(0, 0, 0, 0.05);
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  height: 24px;
  width: 24px;
  margin-top: 5%; }

.scroll-vertical {
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 100%; }

.shortlist-header a:hover, .shortlist-header a:focus {
  text-decoration: none;
  opacity: 0.7; }

.shortlist-sidebar-component {
  color: #414141; }
  .shortlist-sidebar-component .no-shortlist {
    font-size: 14px;
    color: #8c8c8c; }
  .shortlist-sidebar-component hr {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: -15px;
    margin-right: -15px; }
  .shortlist-sidebar-component .shortlist-listing {
    cursor: pointer;
    padding: 15px;
    opacity: 1;
    background-color: #fff;
    transition: all 0.5s ease; }
    .shortlist-sidebar-component .shortlist-listing:hover {
      opacity: 0.8;
      background-color: rgba(38, 43, 51, 0.07); }
  .shortlist-sidebar-component .sidebar-main {
    padding: 10px 0px 20px 0px; }
  .shortlist-sidebar-component .dropdown-menu {
    position: static !important;
    transform: none !important;
    width: 100%;
    font-size: 14px;
    line-height: 13px;
    background-color: #f1f1f1;
    color: #414141;
    padding: 5px 0px;
    margin-bottom: -1px; }
    .shortlist-sidebar-component .dropdown-menu .dropdown-item {
      padding: 0.75rem 1.25rem !important; }
  .shortlist-sidebar-component #sidebar-dropdown {
    font-size: 14px;
    line-height: 13px;
    color: #414141;
    padding: 0.75rem 1.25rem !important;
    margin-bottom: -1px; }
    .shortlist-sidebar-component #sidebar-dropdown.active {
      z-index: 2;
      color: #fff;
      background-color: #488BF8;
      border-color: #488BF8; }
    .shortlist-sidebar-component #sidebar-dropdown:hover {
      color: #495057;
      text-decoration: none;
      background-color: #f8f9fa; }
  .shortlist-sidebar-component .menu-group {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0; }
    .shortlist-sidebar-component .menu-group-item {
      position: relative;
      display: block;
      font-size: 14px;
      line-height: 13px;
      color: #414141;
      padding: 0.75rem 1.25rem;
      margin-bottom: -1px; }
      .shortlist-sidebar-component .menu-group-item.active {
        z-index: 2;
        color: #fff;
        background-color: #488BF8;
        border-color: #488BF8; }
      .shortlist-sidebar-component .menu-group-item:hover {
        color: #495057;
        text-decoration: none;
        background-color: #f8f9fa; }
  .shortlist-sidebar-component .sidebar-extra {
    padding: 0px 20px;
    font-size: 14px;
    line-height: 13px;
    color: #414141; }
    .shortlist-sidebar-component .sidebar-extra p {
      margin-bottom: 0px; }
    .shortlist-sidebar-component .sidebar-extra-content {
      padding: 10px 0px; }
  .shortlist-sidebar-component .sidebar-social {
    padding: 0px 20px;
    font-size: 14px;
    line-height: 13px;
    color: #414141; }
    .shortlist-sidebar-component .sidebar-social p {
      margin-bottom: 0px; }
    .shortlist-sidebar-component .sidebar-social-content {
      padding: 10px 0px; }
    .shortlist-sidebar-component .sidebar-social .social-icon {
      margin: 0px 5px; }
  .shortlist-sidebar-component .sidebar-close {
    color: #414141;
    text-align: right;
    padding: 10px 10px 0px 0px; }
    @media (max-width: 767.98px) {
      .shortlist-sidebar-component .sidebar-close {
        padding: 5px 10px 0px 0px; } }
    .shortlist-sidebar-component .sidebar-close-icon {
      font-size: 35px; }
      .shortlist-sidebar-component .sidebar-close-icon:hover {
        color: #495057;
        text-decoration: none;
        background-color: #f8f9fa;
        cursor: pointer; }
  @media (min-width: 576px) {
    .shortlist-sidebar-component .sidebar-image {
      display: none !important; } }
  .shortlist-sidebar-component .dropdown-toggle::after {
    float: right; }
  .shortlist-sidebar-component .btn-signup {
    color: #fff;
    background-color: #FFA700;
    font-size: 14px;
    font-family: poppins, Medium;
    text-align: center; }
  .shortlist-sidebar-component .btn-login {
    color: #fff;
    background-color: #488BF8;
    font-size: 14px;
    font-family: poppins, Medium;
    text-align: center; }
  .shortlist-sidebar-component .dropdown.nav-item {
    padding: 6px 0px; }
  .shortlist-sidebar-component #sidebar a#list-settings-list {
    padding: 20px; }
  .shortlist-sidebar-component a.dropdown-item {
    font-size: 13px;
    background-color: #fafafa; }
  .shortlist-sidebar-component .dropdown-menu.show {
    border-radius: 0px;
    border: 0px;
    padding: 0px 0px; }
  .shortlist-sidebar-component a#sidebar-dropdown {
    margin-bottom: -2px; }
  .shortlist-sidebar-component .btn-logout {
    font-size: 14px;
    font-family: poppins, Medium;
    text-align: center; }
  .shortlist-sidebar-component .col-8.sidebar-close {
    text-align: left;
    padding-left: 12px; }

.PresetDateRangePicker_panel {
  padding: 10px 22px 11px; }

.PresetDateRangePicker_button {
  position: relative;
  height: 100%;
  text-align: center;
  background: 0 0;
  border: 2px solid #488BF8;
  color: #488BF8;
  padding: 4px 12px;
  margin-right: 8px;
  font: inherit;
  font-weight: 700;
  line-height: normal;
  overflow: visible;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer; }

.PresetDateRangePicker_button:active {
  outline: 0; }

.PresetDateRangePicker_button__selected {
  color: #fff;
  background: #488BF8; }

.SingleDatePickerInput {
  display: inline-block;
  background-color: #fff; }

.SingleDatePickerInput__withBorder {
  border-radius: 2px;
  border: 1px solid #dbdbdb; }

.SingleDatePickerInput__rtl {
  direction: rtl; }

.SingleDatePickerInput__disabled {
  background-color: #f2f2f2; }

.SingleDatePickerInput__block {
  display: block; }

.SingleDatePickerInput__showClearDate {
  padding-right: 30px; }

.SingleDatePickerInput_clearDate {
  background: 0 0;
  border: 0;
  color: inherit;
  font: inherit;
  line-height: normal;
  overflow: visible;
  cursor: pointer;
  padding: 10px;
  margin: 0 10px 0 5px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

.SingleDatePickerInput_clearDate__default:focus,
.SingleDatePickerInput_clearDate__default:hover {
  background: #dbdbdb;
  border-radius: 50%; }

.SingleDatePickerInput_clearDate__small {
  padding: 6px; }

.SingleDatePickerInput_clearDate__hide {
  visibility: hidden; }

.SingleDatePickerInput_clearDate_svg {
  fill: #82888a;
  height: 12px;
  width: 15px;
  vertical-align: middle; }

.SingleDatePickerInput_clearDate_svg__small {
  height: 9px; }

.SingleDatePickerInput_calendarIcon {
  background: 0 0;
  border: 0;
  color: inherit;
  font: inherit;
  line-height: normal;
  overflow: visible;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  padding: 10px;
  margin: 0 5px 0 10px; }

.SingleDatePickerInput_calendarIcon_svg {
  fill: #82888a;
  height: 15px;
  width: 14px;
  vertical-align: middle; }

.SingleDatePicker {
  position: relative;
  display: inline-block; }

.SingleDatePicker__block {
  display: block; }

.SingleDatePicker_picker {
  z-index: 1;
  background-color: #fff;
  position: absolute; }

.SingleDatePicker_picker__rtl {
  direction: rtl; }

.SingleDatePicker_picker__directionLeft {
  left: 0; }

.SingleDatePicker_picker__directionRight {
  right: 0; }

.SingleDatePicker_picker__portal {
  background-color: rgba(0, 0, 0, 0.3);
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%; }

.SingleDatePicker_picker__fullScreenPortal {
  background-color: #fff; }

.SingleDatePicker_closeButton {
  background: 0 0;
  border: 0;
  color: inherit;
  font: inherit;
  line-height: normal;
  overflow: visible;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  padding: 15px;
  z-index: 2; }

.SingleDatePicker_closeButton:focus,
.SingleDatePicker_closeButton:hover {
  color: #b0b3b4;
  text-decoration: none; }

.SingleDatePicker_closeButton_svg {
  height: 15px;
  width: 15px;
  fill: #cacccd; }

.DayPickerKeyboardShortcuts_buttonReset {
  background: 0 0;
  border: 0;
  border-radius: 0;
  color: inherit;
  font: inherit;
  line-height: normal;
  overflow: visible;
  padding: 0;
  cursor: pointer;
  font-size: 14px; }

.DayPickerKeyboardShortcuts_buttonReset:active {
  outline: 0; }

.DayPickerKeyboardShortcuts_show {
  width: 33px;
  height: 26px;
  position: absolute;
  z-index: 2; }

.DayPickerKeyboardShortcuts_show::before {
  content: "";
  display: block;
  position: absolute; }

.DayPickerKeyboardShortcuts_show__bottomRight {
  bottom: 0;
  right: 0; }

.DayPickerKeyboardShortcuts_show__bottomRight::before {
  border-top: 26px solid transparent;
  border-right: 33px solid #488BF8;
  bottom: 0;
  right: 0; }

.DayPickerKeyboardShortcuts_show__bottomRight:hover::before {
  border-right: 33px solid #005fc4; }

.DayPickerKeyboardShortcuts_show__topRight {
  top: 0;
  right: 0; }

.DayPickerKeyboardShortcuts_show__topRight::before {
  border-bottom: 26px solid transparent;
  border-right: 33px solid #488BF8;
  top: 0;
  right: 0; }

.DayPickerKeyboardShortcuts_show__topRight:hover::before {
  border-right: 33px solid #005fc4; }

.DayPickerKeyboardShortcuts_show__topLeft {
  top: 0;
  left: 0; }

.DayPickerKeyboardShortcuts_show__topLeft::before {
  border-bottom: 26px solid transparent;
  border-left: 33px solid #488BF8;
  top: 0;
  left: 0; }

.DayPickerKeyboardShortcuts_show__topLeft:hover::before {
  border-left: 33px solid #005fc4; }

.DayPickerKeyboardShortcuts_showSpan {
  color: #fff;
  position: absolute; }

.DayPickerKeyboardShortcuts_showSpan__bottomRight {
  bottom: 0;
  right: 5px; }

.DayPickerKeyboardShortcuts_showSpan__topRight {
  top: 1px;
  right: 5px; }

.DayPickerKeyboardShortcuts_showSpan__topLeft {
  top: 1px;
  left: 5px; }

.DayPickerKeyboardShortcuts_panel {
  overflow: auto;
  background: #fff;
  border: 1px solid #dbdbdb;
  border-radius: 2px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 2;
  padding: 22px;
  margin: 33px;
  text-align: left; }

.DayPickerKeyboardShortcuts_title {
  font-size: 16px;
  font-weight: 700;
  margin: 0; }

.DayPickerKeyboardShortcuts_list {
  list-style: none;
  padding: 0;
  font-size: 14px; }

.DayPickerKeyboardShortcuts_close {
  position: absolute;
  right: 22px;
  top: 22px;
  z-index: 2; }

.DayPickerKeyboardShortcuts_close:active {
  outline: 0; }

.DayPickerKeyboardShortcuts_closeSvg {
  height: 15px;
  width: 15px;
  fill: #cacccd; }

.DayPickerKeyboardShortcuts_closeSvg:focus,
.DayPickerKeyboardShortcuts_closeSvg:hover {
  fill: #82888a; }

.CalendarDay {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  font-size: 14px;
  text-align: center; }

.CalendarDay:active {
  outline: 0; }

.CalendarDay__defaultCursor {
  cursor: default; }

.CalendarDay__default {
  border: 1px solid #e4e7e7;
  color: #484848;
  background: #fff; }

.CalendarDay__default:hover {
  background: #e4e7e7;
  border: 1px solid #e4e7e7;
  color: inherit; }

.CalendarDay__hovered_offset {
  background: #f4f5f5;
  border: 1px double #e4e7e7;
  color: inherit; }

.CalendarDay__outside {
  border: 0;
  background: #fff;
  color: #484848; }

.CalendarDay__outside:hover {
  border: 0; }

.CalendarDay__blocked_minimum_nights {
  background: #fff;
  border: 1px solid #eceeee;
  color: #cacccd; }

.CalendarDay__blocked_minimum_nights:active,
.CalendarDay__blocked_minimum_nights:hover {
  background: #fff;
  color: #cacccd; }

.CalendarDay__highlighted_calendar {
  background: #ffe8bc;
  color: #484848; }

.CalendarDay__highlighted_calendar:active,
.CalendarDay__highlighted_calendar:hover {
  background: #ffce71;
  color: #484848; }

.CalendarDay__selected_span {
  background: #85bbff;
  border: 1px double #508bcc;
  color: #fff; }

.CalendarDay__selected_span:active,
.CalendarDay__selected_span:hover {
  background: #508bcc;
  border: 1px double #508bcc;
  color: #fff; }

.CalendarDay__selected,
.CalendarDay__selected:active,
.CalendarDay__selected:hover {
  background: #488BF8;
  border: 1px double #488BF8;
  color: #fff; }

.CalendarDay__hovered_span,
.CalendarDay__hovered_span:hover {
  background: #85bbff;
  border: 1px double #508bcc;
  color: #ffffff; }

.CalendarDay__hovered_span:active {
  background: #508bcc;
  border: 1px double #508bcc;
  color: #ffffff; }

.CalendarDay__blocked_calendar,
.CalendarDay__blocked_calendar:active,
.CalendarDay__blocked_calendar:hover {
  background: #cacccd;
  border: 1px solid #cacccd;
  color: #82888a; }

.CalendarDay__blocked_out_of_range,
.CalendarDay__blocked_out_of_range:active,
.CalendarDay__blocked_out_of_range:hover {
  background: #fff;
  border: 1px solid #e4e7e7;
  color: #cacccd; }

.CalendarDay__hovered_start_first_possible_end {
  background: #eceeee;
  border: 1px double #eceeee; }

.CalendarDay__hovered_start_blocked_min_nights {
  background: #eceeee;
  border: 1px double #e4e7e7; }

.CalendarMonth {
  background: #fff;
  text-align: center;
  vertical-align: top;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.CalendarMonth_table {
  border-collapse: collapse;
  border-spacing: 0; }

.CalendarMonth_verticalSpacing {
  border-collapse: separate; }

.CalendarMonth_caption {
  color: #484848;
  font-size: 18px;
  text-align: center;
  padding-top: 22px;
  padding-bottom: 37px;
  caption-side: initial; }

.CalendarMonth_caption__verticalScrollable {
  padding-top: 12px;
  padding-bottom: 7px; }

.CalendarMonthGrid {
  background: #fff;
  text-align: left;
  z-index: 0; }

.CalendarMonthGrid__animating {
  z-index: 1; }

.CalendarMonthGrid__horizontal {
  position: absolute;
  left: 9px; }

.CalendarMonthGrid__vertical {
  margin: 0 auto; }

.CalendarMonthGrid__vertical_scrollable {
  margin: 0 auto;
  overflow-y: scroll; }

.CalendarMonthGrid_month__horizontal {
  display: inline-block;
  vertical-align: top;
  min-height: 100%; }

.CalendarMonthGrid_month__hideForAnimation {
  position: absolute;
  z-index: -1;
  opacity: 0;
  pointer-events: none; }

.CalendarMonthGrid_month__hidden {
  visibility: hidden; }

.DayPickerNavigation {
  position: relative;
  z-index: 2; }

.DayPickerNavigation__horizontal {
  height: 0; }

.DayPickerNavigation__verticalDefault {
  position: absolute;
  width: 100%;
  height: 52px;
  bottom: 0;
  left: 0; }

.DayPickerNavigation__verticalScrollableDefault {
  position: relative; }

.DayPickerNavigation_button {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 0;
  padding: 0;
  margin: 0; }

.DayPickerNavigation_button__default {
  border: 1px solid #e4e7e7;
  background-color: #fff;
  color: #757575; }

.DayPickerNavigation_button__default:focus,
.DayPickerNavigation_button__default:hover {
  border: 1px solid #c4c4c4; }

.DayPickerNavigation_button__default:active {
  background: #f2f2f2; }

.DayPickerNavigation_button__disabled {
  cursor: default;
  border: 1px solid #f2f2f2; }

.DayPickerNavigation_button__disabled:focus,
.DayPickerNavigation_button__disabled:hover {
  border: 1px solid #f2f2f2; }

.DayPickerNavigation_button__disabled:active {
  background: 0 0; }

.DayPickerNavigation_button__horizontalDefault {
  position: absolute;
  top: 18px;
  line-height: .78;
  border-radius: 3px;
  padding: 6px 9px; }

.DayPickerNavigation_leftButton__horizontalDefault {
  left: 22px; }

.DayPickerNavigation_rightButton__horizontalDefault {
  right: 22px; }

.DayPickerNavigation_button__verticalDefault {
  padding: 5px;
  background: #fff;
  box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.1);
  position: relative;
  display: inline-block;
  text-align: center;
  height: 100%;
  width: 50%; }

.DayPickerNavigation_nextButton__verticalDefault {
  border-left: 0; }

.DayPickerNavigation_nextButton__verticalScrollableDefault {
  width: 100%; }

.DayPickerNavigation_svg__horizontal {
  height: 19px;
  width: 19px;
  fill: #82888a;
  display: block; }

.DayPickerNavigation_svg__vertical {
  height: 42px;
  width: 42px;
  fill: #484848; }

.DayPickerNavigation_svg__disabled {
  fill: #f2f2f2; }

.DayPicker {
  background: #fff;
  position: relative;
  text-align: left; }

.DayPicker__horizontal {
  background: #fff; }

.DayPicker__verticalScrollable {
  height: 100%; }

.DayPicker__hidden {
  visibility: hidden; }

.DayPicker__withBorder {
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05), 0 0 0 1px rgba(0, 0, 0, 0.07);
  border-radius: 3px; }

.DayPicker_portal__horizontal {
  box-shadow: none;
  position: absolute;
  left: 50%;
  top: 50%; }

.DayPicker_portal__vertical {
  position: initial; }

.DayPicker_focusRegion {
  outline: 0; }

.DayPicker_calendarInfo__horizontal,
.DayPicker_wrapper__horizontal {
  display: inline-block;
  vertical-align: top; }

.DayPicker_weekHeaders {
  position: relative; }

.DayPicker_weekHeaders__horizontal {
  margin-left: 9px; }

.DayPicker_weekHeader {
  color: #757575;
  position: absolute;
  top: 62px;
  z-index: 2;
  text-align: left; }

.DayPicker_weekHeader__vertical {
  left: 50%; }

.DayPicker_weekHeader__verticalScrollable {
  top: 0;
  display: table-row;
  border-bottom: 1px solid #dbdbdb;
  background: #fff;
  margin-left: 0;
  left: 0;
  width: 100%;
  text-align: center; }

.DayPicker_weekHeader_ul {
  list-style: none;
  margin: 1px 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 14px; }

.DayPicker_weekHeader_li {
  display: inline-block;
  text-align: center; }

.DayPicker_transitionContainer {
  position: relative;
  overflow: hidden;
  border-radius: 3px; }

.DayPicker_transitionContainer__horizontal {
  -webkit-transition: height .2s ease-in-out;
  -moz-transition: height .2s ease-in-out;
  transition: height .2s ease-in-out; }

.DayPicker_transitionContainer__vertical {
  width: 100%; }

.DayPicker_transitionContainer__verticalScrollable {
  padding-top: 20px;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  overflow-y: scroll; }

.DateInput {
  margin: 0;
  padding: 0;
  background: #fff;
  position: relative;
  display: inline-block;
  width: 130px;
  vertical-align: middle; }

.DateInput__small {
  width: 97px; }

.DateInput__block {
  width: 100%; }

.DateInput__disabled {
  background: #f2f2f2;
  color: #dbdbdb; }

.DateInput_input {
  font-weight: 200;
  font-size: 19px;
  line-height: 24px;
  color: #484848;
  background-color: #fff;
  width: 100%;
  padding: 9px;
  border: 0;
  border-top: 0;
  border-right: 0;
  border-bottom: 2px solid transparent;
  border-left: 0;
  border-radius: 0;
  font-weight: normal;
  color: #414141;
  font: 400 13.3333px Arial; }

.DateInput_input__small {
  font-size: 15px;
  line-height: 18px;
  letter-spacing: .2px;
  padding: 7px 7px 5px; }

.DateInput_input__regular {
  font-weight: auto; }

.DateInput_input__readOnly {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.DateInput_input__focused {
  outline: 0;
  background: #fff;
  border: 0;
  border-top: 0;
  border-right: 0;
  border-left: 0; }

.DateInput_input__disabled {
  background: #f2f2f2;
  font-style: italic; }

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

.DateInput_fang {
  position: absolute;
  width: 20px;
  height: 10px;
  left: 22px;
  z-index: 2; }

.DateInput_fangShape {
  fill: #fff; }

.DateInput_fangStroke {
  stroke: #dbdbdb;
  fill: transparent; }

.DateRangePickerInput {
  background-color: #fff;
  display: inline-block; }

.DateRangePickerInput__disabled {
  background: #f2f2f2; }

.DateRangePickerInput__withBorder {
  border-radius: 2px;
  border: 1px solid #ced4da;
  height: 38px; }

.DateRangePickerInput__rtl {
  direction: rtl; }

.DateRangePickerInput__block {
  display: block; }

.DateRangePickerInput__showClearDates {
  padding-right: 30px; }

.DateRangePickerInput_arrow {
  display: inline-block;
  vertical-align: middle;
  color: #484848; }

.DateRangePickerInput_arrow_svg {
  vertical-align: middle;
  fill: #484848;
  height: 24px;
  width: 24px; }

.DateRangePickerInput_clearDates {
  background: 0 0;
  border: 0;
  color: inherit;
  font: inherit;
  line-height: normal;
  overflow: visible;
  cursor: pointer;
  margin: 0 10px 0 5px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

.DateRangePickerInput_clearDates__small {
  padding: 6px; }

.DateRangePickerInput_clearDates_default:focus,
.DateRangePickerInput_clearDates_default:hover {
  background: #dbdbdb;
  border-radius: 50%; }

.DateRangePickerInput_clearDates__hide {
  visibility: hidden; }

.DateRangePickerInput_clearDates_svg {
  fill: #82888a;
  height: 12px;
  width: 15px;
  vertical-align: middle; }

.DateRangePickerInput_clearDates_svg__small {
  height: 9px; }

.DateRangePickerInput_calendarIcon {
  background: 0 0;
  border: 0;
  color: inherit;
  font: inherit;
  line-height: normal;
  overflow: visible;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  padding: 10px;
  margin: 0 5px 0 10px; }

.DateRangePickerInput_calendarIcon_svg {
  fill: #82888a;
  height: 15px;
  width: 14px;
  vertical-align: middle; }

.DateRangePicker {
  position: relative;
  display: inline-block; }

.DateRangePicker__block {
  display: block; }

.DateRangePicker_picker {
  z-index: 1;
  background-color: #fff;
  position: absolute; }

.DateRangePicker_picker__rtl {
  direction: rtl; }

.DateRangePicker_picker__directionLeft {
  left: 0; }

.DateRangePicker_picker__directionRight {
  right: 0; }

.DateRangePicker_picker__portal {
  background-color: rgba(0, 0, 0, 0.3);
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%; }

.DateRangePicker_picker__fullScreenPortal {
  background-color: #fff; }

.DateRangePicker_closeButton {
  background: 0 0;
  border: 0;
  color: inherit;
  font: inherit;
  line-height: normal;
  overflow: visible;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  padding: 15px;
  z-index: 2; }

.DateRangePicker_closeButton:focus,
.DateRangePicker_closeButton:hover {
  color: #b0b3b4;
  text-decoration: none; }

.DateRangePicker_closeButton_svg {
  height: 15px;
  width: 15px;
  fill: #cacccd; }

.frontpage .hero-component {
  background-color: #f5f5f5; }
  .frontpage .hero-component .hero-rel {
    position: relative; }
  .frontpage .hero-component .hero-ad {
    position: absolute;
    z-index: 100;
    right: 10px;
    bottom: -50px;
    background-color: #FFFFFF;
    padding: 10px 10px;
    border-radius: 5px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16); }
    @media (max-width: 991.98px) {
      .frontpage .hero-component .hero-ad {
        display: none; } }
  .frontpage .hero-component .section1 {
    padding-top: 115px;
    padding-bottom: 100px;
    background-color: #488BF8;
    color: white;
    max-width: 390px; }
    @media (max-width: 991.98px) {
      .frontpage .hero-component .section1 {
        max-width: 150px; } }
    @media (max-width: 575.98px) {
      .frontpage .hero-component .section1 {
        padding: 30px 0px;
        flex: 0 0 100%;
        max-width: 100%; } }
    .frontpage .hero-component .section1 .ovlap {
      padding-left: 70px;
      position: absolute;
      width: 505px;
      z-index: 1; }
      @media (max-width: 991.98px) {
        .frontpage .hero-component .section1 .ovlap {
          position: relative;
          width: 300px;
          padding-left: 30px; } }
      @media (max-width: 575.98px) {
        .frontpage .hero-component .section1 .ovlap {
          padding: 0px 30px;
          font-size: 14px;
          width: auto; } }
    .frontpage .hero-component .section1 h1 {
      font-size: 46px;
      font-weight: 900; }
      @media (max-width: 575.98px) {
        .frontpage .hero-component .section1 h1 {
          font-size: 30px; } }
    .frontpage .hero-component .section1 .lead {
      font-size: 18px;
      width: 290px;
      color: rgba(255, 255, 255, 0.8); }
      @media (max-width: 575.98px) {
        .frontpage .hero-component .section1 .lead {
          font-size: 14px; } }
  .frontpage .hero-component .section2 {
    background-image: url("https://dbv47yu57n5vf.cloudfront.net/tep-assets/hero-banner-tep-19.jpg");
    background-size: cover;
    height: 552px;
    background-position-y: 0px;
    color: white; }
    .frontpage .hero-component .section2 .ovlap-mobile {
      height: 100%;
      background: rgba(0, 0, 0, 0.4);
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: end;
      -ms-flex-align: end;
      align-items: flex-end;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      text-align: center; }
    .frontpage .hero-component .section2 .overlay-text {
      max-width: 600px;
      padding-bottom: 200px; }
      .frontpage .hero-component .section2 .overlay-text p {
        padding: 10px 80px 0;
        font-size: 18px; }
    .frontpage .hero-component .section2 h1 {
      font-size: 46px;
      font-weight: 700; }
    .frontpage .hero-component .section2 .lead {
      font-size: 14px;
      width: 200px;
      padding: 10px;
      color: rgba(255, 255, 255, 0.8);
      background: rgba(0, 0, 0, 0.5); }
    @media (max-width: 575.98px) {
      .frontpage .hero-component .section2 {
        height: 30vh;
        flex: 0 0 100%;
        max-width: 100%; }
        .frontpage .hero-component .section2 .ovlap-mobile {
          height: auto;
          background-color: transparent;
          margin-top: 35px; }
          .frontpage .hero-component .section2 .ovlap-mobile .overlay-text {
            padding-bottom: 0px; }
            .frontpage .hero-component .section2 .ovlap-mobile .overlay-text h1 {
              font-size: 18px;
              font-weight: 900;
              padding: 10px;
              text-shadow: 0 2px 5px #000; } }

.frontpage .search-component {
  margin-top: -170px; }
  @media (max-width: 991.98px) {
    .frontpage .search-component {
      margin-top: 0px;
      padding: 0px 20px; } }
  .frontpage .search-component .search-box {
    background-color: #FFFFFF;
    padding: 30px 100px 75px 100px;
    border-radius: 5px;
    max-width: 812px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16); }
    @media (max-width: 767.98px) {
      .frontpage .search-component .search-box {
        padding: 0px 0px;
        margin-top: -80px;
        margin-bottom: 35px;
        background-color: #F5F5F5; } }
    .frontpage .search-component .search-box .buy-rent {
      color: #a0acc1;
      margin-bottom: 30px; }
      @media (max-width: 767.98px) {
        .frontpage .search-component .search-box .buy-rent {
          margin-bottom: 10px; } }
      .frontpage .search-component .search-box .buy-rent .checktype {
        background-color: transparent;
        color: #A0ACC1;
        border-radius: 0px;
        font-size: 16px;
        border: 0px; }
      .frontpage .search-component .search-box .buy-rent .active {
        color: #000; }
        .frontpage .search-component .search-box .buy-rent .active .checktype {
          background-color: transparent;
          color: #414141; }
      .frontpage .search-component .search-box .buy-rent .buy-div {
        padding-right: 5px;
        text-align: right; }
      .frontpage .search-component .search-box .buy-rent .rent-div {
        padding-left: 5px;
        text-align: left; }
    .frontpage .search-component .search-box .filter-button {
      background-color: #ffffff;
      font-size: 15px;
      border-color: #cccccc;
      border-radius: 0px;
      padding: 10px 15px; }
      .frontpage .search-component .search-box .filter-button .badge-light {
        color: #ffffff;
        background-color: rgba(72, 139, 248, 0.59);
        top: 1px;
        border-radius: 15px;
        padding: 5px 10px; }
      .frontpage .search-component .search-box .filter-button .search-icon {
        float: right;
        font-size: 25px;
        line-height: 22.5px; }
  .frontpage .search-component .filters select {
    border: 0px; }
  .frontpage .search-component .search-button {
    width: 100%;
    font-size: 16px;
    line-height: 16px;
    padding: 10px;
    border-radius: 0px; }
    .frontpage .search-component .search-button .search-icon {
      font-size: 22px; }

.frontpage .fp-loader {
  min-height: 100vh; }

.frontpage .front-main-component {
  background-color: #F5F5F5;
  padding: 40px 0px; }
  @media (max-width: 575.98px) {
    .frontpage .front-main-component {
      padding: 0px 0px; } }
  @media (min-width: 576px) {
    .frontpage .front-main-component .fix-1280-container {
      max-width: 1280px;
      padding: 0 20px; } }
  .frontpage .front-main-component .ads-container {
    min-width: 300px;
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
    @media (max-width: 991.98px) {
      .frontpage .front-main-component .ads-container {
        flex: 0 0 auto;
        max-width: 100%; } }
  @media (min-width: 780px) {
    .frontpage .front-main-component .home-nav-content {
      min-width: 760px; } }
  @media (max-width: 991.98px) {
    .frontpage .front-main-component .home-nav-content {
      min-width: none; } }
  .frontpage .front-main-component .home-nav-tabs .home-nav-tabs-item {
    width: 152px;
    height: 90px; }
    .frontpage .front-main-component .home-nav-tabs .home-nav-tabs-item p {
      margin-bottom: 5px; }
  @media (max-width: 991.98px) {
    .frontpage .front-main-component .home-nav-tabs {
      flex-wrap: nowrap !important;
      flex-direction: row !important;
      overflow-x: auto;
      overflow-y: hidden;
      margin-bottom: 0px;
      padding-bottom: 10px; }
      .frontpage .front-main-component .home-nav-tabs::-webkit-scrollbar {
        -webkit-appearance: none;
        height: 0px;
        border-radius: 0px;
        background-color: #cdd4db; }
      .frontpage .front-main-component .home-nav-tabs::-webkit-scrollbar-thumb {
        border-radius: 0x;
        background-color: #488BF8; }
      .frontpage .front-main-component .home-nav-tabs .home-nav-tabs-item p {
        margin: 0px; } }
  @media (max-width: 991.98px) and (max-width: 767.98px) {
    .frontpage .front-main-component .home-nav-tabs .home-nav-tabs-item {
      height: 85px;
      width: 70px;
      margin: 2px 0px;
      padding: 10px; } }
  .frontpage .front-main-component .tab-news {
    float: right;
    padding: 20px;
    background-color: #EFEFEF;
    width: 100%;
    border: 1px solid #DEDEDE; }
  .frontpage .front-main-component .nav-news-link, .frontpage .front-main-component .nav-listing-link {
    color: #B2B2B2; }
    .frontpage .front-main-component .nav-news-link .nav-news-item, .frontpage .front-main-component .nav-news-link .nav-listing-item, .frontpage .front-main-component .nav-listing-link .nav-news-item, .frontpage .front-main-component .nav-listing-link .nav-listing-item {
      background-color: #EFEFEF;
      font-size: 12px;
      line-height: 18px;
      color: #B2B2B2; }
      @media (max-width: 991.98px) {
        .frontpage .front-main-component .nav-news-link .nav-news-item, .frontpage .front-main-component .nav-news-link .nav-listing-item, .frontpage .front-main-component .nav-listing-link .nav-news-item, .frontpage .front-main-component .nav-listing-link .nav-listing-item {
          font-size: 11px;
          margin-right: 10px; } }
      @media (max-width: 767.98px) {
        .frontpage .front-main-component .nav-news-link .nav-news-item, .frontpage .front-main-component .nav-news-link .nav-listing-item, .frontpage .front-main-component .nav-listing-link .nav-news-item, .frontpage .front-main-component .nav-listing-link .nav-listing-item {
          background-color: #f5f5f5;
          line-height: 14px;
          margin-right: 0px; } }
      @media (max-width: 767.98px) {
        .frontpage .front-main-component .nav-news-link .nav-news-item p, .frontpage .front-main-component .nav-news-link .nav-listing-item p, .frontpage .front-main-component .nav-listing-link .nav-news-item p, .frontpage .front-main-component .nav-listing-link .nav-listing-item p {
          margin-bottom: 5px; } }
      .frontpage .front-main-component .nav-news-link .nav-news-item .news-img, .frontpage .front-main-component .nav-news-link .nav-listing-item .news-img, .frontpage .front-main-component .nav-listing-link .nav-news-item .news-img, .frontpage .front-main-component .nav-listing-link .nav-listing-item .news-img {
        content: url("/static/images/tabs/news-normal.png"); }
        @media (max-width: 767.98px) {
          .frontpage .front-main-component .nav-news-link .nav-news-item .news-img, .frontpage .front-main-component .nav-news-link .nav-listing-item .news-img, .frontpage .front-main-component .nav-listing-link .nav-news-item .news-img, .frontpage .front-main-component .nav-listing-link .nav-listing-item .news-img {
            width: 30px; } }
      .frontpage .front-main-component .nav-news-link .nav-news-item .listings-img, .frontpage .front-main-component .nav-news-link .nav-listing-item .listings-img, .frontpage .front-main-component .nav-listing-link .nav-news-item .listings-img, .frontpage .front-main-component .nav-listing-link .nav-listing-item .listings-img {
        content: url("/static/images/tabs/listings-normal.png"); }
        @media (max-width: 767.98px) {
          .frontpage .front-main-component .nav-news-link .nav-news-item .listings-img, .frontpage .front-main-component .nav-news-link .nav-listing-item .listings-img, .frontpage .front-main-component .nav-listing-link .nav-news-item .listings-img, .frontpage .front-main-component .nav-listing-link .nav-listing-item .listings-img {
            width: 35px; } }
      .frontpage .front-main-component .nav-news-link .nav-news-item .interior-img, .frontpage .front-main-component .nav-news-link .nav-listing-item .interior-img, .frontpage .front-main-component .nav-listing-link .nav-news-item .interior-img, .frontpage .front-main-component .nav-listing-link .nav-listing-item .interior-img {
        content: url("/static/images/tabs/interior-normal.png"); }
        @media (max-width: 767.98px) {
          .frontpage .front-main-component .nav-news-link .nav-news-item .interior-img, .frontpage .front-main-component .nav-news-link .nav-listing-item .interior-img, .frontpage .front-main-component .nav-listing-link .nav-news-item .interior-img, .frontpage .front-main-component .nav-listing-link .nav-listing-item .interior-img {
            width: 27px; } }
      .frontpage .front-main-component .nav-news-link .nav-news-item .projects-img, .frontpage .front-main-component .nav-news-link .nav-listing-item .projects-img, .frontpage .front-main-component .nav-listing-link .nav-news-item .projects-img, .frontpage .front-main-component .nav-listing-link .nav-listing-item .projects-img {
        content: url("/static/images/tabs/projects-normal.png"); }
        @media (max-width: 767.98px) {
          .frontpage .front-main-component .nav-news-link .nav-news-item .projects-img, .frontpage .front-main-component .nav-news-link .nav-listing-item .projects-img, .frontpage .front-main-component .nav-listing-link .nav-news-item .projects-img, .frontpage .front-main-component .nav-listing-link .nav-listing-item .projects-img {
            width: 30px; } }
      .frontpage .front-main-component .nav-news-link .nav-news-item .fmh-img, .frontpage .front-main-component .nav-news-link .nav-listing-item .fmh-img, .frontpage .front-main-component .nav-listing-link .nav-news-item .fmh-img, .frontpage .front-main-component .nav-listing-link .nav-listing-item .fmh-img {
        content: url("/static/images/tabs/fmh-normal.png"); }
        @media (max-width: 767.98px) {
          .frontpage .front-main-component .nav-news-link .nav-news-item .fmh-img, .frontpage .front-main-component .nav-news-link .nav-listing-item .fmh-img, .frontpage .front-main-component .nav-listing-link .nav-news-item .fmh-img, .frontpage .front-main-component .nav-listing-link .nav-listing-item .fmh-img {
            width: 25px; } }
      .frontpage .front-main-component .nav-news-link .nav-news-item .agent-img, .frontpage .front-main-component .nav-news-link .nav-listing-item .agent-img, .frontpage .front-main-component .nav-listing-link .nav-news-item .agent-img, .frontpage .front-main-component .nav-listing-link .nav-listing-item .agent-img {
        content: url("/static/images/tabs/agent-normal.png"); }
        @media (max-width: 767.98px) {
          .frontpage .front-main-component .nav-news-link .nav-news-item .agent-img, .frontpage .front-main-component .nav-news-link .nav-listing-item .agent-img, .frontpage .front-main-component .nav-listing-link .nav-news-item .agent-img, .frontpage .front-main-component .nav-listing-link .nav-listing-item .agent-img {
            width: 27px; } }
    .frontpage .front-main-component .nav-news-link.active .nav-news-item, .frontpage .front-main-component .nav-news-link.active .nav-listing-item, .frontpage .front-main-component .nav-listing-link.active .nav-news-item, .frontpage .front-main-component .nav-listing-link.active .nav-listing-item {
      background-color: #488BF8;
      border-bottom: 3px solid #488BF8;
      color: #FFFFFF; }
      @media (max-width: 767.98px) {
        .frontpage .front-main-component .nav-news-link.active .nav-news-item, .frontpage .front-main-component .nav-news-link.active .nav-listing-item, .frontpage .front-main-component .nav-listing-link.active .nav-news-item, .frontpage .front-main-component .nav-listing-link.active .nav-listing-item {
          border-radius: 0px;
          color: #488BF8;
          background-color: #f5f5f5; } }
      .frontpage .front-main-component .nav-news-link.active .nav-news-item .news-img, .frontpage .front-main-component .nav-news-link.active .nav-listing-item .news-img, .frontpage .front-main-component .nav-listing-link.active .nav-news-item .news-img, .frontpage .front-main-component .nav-listing-link.active .nav-listing-item .news-img {
        content: url("/static/images/tabs/news-active.png"); }
        @media (max-width: 767.98px) {
          .frontpage .front-main-component .nav-news-link.active .nav-news-item .news-img, .frontpage .front-main-component .nav-news-link.active .nav-listing-item .news-img, .frontpage .front-main-component .nav-listing-link.active .nav-news-item .news-img, .frontpage .front-main-component .nav-listing-link.active .nav-listing-item .news-img {
            filter: invert(47%) sepia(95%) saturate(2407%) hue-rotate(201deg) brightness(102%) contrast(94%);
            width: 30px; } }
      .frontpage .front-main-component .nav-news-link.active .nav-news-item .listings-img, .frontpage .front-main-component .nav-news-link.active .nav-listing-item .listings-img, .frontpage .front-main-component .nav-listing-link.active .nav-news-item .listings-img, .frontpage .front-main-component .nav-listing-link.active .nav-listing-item .listings-img {
        content: url("/static/images/tabs/listings-active.png"); }
        @media (max-width: 767.98px) {
          .frontpage .front-main-component .nav-news-link.active .nav-news-item .listings-img, .frontpage .front-main-component .nav-news-link.active .nav-listing-item .listings-img, .frontpage .front-main-component .nav-listing-link.active .nav-news-item .listings-img, .frontpage .front-main-component .nav-listing-link.active .nav-listing-item .listings-img {
            filter: invert(47%) sepia(95%) saturate(2407%) hue-rotate(201deg) brightness(102%) contrast(94%);
            width: 35px; } }
      .frontpage .front-main-component .nav-news-link.active .nav-news-item .interior-img, .frontpage .front-main-component .nav-news-link.active .nav-listing-item .interior-img, .frontpage .front-main-component .nav-listing-link.active .nav-news-item .interior-img, .frontpage .front-main-component .nav-listing-link.active .nav-listing-item .interior-img {
        content: url("/static/images/tabs/interior-active.png"); }
        @media (max-width: 767.98px) {
          .frontpage .front-main-component .nav-news-link.active .nav-news-item .interior-img, .frontpage .front-main-component .nav-news-link.active .nav-listing-item .interior-img, .frontpage .front-main-component .nav-listing-link.active .nav-news-item .interior-img, .frontpage .front-main-component .nav-listing-link.active .nav-listing-item .interior-img {
            filter: invert(47%) sepia(95%) saturate(2407%) hue-rotate(201deg) brightness(102%) contrast(94%);
            width: 27px; } }
      .frontpage .front-main-component .nav-news-link.active .nav-news-item .projects-img, .frontpage .front-main-component .nav-news-link.active .nav-listing-item .projects-img, .frontpage .front-main-component .nav-listing-link.active .nav-news-item .projects-img, .frontpage .front-main-component .nav-listing-link.active .nav-listing-item .projects-img {
        content: url("/static/images/tabs/projects-active.png"); }
        @media (max-width: 767.98px) {
          .frontpage .front-main-component .nav-news-link.active .nav-news-item .projects-img, .frontpage .front-main-component .nav-news-link.active .nav-listing-item .projects-img, .frontpage .front-main-component .nav-listing-link.active .nav-news-item .projects-img, .frontpage .front-main-component .nav-listing-link.active .nav-listing-item .projects-img {
            filter: invert(47%) sepia(95%) saturate(2407%) hue-rotate(201deg) brightness(102%) contrast(94%);
            width: 30px; } }
      .frontpage .front-main-component .nav-news-link.active .nav-news-item .fmh-img, .frontpage .front-main-component .nav-news-link.active .nav-listing-item .fmh-img, .frontpage .front-main-component .nav-listing-link.active .nav-news-item .fmh-img, .frontpage .front-main-component .nav-listing-link.active .nav-listing-item .fmh-img {
        content: url("/static/images/tabs/fmh-active.png"); }
        @media (max-width: 767.98px) {
          .frontpage .front-main-component .nav-news-link.active .nav-news-item .fmh-img, .frontpage .front-main-component .nav-news-link.active .nav-listing-item .fmh-img, .frontpage .front-main-component .nav-listing-link.active .nav-news-item .fmh-img, .frontpage .front-main-component .nav-listing-link.active .nav-listing-item .fmh-img {
            filter: invert(47%) sepia(95%) saturate(2407%) hue-rotate(201deg) brightness(102%) contrast(94%);
            width: 25px; } }
      .frontpage .front-main-component .nav-news-link.active .nav-news-item .agent-img, .frontpage .front-main-component .nav-news-link.active .nav-listing-item .agent-img, .frontpage .front-main-component .nav-listing-link.active .nav-news-item .agent-img, .frontpage .front-main-component .nav-listing-link.active .nav-listing-item .agent-img {
        content: url("/static/images/tabs/agent-active.png"); }
        @media (max-width: 767.98px) {
          .frontpage .front-main-component .nav-news-link.active .nav-news-item .agent-img, .frontpage .front-main-component .nav-news-link.active .nav-listing-item .agent-img, .frontpage .front-main-component .nav-listing-link.active .nav-news-item .agent-img, .frontpage .front-main-component .nav-listing-link.active .nav-listing-item .agent-img {
            filter: invert(47%) sepia(95%) saturate(2407%) hue-rotate(201deg) brightness(102%) contrast(94%);
            width: 27px; } }

.frontpage .left-navigation {
  margin: 0 auto; }
  .frontpage .left-navigation .nav-news-item {
    padding: 20px;
    background-color: #fff;
    text-align: center;
    border-radius: 5px;
    margin-bottom: 20px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16); }
    @media (max-width: 767.98px) {
      .frontpage .left-navigation .nav-news-item {
        box-shadow: none; } }
  .frontpage .left-navigation .nav-listing-item {
    padding: 20px;
    background-color: #fff;
    text-align: center;
    border-radius: 5px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    margin-bottom: 20px; }
    @media (max-width: 767.98px) {
      .frontpage .left-navigation .nav-listing-item {
        box-shadow: none; } }

.frontpage .custom-select {
  background: none; }

.frontpage .mobile-select-filter {
  padding-bottom: 14px; }

.frontpage .front-news-component .card {
  border-radius: 0px;
  border: 0px;
  margin-bottom: 20px; }
  @media (max-width: 767.98px) {
    .frontpage .front-news-component .card {
      width: 100%;
      margin-bottom: 15px; } }

.frontpage .front-news-component .card-section-1 {
  border-right: 1px solid #DEDEDE; }
  .frontpage .front-news-component .card-section-1 .prop-image {
    width: 100%;
    height: 100%;
    object-fit: cover; }

.frontpage .front-news-component .card-section-2 {
  padding: 30px 20px;
  position: relative; }
  .frontpage .front-news-component .card-section-2 .card-label {
    font-size: 11px;
    line-height: 17px;
    color: #488BF8;
    font-weight: bold;
    margin-bottom: 5px; }
  .frontpage .front-news-component .card-section-2 h4.card-title {
    font-size: 18px;
    line-height: 26px;
    color: #414141;
    font-weight: bold;
    margin-bottom: 0px; }
  .frontpage .front-news-component .card-section-2 .card-desc {
    font-size: 14px;
    line-height: 20px;
    color: #3C4755;
    opacity: 0.64; }
  .frontpage .front-news-component .card-section-2 .card-foot {
    bottom: 10px;
    width: 100%; }
    .frontpage .front-news-component .card-section-2 .card-foot .card-date {
      font-size: 14px;
      margin-top: 10px;
      margin-bottom: 0px; }
    .frontpage .front-news-component .card-section-2 .card-foot .read-more {
      text-align: right; }

.frontpage .listing-component, .frontpage .news-component {
  padding: 30px 26px;
  border: 1px solid #DEDEDE;
  border-radius: 3px; }
  @media (max-width: 575.98px) {
    .frontpage .listing-component, .frontpage .news-component {
      padding: 10px 10px; } }
  .frontpage .listing-component .nav-tabs, .frontpage .news-component .nav-tabs {
    padding-bottom: 20px;
    border-bottom: 0px; }
    @media (max-width: 575.98px) {
      .frontpage .listing-component .nav-tabs, .frontpage .news-component .nav-tabs {
        display: none; } }
  .frontpage .listing-component .nav-link, .frontpage .news-component .nav-link {
    color: #868686;
    background-color: transparent;
    border: 0px;
    font-size: 22px; }
    .frontpage .listing-component .nav-link.active, .frontpage .news-component .nav-link.active {
      color: #414141;
      background-color: transparent;
      border: 0px;
      font-weight: 500;
      text-decoration: underline;
      text-decoration-color: #588cf0;
      text-underline-position: under; }

.frontpage .tab-heading-style {
  text-align: right;
  color: #588cf0;
  font-weight: 600;
  font-size: 14px; }
  @media (max-width: 767.98px) {
    .frontpage .tab-heading-style {
      text-align: center; } }

.frontpage .state-select__single-value {
  color: #488BF8;
  font-weight: bold; }

.frontpage .has-news-marquee {
  position: relative; }
  .frontpage .has-news-marquee .news-marquee-wrapper {
    position: absolute;
    top: -70px;
    left: 0;
    width: 100%;
    z-index: 1;
    transition-property: all;
    transition-duration: 1s;
    transition-timing-function: cubic-bezier(0, 1, 0.5, 1); }
    .frontpage .has-news-marquee .news-marquee-wrapper.loaded {
      top: 0; }
  .frontpage .has-news-marquee .news-marquee {
    padding: 5px 0;
    background-color: rgba(37, 76, 151, 0.8); }
    .frontpage .has-news-marquee .news-marquee .slick-list {
      height: 60px;
      overflow-y: hidden; }
    .frontpage .has-news-marquee .news-marquee .slick-slide {
      border-right: 1px solid #fff; }
      .frontpage .has-news-marquee .news-marquee .slick-slide:not(.slick-cloned):last-child {
        border: 0; }
    .frontpage .has-news-marquee .news-marquee .slick-news-item {
      font-size: 14px;
      color: #fff;
      font-weight: 300; }
      .frontpage .has-news-marquee .news-marquee .slick-news-item .ticker-img {
        align-self: flex-start;
        margin-right: 15px;
        border-radius: 5px;
        width: 50px;
        height: 50px;
        object-fit: cover;
        object-position: center; }
      .frontpage .has-news-marquee .news-marquee .slick-news-item a {
        width: 100%;
        height: 60px;
        display: inline-block;
        font-size: 12px;
        font-weight: 100;
        color: #fff;
        text-decoration: none;
        padding: 5px 15px;
        transition: all 0.5s ease; }
        .frontpage .has-news-marquee .news-marquee .slick-news-item a:hover {
          background: rgba(18, 39, 74, 0.3); }
        .frontpage .has-news-marquee .news-marquee .slick-news-item a .listing {
          margin: 0;
          display: -webkit-box;
          -webkit-line-clamp: 1;
          -webkit-box-orient: vertical;
          overflow: hidden; }
          .frontpage .has-news-marquee .news-marquee .slick-news-item a .listing .title:hover {
            text-decoration: underline; }
          .frontpage .has-news-marquee .news-marquee .slick-news-item a .listing .card-prop-spec, .frontpage .has-news-marquee .news-marquee .slick-news-item a .listing .horizontal-card-content .card-prop-fund-status, .horizontal-card-content .frontpage .has-news-marquee .news-marquee .slick-news-item a .listing .card-prop-fund-status {
            color: #cccccc; }
          .frontpage .has-news-marquee .news-marquee .slick-news-item a .listing.listing-price {
            font-weight: 600;
            color: #cccccc; }
        .frontpage .has-news-marquee .news-marquee .slick-news-item a p {
          margin: 0;
          display: -webkit-box;
          -webkit-line-clamp: 3;
          -webkit-box-orient: vertical;
          overflow: hidden; }
          .frontpage .has-news-marquee .news-marquee .slick-news-item a p .news-title:hover {
            text-decoration: underline; }
          .frontpage .has-news-marquee .news-marquee .slick-news-item a p .pub-date {
            font-size: 10px;
            margin-left: 5px;
            color: #cccccc; }
    .frontpage .has-news-marquee .news-marquee .news-banner-ribbon {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      overflow: hidden; }
      .frontpage .has-news-marquee .news-marquee .news-banner-ribbon .slick-news-item {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 25%;
        flex: 1 1 25%;
        max-width: 25%; }
        .frontpage .has-news-marquee .news-marquee .news-banner-ribbon .slick-news-item:not(:last-child) {
          border-right: 1px solid #fff; }
    @media (max-width: 991px) {
      .frontpage .has-news-marquee .news-marquee {
        display: none; } }

.buy {
  background-color: #f5f5f5; }
  .buy .search-bar-component {
    padding: 0px 0px;
    position: fixed;
    z-index: 1029;
    top: 51.5px;
    right: 0;
    left: 0;
    background-color: #ffffff; }
    .buy .search-bar-component-loading {
      padding: 0px 0px;
      position: fixed;
      z-index: 1029;
      top: 51.5px;
      right: 0;
      left: 0;
      background-color: #f5f5f5; }
    .buy .search-bar-component .horizontal-bar {
      padding: 0px 0px;
      display: table;
      width: 100%;
      box-shadow: 1px 1px 4px 0px #cacaca; }
      .buy .search-bar-component .horizontal-bar .state-select-container-property-search .state-select__control {
        border-radius: 0px;
        border-width: 0px;
        font-size: 0.81rem;
        line-height: 23px;
        padding: 5px;
        box-shadow: none;
        cursor: pointer; }
      .buy .search-bar-component .horizontal-bar .state-select-container-property-search .state-select__menu {
        text-align: left;
        font-size: 0.81rem; }
      .buy .search-bar-component .horizontal-bar .state-select-container-property-search .state-select__option:hover {
        cursor: pointer; }
      .buy .search-bar-component .horizontal-bar .state-select-container-property-search .state-select__indicator-separator {
        display: none; }
      .buy .search-bar-component .horizontal-bar .state-select-container-property-search .state-select__placeholder {
        white-space: nowrap; }
      .buy .search-bar-component .horizontal-bar .state-select-container-property-search .state-select__dropdown-indicator {
        padding: 0px; }
      .buy .search-bar-component .horizontal-bar .place-search-container-property-search {
        z-index: 10; }
        .buy .search-bar-component .horizontal-bar .place-search-container-property-search .place-search__control {
          border-radius: 0px;
          border: 1px solid transparent;
          border-left: 1px solid #e7e8e7;
          font-size: 0.81rem;
          line-height: 23px;
          box-shadow: none;
          padding: 5px; }
          .buy .search-bar-component .horizontal-bar .place-search-container-property-search .place-search__control:hover {
            border: 1px solid #2684FF;
            border-radius: 5px;
            box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
            cursor: text; }
          @media (max-width: 767.98px) {
            .buy .search-bar-component .horizontal-bar .place-search-container-property-search .place-search__control {
              font-size: 16px;
              line-height: 16px;
              padding: 0px; } }
        .buy .search-bar-component .horizontal-bar .place-search-container-property-search .place-search__indicators {
          display: none; }
        .buy .search-bar-component .horizontal-bar .place-search-container-property-search .place-search__indicator-separator {
          display: none; }
        .buy .search-bar-component .horizontal-bar .place-search-container-property-search .place-search__placeholder {
          white-space: nowrap; }
        .buy .search-bar-component .horizontal-bar .place-search-container-property-search .place-search__menu {
          font-size: 0.81rem; }
        .buy .search-bar-component .horizontal-bar .place-search-container-property-search .place-search__option .keyword-address {
          font-size: 10px;
          margin: 0; }
        .buy .search-bar-component .horizontal-bar .place-search-container-property-search .place-search__option:hover {
          cursor: pointer; }
      .buy .search-bar-component .horizontal-bar .select-element {
        display: table-cell;
        width: 150px;
        text-align: center;
        vertical-align: top;
        border-left: 1px solid #e7e8e7; }
        .buy .search-bar-component .horizontal-bar .select-element.l-type {
          width: 115px; }
        .buy .search-bar-component .horizontal-bar .select-element .show .dd-caret {
          transform: rotate(180deg); }
        .buy .search-bar-component .horizontal-bar .select-element .dd-toggle {
          margin: 0;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap;
          cursor: pointer;
          padding-top: 5px; }
          .buy .search-bar-component .horizontal-bar .select-element .dd-toggle .dd-caret {
            font-size: 20px;
            line-height: 15px;
            vertical-align: bottom;
            transition: all .2s ease; }
          .buy .search-bar-component .horizontal-bar .select-element .dd-toggle-head {
            font-size: 0.81rem;
            line-height: 17px;
            font-weight: 600; }
            .buy .search-bar-component .horizontal-bar .select-element .dd-toggle-head.more {
              padding-top: 10px; }
          .buy .search-bar-component .horizontal-bar .select-element .dd-toggle-output {
            font-size: 0.77rem;
            line-height: 20px;
            text-overflow: ellipsis;
            white-space: nowrap;
            max-width: 150px;
            overflow: hidden; }
      .buy .search-bar-component .horizontal-bar .search-element {
        display: table-cell;
        min-width: 230px; }
      .buy .search-bar-component .horizontal-bar .mrt-element {
        display: table-cell;
        min-width: 100px;
        text-align: right; }
        @media (min-width: 1200px) {
          .buy .search-bar-component .horizontal-bar .mrt-element {
            width: 100px; } }
        .buy .search-bar-component .horizontal-bar .mrt-element :hover {
          color: #488BF8;
          cursor: pointer; }
      .buy .search-bar-component .horizontal-bar .mrt-location {
        border-left: 1px solid #92989d;
        font-size: 0.81rem;
        color: #92989d;
        padding-left: 8px;
        padding-right: 8px; }
  .buy .main-component {
    min-height: calc(100vh - 56.5px);
    background-color: #f5f5f5;
    padding: 20px 0px; }
    @media (max-width: 991.98px) {
      .buy .main-component {
        padding: 0px 0px; } }
    .buy .main-component .listing-wrapper {
      flex: 1;
      display: flex;
      margin-top: 0;
      padding-top: 25px; }
      @media (max-width: 991.98px) {
        .buy .main-component .listing-wrapper {
          padding-top: 0;
          padding-left: 0;
          padding-right: 0; } }
      .buy .main-component .listing-wrapper .listing-col {
        display: flex;
        flex: 1;
        flex-direction: column;
        min-width: 750px;
        padding: 0px 10px;
        margin-bottom: 100px; }
        @media (max-width: 767.98px) {
          .buy .main-component .listing-wrapper .listing-col {
            width: 100%;
            min-width: unset;
            padding: 0px 0px; }
            .buy .main-component .listing-wrapper .listing-col.wavy {
              background-image: url(/static/images/vertical-waves.png); } }
        .buy .main-component .listing-wrapper .listing-col .card {
          margin-bottom: 10px; }
          @media (max-width: 767.98px) {
            .buy .main-component .listing-wrapper .listing-col .card {
              margin-bottom: 10px; } }
        .buy .main-component .listing-wrapper .listing-col .filters-selected {
          background-color: #fff;
          padding: 10px; }
          .buy .main-component .listing-wrapper .listing-col .filters-selected .badge-filter {
            font-weight: normal;
            text-transform: capitalize;
            cursor: pointer;
            padding: 6px 10px;
            margin: 5px;
            border: 1px solid #D3D3D3; }
            .buy .main-component .listing-wrapper .listing-col .filters-selected .badge-filter.ikr {
              padding-right: 20px;
              transition: all .25s ease; }
              .buy .main-component .listing-wrapper .listing-col .filters-selected .badge-filter.ikr i {
                margin-left: 2px;
                position: absolute;
                font-size: 12px;
                vertical-align: middle;
                transition: all .25s ease; }
              .buy .main-component .listing-wrapper .listing-col .filters-selected .badge-filter.ikr:hover {
                background-color: #ddd; }
                .buy .main-component .listing-wrapper .listing-col .filters-selected .badge-filter.ikr:hover i {
                  transform: rotateZ(-90deg); }
          .buy .main-component .listing-wrapper .listing-col .filters-selected .btn-pill {
            font-weight: normal;
            padding: 3px 10px;
            margin: 5px;
            font-size: 75%;
            font-weight: normal;
            border-radius: 10rem;
            border: 1px solid #D3D3D3; }
        .buy .main-component .listing-wrapper .listing-col .filters-sortby {
          background-color: #fff;
          margin: 0 0 5px 0;
          padding: 0 20px;
          border-top: 0.5px solid #E6E6E6; }
          .buy .main-component .listing-wrapper .listing-col .filters-sortby p {
            margin: 0; }
          .buy .main-component .listing-wrapper .listing-col .filters-sortby .unhide-agent-btn {
            margin: 0 0 0 20px;
            font-weight: normal;
            padding: 3px 10px;
            font-size: 75%;
            font-weight: normal;
            border-radius: 10rem;
            border: 1px solid #D3D3D3; }
            @media (max-width: 767.98px) {
              .buy .main-component .listing-wrapper .listing-col .filters-sortby .unhide-agent-btn {
                float: right; } }
          .buy .main-component .listing-wrapper .listing-col .filters-sortby .sort-by {
            text-align: left;
            font-size: 0.81rem;
            padding-top: 4px; }
            @media (max-width: 767.98px) {
              .buy .main-component .listing-wrapper .listing-col .filters-sortby .sort-by {
                padding-bottom: 8px; } }
            @media (max-width: 767.98px) {
              .buy .main-component .listing-wrapper .listing-col .filters-sortby .sort-by select {
                width: 100px; } }
          .buy .main-component .listing-wrapper .listing-col .filters-sortby .view-type {
            text-align: right;
            margin-right: 20px;
            font-size: 0.81rem; }
            .buy .main-component .listing-wrapper .listing-col .filters-sortby .view-type .switch {
              position: relative;
              display: inline-block;
              width: 35px;
              height: 18px;
              outline: none;
              margin-top: 7px; }
            .buy .main-component .listing-wrapper .listing-col .filters-sortby .view-type .switch input {
              position: absolute;
              top: -99999px;
              left: -99999px; }
            .buy .main-component .listing-wrapper .listing-col .filters-sortby .view-type .slider {
              position: absolute;
              cursor: pointer;
              top: 0;
              left: 0;
              right: 0;
              bottom: 0;
              background-color: #ccc;
              -webkit-transition: .4s;
              transition: .4s;
              border-radius: 24px; }
            .buy .main-component .listing-wrapper .listing-col .filters-sortby .view-type .slider:before {
              position: absolute;
              content: "";
              height: 14px;
              width: 14px;
              left: 2px;
              bottom: 2px;
              background-color: white;
              -webkit-transition: .4s;
              transition: .4s;
              border-radius: 50%; }
            .buy .main-component .listing-wrapper .listing-col .filters-sortby .view-type input:checked + .slider {
              background-color: #488BF8; }
            .buy .main-component .listing-wrapper .listing-col .filters-sortby .view-type input:focus + .slider {
              box-shadow: 0 0 1px #488BF8; }
            .buy .main-component .listing-wrapper .listing-col .filters-sortby .view-type input:checked + .slider:before {
              -webkit-transform: translateX(16px);
              -ms-transform: translateX(16px);
              transform: translateX(16px); }
      .buy .main-component .listing-wrapper .right-col {
        flex: 1;
        flex-grow: 1;
        flex-shrink: 1;
        display: flex;
        flex-direction: column;
        padding: 0px 0px;
        flex: 1;
        position: relative;
        height: 100%; }
        .buy .main-component .listing-wrapper .right-col .right-wrapper {
          height: calc(100% - 107px);
          width: 50%;
          top: 107px;
          position: fixed;
          overflow: hidden; }
  .buy .search-bar-overlay {
    height: 100vh;
    position: fixed;
    top: 106px;
    width: 100%;
    z-index: 0;
    background: rgba(255, 255, 255, 0.85);
    transition: all .75s ease; }
  .buy .enquire-container {
    position: relative;
    height: 60px;
    background-color: #fff;
    color: #414141;
    padding: 10px;
    z-index: 10;
    text-align: center;
    border-top: 1px solid #707070;
    background-image: url("/static/images/vertical-waves.png"); }
    .buy .enquire-container .btnbox .btn {
      font-size: 0.81rem;
      padding: 9px;
      font-weight: 600; }
    .buy .enquire-container .clear {
      margin-left: 20px; }
      .buy .enquire-container .clear .clear-button {
        vertical-align: middle; }
    .buy .enquire-container .btn-primary {
      margin-left: 10px; }
    .buy .enquire-container .btn-clear {
      margin-left: 5px;
      background-color: #343a40; }
    @media (max-width: 767.98px) {
      .buy .enquire-container .btn-primary {
        background-color: #488BF8;
        color: #fff;
        font-size: 13.5px;
        padding: 14px;
        font-weight: 600;
        float: left;
        margin-left: 0; }
      .buy .enquire-container .btn-clear {
        margin-left: 5px;
        background-color: #343a40;
        color: #fff;
        font-size: 13.5px;
        padding: 14px;
        font-weight: 600;
        float: right; } }
  .buy .suggestion-component {
    background-color: #fff;
    padding: 25px;
    margin-right: 40px; }
    .buy .suggestion-component h2 {
      font-size: 16px;
      line-height: 18px;
      color: #414141;
      font-weight: bold; }
    .buy .suggestion-component ul {
      margin-top: 0;
      list-style: none;
      padding: 0px;
      padding-inline-start: 0px;
      font-size: 12px;
      line-height: 22px; }
    .buy .suggestion-component a {
      color: #444444; }
  @media (max-width: 991.98px) {
    .buy .mobile-search-filter-button-md {
      display: block !important; } }
  .buy .mobile-search-filter-button {
    display: none;
    background-color: #ffffff;
    font-size: 15px;
    border-color: #ffffff;
    border-radius: 0px;
    padding: 10px 15px; }
    @media (max-width: 767.98px) {
      .buy .mobile-search-filter-button {
        display: block !important; } }
    .buy .mobile-search-filter-button .search-icon {
      float: left;
      font-size: 25px;
      line-height: 22.5px; }
    .buy .mobile-search-filter-button .search-tune {
      float: right;
      font-size: 25px;
      line-height: 22.5px; }
    .buy .mobile-search-filter-button button {
      background-color: #fff;
      font-size: 15px;
      border-color: #fff; }
      .buy .mobile-search-filter-button button :active {
        background-color: #fff;
        border-color: #fff; }
      .buy .mobile-search-filter-button button :focus {
        background-color: #fff;
        border-color: #fff; }
  .buy-enquire-modal-body-container .errors {
    text-align: center;
    margin-bottom: 10px; }
  .buy-enquire-modal-body-container .error-msg {
    margin: 0;
    color: #f22222;
    font-size: 14px; }
  .buy-enquire-modal-body-container .success-box {
    text-align: center; }
    .buy-enquire-modal-body-container .success-box .thanks-head {
      color: #333333;
      font-size: 14px;
      line-height: 21px;
      font-weight: bold;
      margin-top: 30px; }
    .buy-enquire-modal-body-container .success-box .thanks-img {
      margin: 30px 0; }
    .buy-enquire-modal-body-container .success-box .thanks-msg {
      color: #444444;
      font-size: 14px;
      line-height: 22px;
      margin-bottom: 30px; }
  .buy-modal-head h3 {
    font-size: 16px;
    font-weight: 600; }
  .buy-modal-body-full {
    padding: 20px 35px; }
    .buy-modal-body-full p {
      font-size: 14px;
      font-weight: 500;
      color: #777a7f;
      margin: 2px 0; }
    .buy-modal-body-full .create-new-list-link {
      padding: 0; }
    .buy-modal-body-full .form-check-label p {
      color: #c2c2c2;
      font-size: .8rem;
      line-height: 18px;
      margin-bottom: 0; }
    .buy-modal-body-full .inline-agent {
      vertical-align: middle;
      line-height: 38px;
      white-space: nowrap;
      overflow: hidden;
      display: inline-block;
      text-overflow: ellipsis;
      max-width: 250px; }
  .buy-footer-modal {
    border-top: 0; }
    .buy-footer-modal button {
      width: 100%;
      margin-bottom: 3%;
      margin-left: 4%;
      margin-right: 4%; }
  .buy .state-select__single-value {
    color: #2056AB;
    font-weight: bold; }
  .buy-detail-mobile-nav {
    background-color: #005c98;
    color: #fff;
    border-bottom: 0.5px solid #E6E6E6;
    padding: 6px 0px;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    align-items: center;
    z-index: 1030; }
    .buy-detail-mobile-nav .navbar-brand {
      display: inline-block;
      padding-top: 0.3125rem;
      padding-bottom: 0.3125rem;
      margin-left: 10px;
      margin-right: 10px;
      font-size: 1.25rem;
      line-height: inherit;
      white-space: nowrap; }
    .buy-detail-mobile-nav .navbar-back {
      margin-left: 10px;
      margin-right: 10px; }
      .buy-detail-mobile-nav .navbar-back .back-button {
        vertical-align: middle; }
    .buy-detail-mobile-nav .agent-name {
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      font-weight: 600; }
    .buy-detail-mobile-nav .fav-item {
      margin-left: 5px; }
    .buy-detail-mobile-nav .menu-icon-bttn {
      margin-right: 5px; }
    .buy-detail-mobile-nav .navbar-item .material-icons {
      vertical-align: middle; }
    .buy-detail-mobile-nav .navbar-item .btn {
      padding: 0 5px; }
    .buy-detail-mobile-nav .navbar-item .btn-share {
      color: #fff; }
    .buy-detail-mobile-nav .navbar-item .btn-menu {
      color: #fff; }
    .buy-detail-mobile-nav .search-filter {
      width: 100%; }
      .buy-detail-mobile-nav .search-filter .search-filter-btn {
        background-color: #FFFFFF;
        color: #414141;
        text-align: left;
        font-size: 13px;
        border: 0;
        border-radius: 5px;
        padding: 5px 5px; }
        .buy-detail-mobile-nav .search-filter .search-filter-btn .search-icon {
          vertical-align: middle;
          font-size: 20px;
          line-height: 22.5px; }
        .buy-detail-mobile-nav .search-filter .search-filter-btn .search-tune {
          float: right;
          font-size: 25px;
          line-height: 22.5px; }
        .buy-detail-mobile-nav .search-filter .search-filter-btn:active {
          background-color: #2c6292; }
  .buy .no-listings {
    background-color: #fff;
    text-align: center; }
    .buy .no-listings .content {
      margin: 100px 0; }
      @media (max-width: 767.98px) {
        .buy .no-listings .content {
          margin: 20px 0; } }
      .buy .no-listings .content .head {
        margin-top: 20px;
        font-size: 1.5rem;
        text-align: center; }
      .buy .no-listings .content p {
        text-align: center; }
      .buy .no-listings .content .links {
        text-align: center; }
        @media (max-width: 767.98px) {
          .buy .no-listings .content .links {
            font-size: 12px; } }
      .buy .no-listings .content .list-inline-item + .list-inline-item {
        border-left: 1px solid currentColor;
        padding-left: 10px; }

.agents {
  background-color: #F0F0F0; }
  .agents .agent-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .agents .agent-card-image {
      width: 125px;
      background-color: #F7F7F7;
      -ms-flex-negative: 0;
      flex-shrink: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .agents .agent-card-image span {
        width: 95px;
        height: 95px;
        border-radius: 50%;
        overflow: hidden;
        display: block; }
        .agents .agent-card-image span img {
          width: 100%;
          height: 100%;
          object-fit: cover;
          object-position: center; }
      @media (max-width: 767.98px) {
        .agents .agent-card-image {
          background-color: #ffffff;
          width: 100%;
          padding: 10px; } }
    .agents .agent-card-content {
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
      @media (max-width: 767.98px) {
        .agents .agent-card-content {
          width: 100%; } }
    .agents .agent-card .inner-item {
      margin-bottom: 5px; }
      .agents .agent-card .inner-item .prop-item-icon {
        width: 35px; }
      .agents .agent-card .inner-item .prop-item-detail {
        font-size: 13px; }
        @media (min-width: 768px) {
          .agents .agent-card .inner-item .prop-item-detail {
            -webkit-box-flex: 1;
            -ms-flex: 1;
            flex: 1; } }
        .agents .agent-card .inner-item .prop-item-detail a {
          text-decoration: underline; }
        .agents .agent-card .inner-item .prop-item-detail p {
          color: #525252;
          margin-bottom: 0; }
    .agents .agent-card .call-agent-btn {
      padding: 10px;
      background-color: #488BF8; }
      .agents .agent-card .call-agent-btn a {
        color: #fff;
        text-decoration: underline;
        font-size: 13px;
        margin-left: 10px; }
    @media (max-width: 767.98px) {
      .agents .agent-card {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; } }
    .agents .agent-card .title-pro {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      @media (max-width: 767.98px) {
        .agents .agent-card .title-pro {
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center; } }
      .agents .agent-card .title-pro .pro-agent {
        width: 32px;
        height: 18px;
        margin-left: 10px; }
      .agents .agent-card .title-pro .title-clamp {
        -webkit-line-clamp: 1; }
  .agents .agent-info {
    padding: 20px;
    position: relative; }
    @media (max-width: 767.98px) {
      .agents .agent-info {
        padding: 10px; } }
    .agents .agent-info h4 {
      font-size: 18px;
      color: #414141;
      font-weight: 700;
      margin-bottom: 5px; }
      @media (max-width: 767.98px) {
        .agents .agent-info h4 {
          font-size: 14px; } }
    .agents .agent-info p {
      font-size: 12px;
      color: #393939; }
    @media (min-width: 768px) {
      .agents .agent-info::before {
        content: '';
        position: absolute;
        top: 20px;
        left: 0px;
        width: 3px;
        height: 16px;
        background: #488BF8; } }
    @media (max-width: 767.98px) {
      .agents .agent-info {
        text-align: center; }
        .agents .agent-info .card-info-list {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: justify;
          -ms-flex-pack: justify;
          justify-content: space-between; }
          .agents .agent-info .card-info-list .inner-item {
            -webkit-box-flex: 1;
            -ms-flex: 1;
            flex: 1;
            text-align: center; }
            .agents .agent-info .card-info-list .inner-item > .row {
              -webkit-box-pack: center;
              -ms-flex-pack: center;
              justify-content: center; }
              .agents .agent-info .card-info-list .inner-item > .row .prop-item-detail {
                margin-left: 5px; } }
  .agents .hero-component {
    background-color: #fff; }
    .agents .hero-component .section1 {
      padding-top: 115px;
      padding-bottom: 100px;
      background-color: #488BF8;
      color: white;
      max-width: 390px; }
      @media (max-width: 991.98px) {
        .agents .hero-component .section1 {
          max-width: 150px; } }
      @media (max-width: 575.98px) {
        .agents .hero-component .section1 {
          padding: 30px 0;
          flex: 0 0 100%;
          max-width: 100%; } }
      .agents .hero-component .section1 .ovlap {
        padding-left: 70px;
        position: absolute;
        width: 505px;
        z-index: 1; }
        @media (max-width: 991.98px) {
          .agents .hero-component .section1 .ovlap {
            position: relative;
            width: 300px;
            padding-left: 30px; } }
        @media (max-width: 575.98px) {
          .agents .hero-component .section1 .ovlap {
            padding: 0 30px;
            font-size: 14px;
            width: auto; } }
      .agents .hero-component .section1 h1 {
        font-size: 46px;
        font-weight: 900; }
        @media (max-width: 575.98px) {
          .agents .hero-component .section1 h1 {
            font-size: 30px; } }
      .agents .hero-component .section1 .lead {
        font-size: 18px;
        width: 290px;
        color: rgba(255, 255, 255, 0.8); }
        @media (max-width: 575.98px) {
          .agents .hero-component .section1 .lead {
            font-size: 14px; } }
    .agents .hero-component .section2 {
      background-image: url("https://dbv47yu57n5vf.cloudfront.net/tep-assets/agents-banner.jpg");
      background-size: cover;
      height: 552px;
      background-position-y: 0px;
      color: white; }
      @media (max-width: 575.98px) {
        .agents .hero-component .section2 {
          height: 30vh;
          flex: 0 0 100%;
          max-width: 100%; } }
      .agents .hero-component .section2 .ovlap-mobile {
        font-size: 14px;
        margin-top: 20px; }
      .agents .hero-component .section2 h1 {
        font-size: 18px;
        font-weight: 900;
        padding: 10px;
        text-shadow: 0px 2px 5px black; }
      .agents .hero-component .section2 .lead {
        font-size: 14px;
        width: 200px;
        padding: 10px;
        color: rgba(255, 255, 255, 0.8);
        background: rgba(0, 0, 0, 0.5); }
  .agents .search-component {
    margin-top: -100px; }
    @media (max-width: 991.98px) {
      .agents .search-component {
        padding: 0 20px;
        margin-top: -137px; } }
    @media (max-width: 767.98px) {
      .agents .search-component {
        padding: 0 20px;
        margin-top: -77px; } }
    .agents .search-component .search-button {
      width: 100px;
      font-size: 16px;
      line-height: 16px;
      padding: 10px;
      border-radius: 0; }
      @media (max-width: 767.98px) {
        .agents .search-component .search-button {
          width: 75px; } }
      .agents .search-component .search-button .search-icon {
        font-size: 22px; }
    .agents .search-component .search-box {
      background-color: #fff;
      padding: 60px 100px;
      border-radius: 5px;
      max-width: 812px;
      box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16); }
      @media (max-width: 991.98px) {
        .agents .search-component .search-box {
          padding: 30px; } }
      @media (max-width: 767.98px) {
        .agents .search-component .search-box {
          padding: 0 0;
          margin-top: -56px;
          margin-bottom: 10px;
          background-color: #f5f5f5; } }
      .agents .search-component .search-box .agent-search-form {
        width: 100%; }
        .agents .search-component .search-box .agent-search-form-input {
          font-size: 15px;
          line-height: 23px;
          padding: 23px 10px;
          border-radius: 0; }
      .agents .search-component .search-box .filter-button {
        background-color: #fff;
        font-size: 9px;
        border-color: #cccccc;
        border-radius: 0;
        padding: 10px 15px; }
        .agents .search-component .search-box .filter-button .badge-light {
          color: #fff;
          background-color: rgba(72, 139, 248, 0.59);
          top: 1px;
          border-radius: 15px;
          padding: 5px 10px; }
        .agents .search-component .search-box .filter-button .search-icon {
          float: right;
          font-size: 25px;
          line-height: 22.5px; }
    .agents .search-component .filters select {
      border: 0; }
  .agents .main-component {
    background-color: #F0F0F0;
    padding: 20px 0px; }
    @media (max-width: 991.98px) {
      .agents .main-component {
        padding: 20px 0px; } }
    .agents .main-component .main-title {
      font-size: 22px;
      margin-top: 20px;
      margin-bottom: 20px;
      color: #474747;
      width: 100%;
      text-align: center; }
    .agents .main-component .listing-col {
      min-width: auto;
      padding: 10px; }
      @media (max-width: 767.98px) {
        .agents .main-component .listing-col {
          padding: 10px 20px; } }
      .agents .main-component .listing-col .card, .agents .main-component .listing-col .card > a, .agents .main-component .listing-col .agent-card {
        height: 100%; }
      .agents .main-component .listing-col .filters-selected {
        background-color: #fff;
        padding: 10px; }
        .agents .main-component .listing-col .filters-selected .badge-filter {
          font-weight: normal;
          text-transform: capitalize;
          cursor: pointer;
          padding: 6px 10px;
          margin: 5px;
          border: 1px solid #D3D3D3; }
          .agents .main-component .listing-col .filters-selected .badge-filter.ikr {
            padding-right: 20px;
            transition: all .25s ease; }
            .agents .main-component .listing-col .filters-selected .badge-filter.ikr i {
              margin-left: 2px;
              position: absolute;
              font-size: 12px;
              vertical-align: middle;
              transition: all .25s ease; }
            .agents .main-component .listing-col .filters-selected .badge-filter.ikr:hover {
              background-color: #ddd; }
              .agents .main-component .listing-col .filters-selected .badge-filter.ikr:hover i {
                transform: rotateZ(-90deg); }
        .agents .main-component .listing-col .filters-selected .btn-pill {
          font-weight: normal;
          padding: 3px 10px;
          margin: 5px;
          font-size: 75%;
          font-weight: normal;
          border-radius: 10rem;
          border: 1px solid #D3D3D3; }
      .agents .main-component .listing-col .filters-sortby {
        background-color: #fff;
        margin: 0 0 5px 0;
        padding: 0 20px;
        border-top: 0.5px solid #E6E6E6; }
        .agents .main-component .listing-col .filters-sortby p {
          margin: 0; }
        .agents .main-component .listing-col .filters-sortby .unhide-agent-btn {
          margin: 0 0 0 20px;
          font-weight: normal;
          padding: 3px 10px;
          font-size: 75%;
          font-weight: normal;
          border-radius: 10rem;
          border: 1px solid #D3D3D3; }
          @media (max-width: 767.98px) {
            .agents .main-component .listing-col .filters-sortby .unhide-agent-btn {
              float: right; } }
        .agents .main-component .listing-col .filters-sortby .sort-by {
          text-align: left;
          font-size: 0.81rem;
          padding-top: 4px; }
          @media (max-width: 767.98px) {
            .agents .main-component .listing-col .filters-sortby .sort-by {
              padding-bottom: 8px; } }
          @media (max-width: 767.98px) {
            .agents .main-component .listing-col .filters-sortby .sort-by select {
              width: 100px; } }
        .agents .main-component .listing-col .filters-sortby .view-type {
          text-align: right;
          margin-right: 20px;
          font-size: 0.81rem; }
          .agents .main-component .listing-col .filters-sortby .view-type .switch {
            position: relative;
            display: inline-block;
            width: 35px;
            height: 18px;
            outline: none;
            margin-top: 7px; }
          .agents .main-component .listing-col .filters-sortby .view-type .switch input {
            position: absolute;
            top: -99999px;
            left: -99999px; }
          .agents .main-component .listing-col .filters-sortby .view-type .slider {
            position: absolute;
            cursor: pointer;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background-color: #ccc;
            -webkit-transition: .4s;
            transition: .4s;
            border-radius: 24px; }
          .agents .main-component .listing-col .filters-sortby .view-type .slider:before {
            position: absolute;
            content: "";
            height: 14px;
            width: 14px;
            left: 2px;
            bottom: 2px;
            background-color: white;
            -webkit-transition: .4s;
            transition: .4s;
            border-radius: 50%; }
          .agents .main-component .listing-col .filters-sortby .view-type input:checked + .slider {
            background-color: #488BF8; }
          .agents .main-component .listing-col .filters-sortby .view-type input:focus + .slider {
            box-shadow: 0 0 1px #488BF8; }
          .agents .main-component .listing-col .filters-sortby .view-type input:checked + .slider:before {
            -webkit-transform: translateX(16px);
            -ms-transform: translateX(16px);
            transform: translateX(16px); }
    .agents .main-component .right-col {
      flex: 1;
      flex-grow: 1;
      flex-shrink: 1;
      display: flex;
      flex-direction: column;
      padding: 0px 0px;
      flex: 1;
      position: relative;
      height: 100%; }
      .agents .main-component .right-col .right-wrapper {
        height: calc(100% - 107px);
        width: 50%;
        top: 107px;
        position: fixed;
        overflow: hidden; }
  .agents .search-bar-overlay {
    height: 100vh;
    position: fixed;
    top: 106px;
    width: 100%;
    z-index: 0;
    background: rgba(255, 255, 255, 0.85);
    transition: all .75s ease; }
  .agents .enquire-container {
    position: relative;
    height: 60px;
    background-color: #fff;
    color: #414141;
    padding: 10px;
    z-index: 10;
    text-align: center;
    border-top: 1px solid #707070;
    background-image: url("/static/images/vertical-waves.png"); }
    .agents .enquire-container .btnbox .btn {
      font-size: 0.81rem;
      padding: 9px;
      font-weight: 600; }
    .agents .enquire-container .clear {
      margin-left: 20px; }
      .agents .enquire-container .clear .clear-button {
        vertical-align: middle; }
    .agents .enquire-container .btn-primary {
      margin-left: 10px; }
    .agents .enquire-container .btn-clear {
      margin-left: 5px;
      background-color: #343a40; }
    @media (max-width: 767.98px) {
      .agents .enquire-container .btn-primary {
        background-color: #488BF8;
        color: #fff;
        font-size: 13.5px;
        padding: 14px;
        font-weight: 600;
        float: left;
        margin-left: 0; }
      .agents .enquire-container .btn-clear {
        margin-left: 5px;
        background-color: #343a40;
        color: #fff;
        font-size: 13.5px;
        padding: 14px;
        font-weight: 600;
        float: right; } }
  .agents .suggestion-component {
    background-color: #fff;
    padding: 25px;
    margin-right: 40px;
    box-shadow: 1px 1px 4px 0 #cacaca;
    border-radius: 3px; }
    .agents .suggestion-component h2 {
      font-size: 16px;
      line-height: 18px;
      color: #414141;
      font-weight: bold; }
    .agents .suggestion-component ul {
      margin-top: 0;
      list-style: none;
      padding: 0px;
      padding-inline-start: 0px;
      font-size: 12px;
      line-height: 22px; }
    .agents .suggestion-component a {
      color: #444444; }
  @media (max-width: 991.98px) {
    .agents .mobile-search-filter-button-md {
      display: block !important; } }
  .agents .mobile-search-filter-button {
    display: none;
    background-color: #ffffff;
    font-size: 15px;
    border-color: #ffffff;
    border-radius: 0px;
    padding: 10px 15px; }
    @media (max-width: 767.98px) {
      .agents .mobile-search-filter-button {
        display: block !important; } }
    .agents .mobile-search-filter-button .search-icon {
      float: left;
      font-size: 25px;
      line-height: 22.5px; }
    .agents .mobile-search-filter-button .search-tune {
      float: right;
      font-size: 25px;
      line-height: 22.5px; }
    .agents .mobile-search-filter-button button {
      background-color: #fff;
      font-size: 15px;
      border-color: #fff; }
      .agents .mobile-search-filter-button button :active {
        background-color: #fff;
        border-color: #fff; }
      .agents .mobile-search-filter-button button :focus {
        background-color: #fff;
        border-color: #fff; }
  .agents-enquire-modal-body-container .errors {
    text-align: center;
    margin-bottom: 10px; }
  .agents-enquire-modal-body-container .error-msg {
    margin: 0;
    color: #f22222;
    font-size: 14px; }
  .agents-enquire-modal-body-container .success-box {
    text-align: center; }
    .agents-enquire-modal-body-container .success-box .thanks-head {
      color: #333333;
      font-size: 14px;
      line-height: 21px;
      font-weight: bold;
      margin-top: 30px; }
    .agents-enquire-modal-body-container .success-box .thanks-img {
      margin: 30px 0; }
    .agents-enquire-modal-body-container .success-box .thanks-msg {
      color: #444444;
      font-size: 14px;
      line-height: 22px;
      margin-bottom: 30px; }
  .agents-modal-head h3 {
    font-size: 16px;
    font-weight: 600; }
  .agents-modal-body-full {
    padding: 20px 35px; }
    .agents-modal-body-full p {
      font-size: 14px;
      font-weight: 500;
      color: #777a7f;
      margin: 2px 0; }
    .agents-modal-body-full .create-new-list-link {
      padding: 0; }
    .agents-modal-body-full .form-check-label p {
      color: #c2c2c2;
      font-size: .8rem;
      line-height: 18px;
      margin-bottom: 0; }
    .agents-modal-body-full .inline-agent {
      vertical-align: middle;
      line-height: 38px;
      white-space: nowrap;
      overflow: hidden;
      display: inline-block;
      text-overflow: ellipsis;
      max-width: 250px; }
  .agents-footer-modal {
    border-top: 0; }
    .agents-footer-modal button {
      width: 100%;
      margin-bottom: 3%;
      margin-left: 4%;
      margin-right: 4%; }
  .agents .state-select__single-value {
    color: #2056AB;
    font-weight: bold; }
  .agents-detail-mobile-nav {
    background-color: #005c98;
    color: #fff;
    border-bottom: 0.5px solid #E6E6E6;
    padding: 6px 0px;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    align-items: center;
    z-index: 1030; }
    .agents-detail-mobile-nav .navbar-brand {
      display: inline-block;
      padding-top: 0.3125rem;
      padding-bottom: 0.3125rem;
      margin-left: 10px;
      margin-right: 10px;
      font-size: 1.25rem;
      line-height: inherit;
      white-space: nowrap; }
    .agents-detail-mobile-nav .navbar-back {
      margin-left: 10px;
      margin-right: 10px; }
      .agents-detail-mobile-nav .navbar-back .back-button {
        vertical-align: middle; }
    .agents-detail-mobile-nav .agent-name {
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      font-weight: 600; }
    .agents-detail-mobile-nav .fav-item {
      margin-left: 5px; }
    .agents-detail-mobile-nav .menu-icon-bttn {
      margin-right: 5px; }
    .agents-detail-mobile-nav .navbar-item .material-icons {
      vertical-align: middle; }
    .agents-detail-mobile-nav .navbar-item .btn {
      padding: 0 5px; }
    .agents-detail-mobile-nav .navbar-item .btn-share {
      color: #fff; }
    .agents-detail-mobile-nav .navbar-item .btn-menu {
      color: #fff; }
    .agents-detail-mobile-nav .search-filter {
      width: 100%; }
      .agents-detail-mobile-nav .search-filter .search-filter-btn {
        background-color: #FFFFFF;
        color: #414141;
        text-align: left;
        font-size: 13px;
        border: 0;
        border-radius: 5px;
        padding: 5px 5px; }
        .agents-detail-mobile-nav .search-filter .search-filter-btn .search-icon {
          vertical-align: middle;
          font-size: 20px;
          line-height: 22.5px; }
        .agents-detail-mobile-nav .search-filter .search-filter-btn .search-tune {
          float: right;
          font-size: 25px;
          line-height: 22.5px; }
        .agents-detail-mobile-nav .search-filter .search-filter-btn:active {
          background-color: #2c6292; }
  .agents .no-listings {
    background-color: #fff;
    text-align: center; }
    .agents .no-listings .content {
      margin: 100px 0; }
      @media (max-width: 767.98px) {
        .agents .no-listings .content {
          margin: 20px 0; } }
      .agents .no-listings .content .head {
        margin-top: 20px;
        font-size: 1.5rem;
        text-align: center; }
      .agents .no-listings .content p {
        text-align: center; }
      .agents .no-listings .content .links {
        text-align: center; }
        @media (max-width: 767.98px) {
          .agents .no-listings .content .links {
            font-size: 12px; } }
      .agents .no-listings .content .list-inline-item + .list-inline-item {
        border-left: 1px solid currentColor;
        padding-left: 10px; }

@media (min-width: 1200px) {
  .container--sm {
    max-width: 1100px !important; } }

.property-detail .main-component {
  background: #F0F0F0;
  padding: 0 0 20px; }
  .property-detail .main-component h1, .property-detail .main-component h2 {
    font-weight: 600; }
  .property-detail .main-component h1 {
    font-size: 1.5rem; }
  .property-detail .main-component h2 {
    font-size: 1.2rem; }
  .property-detail .main-component .gallery {
    background: #ddd;
    height: auto;
    width: 100%; }
  .property-detail .main-component .column-main .detail-tab .nav-tabs li {
    width: 33.3333%; }
    .property-detail .main-component .column-main .detail-tab .nav-tabs li .nav-link {
      color: #707070;
      text-align: center;
      border-radius: 0;
      border-right: 1px solid #ddd;
      cursor: pointer; }
      .property-detail .main-component .column-main .detail-tab .nav-tabs li .nav-link.active {
        color: #fff;
        background: #A0ACC1;
        cursor: initial; }
  .property-detail .main-component .column-main .detail-info-pre,
  .property-detail .main-component .column-main .detail-info,
  .property-detail .main-component .column-main .detail-location,
  .property-detail .main-component .column-main .detail-transaction {
    padding: 28px;
    background: #fff; }
    @media (max-width: 767.98px) {
      .property-detail .main-component .column-main .detail-info-pre .hide-mobile,
      .property-detail .main-component .column-main .detail-info .hide-mobile,
      .property-detail .main-component .column-main .detail-location .hide-mobile,
      .property-detail .main-component .column-main .detail-transaction .hide-mobile {
        display: none; } }
    @media (min-width: 576px) {
      .property-detail .main-component .column-main .detail-info-pre .show-transactions-button,
      .property-detail .main-component .column-main .detail-info .show-transactions-button,
      .property-detail .main-component .column-main .detail-location .show-transactions-button,
      .property-detail .main-component .column-main .detail-transaction .show-transactions-button {
        display: none; } }
    @media (max-width: 767.98px) {
      .property-detail .main-component .column-main .detail-info-pre,
      .property-detail .main-component .column-main .detail-info,
      .property-detail .main-component .column-main .detail-location,
      .property-detail .main-component .column-main .detail-transaction {
        padding: 20px; } }
    .property-detail .main-component .column-main .detail-info-pre h1,
    .property-detail .main-component .column-main .detail-info h1,
    .property-detail .main-component .column-main .detail-location h1,
    .property-detail .main-component .column-main .detail-transaction h1 {
      margin-bottom: 30px;
      width: 70%; }
      @media (max-width: 991.98px) {
        .property-detail .main-component .column-main .detail-info-pre h1,
        .property-detail .main-component .column-main .detail-info h1,
        .property-detail .main-component .column-main .detail-location h1,
        .property-detail .main-component .column-main .detail-transaction h1 {
          font-size: 16px;
          line-height: 16px;
          margin-bottom: 10px; } }
      @media (max-width: 767.98px) {
        .property-detail .main-component .column-main .detail-info-pre h1,
        .property-detail .main-component .column-main .detail-info h1,
        .property-detail .main-component .column-main .detail-location h1,
        .property-detail .main-component .column-main .detail-transaction h1 {
          width: 100%; } }
    .property-detail .main-component .column-main .detail-info-pre .table-responsive,
    .property-detail .main-component .column-main .detail-info .table-responsive,
    .property-detail .main-component .column-main .detail-location .table-responsive,
    .property-detail .main-component .column-main .detail-transaction .table-responsive {
      margin: 0; }
  .property-detail .main-component .column-main .detail-info-pre {
    background: #F7F7F7;
    font-size: .9rem; }
    .property-detail .main-component .column-main .detail-info-pre .save-share {
      position: absolute;
      right: 30px; }
      @media (max-width: 767.98px) {
        .property-detail .main-component .column-main .detail-info-pre .save-share {
          display: none; } }
      .property-detail .main-component .column-main .detail-info-pre .save-share .save-btn {
        background-color: #FFFFFF;
        border-color: #d3d3d3;
        color: #414141;
        font-size: 14px;
        line-height: 14px;
        padding: 6px 10px;
        height: 32px; }
      .property-detail .main-component .column-main .detail-info-pre .save-share .share-btn {
        margin-left: 4px;
        background-color: #FFFFFF;
        border-color: #d3d3d3;
        color: #414141;
        font-size: 14px;
        line-height: 14px;
        padding: 6px 10px;
        height: 32px; }
      .property-detail .main-component .column-main .detail-info-pre .save-share .share-icon {
        vertical-align: middle;
        font-size: 16px;
        line-height: 14px;
        margin-right: 3px; }
      .property-detail .main-component .column-main .detail-info-pre .save-share .save-icon {
        vertical-align: middle;
        color: #ff5a60;
        font-size: 16px;
        line-height: 14px;
        margin-right: 3px; }
    .property-detail .main-component .column-main .detail-info-pre img {
      width: 22px;
      margin-right: 8px; }
    .property-detail .main-component .column-main .detail-info-pre .col-md-2 {
      flex: 20%;
      max-width: 20%; }
    .property-detail .main-component .column-main .detail-info-pre-1 {
      color: #A0ACC1;
      margin-bottom: 20px; }
      @media (max-width: 991.98px) {
        .property-detail .main-component .column-main .detail-info-pre-1 {
          font-size: 12px;
          line-height: 15px;
          margin-bottom: 10px;
          color: #414141; } }
    .property-detail .main-component .column-main .detail-info-pre-2 {
      color: #A0ACC1;
      margin-bottom: 20px; }
      @media (max-width: 991.98px) {
        .property-detail .main-component .column-main .detail-info-pre-2 {
          margin-bottom: 0px; } }
      .property-detail .main-component .column-main .detail-info-pre-2 .level-1 {
        padding: 0 15px; }
        @media (max-width: 991.98px) {
          .property-detail .main-component .column-main .detail-info-pre-2 .level-1 {
            font-size: 12px;
            line-height: 18px;
            margin-bottom: 10px; } }
    .property-detail .main-component .column-main .detail-info-pre-3 {
      color: #414141; }
      .property-detail .main-component .column-main .detail-info-pre-3 .level-2 {
        padding: 0 15px 10px 15px;
        font-size: 13px;
        line-height: 20px; }
        @media (max-width: 991.98px) {
          .property-detail .main-component .column-main .detail-info-pre-3 .level-2 {
            font-size: 12px;
            line-height: 18px; } }
    .property-detail .main-component .column-main .detail-info-pre .location-icon, .property-detail .main-component .column-main .detail-info-pre .time-icon {
      vertical-align: bottom; }
    .property-detail .main-component .column-main .detail-info-pre .view-map {
      color: #488BF8;
      cursor: pointer; }
    .property-detail .main-component .column-main .detail-info-pre .map-link-mob {
      display: none; }
      @media (max-width: 767.98px) {
        .property-detail .main-component .column-main .detail-info-pre .map-link-mob {
          display: block; } }
    .property-detail .main-component .column-main .detail-info-pre .map-link-full {
      display: block; }
      @media (max-width: 767.98px) {
        .property-detail .main-component .column-main .detail-info-pre .map-link-full {
          display: none; } }
    @media (max-width: 991.98px) {
      .property-detail .main-component .column-main .detail-info-pre .prop-price-mobile {
        font-size: 24px;
        font-weight: bold;
        color: #488BF8;
        margin-bottom: 5px; } }
    @media (max-width: 991.98px) {
      .property-detail .main-component .column-main .detail-info-pre .mortgage-mobile {
        font-size: 12px;
        line-height: 15px;
        margin-bottom: 5px;
        color: #414141; } }
    .property-detail .main-component .column-main .detail-info-pre .mortgage-mobile .calc-icon {
      vertical-align: middle; }
    @media only screen and (max-width: 600px) {
      .property-detail .main-component .column-main .detail-info-pre .share-links-mobile {
        display: none; } }
  .property-detail .main-component .column-main .detail-info-sight .detail-label {
    color: #A0ACC1;
    font-size: 12px;
    padding-bottom: 3px; }
    @media (max-width: 991.98px) {
      .property-detail .main-component .column-main .detail-info-sight .detail-label {
        font-size: 12px;
        line-height: 18px; } }
  .property-detail .main-component .column-main .detail-info-sight .detail-data {
    display: block;
    border-bottom: 1px solid #ddd;
    padding-bottom: 2px;
    margin-bottom: 15px;
    font-size: 14px; }
    @media (max-width: 991.98px) {
      .property-detail .main-component .column-main .detail-info-sight .detail-data {
        font-size: 14px;
        line-height: 18px; } }
  .property-detail .main-component .column-main .detail-info-sight .detail-col {
    padding: 0 30px 0 0; }
    @media (max-width: 767.98px) {
      .property-detail .main-component .column-main .detail-info-sight .detail-col {
        padding: 0; } }
  @media (max-width: 767.98px) {
    .property-detail .main-component .column-main .detail-info-description.show-less-desc {
      display: -webkit-box;
      -webkit-line-clamp: 10;
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis; } }
  @media (max-width: 767.98px) {
    .property-detail .main-component .column-main .detail-info-description.show-less-desc pre {
      overflow: hidden; } }
  .property-detail .main-component .column-main .detail-info-description pre {
    line-height: 25px;
    font-family: poppins,sans-serif;
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word; }
  .property-detail .main-component .column-main .detail-info-facilities .form-check {
    padding-top: 10px;
    padding-bottom: 10px; }
  .property-detail .main-component .column-main .detail-info .show-more-button {
    margin: 0;
    padding: 0;
    font-size: 16px;
    color: #488bf8; }
    @media (min-width: 576px) {
      .property-detail .main-component .column-main .detail-info .show-more-button {
        display: none; } }
  .property-detail .main-component .column-main .detail-location-mapbox {
    height: 400px;
    width: 100%;
    background: #F7F7F7; }
  .property-detail .main-component .column-side {
    background: #F7F7F7; }
    .property-detail .main-component .column-side .contact-box {
      display: block;
      border-left: 2px #f7f7f7 solid; }
      .property-detail .main-component .column-side .contact-box-header, .property-detail .main-component .column-side .contact-box-agent, .property-detail .main-component .column-side .contact-box-form {
        padding: 20px; }
      .property-detail .main-component .column-side .contact-box-agent {
        margin: 0;
        font-size: 14px;
        line-height: 21px; }
        .property-detail .main-component .column-side .contact-box-agent .pro-agent {
          width: 32px;
          margin-left: 2px;
          padding-top: 2px;
          vertical-align: top; }
      .property-detail .main-component .column-side .contact-box-header {
        display: block;
        padding: 20px;
        background: #F7F7F7; }
        .property-detail .main-component .column-side .contact-box-header p {
          margin-bottom: 0; }
          .property-detail .main-component .column-side .contact-box-header p.prop-name {
            font-size: 18px;
            line-height: 18px;
            font-weight: 600; }
          .property-detail .main-component .column-side .contact-box-header p.prop-price {
            font-size: 1.5rem;
            font-weight: 700;
            color: #488BF8; }
          .property-detail .main-component .column-side .contact-box-header p.prop-mortgage {
            font-size: .8rem; }
            .property-detail .main-component .column-side .contact-box-header p.prop-mortgage .calc-icon {
              vertical-align: middle; }
      .property-detail .main-component .column-side .contact-box-agent {
        background: #fff;
        padding-bottom: 0; }
        .property-detail .main-component .column-side .contact-box-agent span {
          display: block; }
          .property-detail .main-component .column-side .contact-box-agent span.company {
            color: #c2c2c2; }
          .property-detail .main-component .column-side .contact-box-agent span.idnumber {
            color: #c2c2c2; }
        .property-detail .main-component .column-side .contact-box-agent img.agent-img {
          width: 50px;
          height: 50px;
          object-fit: cover;
          object-position: center;
          border-radius: 50%; }
        .property-detail .main-component .column-side .contact-box-agent .agent-avatar {
          border-radius: 50%;
          font-size: 25px;
          font-weight: normal;
          background-color: #9dacc3;
          color: #fff;
          width: 50px;
          height: 50px;
          line-height: 38px;
          text-align: center; }
        .property-detail .main-component .column-side .contact-box-agent .detail-agent-name a {
          text-decoration: none; }
      .property-detail .main-component .column-side .contact-box-form {
        background: #fff; }
        .property-detail .main-component .column-side .contact-box-form .message-box {
          min-height: 120px;
          padding: 0.25rem 1rem;
          max-height: 150px; }
        .property-detail .main-component .column-side .contact-box-form .errors {
          text-align: center;
          margin-bottom: 10px; }
        .property-detail .main-component .column-side .contact-box-form .error-msg {
          margin: 0;
          color: #f22222;
          font-size: 14px; }
        .property-detail .main-component .column-side .contact-box-form .success-box {
          text-align: center; }
          .property-detail .main-component .column-side .contact-box-form .success-box .thanks-head {
            color: #333333;
            font-size: 14px;
            line-height: 21px;
            font-weight: bold;
            margin-top: 30px; }
          .property-detail .main-component .column-side .contact-box-form .success-box .thanks-img {
            margin: 30px 0; }
          .property-detail .main-component .column-side .contact-box-form .success-box .thanks-msg {
            color: #444444;
            font-size: 14px;
            line-height: 22px;
            margin-bottom: 30px; }
        .property-detail .main-component .column-side .contact-box-form .form-check {
          margin-bottom: 15px;
          padding-left: 2rem; }
          .property-detail .main-component .column-side .contact-box-form .form-check .form-check-input {
            top: -3px; }
        .property-detail .main-component .column-side .contact-box-form .interested-button {
          font-weight: 600;
          font-size: 16px;
          line-height: 15px;
          padding: 15px 0; }
        .property-detail .main-component .column-side .contact-box-form .contact-no-div {
          margin-top: 20px;
          text-align: center; }
          .property-detail .main-component .column-side .contact-box-form .contact-no-div .contact-number-text {
            margin-bottom: 0;
            color: #4a5158; }
          .property-detail .main-component .column-side .contact-box-form .contact-no-div .contact-no-text {
            font-size: 14px;
            line-height: 21px; }
        .property-detail .main-component .column-side .contact-box-form .contact-button {
          font-size: 16px;
          line-height: 15px;
          padding: 15px 0;
          margin-top: 10px; }
        .property-detail .main-component .column-side .contact-box-form .whatsapp-no-div {
          margin-top: 5px;
          text-align: center; }
          .property-detail .main-component .column-side .contact-box-form .whatsapp-no-div .whatsapp-no-text {
            font-size: 14px;
            line-height: 21px; }
        .property-detail .main-component .column-side .contact-box-form .whatsapp-button {
          font-size: 16px;
          line-height: 15px;
          padding: 15px 0;
          margin-top: 10px;
          background: #128C7E;
          background: url(/static/images/icons/social/whatsapp-original-200.png) #fff;
          background-position: 40px 6px;
          background-repeat: no-repeat;
          background-size: 30px 30px; }
      .property-detail .main-component .column-side .contact-box .form-check-label {
        color: #c2c2c2;
        font-size: .8rem;
        line-height: 18px; }
    .property-detail .main-component .column-side .midrec {
      padding: 0; }
      @media (min-width: 321px) {
        .property-detail .main-component .column-side .midrec {
          padding: 20px; } }
      .property-detail .main-component .column-side .midrec .dummy {
        height: 250px;
        width: 300px;
        background: #ddd;
        margin: 0 auto; }
  .property-detail .main-component .detail-similar-prop {
    margin-top: 25px; }
    @media (max-width: 786px) {
      .property-detail .main-component .detail-similar-prop h1.similar-listings-title {
        font-size: 16px; } }
    @media (max-width: 767.98px) {
      .property-detail .main-component .detail-similar-prop-wavy {
        background-image: url("/static/images/vertical-waves.png"); } }
    @media (max-width: 991.98px) {
      .property-detail .main-component .detail-similar-prop .similar-listings-title {
        padding: 0 20px; } }
    .property-detail .main-component .detail-similar-prop .similar-card {
      padding: 0 10px 10px 0; }
      @media (max-width: 991.98px) {
        .property-detail .main-component .detail-similar-prop .similar-card {
          padding: 0 20px 20px 20px; } }
      @media (max-width: 767.98px) {
        .property-detail .main-component .detail-similar-prop .similar-card {
          padding: 0;
          margin-bottom: 10px; } }
    .property-detail .main-component .detail-similar-prop-card {
      background: #fff; }
      .property-detail .main-component .detail-similar-prop-card img {
        width: 100%;
        height: auto; }
      @media (max-width: 767.98px) {
        .property-detail .main-component .detail-similar-prop-card .prop-image {
          width: 100%;
          height: 175px;
          object-fit: cover; } }
      .property-detail .main-component .detail-similar-prop-card .card-content-full {
        display: block; }
        @media (max-width: 767.98px) {
          .property-detail .main-component .detail-similar-prop-card .card-content-full {
            display: none; } }
        .property-detail .main-component .detail-similar-prop-card .card-content-full .detail-similar-prop-title {
          display: block !important;
          max-width: 35ch;
          overflow: hidden !important;
          white-space: nowrap;
          text-overflow: ellipsis !important; }
      .property-detail .main-component .detail-similar-prop-card .card-content-small {
        display: none; }
        @media (max-width: 767.98px) {
          .property-detail .main-component .detail-similar-prop-card .card-content-small {
            display: block; } }
      @media (max-width: 767.98px) {
        .property-detail .main-component .detail-similar-prop-card .card-price {
          font-size: 18px;
          margin-right: 10px;
          margin-bottom: 10px;
          line-height: 20px;
          color: #488BF8;
          font-weight: bold; } }
      .property-detail .main-component .detail-similar-prop-card .card-body-content-mobile {
        display: block;
        width: 100%;
        padding: 10px 20px;
        min-width: 150px;
        vertical-align: top !important; }
      .property-detail .main-component .detail-similar-prop-card .card-dev {
        display: inline;
        color: #414141;
        font-size: 0.81rem;
        line-height: 21px;
        margin: 0px; }
      @media (max-width: 767.98px) {
        .property-detail .main-component .detail-similar-prop-card .card-address {
          line-height: 16px;
          font-size: 0.81rem;
          color: #969696;
          margin-bottom: 4px; } }
      .property-detail .main-component .detail-similar-prop-card .card-title {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 5px;
        font-weight: 600; }
      @media (max-width: 767.98px) {
        .property-detail .main-component .detail-similar-prop-card .card-extras-mobile {
          font-size: 12px;
          line-height: 20px;
          margin-bottom: 10px; } }
    .property-detail .main-component .detail-similar-prop-content {
      padding: 15px 15px 0 15px;
      min-height: 145px; }
    .property-detail .main-component .detail-similar-prop-premium {
      position: absolute;
      top: 0;
      background: #FFA700;
      text-transform: capitalize;
      padding: 6px;
      color: #fff;
      font-size: .85rem; }
    .property-detail .main-component .detail-similar-prop-title {
      overflow: hidden;
      position: relative;
      line-height: 1.2;
      max-height: 2.4;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      color: #414141;
      font-weight: 700;
      font-size: 14px;
      margin-bottom: 5px;
      line-height: 1.2; }
    .property-detail .main-component .detail-similar-prop-location, .property-detail .main-component .detail-similar-prop-developer {
      color: #969696;
      font-size: 11px; }
    .property-detail .main-component .detail-similar-prop-developer {
      margin-bottom: 20px; }
    .property-detail .main-component .detail-similar-prop-price {
      font-size: 16px;
      margin-bottom: 20px; }
    .property-detail .main-component .detail-similar-prop-icon {
      border-top: 1px solid #ddd;
      font-size: .85rem; }
      .property-detail .main-component .detail-similar-prop-icon img {
        width: 24px; }
      .property-detail .main-component .detail-similar-prop-icon div {
        padding: 10px; }
        .property-detail .main-component .detail-similar-prop-icon div:first-child {
          border-right: 1px solid #ddd; }
        .property-detail .main-component .detail-similar-prop-icon div:nth-child(2) img {
          width: 19px; }

.property-detail .form-group {
  margin-bottom: 10px; }
  .property-detail .form-group input {
    padding: 22px 15px; }

.property-detail .mortgage-calculator {
  padding: 25px;
  background-color: #fff; }
  .property-detail .mortgage-calculator .close-button {
    float: right;
    cursor: pointer; }
  @media (max-width: 991.98px) {
    .property-detail .mortgage-calculator h1 {
      font-size: 16px;
      line-height: 16px; } }
  @media (max-width: 991.98px) {
    .property-detail .mortgage-calculator {
      font-size: 14px;
      line-height: 18px; } }
  @media (max-width: 991.98px) {
    .property-detail .mortgage-calculator .mortgage-image {
      padding-top: 20px; } }

.property-detail .float-button-contact-agent {
  width: 100%;
  bottom: 0px;
  padding: 15px;
  background-color: #414141;
  border-top: 0.5px solid #707070; }
  .property-detail .float-button-contact-agent .btn-col {
    padding: 0 5px; }
  .property-detail .float-button-contact-agent .btn-contact-agent {
    width: 100%;
    background-color: #488BF8;
    color: #fff;
    font-size: 13.5px;
    padding: 14px;
    font-weight: 600; }
  .property-detail .float-button-contact-agent .btn-love {
    width: 100%;
    font-size: 13.5px;
    padding: 14px;
    font-weight: 600; }
  .property-detail .float-button-contact-agent .btn-phone {
    width: 100%;
    font-size: 13.5px;
    padding: 12px;
    font-weight: 600; }
    .property-detail .float-button-contact-agent .btn-phone .icon-whatsapp {
      background-image: url(/static/images/icons/social/whatsapp-call.png);
      background-size: cover;
      display: inline-block;
      height: 24px;
      width: 24px;
      vertical-align: middle; }
  .property-detail .float-button-contact-agent .cta-bottom {
    vertical-align: middle;
    line-height: 0; }

.property-detail .mobile-contact-agent {
  width: 100%;
  position: fixed;
  top: 0;
  right: 0px;
  height: 100vh;
  z-index: 9999;
  background: #FFFFFF;
  color: #000;
  transition: all 0.3s;
  overflow-y: scroll;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2); }
  .property-detail .mobile-contact-agent .header {
    background: #FFFFFF; }
    .property-detail .mobile-contact-agent .header h4 {
      padding: 15px 0px 0px 20px;
      font-size: 21px;
      font-weight: bold; }
  .property-detail .mobile-contact-agent .header-close {
    color: #414141;
    padding: 10px 10px 0px 20px; }
    .property-detail .mobile-contact-agent .header-close-icon {
      font-size: 35px; }
      .property-detail .mobile-contact-agent .header-close-icon:hover {
        color: #495057;
        text-decoration: none;
        background-color: #f8f9fa;
        cursor: pointer; }
  .property-detail .mobile-contact-agent .contact-box {
    display: block; }
    .property-detail .mobile-contact-agent .contact-box-agent {
      margin: 0;
      font-size: 14px;
      line-height: 21px;
      padding-top: 10px;
      padding-bottom: 0; }
      .property-detail .mobile-contact-agent .contact-box-agent .pro-agent {
        width: 32px;
        margin-left: 2px;
        padding-top: 2px;
        vertical-align: top; }
      .property-detail .mobile-contact-agent .contact-box-agent span {
        display: block; }
        .property-detail .mobile-contact-agent .contact-box-agent span.company {
          color: #c2c2c2; }
        .property-detail .mobile-contact-agent .contact-box-agent span.idnumber {
          color: #c2c2c2; }
      .property-detail .mobile-contact-agent .contact-box-agent img.agent-img {
        width: 50px;
        height: 50px;
        object-fit: cover;
        object-position: center;
        border-radius: 50%;
        float: right; }
      .property-detail .mobile-contact-agent .contact-box-agent .agent-avatar {
        float: right;
        border-radius: 50%;
        font-size: 25px;
        font-weight: normal;
        background-color: #9dacc3;
        color: #fff;
        width: 50px;
        height: 50px;
        line-height: 38px;
        text-align: center; }
  .property-detail .mobile-contact-agent .contact-body {
    padding: 20px; }
    .property-detail .mobile-contact-agent .contact-body .message-box {
      min-height: 80px;
      padding: 0.25rem 1rem;
      max-height: 120px; }
    .property-detail .mobile-contact-agent .contact-body .errors {
      text-align: center;
      margin-bottom: 10px; }
    .property-detail .mobile-contact-agent .contact-body .error-msg {
      margin: 0;
      color: #f22222; }
    .property-detail .mobile-contact-agent .contact-body .success-box {
      text-align: center; }
      .property-detail .mobile-contact-agent .contact-body .success-box .thanks-head {
        color: #333333;
        font-size: 14px;
        line-height: 21px;
        font-weight: bold;
        margin-top: 30px; }
      .property-detail .mobile-contact-agent .contact-body .success-box .thanks-img {
        margin: 30px 0; }
      .property-detail .mobile-contact-agent .contact-body .success-box .thanks-msg {
        color: #444444;
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 30px; }
    .property-detail .mobile-contact-agent .contact-body .form-check-label {
      color: #c2c2c2;
      font-size: .8rem;
      line-height: 18px; }
    .property-detail .mobile-contact-agent .contact-body .whatsapp-button {
      margin-top: 10px;
      background: #128C7E;
      background: url(/static/images/icons/social/whatsapp-original-200.png) #fff;
      background-position: 40px 3px;
      background-repeat: no-repeat;
      background-size: 30px 30px; }
  .property-detail .mobile-contact-agent .form-check {
    padding-left: 1.37rem; }

.property-detail .back-search {
  position: absolute;
  top: 60px;
  right: 3%;
  padding: 2px 20px;
  font-size: 13px; }
  .property-detail .back-search .back-button {
    font-size: 15px;
    vertical-align: middle;
    padding-right: 5px; }
  .property-detail .back-search a {
    color: #212529; }

@media (max-width: 768px) {
  .property-detail .enquire-modal-container .form-control-sm {
    padding: 1.375rem 0.9375rem; }
  .property-detail .enquire-modal-container .modal-header {
    border-bottom: 0px !important; }
  .property-detail .enquire-modal-container .form-check-label p {
    color: #c2c2c2;
    font-size: .8rem;
    line-height: 18px; } }

@media (min-width: 768px) {
  .property-detail .col-md-8 {
    flex: 0 0 70%;
    max-width: 70%; }
  .property-detail .col-md-4 {
    flex: 0 0 30%;
    max-width: 30%; } }

.property-detail ol.breadcrumb {
  margin-bottom: 0; }

.property-detail .detail-similar-prop-card {
  padding: 8px; }

i.material-icons.dd-caret {
  vertical-align: -8px; }

#median_psf {
  width: 18%;
  min-width: 85px; }

th#trans_date {
  width: 30%;
  min-width: 129px; }

th#area_sqft {
  width: 10%;
  min-width: 101px; }

th#property_type {
  width: 47%;
  min-width: 142px; }

.table-transaction thead th {
  vertical-align: top; }
  .table-transaction thead th i.material-icons.dd-caret.trans {
    cursor: pointer; }
  .table-transaction thead th .show {
    transform: rotate(180deg); }

th#median_price {
  padding: 10px 0px 0px 10px; }

.detail-similar-prop a {
  text-decoration: none !important; }

.detail-similar-prop .similar-card .detail-similar-prop-price {
  font-size: 18px;
  float: left;
  color: #488BF8;
  padding-right: 15px;
  margin: 13px 0px 0px 0px;
  font-weight: bold;
  text-decoration: none; }

.detail-similar-prop .similar-card .detail-similar-prop-agent {
  font-size: 12.9px;
  text-decoration: none; }

.detail-similar-prop .similar-card .card-extras-mobile-short-list {
  color: #212529; }

.detail-similar-prop .similar-card a .similar-card-link {
  text-decoration: none; }

.search-new .search-component {
  min-width: 50%; }
  .search-new .search-component .search-box > .row > .mb-3 {
    margin-bottom: 0px !important; }

.transaction {
  background: #fff; }
  .transaction .transaction-nav a {
    color: #3c4755;
    text-decoration: none; }
    .transaction .transaction-nav a .active {
      color: #488bf8; }
  .transaction .transaction-nav .trx-menu a {
    padding: 10px 0;
    font-size: .95rem; }
  .transaction .transaction-nav .trx-menu-item {
    padding: 0 20px;
    cursor: pointer; }
    .transaction .transaction-nav .trx-menu-item:hover {
      background-color: #488BF8; }
      .transaction .transaction-nav .trx-menu-item:hover a {
        color: #fff; }
  .transaction .transaction-nav .trx-menu .active {
    background-color: #2056AB; }
    .transaction .transaction-nav .trx-menu .active a {
      color: #fff; }
  .transaction .fullscreen {
    z-index: 1; }
  .transaction .hero-component {
    background-color: #fff; }
    .transaction .hero-component .section1 {
      padding-top: 115px;
      padding-bottom: 100px;
      background-color: #488BF8;
      color: white;
      max-width: 390px; }
      @media (max-width: 991.98px) {
        .transaction .hero-component .section1 {
          max-width: 150px; } }
      @media (max-width: 575.98px) {
        .transaction .hero-component .section1 {
          padding: 30px 0;
          flex: 0 0 100%;
          max-width: 100%; } }
      .transaction .hero-component .section1 .ovlap {
        padding-left: 70px;
        position: absolute;
        width: 505px;
        z-index: 1; }
        @media (max-width: 991.98px) {
          .transaction .hero-component .section1 .ovlap {
            position: relative;
            width: 300px;
            padding-left: 30px; } }
        @media (max-width: 575.98px) {
          .transaction .hero-component .section1 .ovlap {
            padding: 0 30px;
            font-size: 14px;
            width: auto; } }
      .transaction .hero-component .section1 h1 {
        font-size: 46px;
        font-weight: 900; }
        @media (max-width: 575.98px) {
          .transaction .hero-component .section1 h1 {
            font-size: 30px; } }
      .transaction .hero-component .section1 .lead {
        font-size: 18px;
        width: 290px;
        color: rgba(255, 255, 255, 0.8); }
        @media (max-width: 575.98px) {
          .transaction .hero-component .section1 .lead {
            font-size: 14px; } }
    .transaction .hero-component .section2 {
      background-image: url("https://dbv47yu57n5vf.cloudfront.net/tep-assets/transaction-banner.jpg");
      background-size: cover;
      height: 552px;
      background-position-y: 0;
      color: white; }
      @media (max-width: 575.98px) {
        .transaction .hero-component .section2 {
          height: 30vh;
          flex: 0 0 100%;
          max-width: 100%; } }
      .transaction .hero-component .section2 .ovlap-mobile {
        font-size: 14px; }
      .transaction .hero-component .section2 h1 {
        font-size: 18px;
        font-weight: 900;
        padding: 10px;
        background: rgba(0, 0, 0, 0.5); }
      .transaction .hero-component .section2 .lead {
        font-size: 14px;
        width: 200px;
        padding: 10px;
        color: rgba(255, 255, 255, 0.8);
        background: rgba(0, 0, 0, 0.5); }
  .transaction .search-component {
    margin-top: -100px; }
    @media (max-width: 991.98px) {
      .transaction .search-component {
        padding: 0 20px 20px 20px;
        margin-top: -137px; } }
    @media (max-width: 767.98px) {
      .transaction .search-component {
        padding: 0 20px 20px 20px;
        margin-top: -77px; } }
    .transaction .search-component .search-button {
      width: 100%;
      font-size: 16px;
      line-height: 16px;
      padding: 10px;
      border-radius: 0; }
      .transaction .search-component .search-button .search-icon {
        font-size: 22px; }
    .transaction .search-component .search-box {
      background-color: #fff;
      padding: 60px 100px;
      border-radius: 5px;
      max-width: 812px;
      box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16); }
      @media (max-width: 991.98px) {
        .transaction .search-component .search-box {
          padding: 30px; } }
      @media (max-width: 767.98px) {
        .transaction .search-component .search-box {
          padding: 0 0;
          margin-top: -56px;
          margin-bottom: 10px;
          background-color: #f5f5f5; } }
      .transaction .search-component .search-box .buy-rent {
        color: #a0acc1;
        margin-bottom: 30px; }
        @media (max-width: 767.98px) {
          .transaction .search-component .search-box .buy-rent {
            margin-bottom: 10px; } }
        .transaction .search-component .search-box .buy-rent .checktype {
          background-color: transparent;
          color: #a0acc1;
          border-radius: 0;
          font-size: 16px;
          border: 0; }
        .transaction .search-component .search-box .buy-rent .active {
          color: #000; }
          .transaction .search-component .search-box .buy-rent .active .checktype {
            background-color: transparent;
            color: #414141; }
        .transaction .search-component .search-box .buy-rent .buy-div {
          padding-right: 5px;
          text-align: right; }
        .transaction .search-component .search-box .buy-rent .rent-div {
          padding-left: 5px;
          text-align: left; }
      .transaction .search-component .search-box .filter-button {
        background-color: #fff;
        font-size: 9px;
        border-color: #cccccc;
        border-radius: 0;
        padding: 10px 15px; }
        .transaction .search-component .search-box .filter-button .badge-light {
          color: #fff;
          background-color: rgba(72, 139, 248, 0.59);
          top: 1px;
          border-radius: 15px;
          padding: 5px 10px; }
        .transaction .search-component .search-box .filter-button .search-icon {
          float: right;
          font-size: 25px;
          line-height: 22.5px; }
    .transaction .search-component .filters select {
      border: 0; }
  .transaction .leaderboard-ads-component, .transaction .big-leaderboard-ads-component, .transaction .billboard-leaderboard-ads-component {
    margin-top: 30px;
    margin-bottom: 30px; }
    @media (max-width: 575.98px) {
      .transaction .leaderboard-ads-component, .transaction .big-leaderboard-ads-component, .transaction .billboard-leaderboard-ads-component {
        margin-top: 0;
        margin-bottom: 0;
        padding-top: 10px;
        padding-bottom: 10px; } }
    .transaction .leaderboard-ads-component .desktop-ads, .transaction .big-leaderboard-ads-component .desktop-ads, .transaction .billboard-leaderboard-ads-component .desktop-ads {
      text-align: center; }
  .transaction .card-title-mod {
    font-size: 16px;
    line-height: 1.2;
    margin-bottom: 0.25rem; }
    .transaction .card-title-mod a {
      color: #000; }
  .transaction .responsive-image {
    width: 100%;
    height: auto; }
  .transaction .option-icons {
    width: 54px;
    height: 45px; }
  .transaction .option-active {
    color: #414141 !important; }
  .transaction .option-title {
    font-size: 16px; }
    .transaction .option-title a {
      color: #000;
      text-decoration: none; }
  .transaction .option-sub-title {
    font-size: 14px;
    color: #414141; }
  .transaction .card-sub-title {
    font-size: 14px;
    color: #414141;
    text-align: left;
    margin-bottom: 0.5rem; }
  .transaction .sub-search-box a {
    color: #414141; }
  .transaction .option-title a:hover {
    color: #414141; }
  .transaction .card-row {
    background-color: #f5f5f5; }
  .transaction .card-header {
    border-bottom: 0; }
    .transaction .card-header.trx-card-header {
      background-color: #c8d0de;
      font-size: 16px;
      text-align: left;
      border-radius: 0; }
      .transaction .card-header.trx-card-header .card-text span {
        display: inline-block !important; }
  .transaction .card-row-inner {
    max-width: 80%;
    margin-left: 10%; }
  .transaction .card-full {
    height: 100%; }
  .transaction .help-header {
    text-align: center;
    font-size: 26px; }
    .transaction .help-header span {
      color: #868686; }
  .transaction .help-inner {
    text-align: center;
    margin-bottom: 30px; }
    @media screen and (min-width: 849px) {
      .transaction .help-inner {
        padding-left: 6%; } }
    @media screen and (max-width: 849px) {
      .transaction .help-inner {
        padding-left: 0%; }
        .transaction .help-inner .small-help-bg {
          background-color: #f5f5f5;
          margin: 6%;
          padding: 6%;
          margin-top: 0 !important; } }
    .transaction .help-inner p {
      font-size: 20px;
      color: #414141; }
    .transaction .help-inner span {
      font-size: 14px;
      color: #8c929b; }
  @media screen and (max-width: 849px) {
    .transaction .option-sm-screen {
      padding: 15%;
      text-align: center; }
    .transaction .option-sub-title {
      text-align: center; } }
  .transaction .share {
    color: #414141;
    font-size: 16px;
    text-align: center; }
    .transaction .share-source {
      text-align: left; }
  .transaction .category-full {
    background-color: #F0F0F0;
    padding: 1% 2% 1% 2%; }
    @media screen and (max-width: 849px) {
      .transaction .category-full {
        padding: 0% 1% 4% 0%; } }
  .transaction .description {
    font-size: 14px !important; }
  .transaction select.form-control {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-appearance: none;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAWCAYAAAAW5GZjAAAMHmlDQ1BEaXNwbGF5AABIx62Xd1RTyRrA55YkJCS0QASkhN4E6VV6jVSpgo2QBBJKDAlBxI4uKrgWVCxYkVUR21oAWWzYlUWw90URFGVdLNhAeZME0NXz/njnvDln7v3lm2++lrlzZgBQjWGLRNmoGgA5wjxxbGgAc2JyCpP0BBCBGiADXaDK5khE/jExEQC24fe/2/tbAJG9r9vKbIH/ralzeRIOAEgM5DSuhJMD+QgAuCtHJM4DgNAD5SYz8kSQiTBKoCmGAUI2lXGGgt1lnKbgCLlOfGwg5FQAlKhstjgDABVZXMx8Tga0o7IMsr2QKxBCboTsw+GzuZAHII/JyZkOWdUSsmXad3Yy/mUzbcQmm50xwopc5E0pSCARZbNngv93y8mWDvswgZ3KF4fFynKW1S1reriMqZAvCtOioiFrQL4h4Mr1ZdzFl4YlDOl/5EgCYc0AAwCUymUHhUPWg2wszI6KGJL7pAtCWJBh7dF4QR4rXjEX5Yqnxw7ZRwt4kuC4YWaL5b5kOiXSrAT/IZtb+DzWsM2GQn58kiJOtDVfkBgFWQXyA0lWXPiQzotCfmDUsI5YGiuLGf7nGEgXh8QqdDDTHMlwXpgnX8CKGuKIPH58mGIuNpXDlsemDTmTJ5kYMRwnlxcUrMgLK+IJE4bix8pEeQGxQ/pVouyYIX2skZcdKpMbQ26R5McNz+3Ng4tNkS8ORHkx8YrYcM1M9vgYRQy4NYgAgSAIMIEU9jQwHWQCQUtPXQ/8pRgJAWwgBhmAB2yHJMMzkuQjQviMA4Xgb0g8IBmZFyAf5YF8KP8yIlU8bUG6fDRfPiMLdEHOAeEgG/6WymcJR7wlgqdQIvjJOwfGmg27bOwnGVN1WEYMJgYRw4ghRCtcF/fBvfAI+PSD3RF3xz2G4/qmT+gitBGeEG4S2gl3pwmKxD9EzgSRoB3GGDKUXdr32eHm0KoLHoB7Q/vQNs7AdYEt7gw9+eO+0LcLlH4fq3Qk42+1HLJFtiej5FFkP7LljxGoWKu4jFiRVer7WijiShupVuDIyI95BH5XPy58h/+oiS3BDmMXsNPYJawRqwNM7CRWjzVjx2U8sjaeytfGsLdYeTxZ0I7gJ3/sIZ+yqknsa+y77QeGxkAeryBP9rEEThfNFAsy+HlMf7hb85gsIcduDNPR3gHuorK9X7G1vGXI93SEcfmbLPcUAB4lUJjxTcaGe9CxLgDo77/JTN7AZb8SgOOtHKk4XyHDZQ8CoABV+KXoAAO4d1nCjByBK/ACfiAYjAfRIB4kg6mwzny4TsVgBpgNFoBiUApWgrVgI9gKdoDdYB84BOpAIzgNzoMroBXcBPfhWukEL0EveA/6EQQhITSEjugghogZYoM4Iu6IDxKMRCCxSDKSimQgQkSKzEYWIqVIGbIR2Y5UI78jx5DTyCWkDbmLPEa6kTfIZxRDqagmqo+ao2NRd9QfDUfj0SloBpqLFqKL0OXoerQS3YvWoqfRK+hNtB19ifZhAFPGGJgRZou5Y4FYNJaCpWNibC5WgpVjldh+rAH+09exdqwH+4QTcTrOxG3heg3DE3AOnovPxZfhG/HdeC1+Fr+OP8Z78a8EGkGPYEPwJLAIEwkZhBmEYkI5YSfhKOEc/HY6Ce+JRCKDaEF0g99eMjGTOIu4jLiZeIB4ithG7CD2kUgkHZINyZsUTWKT8kjFpA2kvaSTpGukTtJHJWUlQyVHpRClFCWhUpFSudIepRNK15SeKfWT1chmZE9yNJlLnkleQa4iN5CvkjvJ/RR1igXFmxJPyaQsoKyn7KecozygvFVWVjZW9lCeoCxQnq+8Xvmg8kXlx8qfqBpUa2ogdTJVSl1O3UU9Rb1LfUuj0cxpfrQUWh5tOa2adob2iPZRha5ip8JS4arMU6lQqVW5pvJKlaxqpuqvOlW1ULVc9bDqVdUeNbKauVqgGlttrlqF2jG122p96nR1B/Vo9Rz1Zep71C+pP9cgaZhrBGtwNRZp7NA4o9FBx+gm9EA6h76QXkU/R+/UJGpaaLI0MzVLNfdptmj2amloOWslahVoVWgd12pnYAxzBouRzVjBOMS4xfg8Sn+U/yjeqKWj9o+6NuqD9mhtP22edon2Ae2b2p91mDrBOlk6q3TqdB7q4rrWuhN0Z+hu0T2n2zNac7TXaM7oktGHRt/TQ/Ws9WL1Zunt0GvW69M30A/VF+lv0D+j32PAMPAzyDRYY3DCoNuQbuhjKDBcY3jS8AVTi+nPzGauZ55l9hrpGYUZSY22G7UY9RtbGCcYFxkfMH5oQjFxN0k3WWPSZNJramgaaTrbtMb0nhnZzN2Mb7bO7ILZB3ML8yTzxeZ15s8ttC1YFoUWNRYPLGmWvpa5lpWWN6yIVu5WWVabrVqtUWsXa751hfVVG9TG1UZgs9mmbQxhjMcY4ZjKMbdtqbb+tvm2NbaP7Rh2EXZFdnV2r8aajk0Zu2rshbFf7V3ss+2r7O87aDiMdyhyaHB442jtyHGscLzhRHMKcZrnVO/02tnGmee8xfmOC90l0mWxS5PLF1c3V7HrftduN1O3VLdNbrfdNd1j3Je5X/QgeAR4zPNo9Pjk6eqZ53nI8x8vW68srz1ez8dZjOONqxrX4W3szfbe7t3uw/RJ9dnm0+5r5Mv2rfR94mfix/Xb6ffM38o/03+v/6sA+wBxwNGAD4GegXMCTwVhQaFBJUEtwRrBCcEbgx+FGIdkhNSE9Ia6hM4KPRVGCAsPWxV2m6XP4rCqWb3j3cbPGX82nBoeF74x/EmEdYQ4oiESjRwfuTryQZRZlDCqLhpEs6JXRz+MsYjJjfljAnFCzISKCV2xDrGzYy/E0eOmxe2Jex8fEL8i/n6CZYI0oSlRNXFyYnXih6SgpLKk9oljJ86ZeCVZN1mQXJ9CSklM2ZnSNyl40tpJnZNdJhdPvjXFYkrBlEtTdadmTz0+TXUae9rhVEJqUuqe1AF2NLuS3ZfGStuU1ssJ5KzjvOT6cddwu3nevDLes3Tv9LL05xneGaszuvm+/HJ+jyBQsFHwOjMsc2vmh6zorF1Zg9lJ2QdylHJSc44JNYRZwrPTDaYXTG8T2YiKRe25nrlrc3vF4eKdEkQyRVKfpwkP2c1SS+kv0sf5PvkV+R9nJM44XKBeICxonmk9c+nMZ4Uhhb/NwmdxZjXNNpq9YPbjOf5zts9F5qbNbZpnMm/RvM75ofN3L6AsyFrwZ5F9UVnRu4VJCxsW6S+av6jjl9BfaopVisXFtxd7Ld66BF8iWNKy1GnphqVfS7gll0vtS8tLB5Zxll3+1eHX9b8OLk9f3rLCdcWWlcSVwpW3Vvmu2l2mXlZY1rE6cnXtGuaakjXv1k5be6ncuXzrOso66br29RHr6zeYbli5YWAjf+PNioCKA5v0Ni3d9GEzd/O1LX5b9m/V31q69fM2wbY720O311aaV5bvIO7I39FVlVh14Tf336p36u4s3flll3BX++7Y3Wer3aqr9+jtWVGD1khruvdO3tu6L2hf/X7b/dsPMA6UHgQHpQdf/J76+61D4YeaDrsf3n/E7Mimo/SjJbVI7cza3jp+XXt9cn3bsfHHmhq8Go7+YffHrkajxorjWsdXnKCcWHRi8GThyb5TolM9pzNOdzRNa7p/ZuKZG2cnnG05F37u4vmQ82cu+F84edH7YuMlz0vHLrtfrrvieqW22aX56J8ufx5tcW2pvep2tb7Vo7WhbVzbiWu+105fD7p+/gbrxpWbUTfbbiXcunN78u32O9w7z+9m3319L/9e//35DwgPSh6qPSx/pPeo8i+rvw60u7Yffxz0uPlJ3JP7HZyOl08lTwc6F3XRusqfGT6rfu74vLE7pLv1xaQXnS9FL/t7iv9W/3vTK8tXR/7x+6e5d2Jv52vx68E3y97qvN31zvldU19M36P3Oe/7P5R81Pm4+5P7pwufkz4/658xQBpY/8XqS8PX8K8PBnMGB0VsMVt+FMBgR9PTAXizCwBaMjw7tAJAmaS4m8kborhPygn8N1bc3+TNFYBdfgAkzAcgAp5RtsBuBpkK37IjeLwfQJ2cRvpQk6Q7OSpsUeGNhfBxcPCtPgCkBgC+iAcH+zcPDn6pgsHeBeBUruJOKGuyO+g2Oxm1dr766W72H1oCcSjh6sMlAAAACXBIWXMAABYlAAAWJQFJUiTwAAAF9mlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxNDAgNzkuMTYwNDUxLCAyMDE3LzA1LzA2LTAxOjA4OjIxICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIgeG1sbnM6cGhvdG9zaG9wPSJodHRwOi8vbnMuYWRvYmUuY29tL3Bob3Rvc2hvcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RFdnQ9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZUV2ZW50IyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxOCAoTWFjaW50b3NoKSIgeG1wOkNyZWF0ZURhdGU9IjIwMTgtMDctMjdUMDc6NTY6NDctMDc6MDAiIHhtcDpNb2RpZnlEYXRlPSIyMDE4LTA3LTI3VDA3OjU5OjA4LTA3OjAwIiB4bXA6TWV0YWRhdGFEYXRlPSIyMDE4LTA3LTI3VDA3OjU5OjA4LTA3OjAwIiBkYzpmb3JtYXQ9ImltYWdlL3BuZyIgcGhvdG9zaG9wOkNvbG9yTW9kZT0iMyIgcGhvdG9zaG9wOklDQ1Byb2ZpbGU9IkRpc3BsYXkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6OWVmMTg3ZTUtMWVmNy00NzlhLWE1Y2QtMmVkMTE5NjQ2Y2ZmIiB4bXBNTTpEb2N1bWVudElEPSJhZG9iZTpkb2NpZDpwaG90b3Nob3A6MTRmNTk5YTMtYTc1Zi05NDQxLTk3ZDQtMmY3OTNjNWQ3NTI3IiB4bXBNTTpPcmlnaW5hbERvY3VtZW50SUQ9InhtcC5kaWQ6M2FmYmY3ZWYtNWFiOS00MTk4LWFjODUtNzY2NzE2NDk2ODM1Ij4gPHhtcE1NOkhpc3Rvcnk+IDxyZGY6U2VxPiA8cmRmOmxpIHN0RXZ0OmFjdGlvbj0iY3JlYXRlZCIgc3RFdnQ6aW5zdGFuY2VJRD0ieG1wLmlpZDozYWZiZjdlZi01YWI5LTQxOTgtYWM4NS03NjY3MTY0OTY4MzUiIHN0RXZ0OndoZW49IjIwMTgtMDctMjdUMDc6NTY6NDctMDc6MDAiIHN0RXZ0OnNvZnR3YXJlQWdlbnQ9IkFkb2JlIFBob3Rvc2hvcCBDQyAyMDE4IChNYWNpbnRvc2gpIi8+IDxyZGY6bGkgc3RFdnQ6YWN0aW9uPSJzYXZlZCIgc3RFdnQ6aW5zdGFuY2VJRD0ieG1wLmlpZDo5ZWYxODdlNS0xZWY3LTQ3OWEtYTVjZC0yZWQxMTk2NDZjZmYiIHN0RXZ0OndoZW49IjIwMTgtMDctMjdUMDc6NTk6MDgtMDc6MDAiIHN0RXZ0OnNvZnR3YXJlQWdlbnQ9IkFkb2JlIFBob3Rvc2hvcCBDQyAyMDE4IChNYWNpbnRvc2gpIiBzdEV2dDpjaGFuZ2VkPSIvIi8+IDwvcmRmOlNlcT4gPC94bXBNTTpIaXN0b3J5PiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pr46tjAAAACBSURBVCjPY/j//z8DOgaCVVjFsSgMB2IQIxuvYiBgBuJHUMXfgVgCn+I+qEIYXoxVMRBYoymEYX9sio/hUHz79+/fCMVAUIxDIQy3Q9UxyAPxPwKKQdgEHKZAfI4IvJ8BW+DjwoNFMUkeJCnoSIoUkqOb5IREUhIlOfGTlK0IZVgAkODRpD7i30MAAAAASUVORK5CYII=);
    background-position: calc(100% - 4px) 50%;
    background-repeat: no-repeat;
    background-size: 5px 11px; }
  .transaction .sharp {
    border-radius: 0;
    width: 15%;
    max-height: 38px; }
  .transaction button.btn.btn-primary.sharp {
    font-size: 15px; }
  .transaction .sub-search-box {
    font-size: 14px;
    background-color: #f7f7f7;
    margin-top: 1%;
    margin-bottom: -5%;
    color: #909090;
    margin-left: -15px;
    margin-right: -15px; }
  .transaction .tranferant-dropdown {
    background-color: transparent;
    border: transparent; }
  @media screen and (min-width: 600px) {
    .transaction .quick-facts-block {
      height: 101px;
      width: 164px;
      display: block;
      margin: 1%; } }
  @media screen and (max-width: 600px) {
    .transaction .quick-facts-block {
      height: 85px;
      width: 100%;
      margin: 1%;
      padding-left: 5px !important; } }
  .transaction .block-danger {
    background-color: #FBB7AD;
    border-color: #c7877e !important; }
  .transaction .block-success {
    background-color: #ADC761;
    border-color: #7c9633 !important; }
  .transaction .block-item {
    color: #414141;
    margin-bottom: 0; }
    @media screen and (min-width: 600px) {
      .transaction .block-item {
        font-size: 20px; } }
    @media screen and (max-width: 600px) {
      .transaction .block-item {
        font-size: 11px; } }
  .transaction .block-sub-item {
    color: #666;
    text-align: center;
    margin-bottom: 0; }
    @media (min-width: 600px) {
      .transaction .block-sub-item {
        font-size: 14px; } }
    @media (max-width: 600px) {
      .transaction .block-sub-item {
        font-size: 11px; } }
    @media (max-width: 375px) {
      .transaction .block-sub-item {
        padding-left: 0 !important; } }
  .transaction .img-arrow {
    cursor: pointer; }
  @media screen and (max-width: 600px) {
    .transaction .search-filter-bar {
      width: 100%;
      background-color: #fff;
      border-color: #d3d3d3;
      border-radius: 0;
      height: 50px;
      text-align: left; } }
  .transaction .filter-badge {
    background-color: #488BF8;
    color: #fff;
    padding: 10px;
    width: 37px;
    align-content: right;
    font-size: 13px; }
  .transaction .info-text {
    font-size: 12px;
    color: #81868e; }
  .transaction table td p, .transaction table td span {
    margin: 0 0 8px; }
  .transaction .trx-tbl-category td:first-child, .transaction .trx-tbl-category th:first-child {
    width: 25%;
    min-width: 270px; }
  .transaction .trx-tbl-category td:nth-child(2), .transaction .trx-tbl-category th:nth-child(2) {
    width: 28%;
    min-width: 322px;
    max-width: 322px; }
  .transaction .trx-tbl-category td:nth-child(3), .transaction .trx-tbl-category th:nth-child(3) {
    width: 17%;
    min-width: 184px; }
  .transaction .trx-tbl-category td:nth-child(4), .transaction .trx-tbl-category th:nth-child(4) {
    width: 17%;
    min-width: 184px; }
  .transaction .trx-tbl-category td:nth-child(5), .transaction .trx-tbl-category th:nth-child(5) {
    width: 17%;
    min-width: 194px; }
  .transaction .trx-tbl-category td:nth-child(6), .transaction .trx-tbl-category th:nth-child(6) {
    width: 17%; }
  .transaction .trx-tbl-category td:nth-child(7), .transaction .trx-tbl-category th:nth-child(7) {
    width: 7%; }
  .transaction .trx-tbl-detail td:first-child, .transaction .trx-tbl-detail th:first-child {
    min-width: 110px; }
  .transaction .trx-tbl-detail td:nth-child(2), .transaction .trx-tbl-detail th:nth-child(2) {
    min-width: 250px; }
  .transaction .trx-tbl-detail td:nth-child(3), .transaction .trx-tbl-detail th:nth-child(3) {
    min-width: 150px; }
  .transaction .trx-tbl-detail td:nth-child(4), .transaction .trx-tbl-detail th:nth-child(4) {
    min-width: 120px; }
  .transaction .trx-tbl-detail td:nth-child(5), .transaction .trx-tbl-detail th:nth-child(5) {
    min-width: 75px; }
  .transaction .trx-tbl-detail td:nth-child(6), .transaction .trx-tbl-detail th:nth-child(6) {
    min-width: 87px; }
  .transaction .trx-tbl-detail td:nth-child(7), .transaction .trx-tbl-detail th:nth-child(7) {
    min-width: 120px; }
  .transaction .trx-tbl-detail td:nth-child(8), .transaction .trx-tbl-detail th:nth-child(8) {
    min-width: 110px; }
  .transaction .trx-tbl-detail td:nth-child(8), .transaction .trx-tbl-detail th:nth-child(8) {
    min-width: 120px; }
  .transaction .trx-tbl-detail td:nth-child(9), .transaction .trx-tbl-detail th:nth-child(9) {
    min-width: 120px; }
  .transaction .table-responsive {
    margin-left: 24px;
    margin-right: 24px; }
  .transaction .table-btn {
    width: 170px;
    height: 34px;
    font-size: .85rem; }
  .transaction .table-head-line {
    color: #414141;
    font-weight: 600; }
    @media screen and (min-width: 600px) {
      .transaction .table-head-line {
        font-size: 28px; } }
    @media screen and (max-width: 600px) {
      .transaction .table-head-line {
        font-size: 18px; } }
  .transaction .table-head {
    color: #a0acc1;
    font-size: 14px; }
  .transaction .table-row {
    color: #414141;
    font-size: 14px; }
  .transaction .table-icon {
    height: 16.3px;
    width: 17.44px;
    margin-left: 4px; }
  .transaction .page-link {
    color: #81868e; }
  .transaction .current-page {
    background-color: #d3d3d3;
    color: white; }
  @media screen and (min-width: 600px) {
    .transaction .smallscreen {
      display: none; } }
  .transaction .nav-tabs .nav-link {
    color: #414141;
    font-size: 18px;
    padding: 1.5%; }
    @media screen and (max-width: 600px) {
      .transaction .nav-tabs .nav-link {
        font-size: 14px; } }
    .transaction .nav-tabs .nav-link.active {
      border: hidden;
      color: #488BF8;
      font-weight: bold; }
  .transaction .tab-main {
    border: hidden; }
  .transaction .table-header {
    border-top-style: hidden;
    border-left-style: hidden;
    border-right-style: hidden; }
    .transaction .table-header tr th {
      font-weight: 500; }
  .transaction .table-length {
    max-width: 99%;
    margin-left: 0.5%; }
  .transaction .tool-tip {
    background-color: #f8fafd;
    display: none;
    margin-left: 47%;
    margin-top: 3%;
    margin-right: 5%;
    font-size: 14px;
    color: #707070;
    border: 0.5px solid #ddd; }
    @media screen and (max-width: 600px) {
      .transaction .tool-tip {
        margin-left: 0%; } }
    .transaction .tool-tip-mpp {
      background-color: #f8fafd;
      display: none;
      margin-top: 1%;
      font-size: 14px;
      color: #707070;
      border: 0.5px solid #ddd; }
    .transaction .tool-tip-pp {
      background-color: #f8fafd;
      display: none;
      margin-top: 1%;
      font-size: 14px;
      color: #707070;
      border: 0.5px solid #ddd; }
  .transaction #quick-info:hover ~ .tool-tip {
    display: block;
    position: absolute;
    z-index: 1000; }
  .transaction #medianpricepsf:hover ~ .tool-tip-mpp {
    display: block;
    position: absolute;
    z-index: 1000; }
    @media screen and (max-width: 950px) {
      .transaction #medianpricepsf:hover ~ .tool-tip-mpp {
        left: 0; } }
  .transaction #pricepsf:hover ~ .tool-tip-pp {
    display: block;
    position: absolute;
    z-index: 1000; }
    @media screen and (max-width: 950px) {
      .transaction #pricepsf:hover ~ .tool-tip-pp {
        left: 0; } }
  .transaction .tool-tip::after {
    content: '';
    display: block;
    position: absolute;
    right: 5%;
    bottom: 100%;
    width: 0;
    height: 0;
    border: 0.5px solid #ddd;
    border-bottom: 10px solid #ddd;
    border-top: 10px solid transparent;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent; }
    @media screen and (max-width: 600px) {
      .transaction .tool-tip::after {
        left: 5%; } }
  @media screen and (min-width: 950px) {
    .transaction .tool-tip-mpp::after {
      content: '';
      display: block;
      position: absolute;
      left: 5%;
      bottom: 100%;
      width: 0;
      height: 0;
      border: 0.5px solid #ddd;
      border-bottom: 10px solid #ddd;
      border-top: 10px solid transparent;
      border-left: 10px solid transparent;
      border-right: 10px solid transparent; } }
  @media screen and (max-width: 600px) {
    .transaction .tool-tip-mpp::after {
      left: 5%; } }
  @media screen and (min-width: 950px) {
    .transaction .tool-tip-pp::after {
      content: '';
      display: block;
      position: absolute;
      left: 5%;
      bottom: 100%;
      width: 0;
      height: 0;
      border: 0.5px solid #ddd;
      border-bottom: 10px solid #ddd;
      border-top: 10px solid transparent;
      border-left: 10px solid transparent;
      border-right: 10px solid transparent; } }
  @media screen and (max-width: 600px) {
    .transaction .tool-tip-pp::after {
      left: 5%; } }
  @media screen and (min-width: 768px) {
    .transaction .mobile-pagination {
      display: none; }
    .transaction .desktop-pagination {
      text-align: center;
      display: inline-block; } }
  @media screen and (max-width: 767px) {
    .transaction .desktop-pagination {
      display: none; }
    .transaction .mobile-pagination {
      text-align: center;
      display: inline-block; } }
  .transaction .unstyle-button {
    border: none;
    padding: 0;
    background: none;
    cursor: pointer; }
  .transaction .default-user {
    margin-left: 30px;
    margin-right: 30px; }
  .transaction .sortField {
    cursor: pointer; }
  .transaction .search-bar-component .project-title {
    font-size: 22px;
    margin-bottom: 10px; }
  .transaction .search-bar-component .btn-primary {
    color: #fff; }
    .transaction .search-bar-component .btn-primary:hover {
      color: #fff; }
  .transaction .search-bar-component .select-element .DateRangePicker .DateRangePickerInput {
    background: transparent; }
    .transaction .search-bar-component .select-element .DateRangePicker .DateRangePickerInput .DateInput {
      background: transparent; }
      .transaction .search-bar-component .select-element .DateRangePicker .DateRangePickerInput .DateInput input {
        background: transparent; }
        .transaction .search-bar-component .select-element .DateRangePicker .DateRangePickerInput .DateInput input#startDate, .transaction .search-bar-component .select-element .DateRangePicker .DateRangePickerInput .DateInput input#endDate {
          text-align: center; }
    .transaction .search-bar-component .select-element .DateRangePicker .DateRangePickerInput .DateRangePicker_picker {
      margin-left: -147px; }
  .transaction .search-bar-component .select-element select,
  .transaction .search-bar-component .select-element .DateRangePickerInput__withBorder input {
    font-family: 'Poppins', sans-serif !important; }
    @media (max-width: 1366px) {
      .transaction .search-bar-component .select-element select,
      .transaction .search-bar-component .select-element .DateRangePickerInput__withBorder input {
        font-size: .75rem; } }
  .transaction .search-bar-component .mobile-filter-component .mobile-filter .DateRangePicker_picker {
    margin-bottom: 100px; }
  .transaction .search-bar-component .mobile-filter-component .mobile-filter .DateRangePicker {
    width: 100%; }
  .transaction .search-bar-component .mobile-filter-component .mobile-filter .DateRangePickerInput {
    display: flex; }
  .transaction .search-bar-component .mobile-filter-component .mobile-filter .DateRangePickerInput_arrow_svg {
    height: 36px; }
  .transaction .search-bar-component .mobile-filter-component .mobile-filter .DateInput {
    background: transparent;
    flex: 1 1 auto !important; }
    .transaction .search-bar-component .mobile-filter-component .mobile-filter .DateInput .DateInput_input {
      font-family: 'Poppins', sans-serif !important;
      background: transparent; }
      .transaction .search-bar-component .mobile-filter-component .mobile-filter .DateInput .DateInput_input#startDate, .transaction .search-bar-component .mobile-filter-component .mobile-filter .DateInput .DateInput_input#endDate {
        text-align: center; }
  .transaction .breadcrumb {
    border-radius: 0;
    margin-bottom: 0; }
  .transaction .mobile-filter .mobile-filter-select {
    padding-bottom: 10px; }
    .transaction .mobile-filter .mobile-filter-select-datepicker {
      margin-top: 20px; }
  .transaction .mobile-filter .custom-select {
    height: calc(2.25rem + 15px);
    font-size: 0.9rem;
    background: none; }
  .transaction .col.float-button {
    margin-left: 0px; }
  .transaction .share-component .justify-content-center a {
    cursor: pointer; }
  .transaction .trnx-search-media-body {
    width: 100%; }
  .transaction .trnx-search-details {
    width: 100%;
    padding-left: 43px;
    text-align: left; }
  .transaction .trnx-search-details-head {
    font-size: 14.4px; }
  .transaction .trnx-search-details-body {
    font-size: 10px; }
  .transaction .trnx-search-img {
    float: left;
    padding-top: 4px; }
  .transaction .trxn-search-label {
    background-color: #488BF8;
    color: #FFFFFF; }
  .transaction .transaction-search__group-heading {
    background-color: #488BF8;
    color: #FFFFFF;
    text-align: left; }
  .transaction .transaction-nav-search {
    width: 100%;
    padding: 0px; }
    .transaction .transaction-nav-search .transaction-search-container .transaction-search__control {
      border-radius: 0px;
      margin-bottom: 5px;
      line-height: 17px;
      padding: 0px; }
      @media screen and (max-width: 768px) {
        .transaction .transaction-nav-search .transaction-search-container .transaction-search__control {
          border-color: #d3d3d3;
          border: 1px solid #d3d3d3;
          padding-left: 22px; } }
    .transaction .transaction-nav-search .transaction-search-container .transaction-search__placeholder {
      text-align: left; }
    .transaction .transaction-nav-search .transaction-search__value-container {
      padding-left: 35px; }
      @media (max-width: 767.98px) {
        .transaction .transaction-nav-search .transaction-search__value-container {
          padding: 7.5px; } }
  .transaction .trns-nav-menu-container {
    padding-right: 16px; }
  .transaction .option-active {
    cursor: pointer; }
  .transaction .trns-search-icon-div {
    width: 29px;
    position: absolute;
    z-index: 1000;
    top: 24px;
    height: 38px;
    padding-top: 8px;
    color: gray;
    font-size: 1.3rem;
    vertical-align: middle;
    padding-left: 5px; }
    @media screen and (max-width: 768px) {
      .transaction .trns-search-icon-div {
        margin-top: 55px;
        padding-left: 7px; } }
  @media screen and (max-width: 768px) {
    .transaction .listing-search-comp .trns-search-icon-div {
      padding-top: 30px; } }
  .transaction a.search-property-txt {
    cursor: pointer; }
  .transaction .trxn-similar-listing {
    margin-top: -22px;
    padding: 10px 4px 0px 4px;
    margin-bottom: -14px; }
    @media screen and (max-width: 768px) {
      .transaction .trxn-similar-listing {
        margin-top: -10px;
        padding: 0px; } }
    .transaction .trxn-similar-listing .detail-similar-prop-price {
      margin: 0px;
      float: none;
      margin-bottom: 0px !important; }
    .transaction .trxn-similar-listing .similar-listings-title {
      font-size: 1.5rem; }
    .transaction .trxn-similar-listing .similar-card {
      padding: 10px; }
    .transaction .trxn-similar-listing .card-container {
      background-color: #ffffff;
      padding: 10px 0px 0px 10px; }
      @media screen and (max-width: 786px) {
        .transaction .trxn-similar-listing .card-container {
          padding: 0px; } }
    .transaction .trxn-similar-listing .card-content-full {
      display: block; }
    .transaction .trxn-similar-listing .detail-similar-prop-content {
      padding: 15px 15px 0 15px;
      min-height: 145px;
      padding: 15px 15px 0 15px;
      min-height: 145px; }
    .transaction .trxn-similar-listing .card-body-content-mobile {
      display: block;
      width: 100%;
      padding: 10px 20px;
      min-width: 150px;
      vertical-align: top !important; }
    .transaction .trxn-similar-listing .detail-similar-prop {
      margin-top: 25px; }
      @media screen and (max-width: 786px) {
        .transaction .trxn-similar-listing .detail-similar-prop {
          margin-top: 10px;
          padding-top: 10px; }
          .transaction .trxn-similar-listing .detail-similar-prop h1.similar-listings-title {
            font-size: 16px;
            padding-left: 10px; } }
      @media (max-width: 991.98px) {
        .transaction .trxn-similar-listing .detail-similar-prop .similar-listings-title {
          padding: 0px; } }
      .transaction .trxn-similar-listing .detail-similar-prop .similar-card {
        padding: 0 10px 10px 0; }
        @media (max-width: 991.98px) {
          .transaction .trxn-similar-listing .detail-similar-prop .similar-card {
            padding: 0 20px 20px 20px; } }
        @media (max-width: 767.98px) {
          .transaction .trxn-similar-listing .detail-similar-prop .similar-card {
            padding: 0;
            margin-bottom: 10px;
            box-shadow: 0px 10px 0px 0px #488BF8; } }
      .transaction .trxn-similar-listing .detail-similar-prop-card {
        background: #fff; }
        .transaction .trxn-similar-listing .detail-similar-prop-card img {
          width: 100%;
          height: auto; }
        @media (max-width: 767.98px) {
          .transaction .trxn-similar-listing .detail-similar-prop-card .prop-image {
            width: 100%;
            height: 175px;
            object-fit: cover;
            padding: 10px; } }
        .transaction .trxn-similar-listing .detail-similar-prop-card .card-content-full {
          display: block; }
          @media (max-width: 767.98px) {
            .transaction .trxn-similar-listing .detail-similar-prop-card .card-content-full {
              display: none; } }
          .transaction .trxn-similar-listing .detail-similar-prop-card .card-content-full .detail-similar-prop-title {
            display: block !important;
            max-width: 35ch;
            overflow: hidden !important;
            white-space: nowrap;
            text-overflow: ellipsis !important; }
        .transaction .trxn-similar-listing .detail-similar-prop-card .card-content-small {
          display: none; }
          @media (max-width: 767.98px) {
            .transaction .trxn-similar-listing .detail-similar-prop-card .card-content-small {
              display: block; } }
        @media (max-width: 767.98px) {
          .transaction .trxn-similar-listing .detail-similar-prop-card .card-price {
            font-size: 18px;
            margin-right: 10px;
            margin-bottom: 10px;
            line-height: 20px;
            color: #488BF8;
            font-weight: bold; } }
        .transaction .trxn-similar-listing .detail-similar-prop-card .card-body-content-mobile {
          display: block;
          width: 100%;
          padding: 10px 20px;
          min-width: 150px;
          vertical-align: top !important; }
        .transaction .trxn-similar-listing .detail-similar-prop-card .card-dev {
          display: inline;
          color: #414141;
          font-size: 0.81rem;
          line-height: 21px;
          margin: 0px; }
        @media (max-width: 767.98px) {
          .transaction .trxn-similar-listing .detail-similar-prop-card .card-address {
            line-height: 16px;
            font-size: 0.81rem;
            color: #969696;
            margin-bottom: 4px; } }
        .transaction .trxn-similar-listing .detail-similar-prop-card .card-title {
          font-size: 14px;
          line-height: 20px;
          margin-bottom: 5px;
          font-weight: 600; }
        @media (max-width: 767.98px) {
          .transaction .trxn-similar-listing .detail-similar-prop-card .card-extras-mobile {
            font-size: 12px;
            line-height: 20px;
            margin-bottom: 10px; } }
      .transaction .trxn-similar-listing .detail-similar-prop-content {
        padding: 15px 15px 0 15px;
        min-height: 145px; }
      .transaction .trxn-similar-listing .detail-similar-prop-premium {
        position: absolute;
        top: 0;
        background: #FFA700;
        text-transform: capitalize;
        padding: 6px;
        color: #fff;
        font-size: .85rem; }
      .transaction .trxn-similar-listing .detail-similar-prop-title {
        overflow: hidden;
        position: relative;
        line-height: 1.2;
        max-height: 2.4;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        color: #414141;
        font-weight: 700;
        font-size: 14px;
        margin-bottom: 5px;
        line-height: 1.2; }
      .transaction .trxn-similar-listing .detail-similar-prop-location, .transaction .trxn-similar-listing .detail-similar-prop-developer {
        color: #969696;
        font-size: 11px; }
      .transaction .trxn-similar-listing .detail-similar-prop-developer {
        margin-bottom: 20px; }
      .transaction .trxn-similar-listing .detail-similar-prop-price {
        font-size: 16px;
        margin-bottom: 20px; }
      .transaction .trxn-similar-listing .detail-similar-prop-icon {
        border-top: 1px solid #ddd;
        font-size: .85rem; }
        .transaction .trxn-similar-listing .detail-similar-prop-icon img {
          width: 24px; }
        .transaction .trxn-similar-listing .detail-similar-prop-icon div {
          padding: 10px; }
          .transaction .trxn-similar-listing .detail-similar-prop-icon div:first-child {
            border-right: 1px solid #ddd; }
          .transaction .trxn-similar-listing .detail-similar-prop-icon div:nth-child(2) img {
            width: 19px; }
      .transaction .trxn-similar-listing .detail-similar-prop .col-md-12.share-component.category-full.trxn-similar-listing {
        padding-top: 3px; }
  .transaction .container.share.card.mt-2.bg-primary.pt-3.pb-1.justify-content-center {
    padding-bottom: 1.1rem !important; }
  .transaction .search-bar-component .container-full.category-full.pt-4.pb-0.mb-0.d-sm-none {
    padding: 3px; }
  @media screen and (max-width: 849px) {
    .transaction .container-full.category-full.pt-1.pb-0.mb-0.d-sm-none {
      padding: 3px; } }

@media screen and (max-width: 767px) {
  .transaction .main-component-trn .row {
    margin: 0; }
  .transaction .main-component-trn .card-row-inner {
    max-width: 100%; }
  .transaction .main-component-trn .option-sm-screen {
    padding: 15px; } }

.dashboard {
  padding: 10px; }
  .dashboard .nav-container {
    border-bottom: 1px solid #D3D3D3; }
    @media (max-width: 767.98px) {
      .dashboard .nav-container {
        margin-bottom: -15px; } }
  .dashboard .navbar {
    background-color: white !important;
    padding-bottom: 0px; }
    @media (max-width: 767.98px) {
      .dashboard .navbar {
        width: 100vw; } }
  .dashboard .nav-link {
    color: rgba(0, 0, 0, 0.5) !important; }
    @media (max-width: 767.98px) {
      .dashboard .nav-link {
        font-size: 10px !important; } }
  .dashboard .active {
    color: #488BF8 !important;
    border-bottom: 2px solid #488BF8; }
  .dashboard a.nav-link:hover {
    color: #488BF8 !important;
    border-bottom: 2px solid #488BF8; }
  .dashboard .profile-card {
    border: 1px solid #D3D3D3;
    font-size: 14px; }
  .dashboard .font-12 {
    font-size: 12px; }
  .dashboard .profile-hr {
    border-right: 1px solid #D3D3D3;
    padding: 50px; }
  .dashboard .profile-tiple {
    min-width: 25%; }
  .dashboard .update-profile {
    padding: 10px; }
  .dashboard .change-password {
    display: inline;
    padding: 11px; }
  .dashboard .change-password:hover {
    cursor: pointer;
    color: blue; }
  .dashboard .change-password-div {
    border: solid 1px lightgrey;
    margin-left: 22%;
    padding-top: 2%; }
  .dashboard .error-color {
    color: red; }
  .dashboard .change-pwd-design {
    font-size: 12px;
    max-height: 51%; }
  .dashboard .change-pwd-design-row {
    margin-bottom: -12px; }
  .dashboard .input-password-fix {
    margin-left: -15%; }
  .dashboard .close-pwd-btn {
    margin-left: -80%; }
  @media screen and (max-width: 460px) {
    .dashboard .change-pwd-btn {
      margin-bottom: 10%; }
    .dashboard .input-password-fix {
      margin-left: 0; }
    .dashboard .close-pwd-btn {
      margin-left: 0; }
    .dashboard .change-password-div {
      margin-right: 5%; } }
  .dashboard li.nav-item.short-list {
    cursor: pointer; }

.standalone-page {
  margin-bottom: 0 !important; }

.login-modal-container .responsive-header {
  display: none; }

.login-modal-container .modal-content {
  background-image: url("https://dbv47yu57n5vf.cloudfront.net/tep-assets/auth-modal.jpg");
  background-size: cover;
  background-position: center;
  margin-top: 0; }

.login-modal-container .standalone-content-page {
  border: 0 !important;
  border-radius: 0 !important; }

.login-modal-container .modal-lg, .login-modal-container .modal-xl {
  max-width: 824px; }

.login-modal-container .modal-header {
  border: 0; }

.login-modal-container .modal-footer {
  border: 0; }

.login-modal-container .modal-style-align {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: 100%;
  margin: 0 auto; }

.login-modal-container .modal-header .close {
  margin-right: 17.6px;
  margin-top: 26px;
  z-index: 1;
  right: 0;
  position: absolute;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #FFFFFF;
  border-radius: 50%;
  cursor: pointer;
  padding: 0px;
  font-size: 19px;
  width: 29.4px;
  height: 29.4px;
  line-height: 1;
  opacity: inherit;
  color: #414141;
  font-weight: 500 !important; }

.login-modal-container .modal-header .close::before {
  font-family: "Material Icons";
  content: "\E5CD"; }

.login-modal-container .modal-header .close span {
  display: none;
  width: 9.14px;
  height: 9.14px; }

.login-modal-container .form-container {
  width: 344px;
  border-radius: 4px;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.07);
  background-color: #fff;
  margin-left: -23px; }

.login-modal-container .signup-description {
  padding: 0 38px; }

.login-modal-container .login-form-container {
  padding-left: 26px;
  padding-top: 31px;
  padding-right: 23.26px;
  padding-bottom: 42.84px;
  box-sizing: content-box;
  margin: auto; }

.login-modal-container .login-form-area {
  display: flex;
  flex-direction: column; }

.login-modal-container .login-with-fb {
  height: 42px;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 10px;
  background: linear-gradient(90deg, #3f71da, #15409a); }

.login-modal-container .kep-login-facebook:hover {
  background-color: #3961c2 !important; }

.login-modal-container .kep-login-facebook {
  text-align: left !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  text-transform: inherit !important;
  width: 100% !important;
  height: 40px !important;
  border: none !important;
  border-radius: 2px !important;
  font-family: poppins !important;
  padding-top: 6px;
  background: #4274d6;
  background: -moz-linear-gradient(left, #4274d6 0%, #184398 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #4274d6), color-stop(100%, #184398));
  background: -webkit-linear-gradient(left, #4274d6 0%, #184398 100%);
  background: -o-linear-gradient(left, #4274d6 0%, #184398 100%);
  background: -ms-linear-gradient(left, #4274d6 0%, #184398 100%);
  background: linear-gradient(to right, #4274d6 0%, #184398 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4274d6', endColorstr='#184398', GradientType=1 ); }

.login-modal-container .Signup__fbIcon {
  margin-right: 22px !important;
  margin-top: -7px;
  width: 25.92px;
  margin-left: 5px; }

.login-modal-container .login-with-google {
  height: 42px;
  border-radius: 2px;
  background-image: linear-gradient(90deg, #fafafa, #f3f3f3);
  color: #3e4246;
  text-align: center;
  font-size: 14px !important;
  font-weight: 500;
  margin-bottom: 10.66px;
  overflow: hidden;
  box-shadow: none !important;
  border: 1px solid #f7f7f7 !important;
  border-radius: 2px !important;
  color: black !important;
  background: #fafafa !important;
  background: -moz-linear-gradient(left, #fafafa 0%, #f3f3f3 100%) !important;
  background: -webkit-gradient(left top, right top, color-stop(0%, #fafafa), color-stop(100%, #f3f3f3)) !important;
  background: -webkit-linear-gradient(left, #fafafa 0%, #f3f3f3 100%) !important;
  background: -o-linear-gradient(left, #fafafa 0%, #f3f3f3 100%) !important;
  background: -ms-linear-gradient(left, #fafafa 0%, #f3f3f3 100%) !important;
  background: linear-gradient(to right, #fafafa 0%, #f3f3f3 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#f3f3f3', GradientType=1 ) !important; }

.login-modal-container .login-with-google:hover {
  background-color: #f5f5f580 !important; }

.login-modal-container .login-with-google > div {
  background: transparent !important;
  margin-right: 0px !important;
  padding: 10px;
  border-radius: 2px;
  display: inline-block; }

.login-modal-container .login-with-google > span {
  color: #414141 !important;
  font-size: 14px !important;
  font-family: poppins !important; }

.login-modal-container .login-with-google div svg {
  transform: scale(2.3);
  margin: 0 17px;
  margin-top: 4px; }

.login-modal-container .social-login {
  background: #3893d9;
  background-image: none;
  outline: none;
  border: 0;
  font-size: 17px;
  padding: 5px 30px;
  color: #fff;
  font-weight: 500;
  border-radius: 2px;
  cursor: pointer;
  display: block !important;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: space-around;
  position: relative;
  height: 40px;
  width: 100%;
  text-align: left; }

.login-modal-container .login-separator-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -ms-flex-align: center;
  align-items: center; }

.login-modal-container .login-form-separator {
  border-top: 1px solid #DEDEDE;
  margin: 21px 0;
  width: 42%; }

.login-modal-container .separator-text {
  color: #9D9D9D;
  font-size: 10px;
  font-weight: 500; }

.login-modal-container .login-form {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column; }

.login-modal-container .form-field {
  background-color: #fff;
  font-size: 15px;
  border: 1px solid rgba(0, 0, 0, 0.35);
  padding: 15px;
  border-radius: 4px;
  font-weight: 400;
  outline: none;
  -webkit-appearance: none;
  color: #565c60;
  font-family: inherit; }

.login-modal-container .input-field {
  height: 40px;
  width: 100%;
  border: 1px solid #DEDEDE;
  border-radius: 2px;
  margin-bottom: 12px; }
  .login-modal-container .input-field::placeholder {
    color: #a7a7a7; }
  .login-modal-container .input-field::-ms-input-placeholder {
    color: #a7a7a7; }

.login-modal-container .errors {
  text-align: center;
  margin-bottom: 10px; }

.login-modal-container .error-msg {
  margin: 0;
  color: #f22222;
  font-size: 14px; }

.login-modal-container .info-text {
  font-size: 14px;
  font-weight: 500;
  color: #777a7f;
  margin: 2px 0;
  margin-bottom: 2px; }

.login-modal-container .login-error {
  color: #d93742;
  margin-bottom: 5px;
  position: relative;
  top: -10px; }

.login-modal-container .login-success {
  color: #008000;
  margin-bottom: 5px;
  position: relative;
  top: -10px; }

.login-modal-container .form-submit {
  background: #488BF8;
  outline: none;
  border: 0;
  font-size: 17px;
  padding: 5px 30px;
  color: #fff;
  font-weight: 500;
  border-radius: 2px;
  cursor: pointer;
  display: block;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  height: 50px;
  text-align: center; }

.login-modal-container .form-submit:hover {
  color: #fff;
  background-color: #2374f7;
  border-color: #176cf6; }

.login-modal-container .login-button {
  height: 40px;
  width: 100%;
  font-size: 14px;
  font-weight: 600;
  margin-top: 5px;
  margin-bottom: 16px;
  border-radius: 2px; }

.login-modal-container .user-login-button {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: left;
  width: 100%; }

.login-modal-container .modal-body {
  padding: 51px 16px; }

.login-modal-container .signUpFix {
  padding: 33px 16px; }
  .login-modal-container .signUpFix .signup-list {
    margin-top: 65px; }
  .login-modal-container .signUpFix .signup-text {
    margin-top: 65px; }
  .login-modal-container .signUpFix .login-form-container {
    padding-bottom: 26px; }

.login-modal-container .modal-header, .login-modal-container .modal-footer {
  padding: 0; }

.login-modal-container .text-display {
  font-size: 14px;
  font-family: 'Poppins';
  font-weight: 500;
  color: #414141;
  margin: 2px 0;
  margin-bottom: 10px;
  text-align: center; }

.login-modal-container .redirect-link {
  color: #488BF8;
  font-size: 14px;
  font-weight: 500;
  font-family: 'Poppins';
  -webkit-user-select: initial;
  -moz-user-select: initial;
  -ms-user-select: initial;
  user-select: auto; }

.login-modal-container .horizontal-separator {
  margin-bottom: 15px;
  margin-top: 8px;
  width: 100%; }

.login-modal-container .forgot-password-text {
  text-align: center; }

.login-modal-container a:hover {
  text-decoration: none; }

.login-modal-container .signup-heading {
  font-size: 16px;
  font-weight: 500;
  color: #3e4246;
  margin: 2px 0;
  margin-top: 2px; }

.login-modal-container .signup-text {
  font-size: 36px;
  color: #fff;
  margin-top: 20px; }

.login-modal-container .signup-list {
  list-style-type: none;
  margin-top: 50px;
  padding-left: 0px; }

.login-modal-container .list-item {
  margin-bottom: 30px; }

.login-modal-container .item-heading {
  font-size: 16px;
  font-weight: 500;
  font-family: 'Poppins';
  color: #fff;
  text-transform: uppercase; }

.login-modal-container .item-content {
  font-size: 14px;
  font-family: 'Poppins';
  color: #fff; }

.login-modal-container .ordered-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: flex-start; }

.login-modal-container .ordered-list-item {
  border-radius: 50%;
  border: 1px solid #9c9b9b;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  display: flex;
  display: -ms-flexbox;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 19px;
  height: 33px;
  width: 33px;
  align-items: center; }

.login-modal-container .ordered-list-item-circle {
  flex: 1;
  line-height: 20px; }

.login-modal-container .forgot-form-container {
  width: 90%;
  border-radius: 6px;
  box-shadow: 0 -70px 82px 0 rgba(0, 0, 0, 0.1);
  background-color: #fff;
  margin-right: 52px;
  margin-top: 18%; }

.login-modal-container .forgot-password-continer {
  max-width: 470px;
  margin: 0 auto;
  text-align: center;
  padding: 1em 1em;
  border-radius: 2px; }

.login-modal-container .fr-ps-ct {
  margin-top: 10%; }

.login-modal-container .forgot-password-title {
  font-size: 2 rem;
  font-weight: 600 !important;
  margin-bottom: 10px !important;
  margin-top: 10px !important;
  line-height: 1.1;
  color: #565C60; }

.login-modal-container .forgot-password-description {
  font-size: 14px;
  color: #565C60; }

.login-modal-container .forgot-password-form {
  margin-top: 3em; }

.login-modal-container .form-fields {
  display: flex;
  display: -ms-flexbox;
  margin-bottom: 1.5 em; }

.login-modal-container .form-label {
  color: #565C60;
  font-weight: bold;
  margin-right: 5px;
  margin-top: 8px; }

.login-modal-container .forgot-pass-error {
  text-align: left; }

.login-modal-container .btn-agent {
  color: #000;
  font-weight: 700;
  font-size: 14px;
  background-color: #f4eb49;
  padding: 10px;
  border-radius: 2px;
  border-color: #dedede; }

.login-modal-container .agent-signup {
  font-size: 14px;
  border: 1px solid #dedede;
  padding: 10px;
  margin-bottom: 10px;
  background-color: #f4eb49;
  font-weight: 800;
  text-align: center; }
  .login-modal-container .agent-signup a {
    color: #000; }

.login-modal-container .terms-condition {
  font-size: 12px;
  color: #898989;
  margin-bottom: 0;
  line-height: 18px;
  padding: 10px; }
  .login-modal-container .terms-condition a {
    font-size: 14px; }

@media screen and (max-width: 767px) {
  .login-modal-container .responsive-header {
    height: 80px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    left: 45px;
    top: 0;
    text-decoration: none;
    background-color: none; }
  .login-modal-container .modal-style-align {
    -ms-flex-align: start;
    align-items: flex-start; }
  .login-modal-container .signUpFix .modal-header-responsive {
    margin-top: 0px; }
  .login-modal-container .signUpFix .login-form-container {
    padding-top: 75px; }
  .login-modal-container .modal-header-responsive {
    min-width: 50px;
    min-height: 50px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 30px; }
  .login-modal-container .modal-header-title-responsive {
    color: #3e4246;
    font-weight: 600;
    font-size: 16px; }
  .login-modal-container .modal-footer {
    display: none; }
  .login-modal-container .modal-header {
    display: none; }
  .login-modal-container .signup-description {
    display: none; }
  .login-modal-container .modal-content {
    height: 100%;
    border: 0; }
  .login-modal-container .modal-body {
    padding: 0; }
  .login-modal-container .modal-body {
    height: 100%; }
    .login-modal-container .modal-body .row {
      height: 100%; }
  .login-modal-container .form-container {
    width: 100%;
    height: 100%;
    display: flex;
    border: 0;
    border-radius: 0;
    margin-top: 0;
    margin-left: 0px;
    box-shadow: none; }
  .login-modal-container .modal-style-align {
    margin: 0;
    height: auto;
    background: #fff; }
  .login-modal-container .flex-column .left-navigation {
    display: none !important; }
  .login-modal-container .form-fields {
    flex-wrap: wrap;
    -ms-flex-wrap: wrap; }
  .login-modal-container .forgot-form-container {
    width: 100%;
    margin-top: 0; }
  .login-modal-container .forgot-password-continer {
    width: auto; }
  .login-modal-container .login-form-container {
    padding: 100px 37.76px 25px 39px;
    box-sizing: content-box;
    max-width: 360px;
    margin: auto; }
  .login-modal-container .modal-header-responsive {
    color: #414141; }
  .login-modal-container .modal-content {
    background-image: none;
    margin-top: 0;
    border-radius: 0; }
  .login-modal-container .material-icons {
    font-size: 20px !important; } }

@media screen and (max-width: 460px) {
  .login-modal-container {
    padding-left: 0px !important; } }

@media screen and (max-width: 768px) {
  .modal-body {
    padding-top: 50px; } }

@media (min-width: 576px) {
  .modal-dialog-standalone {
    max-width: 824px; } }

.closebutton {
  font-weight: normal;
  padding: 10px !important; }

.closebuttonicon {
  width: 50px;
  margin-left: auto; }

.paddingfix {
  padding-bottom: 20px; }

.badge-fix {
  float: right;
  margin-right: 35px; }

.card-fix:hover {
  box-shadow: 0 5px 11px rgba(33, 33, 33, 0.2); }

.agent-image {
  height: 12%;
  width: 18%;
  margin-left: 75%;
  margin-top: 58%;
  position: absolute; }

.card-body-font {
  font-size: 14px; }

.card-fix {
  border: 0;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.23); }

.card-title {
  font-size: 14px; }

.card-title p {
  color: grey; }

.card-text {
  font-size: 14px; }
  .card-text span {
    display: block; }
    .trx-card-header .card-text span {
      display: inline-block; }

.similar-card-fix {
  padding: 0;
  margin-right: 1%;
  border: 0;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.23);
  height: 100%;
  display: flex;
  flex-direction: column; }

.remove-text-link {
  text-decoration: none;
  color: black;
  height: 100%; }

.remove-text-link:hover {
  text-decoration: none;
  color: black; }

.similar-card-fix:hover {
  box-shadow: 0 5px 11px rgba(33, 33, 33, 0.2); }

.detail-similar-prop-title-fix {
  display: block !important;
  max-width: 35ch;
  overflow: hidden !important;
  white-space: nowrap;
  text-overflow: ellipsis !important; }

.detail-similar-prop {
  margin-top: 25px; }
  @media (max-width: 991.98px) {
    .detail-similar-prop .similar-listings-title {
      padding: 0 20px; } }
  .detail-similar-prop .similar-card {
    padding: 0 10px 10px 0; }
    @media (max-width: 991.98px) {
      .detail-similar-prop .similar-card {
        padding: 0 20px 20px 20px; } }
  .detail-similar-prop-card {
    background: #fff; }
    .detail-similar-prop-card img {
      width: 100%;
      height: auto; }
  .detail-similar-prop-content {
    padding: 15px 15px 0 15px;
    min-height: 145px; }
  .detail-similar-prop-premium {
    position: absolute;
    top: 0;
    background: #FFA700;
    text-transform: capitalize;
    padding: 6px;
    color: #fff;
    font-size: .85rem; }
  .detail-similar-prop-title {
    overflow: hidden;
    position: relative;
    line-height: 1.2;
    max-height: 2.4;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #414141;
    font-weight: 700;
    font-size: 14px;
    margin-bottom: 5px;
    line-height: 1.2; }
  .detail-similar-prop-location, .detail-similar-prop-developer {
    color: #969696;
    font-size: 11px; }
  .detail-similar-prop-developer {
    margin-bottom: 20px; }
  .detail-similar-prop-price {
    font-size: 16px;
    margin-bottom: 20px; }
  .detail-similar-prop-icon {
    border-top: 1px solid #ddd;
    font-size: .85rem; }
    .detail-similar-prop-icon img {
      width: 24px; }
    .detail-similar-prop-icon div {
      padding: 10px; }
      .detail-similar-prop-icon div:first-child {
        border-right: 1px solid #ddd; }
      .detail-similar-prop-icon div:nth-child(2) img {
        width: 19px; }
  .detail-similar-prop span.card-extras-mobile {
    color: #212529; }

.bed-icon-fix {
  padding: 10px; }

.bath-icon-fix {
  border-left: solid 1px darkgrey;
  padding: 10px; }

.grid-fix {
  padding: 0 120px; }

.listing-fix {
  margin-bottom: 30px; }

.delete-icon {
  color: #ffffff;
  position: absolute;
  font-size: 35px;
  margin-left: 86%;
  margin-top: 1%; }

.delete-icon:hover {
  cursor: pointer; }

@media screen and (max-width: 460px) {
  .grid-fix {
    padding: 0; } }

.col-12.listing-fix.p-1 {
  margin: 0px; }

.disable-class {
  background: #CCC;
  pointer-events: none; }

.card-price-short-list {
  font-size: 18px;
  float: left;
  color: #488BF8;
  padding-right: 15px; }

.card-extras-mobile-short-list {
  font-size: 13px;
  float: left;
  line-height: 20px;
  margin-bottom: 10px;
  line-height: 26px; }

a.agent-link {
  text-decoration: none;
  color: #414141;
  font-family: 'Poppins', sans-serif;
  font-size: 0.81rem; }

.detail-similar-prop-location.detail-similar-prop-location-fix.addrs-class {
  line-height: 16px;
  color: #969696;
  margin-bottom: 4px;
  font-size: 0.81rem; }

.disclaimer {
  font-size: 11px;
  color: #333;
  padding: 3px; }

#similar-card-short-list {
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.23); }

.img-count-short-list {
  color: #ffffff;
  position: absolute;
  font-size: 12px;
  margin-left: 85%;
  margin-top: 52%; }

.detail-similar-prop-card.short-list-card {
  padding-bottom: 10px; }

.address-clamp-short-list {
  overflow: hidden;
  position: relative;
  line-height: 17px;
  max-height: 17px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical; }
  @media (max-width: 767.98px) {
    .address-clamp-short-list {
      overflow: hidden;
      position: relative;
      line-height: 17px;
      max-height: 17px;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 1;
      -webkit-box-orient: vertical; } }

.address-clamp-short-list {
  margin: 0px; }

.row.grid-fix.short-list-container {
  padding: 0px; }

.row.short-list-head {
  margin: 0px;
  padding: 0px; }

.error404 .content {
  margin-top: 100px;
  margin-bottom: 100px; }
  .error404 .content .head {
    margin-top: 20px;
    text-align: center; }
  .error404 .content p {
    text-align: center; }
  .error404 .content .links {
    text-align: center; }
  .error404 .content .list-inline-item + .list-inline-item {
    border-left: 1px solid currentColor;
    padding-left: 10px; }

#mrtlocationbar {
  width: 100vw;
  position: fixed;
  top: auto;
  right: 0;
  bottom: -120%;
  height: 100vh;
  z-index: 9999;
  background: #FFFFFF;
  color: #fff;
  transition: all 0.3s;
  overflow-y: auto;
  overflow-x: hidden; }
  @media (max-width: 767.98px) {
    #mrtlocationbar {
      padding-top: 55px; } }

.top-margin-location {
  padding-top: 55px; }

@media (max-width: 767.98px) {
  .mrt-filter-full {
    display: none !important; } }

@media (min-width: 768px) {
  .mrt-filter-small {
    display: none !important; } }

#mrtlocationbar.active {
  bottom: 0; }

#mrtlocationbar-dropdown {
  font-size: 14px;
  line-height: 13px;
  color: #414141;
  padding: 0.75rem 1.25rem !important;
  margin-bottom: -1px; }
  #mrtlocationbar-dropdown.active {
    z-index: 2;
    color: #fff;
    background-color: #488BF8;
    border-color: #488BF8; }
  #mrtlocationbar-dropdown:hover {
    color: #495057;
    text-decoration: none;
    background-color: #f8f9fa; }

.scroll-padding {
  padding-bottom: 125px; }

.close-btn-footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #fff; }

.close-btn-location {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .05em;
  padding: 10px 20px;
  display: inline-block;
  margin-bottom: 0;
  line-height: 1.428571429; }
  @media (max-width: 767.98px) {
    .close-btn-location {
      width: 100vw; } }

.mrt-clear-button {
  background-color: transparent;
  color: #d93742;
  border: 1px solid transparent;
  font-size: 14px;
  box-shadow: none;
  margin-left: 10px; }
  @media (max-width: 767.98px) {
    .mrt-clear-button {
      width: 100vw; } }

button.btn.close-btn-location.mrt-clear-button:hover {
  border-color: #d93742;
  color: #d93742; }

button.btn.close-btn-location.mrt-clear-button:focus {
  box-shadow: none; }

.location-header {
  font-weight: 700;
  font-size: 16px;
  vertical-align: center;
  color: #565b5f; }
  @media (max-width: 767.98px) {
    .location-header {
      font-size: 14px; } }

.location-content {
  font-weight: 500;
  font-size: 16px;
  vertical-align: center;
  color: #565b5f;
  max-width: 35ch;
  overflow: hidden !important;
  white-space: nowrap;
  text-overflow: ellipsis !important; }
  @media (max-width: 767.98px) {
    .location-content {
      font-size: 14px; } }

.select-distance {
  display: inline-block;
  width: 178px; }
  @media (max-width: 767.98px) {
    .select-distance {
      width: 100%; } }

.badge-header {
  font-weight: 100;
  min-width: 60%;
  width: auto;
  text-align: center;
  padding: 10px;
  font-size: 16px; }
  @media (max-width: 767.98px) {
    .badge-header {
      font-size: 14px; } }

.vl {
  margin-left: 35%;
  height: 38px;
  padding: 10px; }

.child-vl {
  margin-left: 35%;
  height: 0px;
  padding: 5px; }

.child-badge-new {
  width: 16%;
  margin-left: 28%;
  font-weight: 100;
  border: 2px solid #fff; }

.child-badge-div {
  margin-right: 10%; }

.child-bade-div1 {
  text-align: right; }

.no-radius {
  border-radius: 0; }

.all-radius {
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px; }

.left-radius {
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px; }

.right-radius {
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px; }

.child-badge {
  font-size: 12px;
  line-height: 14px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding: 3px 5px;
  display: inline-block;
  min-width: 49px;
  text-align: center;
  font-weight: 100; }

.parent-checkbox {
  padding-left: 25.5%;
  cursor: pointer; }
  @media (min-width: 1440px) {
    .parent-checkbox {
      padding-left: 25.3%; } }
  @media (min-width: 1024px) and (max-width: 1439px) {
    .parent-checkbox {
      padding-left: 26%; } }
  @media (max-width: 767.98px) {
    .parent-checkbox {
      padding-left: 26%; } }

.child-checkbox {
  cursor: pointer; }

.color-KJ {
  background-color: #e0115f;
  color: #fff !important; }

.vl-color-KJ {
  border-left: 5px solid #e0115f; }

.color-SP {
  background-color: #721422;
  color: #fff !important; }

.vl-color-SP {
  border-left: 5px solid #721422; }

.color-BRT, .color-BR {
  background-color: black;
  color: #fff !important; }

.vl-color-BRT, .vl-color-BR {
  border-left: 5px solid black; }

.color-SBK, .color-SB {
  background-color: green;
  color: #fff !important; }

.vl-color-SBK, .vl-color-SB {
  border-left: 5px solid green; }

.color-AG {
  background-color: #fe8e10;
  color: #fff !important; }

.color-yellow-child-AG {
  background-color: #fe8e10;
  color: black !important; }

.vl-color-AG {
  border-left: 5px solid #fe8e10; }

.color-KD, .color-KA {
  background-color: #dc241f;
  color: #fff !important; }

.vl-color-KD, .vl-color-KA {
  border-left: 5px solid #dc241f; }

.color-KB, .color-KC {
  background-color: #1964b7;
  color: #fff !important; }

.vl-color-KB, .vl-color-KC {
  border-left: 5px solid #1964b7; }

.color-KT {
  background-color: #139593;
  color: #fff !important; }

.vl-color-KT {
  border-left: 5px solid #139593; }

.color-SB {
  background-color: #1e4d2b;
  color: #fff !important; }

.vl-color-SB {
  border-left: 5px solid #1e4d2b; }

.color-MR {
  background-color: #7dba00;
  color: #fff !important; }

.vl-color-MR {
  border-left: 5px solid #7dba00; }

.mrt-filter-v2 .mrt-lines {
  padding: 0px 10px; }

.mrt-filter-v2 .filter-mrt-item {
  padding: 0 0;
  border-bottom: 1px solid #e6e6e6;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .mrt-filter-v2 .filter-mrt-item.search-by .col:first-child {
    margin-right: 15px; }
  .mrt-filter-v2 .filter-mrt-item .badge-SBK {
    color: #fff;
    background-color: #0c8037; }
  .mrt-filter-v2 .filter-mrt-item .badge-KJ {
    color: #fff;
    background-color: #f60549; }
  .mrt-filter-v2 .filter-mrt-item .badge-SP {
    color: #fff;
    background-color: #831311; }
  .mrt-filter-v2 .filter-mrt-item .badge-AG {
    color: #fff;
    background-color: #ef8410; }
  .mrt-filter-v2 .filter-mrt-item .badge-MR {
    color: #fff;
    background-color: #7eca34; }
  .mrt-filter-v2 .filter-mrt-item .badge-KD {
    color: #fff;
    background-color: #f0251e; }
  .mrt-filter-v2 .filter-mrt-item .badge-KB {
    color: #fff;
    background-color: #2e64be; }
  .mrt-filter-v2 .filter-mrt-item .badge-KA {
    color: #fff;
    background-color: #f0251e; }
  .mrt-filter-v2 .filter-mrt-item .badge-KC {
    color: #fff;
    background-color: #2e64be; }
  .mrt-filter-v2 .filter-mrt-item .badge-KT {
    color: #fff;
    background-color: #03a8a4; }
  .mrt-filter-v2 .filter-mrt-item .badge-SB {
    color: #fff;
    background-color: #034d36; }

.mrt-filter-v2 .filter-selection {
  color: #414141;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 10px;
  padding-right: 15px;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  max-width: 190px; }
  .mrt-filter-v2 .filter-selection::after {
    content: '';
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 5px solid #414141;
    position: absolute;
    right: 0;
    top: 7px; }

.mrt-filter-v2 .close-collapse {
  font-size: 12px;
  color: #488BF8;
  font-weight: 600;
  margin: 0 0 0;
  float: right; }

.mrt-filter-v2 .fix-height {
  max-height: 250px;
  overflow-y: scroll; }

@media (min-width: 768px) {
  .prop-container {
    max-width: 1130px !important; } }

.radio {
  margin: 0 0 10px; }
  .radio input[type="radio"] {
    position: absolute;
    opacity: 0; }
    .radio input[type="radio"] + .radio-label {
      font-weight: 400;
      cursor: pointer;
      position: relative; }
      .radio input[type="radio"] + .radio-label:before {
        content: '';
        background: #fff;
        border-radius: 100%;
        border: 1px solid #C5C1CC;
        display: inline-block;
        width: 1.4em;
        height: 1.4em;
        position: relative;
        top: 0;
        margin-right: 1em;
        vertical-align: top;
        cursor: pointer;
        text-align: center;
        transition: all 0.35s ease-in-out; }
      .radio input[type="radio"] + .radio-label:after {
        content: '';
        display: block;
        position: absolute;
        top: 4px;
        left: 8px;
        width: 5px;
        height: 10px;
        border: solid #000000;
        border-width: 0 1px 1px 0;
        transition: all 0.3s ease;
        transform: rotate(45deg);
        opacity: 0; }
    .radio input[type="radio"]:checked + .radio-label:after {
      transform: rotate(45deg);
      opacity: 1; }
    .radio input[type="radio"]:disabled + .radio-label:before {
      box-shadow: inset 0 0 0 4px #C5C1CC;
      border-color: #847b92;
      background: #847b92; }
    .radio input[type="radio"] + .radio-label:empty:before {
      margin-right: 0; }

.content-list-slider .slick-arrow {
  top: calc(40% - 30px); }

.buttons {
  margin-top: 30px; }
  .buttons .button {
    min-width: 230px;
    background-color: #fff;
    border-radius: 25px;
    height: 50px;
    color: #FA477B;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    display: inline-flex;
    font-weight: 400;
    text-transform: capitalize;
    text-decoration: none;
    position: relative;
    border: none;
    cursor: pointer;
    transition: all 0.35s ease-in-out; }
    .buttons .button:hover {
      background-color: #462B5A;
      color: #fff; }
    .buttons .button:focus {
      outline: none; }
    .buttons .button_border {
      min-width: 156px;
      height: 42px;
      border: 1px solid #FA477B;
      border-radius: 4px;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      margin-right: 10px; }
      .buttons .button_border:last-child {
        margin-right: 0px; }
      .buttons .button_border:hover {
        background-color: #FA477B; }
    .buttons .button_icon {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      border-radius: 4px;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px; }
      .buttons .button_icon img {
        width: 15px;
        height: 15px;
        margin-left: 10px; }

.propmall-edge {
  overflow-x: hidden; }
  .propmall-edge img {
    max-width: 100%; }
  .propmall-edge h1 {
    font-size: 46px;
    font-weight: 700; }
  .propmall-edge h2 {
    font-size: 36px;
    font-weight: 700;
    color: #462B5A; }

.slick-list {
  margin: 0px; }

.slick-arrow {
  width: 65px;
  height: 65px;
  top: 50%;
  z-index: 2;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  transition: all 0.5s ease-in-out; }
  .slick-arrow::before {
    content: none; }
  @media (max-width: 767.98px) {
    .slick-arrow {
      display: none !important; } }

.slick-disabled {
  pointer-events: none;
  opacity: 0.6; }

.slick-next {
  background-image: url(/static/images/vpm/swipe-right.svg);
  right: -45px; }
  .slick-next:hover, .slick-next:focus {
    background-image: url(/static/images/vpm/swipe-right.svg); }

.slick-prev {
  background-image: url(/static/images/vpm/swipe-left.svg);
  left: -45px; }
  .slick-prev:hover, .slick-prev:focus {
    background-image: url(/static/images/vpm/swipe-left.svg); }

.slider-area {
  position: relative; }
  .slider-area--sm {
    margin: 15px 0; }
    .slider-area--sm .slick-list {
      margin: 0 60px; }
    .slider-area--sm .slick-next {
      right: -10px; }
    .slider-area--sm .slick-prev {
      left: -10px; }

.news-prop-item {
  padding: 0 5px;
  transition: all 0.35s ease-in-out; }
  .news-prop-item-img {
    width: 100%;
    height: 250px;
    margin-bottom: 15px;
    overflow: hidden; }
    .news-prop-item-img img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center; }
    @media (max-width: 767.98px) {
      .news-prop-item-img {
        height: 180px; } }
  .news-prop-item-content {
    width: 85%;
    color: #462B5A; }
    .news-prop-item-content h5 {
      font-size: 18px;
      font-weight: 700;
      line-height: 1.3; }
    .news-prop-item-content p {
      font-size: 15px; }
  .news-prop-item a:hover {
    text-decoration: none; }
  .news-prop-item:hover {
    transform: translateY(-5px); }

.prop-bg-pseudo {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 1210px;
  -webkit-transition: border-radius 1s ease-out;
  transition: border-radius 1s ease-out;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  overflow: hidden; }
  .prop-bg-pseudo img {
    width: 100%; }
  .prop-bg-pseudo.prop-header__bg {
    left: -200px;
    top: -660px; }
  .prop-bg-pseudo.prop-join__bg {
    padding-left: 100px;
    width: 100%; }

.has-bg {
  position: relative; }
  .has-bg > .prop-bg-pseudo {
    overflow: visible; }
  .has-bg__one .prop-bg-pseudo {
    left: auto;
    right: -340px;
    top: -270px;
    width: 870px; }
  .has-bg__two .prop-bg-pseudo {
    right: auto;
    left: -320px;
    top: -320px; }
  .has-bg > div:not(.prop-bg-pseudo) {
    position: relative;
    z-index: 1; }

.explore-prop-item {
  position: relative;
  padding: 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: auto;
  opacity: 1;
  transition: all 0.4s ease-in-out; }
  .explore-prop-item h4 {
    color: #fff;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    width: calc(100% - 60px);
    padding: 20px 30px;
    font-size: 1rem;
    font-weight: 600;
    text-transform: uppercase; }
  .explore-prop-item a {
    width: 100%;
    height: 200px;
    display: inline-block; }
  .explore-prop-item .prop-bg-pseudo {
    width: 180px;
    height: 180px;
    top: 10px; }
  .explore-prop-item img {
    transition: all 0.5s ease; }
  @media (min-width: 992px) {
    .explore-prop-item:hover .prop-bg-pseudo img {
      -webkit-transform: scale(1.5);
      -ms-transform: scale(1.5);
      transform: scale(1.5); } }
  @media (max-width: 767.98px) {
    .explore-prop-item {
      padding: 0 5px; }
      .explore-prop-item h4 {
        width: calc(100% - 15px);
        padding: 15px;
        font-size: 14px; } }

.has-nowrap {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  overflow-x: auto;
  padding-bottom: 30px; }
  @media (min-width: 992px) {
    .has-nowrap {
      margin-right: -100px !important; } }
  @media (max-width: 767.98px) {
    .has-nowrap {
      padding-bottom: 10px; } }
  .has-nowrap::-webkit-scrollbar-track {
    border-radius: 4px;
    height: 1px;
    width: 1px;
    background: rgba(0, 0, 0, 0.16); }
  .has-nowrap::-webkit-scrollbar {
    width: 3px;
    height: 3px; }
  .has-nowrap::-webkit-scrollbar-thumb {
    border-radius: 4px;
    height: 6px;
    background-color: #FFCD00; }

.prop-header {
  height: 550px;
  min-height: 550px;
  color: #fff;
  position: relative;
  z-index: 2;
  margin-bottom: 100px; }
  .prop-header > .row {
    height: 100%;
    position: relative;
    z-index: 2;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .prop-header h1 {
    color: #fff;
    margin: 20px 0; }
  @media (min-width: 576px) {
    .prop-header .hero_overlay {
      margin-right: 60px; } }
  .prop-header .hero_overlay img {
    max-width: 220px; }
  .prop-header .loan-check {
    padding: 50px;
    text-align: center;
    letter-spacing: 0px;
    font-size: 20px;
    line-height: 27px;
    color: white; }
    .prop-header .loan-check img {
      width: 15px;
      margin-left: 5px; }
  @media (max-width: 767.98px) {
    .prop-header {
      background-image: url("/static/images/vpm/one-alt.png");
      background-size: cover;
      min-height: 250px;
      height: auto;
      margin-bottom: 100px;
      margin-left: -30px;
      margin-right: -30px;
      padding: 0 30px;
      width: calc(100% + 60px) !important; }
      .prop-header .prop-container {
        position: relative;
        z-index: 1; } }
  .prop-header .prop-bg-pseudo {
    top: -885px;
    left: -220px; }
  .prop-header .hero_tag {
    width: 245px;
    height: 245px;
    margin-left: auto;
    top: 160px;
    margin-right: 50px;
    font-size: 66px;
    font-weight: 500;
    line-height: 55px;
    letter-spacing: -3px;
    position: relative;
    z-index: 2;
    border-radius: 50%;
    background-color: #462B5A;
    box-shadow: 0px 3px 20px rgba(70, 43, 90, 0.5); }
    @media (max-width: 1199.98px) {
      .prop-header .hero_tag {
        width: 200px;
        height: 200px;
        margin-right: 0px; } }
    @media (max-width: 991.98px) {
      .prop-header .hero_tag {
        top: 0; } }
    .prop-header .hero_tag-content {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      height: 100%;
      position: relative;
      z-index: 1; }
      .prop-header .hero_tag-content > div {
        text-transform: uppercase;
        font-size: 22px;
        font-weight: 700;
        letter-spacing: 0px;
        line-height: 35px;
        color: #FFCD00; }
      .prop-header .hero_tag-content .refLink {
        font-size: 16px;
        color: #fff;
        font-weight: 400;
        letter-spacing: 0px;
        line-height: 2.2; }
        .prop-header .hero_tag-content .refLink img {
          width: 15px;
          margin-left: 5px; }
  @media (max-width: 767.98px) {
    .prop-header .search_tag {
      top: 130px !important; } }

.prop-featured-prop {
  position: relative;
  margin-bottom: 80px; }
  .prop-featured-prop .prop-featured-content > .row {
    margin-left: -7.5px;
    margin-right: -90px; }
    .prop-featured-prop .prop-featured-content > .row > .col-12 {
      padding-left: 7.5px;
      padding-right: 7.5px;
      margin-bottom: 15px; }
    @media (min-width: 768px) {
      .prop-featured-prop .prop-featured-content > .row {
        margin-left: -7.5px;
        margin-right: -7.5px; } }
  @media (min-width: 576px) {
    .prop-featured-prop .has-nowrap .col-lg-4 {
      flex: 0 0 31.1111%;
      max-width: 31.1111%; } }
  .prop-featured-prop .revealer {
    display: block;
    width: 100%;
    min-height: 400px;
    height: 100%;
    overflow: hidden;
    position: relative;
    text-align: center;
    border-radius: 5px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16); }
    .prop-featured-prop .revealer .feature-thumb {
      width: 80%;
      height: 80%;
      position: absolute;
      left: 35px;
      top: 30px;
      border-radius: 4px;
      z-index: 3; }
      .prop-featured-prop .revealer .feature-thumb .price {
        position: absolute;
        font-size: 18px;
        bottom: 20px;
        color: #ffffff;
        text-shadow: 1px 1px 2px #000000;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto; }
      .prop-featured-prop .revealer .feature-thumb img {
        transform: none !important; }
      .prop-featured-prop .revealer .feature-thumb h4 {
        text-shadow: 1px 1px 2px #000000; }
        @media (max-width: 767.98px) {
          .prop-featured-prop .revealer .feature-thumb h4 {
            white-space: pre-wrap; } }
    .prop-featured-prop .revealer h4 {
      -webkit-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
    .prop-featured-prop .revealer img {
      -webkit-transition: all 0.4s ease-in-out;
      transition: all 0.4s ease-in-out; }
    .prop-featured-prop .revealer h4 {
      position: absolute;
      left: 0;
      width: 100%;
      color: #fff;
      font-size: 16px;
      font-weight: 600;
      text-transform: uppercase; }
    .prop-featured-prop .revealer img {
      display: block;
      position: relative;
      -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
      transform: scale(1.1);
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center; }
    .prop-featured-prop .revealer .overlay {
      width: 100%;
      height: 100%;
      position: absolute;
      overflow: hidden;
      top: 0;
      left: 0;
      z-index: 1;
      -webkit-transition: all 0.4s ease-in-out;
      transition: all 0.4s ease-in-out;
      background: rgba(0, 0, 0, 0);
      background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 39%, rgba(0, 0, 0, 0.5) 100%);
      background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(39%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.5)));
      background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 39%, rgba(0, 0, 0, 0.5) 100%);
      background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 39%, rgba(0, 0, 0, 0.5) 100%);
      background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 39%, rgba(0, 0, 0, 0.5) 100%);
      background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 39%, rgba(0, 0, 0, 0.5) 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 ); }
      @media (max-width: 767.98px) {
        .prop-featured-prop .revealer .overlay {
          display: none; } }
    .prop-featured-prop .revealer .prop-info {
      display: inline-block;
      color: #fff;
      background-color: transparent;
      opacity: 0;
      filter: alpha(opacity=0);
      -webkit-transform: scale(1.5);
      -ms-transform: scale(1.5);
      transform: scale(1.5);
      -webkit-transition: all 0.4s ease-in-out;
      transition: all 0.4s ease-in-out;
      height: 100%;
      width: 100%;
      position: absolute;
      top: 0;
      left: 0;
      padding: 30px 35px;
      text-align: left; }
      .prop-featured-prop .revealer .prop-info > .mb-4 {
        min-height: 56px; }
        @media (max-width: 767.98px) {
          .prop-featured-prop .revealer .prop-info > .mb-4 {
            min-height: 30px; } }
      .prop-featured-prop .revealer .prop-info h5 {
        font-size: 16px;
        font-weight: 400;
        text-transform: capitalize;
        margin: 0px; }
      .prop-featured-prop .revealer .prop-info .fe-prop {
        font-weight: 300;
        text-align: center; }
        .prop-featured-prop .revealer .prop-info .fe-prop-head {
          margin-bottom: 50px; }
          .prop-featured-prop .revealer .prop-info .fe-prop-head .prop-head-place {
            margin-top: 10px;
            font-size: 13px; }
        .prop-featured-prop .revealer .prop-info .fe-prop-body {
          font-size: 15px;
          display: block;
          display: -webkit-box;
          -webkit-box-orient: vertical;
          position: relative;
          line-height: 1.4;
          overflow: hidden;
          text-overflow: ellipsis;
          -webkit-line-clamp: 6;
          height: calc(1em * 1.4 * 6); }
    @media (min-width: 576px) {
      .prop-featured-prop .revealer:hover .overlay {
        background: rgba(70, 43, 90, 0.8); }
      .prop-featured-prop .revealer:hover img {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1); }
      .prop-featured-prop .revealer:hover .prop-info {
        opacity: 1;
        filter: alpha(opacity=100);
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1); }
      .prop-featured-prop .revealer:hover h4 {
        opacity: 0; }
      .prop-featured-prop .revealer:hover .price {
        opacity: 0; } }

.prop-class {
  margin-bottom: 50px; }
  .prop-class > .row {
    margin-left: -7.5px;
    margin-right: -7.5px; }
    .prop-class > .row > .col-12, .prop-class > .row .infinite-scroll-component .prop-class-item {
      padding-left: 7.5px;
      padding-right: 7.5px;
      margin-bottom: 15px; }
    .prop-class > .row.new-launch-row > div, .prop-class > .row.new-launch-row .row {
      width: 100%; }
  .prop-class .prop-class-item .revealer {
    position: relative;
    overflow: hidden; }
    .prop-class .prop-class-item .revealer img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center;
      -webkit-transition: all 0.4s ease-in-out;
      transition: all 0.4s ease-in-out;
      -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
      transform: scale(1.1); }
    .prop-class .prop-class-item .revealer .overlay {
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end;
      padding: 30px;
      text-align: center;
      color: #fff;
      font-weight: 600;
      line-height: 1.3;
      text-decoration: none;
      z-index: 1;
      background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 39%, rgba(0, 0, 0, 0.5) 100%); }
      .prop-class .prop-class-item .revealer .overlay h4 {
        position: static; }
    .prop-class .prop-class-item .revealer:hover img {
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1); }
    @media (max-width: 767.98px) {
      .prop-class .prop-class-item .revealer .prop-info .fe-prop-head {
        margin-bottom: 20px; } }
  .prop-class.prop-premium .prop-class-item .revealer {
    max-height: 400px;
    min-height: 400px; }
  .prop-class.prop-gold > .row, .prop-class.prop-silver > .row {
    margin-left: -5px;
    margin-right: -5px; }
    .prop-class.prop-gold > .row > .col-12, .prop-class.prop-silver > .row > .col-12 {
      padding-left: 5px;
      padding-right: 5px;
      margin-bottom: 10px; }
  @media (min-width: 992px) {
    .prop-class.prop-gold.prop-projects .prop-class-item, .prop-class.prop-silver.prop-projects .prop-class-item {
      flex: 0 0 20%;
      max-width: 20%; } }
  .prop-class.prop-gold .prop-class-item .revealer, .prop-class.prop-silver .prop-class-item .revealer {
    min-height: 300px;
    max-height: 300px;
    height: 100%; }
    .prop-class.prop-gold .prop-class-item .revealer .overlay, .prop-class.prop-silver .prop-class-item .revealer .overlay {
      padding: 30px 15px; }
    .prop-class.prop-gold .prop-class-item .revealer .feature-thumb, .prop-class.prop-silver .prop-class-item .revealer .feature-thumb {
      width: 45px;
      height: 30px;
      left: 15px;
      top: 15px; }
    .prop-class.prop-gold .prop-class-item .revealer .prop-info, .prop-class.prop-silver .prop-class-item .revealer .prop-info {
      padding: 15px; }
      .prop-class.prop-gold .prop-class-item .revealer .prop-info > .mb-4, .prop-class.prop-silver .prop-class-item .revealer .prop-info > .mb-4 {
        min-height: 20px; }
      .prop-class.prop-gold .prop-class-item .revealer .prop-info .fe-prop-head, .prop-class.prop-silver .prop-class-item .revealer .prop-info .fe-prop-head {
        margin-bottom: 30px; }
      .prop-class.prop-gold .prop-class-item .revealer .prop-info .fe-prop-body, .prop-class.prop-silver .prop-class-item .revealer .prop-info .fe-prop-body {
        display: block;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        position: relative;
        line-height: 1.4;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 4;
        height: calc(1em * 1.4 * 4);
        font-size: 13px; }
  @media (min-width: 992px) {
    .prop-class.prop-gold .prop-class-item, .prop-class.prop-silver .prop-class-item {
      flex: 0 0 20%;
      max-width: 20%; } }

.prop-participation {
  margin-bottom: 100px; }
  .prop-participation .participation-head a {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    color: #FA477B;
    font-weight: 700;
    opacity: 1;
    transition: all 0.4s ease-in-out;
    margin-right: 50px; }
    .prop-participation .participation-head a:hover {
      text-decoration: none;
      opacity: 0.6; }
  @media (min-width: 992px) {
    .prop-participation .slick-slider {
      margin: 0 30px; } }
  .prop-participation .slick-list {
    margin: 0 60px; }
  .prop-participation .participation-item {
    padding: 0 15px; }

.prop-explore-slider {
  position: relative;
  margin-bottom: 70px;
  z-index: 1; }
  .prop-explore-slider .slick-list {
    padding-left: 30px;
    margin-right: 30px; }
  @media (max-width: 767.98px) {
    .prop-explore-slider {
      margin-bottom: 50px; }
      .prop-explore-slider .slick-list {
        margin: 0 -30px 0 0; } }

.prop-searchbar .search-component {
  position: absolute;
  width: 100%;
  top: -115px;
  left: 0;
  z-index: 1;
  color: #414141; }
  .prop-searchbar .search-component .search-button {
    width: 100%;
    font-size: 16px;
    line-height: 16px;
    padding: 10px;
    border-radius: 0px; }
  .prop-searchbar .search-component .search-button {
    background-color: #FFCD00;
    border-color: #FFCD00; }
  .prop-searchbar .search-component .search-box {
    background-color: #FFFFFF;
    padding: 60px 100px;
    border-radius: 5px;
    max-width: 812px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16); }
    @media (min-width: 576px) {
      .prop-searchbar .search-component .search-box .search-button {
        width: 80%; } }
    .prop-searchbar .search-component .search-box .buy-rent {
      color: #a0acc1;
      margin-bottom: 30px; }
      .prop-searchbar .search-component .search-box .buy-rent .checktype {
        background-color: transparent;
        color: #A0ACC1;
        border-radius: 0px;
        font-size: 16px;
        border: 0px;
        cursor: pointer; }
      .prop-searchbar .search-component .search-box .buy-rent .buy-div {
        text-align: right; }
      .prop-searchbar .search-component .search-box .buy-rent .active {
        color: #000; }
        .prop-searchbar .search-component .search-box .buy-rent .active .checktype {
          background-color: transparent;
          color: #414141; }
    .prop-searchbar .search-component .search-box .state-select-container .state-select__control, .prop-searchbar .search-component .search-box .place-search-container .place-search__control {
      line-height: 25px; }
  @media (max-width: 767.98px) {
    .prop-searchbar .search-component {
      position: static; }
      .prop-searchbar .search-component .search-box {
        width: 100%;
        padding: 30px; }
      .prop-searchbar .search-component .search-button {
        height: 39px;
        padding: 7px; } }

.prop-searchbar .DefaultBackground {
  background-color: #E9EEF6;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px; }

.prop-searchbar .DefaultProgressBar_progressBar {
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  background-color: #462B5A; }

.prop-searchbar .DefaultHandle_handle {
  background-color: #462B5A;
  box-shadow: 0 0 0 5px rgba(70, 43, 90, 0.5);
  cursor: move; }

.subhead-twohalf {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 20px 0;
  margin-bottom: 20px; }
  .subhead-twohalf a {
    display: inline-block;
    color: #FA477B;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none; }
  @media (max-width: 767.98px) {
    .subhead-twohalf {
      padding: 15px 0;
      margin-bottom: 0px; }
      .subhead-twohalf a {
        font-size: 14px;
        font-weight: 600; } }

.category-btn {
  background-image: url("/static/images/vpm/category.svg");
  background-repeat: no-repeat;
  background-position: center left;
  background-size: 12px;
  color: #462B5A;
  padding-left: 25px; }

.sort-btn {
  padding: 0;
  background: transparent;
  color: rgba(33, 35, 58, 0.7);
  font-size: 14px; }

.category-btn, .sort-btn {
  font-weight: 600; }
  .category-btn:hover, .category-btn:focus, .category-btn:active, .category-btn:active:focus, .sort-btn:hover, .sort-btn:focus, .sort-btn:active, .sort-btn:active:focus {
    background-color: transparent !important;
    box-shadow: none !important;
    border-color: transparent !important; }

#sortCollapse {
  display: inline-block; }

#categoryCollapse {
  margin-top: 35px; }

.sort-wrapper {
  margin-bottom: 40px; }

.properties-wrapper {
  margin-bottom: 100px; }

.properties-list {
  position: relative;
  padding-top: 20px; }

.properties--filter {
  position: relative;
  z-index: 2;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  height: 32px; }

.properties--main {
  position: relative;
  top: 35px;
  left: 0;
  z-index: 1; }
  .properties--main .prop-class .prop-class-item .revealer {
    min-height: 210px;
    max-height: 210px;
    border-radius: 5px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16); }
    .properties--main .prop-class .prop-class-item .revealer .overlay {
      -webkit-box-pack: unset;
      -ms-flex-pack: unset;
      justify-content: unset; }
    .properties--main .prop-class .prop-class-item .revealer .title {
      color: #fff;
      font-size: 12px;
      text-shadow: 1px 1px 2px #000000; }
    .properties--main .prop-class .prop-class-item .revealer .price {
      position: absolute;
      font-size: 14px;
      bottom: 20px;
      color: #ffffff;
      text-shadow: 1px 1px 2px #000000; }

.filter-collapse .radio {
  margin-bottom: 0px;
  color: #462B5A;
  font-size: 14px; }

.filter-collapse .buttons {
  margin: 0 10px; }
  .filter-collapse .buttons .button {
    min-width: 100px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-color: #462B5A;
    height: 32px;
    font-size: 14px;
    color: #462B5A; }
    .filter-collapse .buttons .button:hover, .filter-collapse .buttons .button.active, .filter-collapse .buttons .button:focus, .filter-collapse .buttons .button:active {
      border-color: #FA477B;
      background-color: #FA477B;
      color: #fff;
      box-shadow: none; }
  .filter-collapse .buttons .price-btn {
    display: inline-block; }
    .filter-collapse .buttons .price-btn .dropdown-toggle {
      min-width: 165px;
      border-radius: 2px;
      -webkit-border-radius: 2px;
      -moz-border-radius: 2px;
      border-color: #462B5A;
      background-color: transparent;
      height: 32px;
      font-size: 14px;
      text-align: left;
      color: #462B5A;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .filter-collapse .buttons .price-btn .dropdown-toggle:hover, .filter-collapse .buttons .price-btn .dropdown-toggle.active, .filter-collapse .buttons .price-btn .dropdown-toggle:focus, .filter-collapse .buttons .price-btn .dropdown-toggle:active {
        border-color: #FA477B;
        background-color: #FA477B;
        color: #fff;
        box-shadow: none; }
    .filter-collapse .buttons .price-btn .dropdown-item {
      padding: 5px 8px;
      font-size: 14px; }
      .filter-collapse .buttons .price-btn .dropdown-item:hover {
        background-color: #e7ebed; }

@media (min-width: 992px) {
  .filter-collapse {
    opacity: 1 !important; } }

@media (min-width: 992px) {
  .prop-container {
    max-width: 1150px !important; }
    .prop-container-sm {
      max-width: 1060px !important; } }

@media (max-width: 767.98px) {
  .propmall-edge h1 {
    font-size: 26px;
    font-weight: 600; }
  .propmall-edge h2 {
    font-size: 22px;
    font-weight: 600;
    color: #462B5A; }
  .prop-header .hero_overlay img {
    display: none; }
  .prop-header .hero_tag {
    width: 150px;
    height: 150px;
    margin: 0;
    font-size: 32px;
    position: absolute;
    top: 0px;
    left: 50%;
    line-height: 1.4;
    transform: translateX(-50%); }
    .prop-header .hero_tag .loan-check {
      padding: 5px;
      text-align: center;
      letter-spacing: 0px;
      font-size: 15px;
      line-height: 20px;
      color: white; }
      .prop-header .hero_tag .loan-check img {
        width: 15px;
        margin-left: 5px; }
    .prop-header .hero_tag .refLink {
      font-size: 12px;
      line-height: 1; }
      .prop-header .hero_tag .refLink img {
        width: 10px; }
  .prop-header .prop-bg-pseudo {
    display: none; }
  .has-bg__one .prop-bg-pseudo {
    left: auto;
    right: -140px;
    top: 110px;
    width: 400px; }
  .vpm:not(.propmall-detail) .slick-slider .slick-track, .vpm:not(.propmall-detail) .slick-slider .slick-list {
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -o-transform: none !important;
    transform: none !important;
    white-space: nowrap !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    -webkit-overflow-scrolling: touch !important;
    -ms-overflow-style: none !important;
    scrollbar-width: none !important; }
  .prop-bg-pseudo, .prop-bg-pseudo > div {
    border-radius: 0px !important;
    -webkit-animation: none !important;
    animation: none !important; }
  .prop-explore-slider .slick-list {
    padding-left: 0px; }
  .explore-prop-item a {
    height: auto; }
  .explore-prop-item h4 {
    z-index: 1; }
  .explore-prop-item .prop-bg-pseudo {
    width: 100%;
    height: 100%;
    position: static; }
    .explore-prop-item .prop-bg-pseudo img {
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1);
      object-fit: contain; }
  .prop-expo__item .blob_expo {
    display: none; }
  .prop-expo__item:first-child {
    background-image: url("/static/images/propmall/Group 5903@2x.png"); }
    .prop-expo__item:first-child .prop-expo-content {
      margin-left: 10%; }
  .prop-expo__item:last-child {
    background-image: url("/static/images/propmall/Group 5904@2x.png"); }
  .modal-body {
    padding-left: 0px;
    padding-right: 0px; }
  .prop-header {
    padding-top: 40px;
    padding-bottom: 75px; }
  .container.prop-container, .container.prop-container-sm {
    max-width: 100%;
    padding-left: 25px;
    padding-right: 25px; }
  .slick-list {
    margin: 0 -35px 0 0; }
  .slider-area--sm {
    margin: 0; }
    .slider-area--sm .slick-list {
      margin: 0 -30px 0 -30px; }
  .prop-featured-prop {
    margin-bottom: 30px; }
    .prop-featured-prop .prop-featured-content > .row {
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      overflow-x: auto;
      margin-right: -30px;
      white-space: nowrap !important;
      overflow-x: auto !important;
      overflow-y: hidden !important;
      -webkit-overflow-scrolling: touch !important;
      -ms-overflow-style: none !important;
      scrollbar-width: none !important; }
      .prop-featured-prop .prop-featured-content > .row > .col-12 {
        flex: 0 0 93%;
        -ms-flex: 0 0 93%;
        max-width: 93%; }
  .prop-expo {
    margin-bottom: 40px; }
    .prop-expo .prop-expo__item {
      min-height: 300px; }
      .prop-expo .prop-expo__item .prop-expo-content {
        padding: 0 30px; }
        .prop-expo .prop-expo__item .prop-expo-content h4 {
          font-size: 16px; }
        .prop-expo .prop-expo__item .prop-expo-content p {
          font-size: 12px; }
  .prop-offer {
    display: none; }
  .prop-class {
    margin-bottom: 40px; }
    .prop-class > .row {
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      overflow-x: auto;
      margin-right: -30px !important; }
    .prop-class.prop-premium .prop-class-item .revealer {
      max-height: 330px;
      min-height: 330px; }
      .prop-class.prop-premium .prop-class-item .revealer .overlay {
        padding: 30px 50px; }
    .prop-class.prop-premium > .row > .col-12 {
      flex: 0 0 80%;
      -ms-flex: 0 0 80%;
      max-width: 80%; }
    .prop-class.prop-gold .prop-class-item .revealer, .prop-class.prop-silver .prop-class-item .revealer {
      max-height: 260px; }
      .prop-class.prop-gold .prop-class-item .revealer .overlay, .prop-class.prop-silver .prop-class-item .revealer .overlay {
        padding: 30px; }
    .prop-class.prop-gold > .row > .col-12, .prop-class.prop-silver > .row > .col-12 {
      flex: 0 0 65%;
      -ms-flex: 0 0 65%;
      max-width: 65%; }
  .prop-list-w-content, .prop-spotlight {
    margin-bottom: 50px; }
  .prop-interstetial {
    margin-bottom: 50px;
    padding: 60px 0; }
    .prop-interstetial .interstetial-content {
      padding: 0 15px; }
      .prop-interstetial .interstetial-content h3 {
        font-size: 22px;
        margin-bottom: 15px; }
      .prop-interstetial .interstetial-content p {
        font-size: 14px; }
      .prop-interstetial .interstetial-content .buttons {
        margin-top: 0px; }
  .prop-video {
    margin-bottom: 20px; }
    .prop-video .slick-list {
      margin: 0 -30px 0 0; }
    .prop-video .gallery-thumbs {
      display: none; }
    .prop-video .gallery-main-item > div {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      padding: 0px 5px;
      min-height: auto; }
      .prop-video .gallery-main-item > div iframe, .prop-video .gallery-main-item > div .video-desc {
        flex: 0 0 100%;
        max-width: 100%; }
      .prop-video .gallery-main-item > div .video-desc {
        background: #fff;
        padding: 20px 10px; }
        .prop-video .gallery-main-item > div .video-desc h4 {
          font-size: 16px;
          margin-bottom: 7px; }
        .prop-video .gallery-main-item > div .video-desc p {
          font-size: 14px; }
  .prop-participation {
    margin-bottom: 60px; }
    .prop-participation .participation-item {
      padding: 0 5px; }
    .prop-participation .participation-head {
      position: relative; }
      .prop-participation .participation-head a {
        margin: 0;
        position: absolute;
        top: 160px;
        left: 50%;
        transform: translateX(-50%); }
  .prop-explore-slider .subhead-twohalf h2 {
    text-align: center; }
  .prop-join-now .join-now-info {
    padding: 50px 0; }
    .prop-join-now .join-now-info h2 {
      font-size: 26px; }
    .prop-join-now .join-now-info h4 {
      font-size: 14px; }
    .prop-join-now .join-now-info .form-group .form-control {
      height: 48px; }
    .prop-join-now .join-now-info .form-check {
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start; }
  .properties-wrapper {
    margin-bottom: 15px; }
    .properties-wrapper h1 {
      margin-bottom: 20px;
      text-align: center; }
  .properties--main {
    top: 15px; }
    .properties--main .prop-class > .row {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin-right: -5px !important; }
      .properties--main .prop-class > .row > .col-12 {
        flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        max-width: 50%; }
  .properties--filter {
    position: relative;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
    .properties--filter > [class*='col-'] {
      position: static;
      width: 100%;
      padding-right: 0px; }
      .properties--filter > [class*='col-'] .sort-btn, .properties--filter > [class*='col-'] .category-btn {
        width: 100%;
        text-align: left;
        position: relative; }
        .properties--filter > [class*='col-'] .sort-btn::after, .properties--filter > [class*='col-'] .category-btn::after {
          position: absolute;
          right: 15px;
          top: 15px; }
    .properties--filter .filter-collapse {
      position: absolute;
      top: 45px;
      left: 0;
      width: 100%;
      z-index: 1;
      background: #fff;
      pointer-events: none;
      margin: 0px !important;
      padding: 10px 15px 20px; }
      .properties--filter .filter-collapse .buttons {
        text-align: center; }
        .properties--filter .filter-collapse .buttons .button {
          margin-bottom: 10px;
          min-width: 100%; }
        .properties--filter .filter-collapse .buttons .price-btn {
          display: block; }
          .properties--filter .filter-collapse .buttons .price-btn .dropdown-toggle, .properties--filter .filter-collapse .buttons .price-btn .dropdown-menu {
            min-width: 100%; }
      .properties--filter .filter-collapse.show {
        pointer-events: all; }
    .properties--filter .category-btn, .properties--filter .sort-btn {
      font-size: 14px;
      color: #462B5A;
      font-weight: 600; }
      .properties--filter .category-btn::after, .properties--filter .sort-btn::after {
        display: inline-block;
        margin-left: 10px;
        vertical-align: 1px;
        content: '';
        border-top: 0.3em solid;
        border-right: 0.3em solid transparent;
        border-bottom: 0;
        border-left: 0.3em solid transparent;
        transition: all 0.35s ease; }
      .properties--filter .category-btn[aria-expanded="true"]::after, .properties--filter .sort-btn[aria-expanded="true"]::after {
        border-top: 0;
        border-bottom: 0.3em solid; }
    .properties--filter .sort-btn {
      padding: 0.375rem 0.75rem; } }

.dropdown-toggle::after {
  display: inline-block;
  margin-left: 10px;
  vertical-align: 1px;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
  transition: all 0.35s ease; }

.dropdown-toggle[aria-expanded="true"]::after {
  border-top: 0;
  border-bottom: 0.3em solid; }

.Property-slider {
  margin-bottom: 70px; }
  @media (min-width: 768px) {
    .Property-slider .slider-area {
      margin-right: 30px;
      margin-left: 30px; } }
  @media (min-width: 1200px) {
    .Property-slider .slick-next {
      right: -70px; }
    .Property-slider .slick-prev {
      left: -70px; } }
  .Property-slider.has-bg__two .prop-bg-pseudo {
    top: -50px;
    width: 1100px; }
  @media (max-width: 991.98px) {
    .Property-slider.has-bg__two .prop-bg-pseudo {
      display: block;
      top: -160px;
      width: 900px; } }
  .Property-slider .swiper-prop-item {
    position: relative;
    overflow: hidden;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    border-radius: 5px;
    border: 1px solid rgba(0, 0, 0, 0.1); }
    .Property-slider .swiper-prop-item .overlay {
      position: absolute;
      width: 100%;
      height: 100%;
      background-color: transparent; }
      @media (min-width: 992px) {
        .Property-slider .swiper-prop-item .overlay {
          display: none; } }
  .Property-slider .prop-content-wrapper {
    padding: 40px;
    background: #fff;
    min-height: 400px; }
    .Property-slider .prop-content-wrapper .propdev-header-main {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      margin-bottom: 25px; }
      .Property-slider .prop-content-wrapper .propdev-header-main .dev-thumb {
        width: 100%;
        margin-right: 20px; }
      .Property-slider .prop-content-wrapper .propdev-header-main h4 {
        font-size: 22px;
        color: #462B5A;
        font-weight: 600; }
    .Property-slider .prop-content-wrapper .propdev-header-sub {
      margin-bottom: 25px; }
      .Property-slider .prop-content-wrapper .propdev-header-sub p {
        color: #462B5A;
        font-weight: 600;
        margin-bottom: 0px; }
    .Property-slider .prop-content-wrapper .propdev-body {
      color: #462B5A; }
    .Property-slider .prop-content-wrapper .buttons .button {
      border-radius: 4px;
      background-color: #FA477B;
      color: #fff;
      border: 0;
      cursor: pointer;
      transition: all 0.5s ease; }
      .Property-slider .prop-content-wrapper .buttons .button:hover {
        background-color: #462B5A; }
  .Property-slider .propdev-bg {
    background-size: cover;
    background-repeat: no-repeat; }
  @media (max-width: 991.98px) {
    .Property-slider .slick-slide .swiper-prop-item > .row {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
      flex-direction: column-reverse; }
    .Property-slider .prop-content-wrapper {
      padding: 15px;
      min-height: 300px; }
      .Property-slider .prop-content-wrapper .buttons {
        display: none; }
    .Property-slider .propdev-bg {
      min-height: 240px; } }

.vpm h1 {
  font-size: 40px;
  color: #462B5A;
  font-weight: 800;
  margin-bottom: 35px; }

.vpm h2 {
  font-size: 36px;
  color: #462B5A;
  font-weight: 800;
  margin-bottom: 35px; }

.vpm img {
  max-width: 100%; }

.all-dev {
  margin: 140px 0 60px;
  width: 100%; }
  .all-dev h1 {
    margin-bottom: 50px; }

.related-news-wrapper {
  margin: 75px 0; }
  @media (max-width: 991.98px) {
    .related-news-wrapper {
      margin: 35px 0; } }

.detail-lead-info {
  min-width: 220px;
  padding-right: 15px; }
  .detail-lead-info > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 5px;
    font-weight: 600; }
    .detail-lead-info > div span {
      color: #462B5A;
      font-weight: 400; }
      .detail-lead-info > div span:last-child {
        color: #FA477B; }

@media (min-width: 768px) {
  .detail-lead {
    padding: 120px 0 80px; }
    .detail-lead-logo img {
      max-width: 175px; } }

@media (max-width: 991.98px) {
  .detail-lead {
    margin-bottom: 60px; }
    .detail-lead h1 {
      font-size: 18px !important;
      font-weight: 700;
      text-align: left; }
    .detail-lead .row > .col-8 {
      padding-left: 0px; }
    .detail-lead .buttons {
      margin-top: 15px; }
      .detail-lead .buttons .button {
        min-width: calc(50% - 5px); }
    .detail-lead .detail-lead-info {
      min-width: 100%;
      padding-left: 15px;
      margin-top: 30px; } }

.prop-about-dev {
  margin: 100px 0; }
  .prop-about-dev.has-bg .prop-bg-pseudo {
    left: -320px;
    top: -230px;
    width: 1250px; }
    @media (max-width: 991.98px) {
      .prop-about-dev.has-bg .prop-bg-pseudo {
        display: none; } }
  @media (max-width: 991.98px) {
    .prop-about-dev {
      margin: 30px 0 50px; } }

.prop-projects .prop-featured-content > .row {
  margin-left: -5px;
  margin-right: -5px; }
  .prop-projects .prop-featured-content > .row > .col-12 {
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 10px; }
    .prop-projects .prop-featured-content > .row > .col-12 .revealer {
      min-height: 275px; }
    @media (max-width: 991.98px) {
      .prop-projects .prop-featured-content > .row > .col-12 {
        flex: 0 0 55%;
        -ms-flex: 0 0 55%;
        max-width: 55%; }
        .prop-projects .prop-featured-content > .row > .col-12 .revealer {
          min-height: 200px; } }
    .prop-projects .prop-featured-content > .row > .col-12 .fe-prop-head {
      margin-bottom: 20px; }
      .prop-projects .prop-featured-content > .row > .col-12 .fe-prop-head .prop-head-place {
        margin: 5px 0; }
    .prop-projects .prop-featured-content > .row > .col-12 .fe-prop-body {
      display: block;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      position: relative;
      line-height: 1.4;
      overflow: hidden;
      text-overflow: ellipsis;
      -webkit-line-clamp: 5;
      height: calc(1em * 1.4 * 5); }
      .prop-projects .prop-featured-content > .row > .col-12 .fe-prop-body::after {
        content: '...';
        text-align: right;
        bottom: 0;
        right: 0;
        width: 25%;
        display: block;
        position: absolute;
        height: calc(1em * 1.4); }
      @media (max-width: 991.98px) {
        .prop-projects .prop-featured-content > .row > .col-12 .fe-prop-body {
          font-size: 14px; } }
    @supports (-webkit-line-clamp: 1) {
      .prop-projects .prop-featured-content > .row > .col-12 .fe-prop-body:after {
        display: none !important; } }
    .prop-projects .prop-featured-content > .row > .col-12 .prop-info {
      padding: 20px; }
    @media (min-width: 992px) {
      .prop-projects .prop-featured-content > .row > .col-12 {
        flex: 0 0 20%;
        max-width: 20%; } }
  @media (max-width: 991.98px) {
    .prop-projects .prop-featured-content > .row {
      margin-right: -30px; } }

.two-half {
  margin-right: 0px; }
  .two-half__img {
    min-height: 450px;
    padding-right: 0px; }
    .two-half__img img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover;
      -o-object-position: center;
      object-position: center; }
    @media (min-width: 768px) {
      .two-half__img {
        flex: 0 0 62%;
        max-width: 62%; } }
  .two-half__content {
    padding: 50px 35px;
    background: #FFCD00;
    color: #462B5A;
    font-size: 18px;
    font-weight: 600; }
    .two-half__content h4 {
      font-size: 24px;
      font-weight: 700; }
    .two-half__content p {
      margin-bottom: 30px;
      font-weight: 400; }
    .two-half__content .buttons {
      text-align: center; }
      .two-half__content .buttons .button {
        background-color: #FA477B;
        color: #fff; }
        .two-half__content .buttons .button img {
          width: 15px;
          height: 15px; }
        .two-half__content .buttons .button:hover {
          background-color: #462B5A; }
    @media (min-width: 768px) {
      .two-half__content {
        flex: 0 0 38%;
        max-width: 38%; } }
  @media (max-width: 767.98px) {
    .two-half .two-half__img {
      padding-left: 0px; }
    .two-half .two-half__content {
      padding: 30px;
      text-align: center; }
      .two-half .two-half__content h4 {
        font-size: 16px; }
      .two-half .two-half__content p {
        font-size: 14px;
        margin-bottom: 20px; }
    .two-half .two-half__img, .two-half .two-half__content {
      margin-left: -15px;
      margin-right: -30px;
      width: calc(100% + 60px); } }

.scrollspy-container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.scrollspy-nav {
  padding: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 0.5px solid #462B5A;
  border-bottom: 0.5px solid #cccccc;
  margin-bottom: 0px; }
  .scrollspy-nav li {
    padding: 15px 5px;
    list-style: none;
    position: relative; }
    .scrollspy-nav li a {
      font-size: 18px;
      font-weight: 700;
      color: #AAAAAA;
      text-transform: uppercase;
      transition: all 0.35s ease-in-out; }
      .scrollspy-nav li a:hover, .scrollspy-nav li a:focus {
        text-decoration: none;
        color: #462B5A; }
    .scrollspy-nav li.is-current a {
      color: #462B5A; }
    @media (min-width: 992px) {
      .scrollspy-nav li.is-current::after {
        content: '';
        position: absolute;
        width: 100%;
        height: 0.5px;
        left: 0;
        bottom: 0;
        background: #462B5A; } }

.scrollspy-content {
  max-height: 600px;
  overflow: hidden;
  overflow-y: auto; }
  .scrollspy-content h3 {
    font-size: 46px;
    font-weight: 100;
    text-transform: uppercase;
    color: #462B5A; }
  .scrollspy-content > div {
    padding-top: 40px; }
  .scrollspy-content .dev-item {
    text-align: center;
    margin-bottom: 30px; }
    .scrollspy-content .dev-item h5 {
      color: #462B5A;
      font-size: 16px;
      font-weight: 500;
      margin-top: 10px; }
    @media (min-width: 768px) {
      .scrollspy-content .dev-item {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%; } }
    .scrollspy-content .dev-item > a {
      display: inline-block;
      padding: 0 12px; }
      .scrollspy-content .dev-item > a img {
        -webkit-filter: grayscale(1);
        filter: grayscale(1);
        transition: all 0.5s ease; }
      .scrollspy-content .dev-item > a:hover {
        text-decoration: none; }
        .scrollspy-content .dev-item > a:hover img {
          -webkit-filter: grayscale(0);
          filter: grayscale(0);
          box-shadow: 5px 15px 25px rgba(0, 0, 0, 0.2); }
  .scrollspy-content::-webkit-scrollbar-track {
    border-radius: 4px; }
  .scrollspy-content::-webkit-scrollbar {
    width: 4px; }
  .scrollspy-content::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: #E9EEF6; }

.news-prop-item-content {
  white-space: normal; }

@media (max-width: 991.98px) {
  .all-dev {
    margin: 100px 0 60px; }
  .vpm h1 {
    font-size: 26px;
    text-align: center;
    margin-bottom: 35px; }
  .vpm h2 {
    font-size: 22px;
    text-align: center;
    margin-bottom: 20px; }
  .detail-lead {
    margin-top: 100px; }
    .detail-lead h1 {
      text-align: left;
      margin-bottom: 20px; }
  .scrollspy-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }
  .scrollspy-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    border: 0;
    margin-right: -15px; }
    .scrollspy-nav li {
      padding: 0px; }
      .scrollspy-nav li a {
        font-size: 14px;
        line-height: 1.4; }
  .scrollspy-content h3 {
    font-size: 24px;
    font-weight: 700; }
  .scrollspy-content .col-md-11 {
    padding-right: 30px;
    padding-left: 20px; }
  .scrollspy-content .dev-item {
    padding: 0 10px;
    margin-bottom: 15px; }
    .scrollspy-content .dev-item > a {
      padding: 0; }
      .scrollspy-content .dev-item > a h5 {
        font-size: 12px; } }

.color-primary {
  color: #462B5A; }

.btn-pink {
  background-color: #FA477B; }
  .btn-pink:hover {
    background-color: #f92e69; }

.list-icon ul {
  padding-left: 0px; }
  .list-icon ul li {
    padding: 0 35px;
    list-style: none;
    color: #462B5A;
    font-size: 16px;
    margin-bottom: 20px;
    position: relative; }
    .list-icon ul li img {
      position: absolute;
      top: 3px;
      left: 0;
      width: 16px;
      height: 20px; }

.prop-video {
  margin-bottom: 100px; }
  @media (max-width: 991.98px) {
    .prop-video .gallery-thumbs {
      display: none; } }
  .prop-video .gallery-thumbs .thumb-image {
    position: relative;
    overflow: hidden;
    transition: all 0.4s ease-in-out;
    width: 100%;
    height: 110px; }
    .prop-video .gallery-thumbs .thumb-image img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover;
      -o-object-position: center;
      object-position: center; }
    .prop-video .gallery-thumbs .thumb-image::after {
      content: '';
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      background: rgba(0, 0, 0, 0.65);
      z-index: 1; }
  .prop-video .gallery-thumbs .thumb-text {
    font-size: 14px;
    text-align: left;
    font-weight: 700;
    padding: 15px 15px 15px 0;
    line-height: 1.4;
    color: #462B5A; }
  .prop-video .gallery-thumbs .slick-arrow {
    top: calc(50% - 30px); }
  .prop-video .gallery-thumbs .slick-slide {
    cursor: pointer; }
    .prop-video .gallery-thumbs .slick-slide > div {
      margin: 0px 2.5px; }
    .prop-video .gallery-thumbs .slick-slide.slick-current .thumb-image::after {
      content: none; }
  .prop-video .vid-duration {
    position: absolute;
    padding: 2px 5px;
    bottom: 5px;
    right: 5px;
    background: #462B5A;
    z-index: 1;
    color: #fff;
    font-size: 8px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    z-index: 2; }
  .prop-video .gallery-main .slick-arrow {
    display: none !important; }
  .prop-video .gallery-main .vid-duration {
    bottom: auto;
    top: -20px; }
    @media (min-width: 576px) {
      .prop-video .gallery-main .vid-duration {
        display: none; } }
  .prop-video .gallery-main-item > div {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
    @media (max-width: 1199.98px) {
      .prop-video .gallery-main-item > div {
        height: 300px;
        margin-right: 15px; } }
    @media (min-width: 992px) {
      .prop-video .gallery-main-item > div {
        height: 520px;
        background-color: rgba(0, 0, 0, 0.75);
        margin: 0; } }
    .prop-video .gallery-main-item > div img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover;
      -o-object-position: center;
      object-position: center; }
      @media (min-width: 992px) {
        .prop-video .gallery-main-item > div img {
          width: auto;
          height: 520px;
          object-fit: contain;
          margin-left: auto !important;
          margin-right: auto !important; } }
  .prop-video .gallery-main-item iframe {
    flex: 0 0 100%;
    max-width: 100%; }
    @media (min-width: 992px) {
      .prop-video .gallery-main-item iframe {
        min-height: 510px; } }
  .prop-video .gallery-main-item .video-desc {
    flex: 0 0 25%;
    max-width: 25%;
    background: #FFCD00;
    color: #462B5A;
    padding: 40px 20px;
    text-align: left;
    position: relative; }
    .prop-video .gallery-main-item .video-desc h4 {
      font-size: 18px;
      font-weight: 700;
      margin-bottom: 15px; }
    .prop-video .gallery-main-item .video-desc p {
      font-size: 15px;
      font-weight: 600;
      line-height: 1.4;
      max-height: 300px;
      overflow-y: auto; }
  .prop-video.has-bg .prop-bg-pseudo {
    right: -400px; }

.fixed-bar {
  position: fixed;
  background: #fff;
  width: 100%;
  padding: 15px 60px;
  bottom: 0;
  left: 0;
  z-index: 4;
  box-shadow: 0px -5px 10px rgba(0, 0, 0, 0.24); }
  .fixed-bar .vpex-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .fixed-bar .vpex-logo img {
      width: 50px; }
    .fixed-bar .vpex-logo span {
      font-size: 18px;
      font-weight: 600;
      text-transform: uppercase;
      color: #818181;
      max-width: 450px;
      line-height: 1.3;
      margin-left: 20px; }
      @media (max-width: 767.98px) {
        .fixed-bar .vpex-logo span {
          display: none; } }
  .fixed-bar .btn {
    color: #FA477B;
    padding: 6px 40px;
    font-size: 18px; }
    .fixed-bar .btn.btn-pink {
      color: #FFFFFF; }

.propmall-detail {
  padding-bottom: 75px; }
  .propmall-detail .related-projects .revealer:hover .overlay {
    background: rgba(0, 0, 0, 0.25); }
    .propmall-detail .related-projects .revealer:hover .overlay h4 {
      opacity: 1; }
  .propmall-detail .hero-component {
    margin-bottom: 70px;
    background-color: #462B5A; }
    .propmall-detail .hero-component .row.no-gutters {
      min-height: 680px; }
    .propmall-detail .hero-component .section1 {
      background-color: #462B5A;
      color: white;
      max-width: 422px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .propmall-detail .hero-component .section1 * {
        color: #fff; }
      .propmall-detail .hero-component .section1 .ovlap {
        padding: 70px; }
      .propmall-detail .hero-component .section1 h1 {
        font-size: 40px;
        line-height: 50px;
        font-weight: 200; }
        @media (max-width: 767.98px) {
          .propmall-detail .hero-component .section1 h1 {
            font-size: 26px;
            line-height: 30px; } }
      .propmall-detail .hero-component .section1 .lead {
        font-size: 16px;
        line-height: 26px;
        font-weight: bold;
        width: 306px;
        color: #FFFFFF; }
        @media (max-width: 767.98px) {
          .propmall-detail .hero-component .section1 .lead {
            font-size: 14px;
            width: auto;
            line-height: 22px;
            color: #FFFFFF;
            font-weight: 500; } }
    .propmall-detail .hero-component .section2 {
      position: relative;
      background-size: cover;
      background-position: 50% 50%;
      background-repeat: no-repeat; }
      .propmall-detail .hero-component .section2 .hero_tag_static {
        position: absolute;
        right: 40px;
        bottom: 40px;
        padding: 10px 15px 10px 40px;
        background-color: #fff;
        display: inline-block;
        border-radius: 4px;
        font-size: 14px;
        color: #818181;
        text-transform: uppercase;
        font-weight: 600;
        background-image: url(/static/images/vpm/icon/Repeat-Grid.svg);
        background-repeat: no-repeat;
        background-position: 12px center;
        background-size: 17px;
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.34); }
    .propmall-detail .hero-component .social-icon {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .propmall-detail .hero-component .social-icon a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 40px;
        height: 40px;
        border: 1px solid #fff;
        border-radius: 50%;
        margin-right: 10px;
        background-color: transparent;
        transition: all 0.5s ease; }
        .propmall-detail .hero-component .social-icon a:hover {
          background-color: #331f42; }
  .propmall-detail .description-component {
    margin-bottom: 70px; }
    .propmall-detail .description-component .prop-desc {
      color: #462B5A;
      max-width: 600px;
      white-space: pre-line; }
    .propmall-detail .description-component .prop-company {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .propmall-detail .description-component .prop-company .company-logo {
        width: 100px;
        height: 100px;
        background-color: #fff;
        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
        border: 0.5px solid #e1e1e1;
        border-radius: 10px;
        overflow: hidden;
        margin-right: 15px;
        -ms-flex-negative: 0;
        flex-shrink: 0; }
      .propmall-detail .description-component .prop-company h5 {
        font-size: 14px;
        color: #462B5A;
        font-weight: 600; }
      .propmall-detail .description-component .prop-company p {
        color: #818181;
        font-size: 14px; }
  .propmall-detail .location-prop {
    margin-bottom: 70px; }
    .propmall-detail .location-prop .prop-desc {
      padding-left: 40px; }
    .propmall-detail .location-prop .location-map {
      margin: 15px 0; }
      .propmall-detail .location-prop .location-map .mapboxgl-map {
        border-radius: 5px;
        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16); }
  .propmall-detail .features-prop {
    margin-bottom: 70px; }
    .propmall-detail .features-prop .list-icon ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .propmall-detail .features-prop .list-icon ul li {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%; }
  .propmall-detail .facilities-prop {
    margin-bottom: 70px; }
    .propmall-detail .facilities-prop .list-icon ul {
      columns: 2;
      -webkit-columns: 2;
      -moz-columns: 2; }
  .propmall-detail .amenities-prop {
    margin-bottom: 70px; }
    .propmall-detail .amenities-prop .list-icon ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .propmall-detail .amenities-prop .list-icon ul li {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%; }
        .propmall-detail .amenities-prop .list-icon ul li h5 {
          font-size: 16px;
          font-weight: 600; }

.join-now-info {
  max-width: 500px;
  margin: 0 auto;
  padding: 100px 0 80px;
  text-align: center;
  position: relative;
  z-index: 1;
  color: #fff; }
  .join-now-info h2 {
    color: #fff; }
  .join-now-info h4 {
    font-size: 22px;
    font-weight: 300;
    line-height: 1.4;
    margin-bottom: 30px; }
  .join-now-info .thanks-img {
    margin: 35px 0; }
  .join-now-info .form-group {
    margin-top: 15px;
    text-align: left; }
    .join-now-info .form-group label {
      font-size: 11px;
      font-weight: 600;
      letter-spacing: 1px;
      margin-bottom: 0px; }
    .join-now-info .form-group .form-control {
      height: 40px; }
    .join-now-info .form-group input::placeholder, .join-now-info .form-group textarea::placeholder {
      font-size: 13px;
      color: #8C96A8; }
  .join-now-info .form-check {
    padding-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .join-now-info .form-check label {
      font-size: 14px;
      font-weight: 300;
      letter-spacing: 0px;
      margin-bottom: 0px;
      margin-left: 6px;
      opacity: 0.75; }
      .join-now-info .form-check label a {
        color: #462B5A; }
  .join-now-info .buttons .button {
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    background-color: #462B5A;
    color: #fff;
    border: 0;
    cursor: pointer; }
  .join-now-info--modal {
    padding: 50px 60px;
    background-image: url("/static/images/propmall/one-alt.png");
    background-size: cover;
    max-width: 100%; }
    .join-now-info--modal h2 {
      font-weight: 600;
      margin-bottom: 20px; }
    .join-now-info--modal .form-group .form-control {
      height: 47px; }

.more-info-component {
  background: #FA477B;
  margin-bottom: 0px; }

.property-types-component {
  padding: 60px 0px;
  position: relative;
  margin-bottom: 80px; }
  @media (max-width: 767.98px) {
    .property-types-component {
      padding-bottom: 0;
      margin-bottom: 0; } }
  .property-types-component h1 {
    text-align: left;
    color: #462B5A;
    font-weight: 900;
    font-size: 36px;
    line-height: 40px;
    margin-bottom: 30px; }
    @media (max-width: 767.98px) {
      .property-types-component h1 {
        font-size: 22px;
        line-height: 26px;
        text-align: center; } }
  .property-types-component .btn-pink {
    font-size: 18px;
    color: #FFFFFF;
    padding: 10px 40px; }
  .property-types-component .prop-row {
    display: flex !important; }
    @media (max-width: 767.98px) {
      .property-types-component .prop-row {
        flex-direction: column !important; } }
  .property-types-component .prop-left {
    flex: 0 0 60%;
    max-width: 60%; }
    @media (max-width: 767.98px) {
      .property-types-component .prop-left {
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0 20px; } }
    .property-types-component .prop-left .floor-plan-gallery-slider .slick-slide {
      height: 580px;
      overflow: hidden; }
      .property-types-component .prop-left .floor-plan-gallery-slider .slick-slide div {
        height: 100%; }
        .property-types-component .prop-left .floor-plan-gallery-slider .slick-slide div img {
          width: 100%;
          height: 100%;
          background-color: #ffffff;
          object-fit: contain;
          object-position: center; }
  .property-types-component .prop-right {
    position: relative;
    flex: 0 0 40%;
    max-width: 40%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background: #FFCD00; }
    @media (max-width: 767.98px) {
      .property-types-component .prop-right {
        flex: 0 0 100%;
        max-width: 100%; } }
    .property-types-component .prop-right .floor-plan-thumb-slider {
      margin-top: 50px;
      color: #fff; }
      .property-types-component .prop-right .floor-plan-thumb-slider .slick-list {
        height: 70px; }
      .property-types-component .prop-right .floor-plan-thumb-slider .thumb-block {
        text-align: center; }
        .property-types-component .prop-right .floor-plan-thumb-slider .thumb-block p {
          background-color: #462B5A;
          margin-left: 5px;
          font-size: 16px;
          line-height: 20px;
          font-weight: bold;
          padding: 20px 10px;
          cursor: pointer; }
      .property-types-component .prop-right .floor-plan-thumb-slider .slick-slide.slick-current .thumb-block p {
        background-color: #FA477B; }
      .property-types-component .prop-right .floor-plan-thumb-slider .slick-slide .thumb-block p {
        border-radius: 63% 37% 54% 46% / 55% 48% 52% 45%; }
      .property-types-component .prop-right .floor-plan-thumb-slider .slick-slide:nth-child(2n + 1) .thumb-block p {
        border-radius: 61% 39% 67% 33% / 70% 50% 50% 30%; }
      .property-types-component .prop-right .floor-plan-thumb-slider .slick-slide:nth-child(3n + 2) .thumb-block p {
        border-radius: 46% 54% 50% 50% / 35% 61% 39% 65%; }
    .property-types-component .prop-right .floor-plan-details {
      text-align: left;
      padding: 45px;
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      @media (max-width: 767.98px) {
        .property-types-component .prop-right .floor-plan-details {
          padding-bottom: 30px; } }
      .property-types-component .prop-right .floor-plan-details .floor-plan-details-spec {
        font-size: 15px;
        line-height: 15px;
        color: #462B5A; }
        .property-types-component .prop-right .floor-plan-details .floor-plan-details-spec-list {
          margin-bottom: 15px; }
      .property-types-component .prop-right .floor-plan-details h1 {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 0px; }
        @media (max-width: 767.98px) {
          .property-types-component .prop-right .floor-plan-details h1 {
            text-align: left; } }
  .property-types-component .gallery-slider {
    max-width: 900px; }
    .property-types-component .gallery-slider-item > div {
      min-height: 430px;
      display: flex !important; }
    .property-types-component .gallery-slider-item iframe {
      flex: 0 0 100%;
      max-width: 100%; }
  .property-types-component .gallery-thumbs .thumb-image {
    height: 110px; }
  .property-types-component .prop-bg-pseudo {
    top: -210px; }

@media (max-width: 767.98px) {
  .propmall-detail {
    padding-bottom: 0px; }
    .propmall-detail .container.prop-container, .propmall-detail .container.prop-container-sm {
      padding-left: 30px;
      padding-right: 30px; }
    .propmall-detail .hero-component {
      margin-bottom: 0px; }
      .propmall-detail .hero-component .row.no-gutters {
        min-height: 340px; }
      .propmall-detail .hero-component .section1 .ovlap {
        padding: 45px 30px; }
        .propmall-detail .hero-component .section1 .ovlap h1 {
          text-align: left;
          margin-bottom: 20px; }
      .propmall-detail .hero-component .section2 {
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
        height: 340px; }
        .propmall-detail .hero-component .section2 .hero_tag_static {
          right: 20px;
          bottom: 20px; }
    .propmall-detail .fixed-bar {
      padding: 15px 45px; }
      .propmall-detail .fixed-bar .btn {
        padding: 6px 20px;
        font-size: 16px; }
    .propmall-detail .description-component {
      margin: 40px 0 50px;
      white-space: pre-line; }
      .propmall-detail .description-component .prop-desc {
        font-size: 14px;
        margin-bottom: 20px; }
      .propmall-detail .description-component .prop-company .company-logo {
        width: 75px;
        height: 75px; }
      .propmall-detail .description-component .prop-company h5 {
        font-weight: 600; }
      .propmall-detail .description-component .prop-company h5, .propmall-detail .description-component .prop-company p {
        font-size: 12px; }
    .propmall-detail .prop-video {
      margin-bottom: 40px; }
      .propmall-detail .prop-video.has-bg .prop-bg-pseudo {
        display: none; }
    .propmall-detail .list-icon ul li {
      font-size: 14px;
      padding-right: 0px; }
      .propmall-detail .list-icon ul li:last-child {
        margin-bottom: 0px; }
    .propmall-detail .location-prop {
      margin-bottom: 40px; }
      .propmall-detail .location-prop .prop-desc {
        padding-left: 0px;
        font-size: 14px; }
      .propmall-detail .location-prop .list-icon ul li {
        font-size: 12px; }
    .propmall-detail .features-prop, .propmall-detail .amenities-prop {
      margin-bottom: 40px; }
      .propmall-detail .features-prop .list-icon ul li, .propmall-detail .amenities-prop .list-icon ul li {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%; }
    .propmall-detail .facilities-prop {
      margin-bottom: 40px; }
      .propmall-detail .facilities-prop .list-icon ul {
        columns: 1;
        -webkit-columns: 1;
        -moz-columns: 1; }
    .propmall-detail .property-types-component {
      padding-top: 0px; }
      .propmall-detail .property-types-component .slick-list {
        margin: 0; }
      .propmall-detail .property-types-component .prop-left {
        padding: 0px; }
        .propmall-detail .property-types-component .prop-left .floor-plan-gallery-slider .slick-slide {
          height: 300px; }
      .propmall-detail .property-types-component .prop-right {
        margin-left: -30px;
        margin-right: -30px;
        max-width: unset; }
        .propmall-detail .property-types-component .prop-right .floor-plan-details .btn-pink {
          margin-top: 30px; }
        .propmall-detail .property-types-component .prop-right .floor-plan-thumb-slider .thumb-block p {
          padding: 15px 10px; }
        .propmall-detail .property-types-component .prop-right .floor-plan-thumb-slider .slick-list {
          height: 50px; }
      .propmall-detail .property-types-component .prop-bg-pseudo {
        display: none; }
    .propmall-detail .join-now-info {
      padding: 70px 0 60px; }
      .propmall-detail .join-now-info h4 {
        font-size: 14px; }
    .propmall-detail .more-info-component {
      margin-bottom: 0px; } }

@media (min-width: 1200px) {
  .container--md {
    max-width: 1040px !important; } }

.areaOutlook {
  background-color: #fff; }
  @media screen and (max-width: 600px) {
    .areaOutlook .project-outlook-tabs {
      font-size: 14px !important;
      padding: 9px !important; } }

.area-outlook {
  padding: 20px 0; }
  .area-outlook h2 {
    font-size: 28px;
    color: #414141;
    font-weight: 600; }
    @media screen and (max-width: 600px) {
      .area-outlook h2 {
        font-size: 21px; } }
  .area-outlook .accordion {
    padding-top: 30px; }
    .area-outlook .accordion .card {
      border: 0.5px solid #D3D3D3 !important;
      margin-bottom: 13px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
      flex-direction: column-reverse; }
      .area-outlook .accordion .card-header {
        font-size: 14px;
        background-color: transparent;
        position: relative;
        cursor: pointer; }
        .area-outlook .accordion .card-header::after {
          content: '';
          position: absolute;
          top: 18px;
          right: 17px;
          width: 8px;
          height: 8px;
          background-image: url("/static/images/icons/arrow-down.png");
          background-size: contain;
          background-repeat: no-repeat;
          transition: all 0.3s ease;
          -webkit-transform: none;
          transform: none; }
      .area-outlook .accordion .card-body a {
        display: block;
        font-size: 13px;
        padding-bottom: 3px;
        position: relative;
        padding-left: 10px; }
        .area-outlook .accordion .card-body a::after {
          content: '';
          position: absolute;
          left: 0;
          top: 6px;
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 4px 4px 4px 0;
          border-color: transparent #488BF8 transparent transparent;
          transform: scale(-1); }
      .area-outlook .accordion .card .show + .card-header::after {
        transform: scaleY(-1);
        -webkit-transform: scaleY(-1); }

.area-tab {
  border: none;
  margin-top: 20px; }
  .area-tab a {
    font-size: 18px !important;
    padding-left: 0px !important;
    padding-right: 45px !important; }
    .area-tab a:hover {
      border-color: transparent !important; }
    .area-tab a.active {
      background-color: transparent !important; }
    @media screen and (max-width: 600px) {
      .area-tab a {
        padding-right: 8px !important;
        font-size: 14px !important; } }

@media (min-width: 992px) {
  .container--sm {
    max-width: 1024px !important; } }

@media (min-width: 1200px) {
  .container--sm {
    max-width: 1170px !important; } }

.my-profile {
  background: #F0F0F0; }
  .my-profile img {
    max-width: 100%; }
  .my-profile a:hover, .my-profile a:focus {
    text-decoration: none; }
  .my-profile .profile-varient {
    max-width: 760px;
    margin: 0 auto; }
  .my-profile .profile-wrapper {
    padding: 20px 0; }
    @media (max-width: 767.98px) {
      .my-profile .profile-wrapper {
        padding: 0 0 20px; } }
  .my-profile .profile-pic {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    border: 3px solid #fff;
    position: relative;
    z-index: 2;
    overflow: hidden; }
    @media (max-width: 767.98px) {
      .my-profile .profile-pic {
        width: 75px;
        height: 75px;
        border-width: 2px; } }
    .my-profile .profile-pic img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover;
      -o-object-position: center;
      object-position: center; }
    .my-profile .profile-pic .pic-overlay {
      cursor: pointer;
      width: 100%;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      background: rgba(0, 0, 0, 0.2);
      z-index: 1;
      color: #fff; }
  .my-profile .profile-text {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    color: #fff;
    padding-left: 70px; }
    .my-profile .profile-text h3 {
      font-size: 22px;
      margin-bottom: 2px;
      font-weight: 300; }
    .my-profile .profile-text h5 {
      font-size: 15px;
      color: rgba(255, 255, 255, 0.77);
      font-weight: 300; }
    @media (max-width: 767.98px) {
      .my-profile .profile-text {
        padding-left: 25px; }
        .my-profile .profile-text h3 {
          font-size: 17px; }
        .my-profile .profile-text h5 {
          font-size: 12px; } }
  .my-profile .profile-header__top {
    background: #488BF8;
    padding: 30px 15px; }
    @media (min-width: 768px) {
      .my-profile .profile-header__top {
        border-radius: 4px 4px 0 0;
        margin-bottom: -50px; } }
    @media (max-width: 767.98px) {
      .my-profile .profile-header__top {
        padding: 10px 30px; } }
  .my-profile .profile-header__down {
    border-radius: 0 0 4px 4px;
    background: #fff; }
    .my-profile .profile-header__down .nav-tabs {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      border: 0; }
      .my-profile .profile-header__down .nav-tabs a {
        font-size: 15px;
        border: 0;
        background: transparent;
        padding: 15px 0px;
        margin: 0 15px;
        color: rgba(23, 23, 23, 0.43);
        font-weight: 500; }
        .my-profile .profile-header__down .nav-tabs a.active {
          color: #171717;
          box-shadow: inset 0 -2px 0px 0px #53565C; }
        @media (max-width: 767.98px) {
          .my-profile .profile-header__down .nav-tabs a {
            font-size: 12px;
            padding: 10px 0px;
            margin: 0 10px; } }
  .my-profile .profile-header-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .my-profile .profile-body {
    margin-top: 20px; }
    .my-profile .profile-body .account-wrapper {
      background-color: #fff;
      border-radius: 4px;
      padding: 40px 15px; }
      @media (max-width: 767.98px) {
        .my-profile .profile-body .account-wrapper {
          padding: 30px 15px 10px; } }
    @media (max-width: 767.98px) {
      .my-profile .profile-body .shortlist-wrapper {
        padding: 0 15px; } }
    .my-profile .profile-body .shortlist-item {
      max-width: 650px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      min-height: 200px;
      margin: 15px auto;
      background: #fff;
      position: relative; }
      @media (max-width: 767.98px) {
        .my-profile .profile-body .shortlist-item {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column; } }
      .my-profile .profile-body .shortlist-item .shortlist-close {
        position: absolute;
        top: 10px;
        right: 10px;
        z-index: 1;
        background: #fff;
        border-radius: 50%;
        cursor: pointer;
        display: inline-block;
        line-height: 1; }
        .my-profile .profile-body .shortlist-item .shortlist-close .closebuttonicon {
          width: 24px; }
        .my-profile .profile-body .shortlist-item .shortlist-close .closebutton {
          padding: 0 !important; }
        .my-profile .profile-body .shortlist-item .shortlist-close img {
          width: 10px; }
    .my-profile .profile-body .shortlist-thumb {
      -ms-flex-negative: 0;
      flex-shrink: 0;
      width: 35%; }
      .my-profile .profile-body .shortlist-thumb img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center; }
      @media (max-width: 767.98px) {
        .my-profile .profile-body .shortlist-thumb {
          width: 100%;
          height: 200px; } }
    .my-profile .profile-body .shortlist-amount {
      font-size: 16px;
      color: #488BF8;
      font-weight: 700; }
    .my-profile .profile-body .shortlist-desc {
      font-size: 14px;
      color: #393939; }
      @media (max-width: 767.98px) {
        .my-profile .profile-body .shortlist-desc {
          font-size: 12px; } }
    .my-profile .profile-body .shortlist-content {
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      padding: 20px; }
    .my-profile .profile-body .shortlist-top {
      padding-right: 20px;
      position: relative; }
      .my-profile .profile-body .shortlist-top h4 {
        font-size: 16px;
        color: #414141;
        font-weight: 700;
        position: relative; }
        .my-profile .profile-body .shortlist-top h4::before {
          content: '';
          position: absolute;
          left: -20px;
          top: 0;
          width: 3px;
          height: 16px;
          background: #488BF8; }
        @media (max-width: 767.98px) {
          .my-profile .profile-body .shortlist-top h4 {
            font-size: 14px; }
            .my-profile .profile-body .shortlist-top h4::before {
              content: none; } }
      .my-profile .profile-body .shortlist-top h5 {
        font-size: 14px;
        color: #393939;
        font-weight: 300; }
        @media (max-width: 767.98px) {
          .my-profile .profile-body .shortlist-top h5 {
            font-size: 12px; } }
      .my-profile .profile-body .shortlist-top-prop {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        color: #525252;
        font-size: 13px;
        margin: 15px 0 25px; }
        .my-profile .profile-body .shortlist-top-prop > div {
          margin-right: 40px; }
        .my-profile .profile-body .shortlist-top-prop img {
          width: 17px;
          margin-right: 15px; }
    .my-profile .profile-body .search-item {
      padding: 15px 30px;
      background: #fff;
      margin-bottom: 10px;
      position: relative; }
      @media (max-width: 767.98px) {
        .my-profile .profile-body .search-item {
          padding: 15px 20px; } }
      .my-profile .profile-body .search-item .search-content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
        .my-profile .profile-body .search-item .search-content-left img {
          width: 35px; }
        .my-profile .profile-body .search-item .search-content-right {
          -webkit-box-pack: end;
          -ms-flex-pack: end;
          justify-content: flex-end;
          position: static; }
          .my-profile .profile-body .search-item .search-content-right img {
            width: 12px;
            cursor: pointer; }
          @media (max-width: 767.98px) {
            .my-profile .profile-body .search-item .search-content-right .btn {
              margin-right: auto !important;
              margin-left: 60px;
              margin-top: 10px;
              font-size: 13px; }
            .my-profile .profile-body .search-item .search-content-right span {
              position: absolute;
              right: 5px;
              top: 5px;
              z-index: 1; } }
        .my-profile .profile-body .search-item .search-content h4 {
          font-size: 17px;
          font-weight: 500;
          color: #414141;
          margin-bottom: 5px; }
          @media (max-width: 767.98px) {
            .my-profile .profile-body .search-item .search-content h4 {
              font-size: 14px; } }
        .my-profile .profile-body .search-item .search-content h5 {
          font-size: 13px;
          color: #488BF8;
          font-weight: 300;
          margin-bottom: 0; }
          @media (max-width: 767.98px) {
            .my-profile .profile-body .search-item .search-content h5 {
              font-size: 10px; } }
      .my-profile .profile-body .search-item:last-child {
        margin-bottom: 0px; }
    .my-profile .profile-body .form-group {
      margin-bottom: 20px; }
      @media (max-width: 767.98px) {
        .my-profile .profile-body .form-group {
          margin-bottom: 15px; } }
      .my-profile .profile-body .form-group.pswd {
        position: relative; }
        .my-profile .profile-body .form-group.pswd .form-control {
          padding-right: 80px; }
        .my-profile .profile-body .form-group.pswd .pswd-change {
          font-size: 14px;
          color: #488BF8;
          position: absolute;
          right: 15px;
          bottom: 7px;
          z-index: 1;
          cursor: pointer; }
          @media (max-width: 767.98px) {
            .my-profile .profile-body .form-group.pswd .pswd-change {
              font-size: 12px;
              bottom: 8px; } }
      .my-profile .profile-body .form-group.btn-area {
        text-align: right; }
        @media (max-width: 767.98px) {
          .my-profile .profile-body .form-group.btn-area {
            text-align: center; } }
      .my-profile .profile-body .form-group label {
        font-size: 13px;
        font-weight: 400;
        text-transform: uppercase;
        color: #53565C;
        margin-bottom: 5px; }
        @media (max-width: 767.98px) {
          .my-profile .profile-body .form-group label {
            font-size: 12px; } }
      .my-profile .profile-body .form-group .form-control {
        border-radius: 2px;
        color: #171717; }
        @media (max-width: 767.98px) {
          .my-profile .profile-body .form-group .form-control {
            font-size: 14px; } }
    @media (max-width: 767.98px) {
      .my-profile .profile-body {
        padding: 0 15px; } }

.change-pwd-modal .modal-header {
  padding: 0 0 15px;
  border: 0; }
  .change-pwd-modal .modal-header h4 {
    font-size: 18px;
    color: #414141;
    font-weight: 300; }
  .change-pwd-modal .modal-header span {
    line-height: 1;
    cursor: pointer; }
    .change-pwd-modal .modal-header span img {
      width: 12px; }

.change-pwd-modal .modal-content {
  padding: 30px;
  border: none; }

.change-pwd-modal .modal-body {
  padding: 0 0 15px; }
  .change-pwd-modal .modal-body label {
    font-size: 13px;
    font-weight: 400;
    text-transform: uppercase;
    color: #53565C;
    margin-bottom: 5px; }
    @media (max-width: 767.98px) {
      .change-pwd-modal .modal-body label {
        font-size: 12px; } }
  .change-pwd-modal .modal-body .form-control {
    border-radius: 2px;
    color: #171717; }
    @media (max-width: 767.98px) {
      .change-pwd-modal .modal-body .form-control {
        font-size: 14px; } }

.change-pwd-modal .modal-footer {
  padding: 0;
  border: 0; }
  .change-pwd-modal .modal-footer .btn {
    min-width: 110px; }

@media (max-width: 767.98px) {
  .my-profile .container--sm {
    padding-left: 0;
    padding-right: 0; } }

.project-description {
  padding: 0 30px; }
  .project-description .detail-head {
    padding-top: 14px;
    margin-bottom: 0px; }
  .project-description h2 {
    font-size: 30px;
    font-weight: 600; }
  .project-description h1 {
    font-size: 1.5rem;
    font-weight: 600; }
  .project-description-list {
    padding: 0;
    margin: 20px 0;
    float: left;
    width: 100%; }
    .project-description-list li {
      list-style: none;
      height: 55px; }
      .project-description-list li .list-tem-desc {
        border-bottom: 0.5px solid #D3D3D3; }
      .project-description-list li span {
        color: #A0ACC1;
        font-size: 12px; }
      .project-description-list li h5 {
        font-size: 16px; }
      @media (min-width: 992px) {
        .project-description-list li {
          width: 50%;
          float: left; }
          .project-description-list li:nth-child(odd) {
            padding-right: 15px; }
          .project-description-list li:nth-child(even) {
            padding-left: 15px; } }
  .project-description .outlook-description {
    float: left;
    width: 100%;
    padding: 10px 0 0; }
    .project-description .outlook-description h5 {
      font-weight: 600; }
    @media (max-width: 767.98px) {
      .project-description .outlook-description {
        font-size: 13px; }
        .project-description .outlook-description h5 {
          font-size: 16px; } }
  @media (max-width: 767.98px) {
    .project-description {
      padding: 0; }
      .project-description h2 {
        font-size: 24px; }
      .project-description .project-description-list li span {
        font-size: 12px; }
      .project-description .project-description-list li h5 {
        font-size: 14px; } }

.calc-text {
  text-align: center; }
  .calc-text a {
    color: #81868E;
    font-size: 12px;
    text-decoration: none; }

.share-detail {
  padding: 30px;
  text-align: center;
  background-color: #fff; }
  .share-detail h5 {
    font-size: 16px;
    color: #414141;
    font-weight: 600; }
  .share-detail .social-share-detail {
    padding-left: 0px;
    margin-bottom: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .share-detail .social-share-detail li {
      margin: 10px;
      list-style: none; }

.project-tab {
  background: #fff;
  margin-top: 30px;
  padding: 40px 30px; }
  .project-tab .category-full {
    padding: 0;
    background-color: transparent; }
  .project-tab h2 {
    font-size: 28px;
    margin-bottom: 20px;
    color: #414141;
    font-weight: 600; }
  .project-tab .nav-tabs {
    border: 0; }
    .project-tab .nav-tabs > a:hover {
      border-color: transparent; }
    .project-tab .nav-tabs > a:first-child {
      padding-left: 0px; }
  .project-tab .graph-wrapper {
    min-width: 900px;
    height: 400px;
    font-size: 12px;
    color: #414141; }
    .project-tab .graph-wrapper .recharts-legend-wrapper {
      bottom: -20px !important; }
    @media (max-width: 991.98px) {
      .project-tab .graph-wrapper {
        height: 300px; } }
    @media (max-width: 767.98px) {
      .project-tab .graph-wrapper {
        height: 200px; } }
  .project-tab .graph-caption {
    font-size: 16px;
    color: #414141;
    text-align: center;
    font-weight: 600; }
  .project-tab .graph-area {
    padding: 45px;
    margin-top: 30px;
    border: 1px solid rgba(211, 211, 211, 0.6); }
    .project-tab .graph-area .table-wrapper {
      height: auto; }
      .project-tab .graph-area .table-wrapper .table {
        margin: 30px 0 0;
        border: 0; }
        .project-tab .graph-area .table-wrapper .table-sm td, .project-tab .graph-area .table-wrapper .table-sm th {
          padding: 10px 15px;
          border: 0; }
        .project-tab .graph-area .table-wrapper .table-sm th {
          min-width: 120px;
          font-weight: 500;
          vertical-align: middle; }
          .project-tab .graph-area .table-wrapper .table-sm th.col-arrow {
            position: relative; }
            .project-tab .graph-area .table-wrapper .table-sm th.col-arrow::after {
              content: "";
              box-sizing: border-box;
              border-right: 2px solid #a2acc1;
              border-bottom: 2px solid #a2acc1;
              width: 6px;
              height: 6px;
              transform-origin: top left;
              transform: rotate(45deg);
              position: absolute;
              top: 40%;
              right: 10px; }
        .project-tab .graph-area .table-wrapper .table-responsive {
          margin: 0px; }
    @media (max-width: 991.98px) {
      .project-tab .graph-area {
        padding: 40px 10px; } }
  .project-tab .disclaimer-section {
    padding-top: 20px;
    font-size: 12px;
    color: rgba(65, 65, 65, 0.6);
    text-align: justify; }
    @media (max-width: 767.98px) {
      .project-tab .disclaimer-section {
        padding: 30px 0px 0; } }
  @media (max-width: 767.98px) {
    .project-tab {
      padding: 30px 15px; }
      .project-tab h2 {
        font-size: 22px; } }

.project-outlook .project-outlook-qckft {
  margin-bottom: -40px;
  margin-top: -57px; }
  .project-outlook .project-outlook-qckft .quick-facts-div {
    width: 50%;
    float: left;
    background-color: #fff;
    padding: 29px;
    margin-right: 25px; }
    .project-outlook .project-outlook-qckft .quick-facts-div .quick-facts-div-left {
      margin-left: -14px; }
    .project-outlook .project-outlook-qckft .quick-facts-div .quick-facts-div-right {
      margin-right: -14px; }
    .project-outlook .project-outlook-qckft .quick-facts-div .quickfact-head {
      text-align: center;
      font-weight: bold;
      margin-bottom: 10px; }
  .project-outlook .project-outlook-qckft .quick-facts-span {
    width: 31%;
    float: left; }
  .project-outlook .project-outlook-qckft .quick-div-cont {
    margin: -21px -37px -11px -15px; }
  .project-outlook .project-outlook-qckft .d-sm-none {
    margin-top: 26px; }
  .project-outlook .project-outlook-qckft .pb-3, .project-outlook .project-outlook-qckft .py-3 {
    padding-bottom: 1rem !important;
    padding-top: 1rem; }
  .project-outlook .project-outlook-qckft .project-tab {
    margin-top: -11px; }
    .project-outlook .project-outlook-qckft .project-tab .highcharts-credits {
      display: none; }

.project-outlook .project-tab-wrapper {
  margin-bottom: -18px; }

.project-outlook .share-component {
  margin-top: -24px;
  margin-bottom: 10px; }

.project-outlook text.highcharts-credits {
  display: none; }

.project-outlook .row.no-gutters.card-container {
  margin-left: -7px;
  margin-right: -3px;
  padding: 0px 0px 0px 10px;
  background-color: #f0f0f0; }

.project-outlook .trxn-similar-listing .similar-listings-title {
  font-size: 1.2rem;
  text-align: center;
  font-weight: 600;
  width: 100%;
  padding-bottom: 10px;
  padding-top: 10px; }

.project-outlook .trxn-similar-listing .similar-listings-title-rent {
  font-size: 1.2rem;
  text-align: center;
  font-weight: 600;
  width: 100%;
  padding-bottom: 13px; }

.project-outlook .outlook-description {
  line-height: 32px;
  letter-spacing: 0.2px; }

.project-outlook .trans-result-head {
  text-align: center; }

.project-outlook .detail-similar-prop-card {
  background-color: #fff;
  padding: 10px;
  padding-bottom: 20px; }
  @media screen and (max-width: 768px) {
    .project-outlook .detail-similar-prop-card {
      padding: 0px; } }

.project-outlook .project-outlook-trans-result {
  margin-top: 30px; }

.project-outlook p.tras-redirect-link {
  text-align: center;
  width: 100%;
  font-size: 12px; }

.project-outlook .profitable-containter {
  background-color: #fff;
  padding: 43px; }

.project-outlook .unprofitable-containter {
  background-color: #fff;
  padding: 44px; }

.project-outlook .disclaimer-section {
  background-color: #fff;
  padding: 44px; }

.project-outlook .graph-caption {
  font-size: 1.2rem;
  text-align: center;
  font-weight: 600;
  width: 100%; }

.project-outlook .profitable-wrapper .table {
  margin: 30px 0 0;
  border: 0; }
  .project-outlook .profitable-wrapper .table-sm td, .project-outlook .profitable-wrapper .table-sm th {
    padding: 10px 15px;
    border: 0; }
  .project-outlook .profitable-wrapper .table-sm th {
    min-width: 120px;
    font-weight: 500;
    vertical-align: middle; }
    .project-outlook .profitable-wrapper .table-sm th.col-arrow {
      position: relative; }
      .project-outlook .profitable-wrapper .table-sm th.col-arrow::after {
        content: "";
        box-sizing: border-box;
        border-right: 2px solid #a2acc1;
        border-bottom: 2px solid #a2acc1;
        width: 6px;
        height: 6px;
        transform-origin: top left;
        transform: rotate(45deg);
        position: absolute;
        top: 40%;
        right: 10px; }
  .project-outlook .profitable-wrapper .table-responsive {
    margin: 0px; }

.project-outlook .disclaimer-section {
  padding-top: 20px;
  font-size: 12px;
  color: rgba(65, 65, 65, 0.6);
  text-align: justify; }
  @media (max-width: 767.98px) {
    .project-outlook .disclaimer-section {
      padding: 30px; } }

.project-outlook .note-desc {
  font-size: 12px;
  padding: 30px 0 0; }

.project-outlook .price-graph {
  margin-top: 0px; }

.project-outlook .detail-similar-prop-content .detail-similar-prop-price {
  font-size: 18px;
  margin-top: 13px; }

.project-outlook .detail-similar-prop .detail-similar-prop-agent a.agent-link {
  color: #414141;
  font-family: poppins,sans-serif;
  font-size: .98rem; }

.project-outlook .col-md-12.share-component.category-full.trxn-similar-listing {
  padding: 10px 0px 0px 0px; }

@media (max-width: 767.98px) {
  .project-outlook .trxn-similar-listing .detail-similar-prop-card .prop-image {
    padding: 0px; } }

.project-outlook .dummySimilarListing {
  margin-bottom: 57px; }

.project-outlook text.highcharts-title {
  font-family: 'Poppins', sans-serif;
  font-size: 19.2px !important;
  text-align: center;
  font-weight: 600;
  color: #212529 !important; }

.project-outlook span.p-2.bd-highlight.table-head-line {
  font-family: 'Poppins', sans-serif;
  font-size: 19.2px !important;
  font-weight: 600;
  color: #212529; }

.project-outlook .buy-see-all {
  cursor: pointer;
  color: #488BF8;
  font-size: 18.2px; }

.project-outlook .project-description .outlook-desc-100 {
  width: 100%; }

.project-outlook .project-description .outlook-desc-map {
  width: 100%; }
  .project-outlook .project-description .outlook-desc-map .outlook-desc {
    width: 50%;
    float: left;
    margin-right: 10px; }
    @media (max-width: 768px) {
      .project-outlook .project-description .outlook-desc-map .outlook-desc {
        width: 100%;
        margin-right: 0px; } }
  .project-outlook .project-description .outlook-desc-map .outlook-desc p {
    text-align: justify; }
    @media (max-width: 768px) {
      .project-outlook .project-description .outlook-desc-map .outlook-desc p {
        text-align: none; } }
  .project-outlook .project-description .outlook-desc-map .outlook-map {
    width: 49%;
    float: left;
    padding: 11px; }
    @media (max-width: 768px) {
      .project-outlook .project-description .outlook-desc-map .outlook-map {
        width: 100%;
        padding: 10px; } }

.project-outlook .project-description .trxn-similar-listing.container-full.category-full {
  padding: 1% 2% .5% 2%; }

.project-outlook .trxn-similar-listing-rent .transaction .category-full {
  padding: 0% 2% 1% 2%; }

.project-outlook .trxn-similar-listing-rent .col-md-12.share-component.category-full.trxn-similar-listing {
  padding: 0px; }

.project-outlook .trxn-similar-listing-rent .row.no-gutters.card-container {
  padding: 0px 0px 23px 10px; }

.project-outlook .trxn-similar-listing-rent .transaction .trxn-similar-listing .detail-similar-prop {
  margin-top: 0px; }

.project-outlook .see-more-div {
  position: absolute;
  top: 2px;
  width: 311px;
  height: 367px;
  cursor: pointer; }

.project-outlook .see-more-div-inner {
  height: 362px;
  padding-top: 153px;
  font-weight: 600;
  opacity: 0.8;
  width: 305px; }

.project-outlook .see-more-div-inner-1 {
  position: absolute;
  text-align: center;
  height: 367px;
  padding-top: 153px;
  color: #488BF8;
  font-weight: 600;
  width: 311px;
  top: 0px;
  z-index: 1000;
  background-color: transparent !important; }

.project-outlook .see-more-div-rent {
  position: absolute;
  top: 2px;
  width: 311px;
  height: 367px;
  cursor: pointer; }

.project-outlook .see-more-div-inner-rent {
  height: 367px;
  padding-top: 153px;
  font-weight: 600;
  opacity: 0.8;
  width: 311px; }

.project-outlook .see-more-div-inner-1-rent {
  position: absolute;
  text-align: center;
  height: 366px;
  padding-top: 153px;
  color: #488BF8;
  font-weight: 600;
  width: 310px;
  top: 0px;
  z-index: 1000;
  background-color: transparent !important; }

.project-outlook .detail-similar-prop-card.see-more-div-inner-1-rent::after {
  content: ">";
  color: #488bf8;
  padding-left: 5px; }

.project-outlook .detail-similar-prop-card.see-more-div-inner-1::after {
  content: ">";
  color: #488bf8;
  padding-left: 5px; }

@media (max-width: 768px) {
  .project-outlook .see-more-div {
    position: absolute;
    top: 2px;
    width: 235px;
    height: 335px;
    cursor: pointer; }
  .project-outlook .see-more-div-inner-1 {
    padding-top: 153px !important; }
  .project-outlook .card-container {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden; }
  .project-outlook .trxn-similar-listing .detail-similar-prop .similar-card {
    box-shadow: none !important;
    margin-right: 10px; }
  .project-outlook .trxn-similar-listing .detail-similar-prop-card {
    width: 245px;
    height: 345px;
    padding: 8px; }
  .project-outlook .trxn-similar-listing .detail-similar-prop-card .card-title {
    color: #414141; }
  .project-outlook .trxn-similar-listing .detail-similar-prop-card .card-address {
    line-height: 11px;
    font-size: 0.75rem;
    color: #969696;
    margin-bottom: 0px; }
  .project-outlook .trxn-similar-listing .detail-similar-prop-card .card-price {
    font-size: 18px;
    line-height: 20px;
    color: #488BF8;
    font-weight: bold;
    margin-bottom: 0px !important;
    margin-top: 11px; }
  .project-outlook .row.no-gutters.card-container {
    margin-left: -25px; }
  .project-outlook .trxn-similar-listing .card-container {
    width: 100%; }
  .project-outlook .share-component {
    margin-bottom: 0px; }
  .project-outlook h2.similar-listings-title-rent {
    margin-top: -25px;
    font-size: 1.2rem;
    text-align: center;
    font-weight: 600;
    width: 100%; }
  .project-outlook .trxn-similar-listing .similar-listings-title-rent {
    padding-bottom: 3px;
    padding-top: 14px; }
  .project-outlook .row.flex-row.flex-nowrap.no-gutters.card-container {
    margin-left: -11px;
    padding-left: 18px; } }

.project-outlook .detail-similar-prop.prop-rent {
  margin-top: 0px !important;
  padding-bottom: 14px; }

/***.btn{
    &-square{
        border-radius: 0px;
        width: 100%;
    }
}
.e-select{
    color: #414141;
    background: transparent;
    border: none;
    font-weight: 600;
    margin: 0 5px;
    option{
        border: none;
    }
    &:focus{
        outline: none;
    }
}
.agent-serch{
    background-color: #F0F0F0;
    padding: 10px 40px;
}
.select-element{
    &--styled{
        .css-bgvzuu-indicatorSeparator{
            display: none;
        }
        .state-select{
            &__placeholder, &__single-value{
                color: #414141;
            }
            &__control{
                border-radius: 3px;
            }
        }
    }
}
.agent-search{
    &-top-bar{
        padding: 15px 20px;
        background-color: $white;
        border-radius: 4px;
    }
    &-bottom-bar{
        padding: 10px 20px;
        background: rgba($white, 0.5);
        border-radius: 4px;
        color: #909090;
        font-size: 14px;
        letter-spacing: 0.5px;
        p{
            margin: 0;
        }
    }
} ***/
/***************Find Agent****************/
/*************** variables *****************/
.agent-profile {
  background-color: #F0F0F0;
  padding: 10px 0; }
  .agent-profile img {
    max-width: 100%; }
  .agent-profile .text-secondary {
    color: #A0ACC1 !important; }
  .agent-profile h2 {
    font-size: 24px;
    color: #414141;
    font-weight: 600; }
  .agent-profile .breadcrumb {
    background-color: #ffffff; }
    .agent-profile .breadcrumb .breadcrumb-item.active a {
      color: #414141; }
  .agent-profile .blockquote {
    margin: 20px 0 0;
    padding: 40px 0 30px;
    font-size: 16px;
    color: #525252;
    position: relative; }
    .agent-profile .blockquote::before {
      content: '\201C';
      position: absolute;
      top: 0;
      left: 0;
      font-size: 90px;
      line-height: 1;
      color: #ebebeb; }
  .agent-profile .ag-row {
    margin-bottom: 15px; }
    @media (min-width: 992px) {
      .agent-profile .ag-row > .col-lg-3 {
        flex: 0 0 20%;
        max-width: 20%; }
      .agent-profile .ag-row > .col-lg-9 {
        padding-left: 0px;
        flex: 0 0 80%;
        max-width: 80%; } }
  @media (max-width: 991.98px) {
    .agent-profile .ag-profile-top {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      color: #414141; }
      .agent-profile .ag-profile-top h1 {
        font-size: 24px;
        font-weight: 700; }
      .agent-profile .ag-profile-top h5 {
        font-size: 12px; } }
  .agent-profile .ag-avatar {
    width: 125px;
    height: 125px;
    margin-bottom: 30px; }
    @media (min-width: 992px) {
      .agent-profile .ag-avatar {
        margin: 0 auto;
        margin-bottom: 30px; } }
    .agent-profile .ag-avatar img {
      width: 100%;
      height: 100%;
      border-radius: 50%;
      object-fit: cover;
      object-position: top; }
  .agent-profile .ag-base-info {
    padding-bottom: 20px; }
    .agent-profile .ag-base-info h5 {
      font-size: 14px;
      font-weight: 500;
      color: #393939;
      margin-bottom: 0px; }
    .agent-profile .ag-base-info span {
      display: block; }
    .agent-profile .ag-base-info .pro-agent {
      width: 32px;
      vertical-align: top; }
  .agent-profile .ag-brief-info h1 {
    font-size: 45px;
    color: #414141;
    font-weight: 600; }
  .agent-profile .ag-brief-info h5 {
    font-size: 14px;
    color: #525252; }
  .agent-profile .ag-leftbar {
    padding: 30px 5px;
    background: #fff;
    border-radius: 4px; }
    @media (min-width: 992px) {
      .agent-profile .ag-leftbar {
        text-align: center; } }
    .agent-profile .ag-leftbar .text-secondary {
      font-size: 14px; }
    .agent-profile .ag-leftbar .share-btn {
      margin-top: 10px;
      background-color: #FFFFFF;
      border-color: #d3d3d3;
      color: #414141;
      font-size: 12px;
      line-height: 14px;
      padding: 6px 10px;
      height: 32px;
      min-width: 80px; }
      @media (min-width: 768px) {
        .agent-profile .ag-leftbar .share-btn {
          display: none; } }
      .agent-profile .ag-leftbar .share-btn .share-icon {
        vertical-align: middle;
        font-size: 16px;
        line-height: 14px;
        margin-right: 3px; }
    .agent-profile .ag-leftbar .share-body {
      background-color: #f7f7f7;
      padding: 15px 10px;
      border-radius: 5px; }
      .agent-profile .ag-leftbar .share-body p {
        margin-bottom: 5px;
        color: #000000; }
      .agent-profile .ag-leftbar .share-body .social-share {
        padding: 10px;
        cursor: pointer; }
  .agent-profile .ag-rightbar {
    padding: 60px 50px;
    background: #fff;
    border-radius: 4px; }
    .agent-profile .ag-rightbar .ag-brief-info ul {
      padding-left: 0px; }
      .agent-profile .ag-rightbar .ag-brief-info ul li {
        list-style: none;
        position: relative;
        font-size: 13px;
        color: #525252;
        margin-bottom: 8px;
        padding-left: 40px; }
        .agent-profile .ag-rightbar .ag-brief-info ul li a {
          text-decoration: underline; }
        .agent-profile .ag-rightbar .ag-brief-info ul li::before {
          content: '';
          position: absolute;
          left: 0;
          top: 0;
          width: 25px;
          height: 18px;
          background-size: contain;
          background-repeat: no-repeat; }
        .agent-profile .ag-rightbar .ag-brief-info ul li:first-child::before {
          background-image: url("/static/images/icons/Floors.png"); }
        .agent-profile .ag-rightbar .ag-brief-info ul li:nth-child(2)::before {
          background-image: url("/static/images/icons/user.png"); }
        .agent-profile .ag-rightbar .ag-brief-info ul li:last-child::before {
          background-image: url("/static/images/icons/phone.png"); }
  .agent-profile .ag-listing {
    margin: 60px 0; }
    .agent-profile .ag-listing > .row {
      margin-left: -8px;
      margin-right: -8px; }
    .agent-profile .ag-listing .premium-property-badge {
      position: absolute;
      left: 0;
      bottom: 0;
      width: 100%;
      border-radius: 0px !important;
      z-index: 1; }
      .agent-profile .ag-listing .premium-property-badge-icon {
        width: 13px; }
    .agent-profile .ag-listing .show-more {
      padding: 8px; }
    .agent-profile .ag-listing .filter-title {
      margin: 10px;
      font-size: 16px; }
    .agent-profile .ag-listing .capitalize {
      text-transform: capitalize; }
    .agent-profile .ag-listing .badge-filter {
      font-weight: normal;
      text-transform: capitalize;
      cursor: pointer;
      padding: 6px 10px;
      margin: 5px;
      border: 1px solid #D3D3D3; }
    .agent-profile .ag-listing .btn-pill {
      font-weight: normal;
      padding: 3px 10px;
      margin: 5px;
      font-size: 75%;
      font-weight: normal;
      border-radius: 10rem;
      border: 1px solid #D3D3D3;
      text-transform: capitalize; }
      .agent-profile .ag-listing .btn-pill .badge {
        font-weight: 500;
        line-height: 10px; }
      .agent-profile .ag-listing .btn-pill .badge-dark {
        background-color: #414141; }
      .agent-profile .ag-listing .btn-pill .badge-light {
        background-color: #fff;
        border: 1px solid #ccc; }
  .agent-profile .ag-reviews .show-more {
    padding: 20px 0;
    border-bottom: 1px solid #D3D3D3; }
  .agent-profile .listing-card {
    padding: 8px;
    background-color: #fff; }
    .agent-profile .listing-card > a {
      display: block;
      border: 1px solid #E6E6E6; }
      .agent-profile .listing-card > a:hover {
        text-decoration: none; }
    .agent-profile .listing-card-bg {
      width: 100%;
      height: 170px;
      overflow: hidden;
      position: relative; }
      .agent-profile .listing-card-bg img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center; }
    .agent-profile .listing-card-content {
      padding: 15px 15px 0;
      min-height: 145px; }
      .agent-profile .listing-card-content h4 {
        font-weight: 700;
        font-size: 14px;
        color: #414141;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis; }
      .agent-profile .listing-card-content h3 {
        font-size: 18px;
        color: #488bf8;
        padding-right: 15px;
        margin: 13px 0 0;
        font-weight: 700;
        text-decoration: none; }
      .agent-profile .listing-card-content .text-secondary .address {
        display: block;
        overflow: hidden;
        font-size: 11px;
        text-overflow: ellipsis;
        color: #969696;
        margin: 0; }
      .agent-profile .listing-card-content .text-secondary span {
        display: block;
        overflow: hidden;
        font-size: 11px;
        text-overflow: ellipsis;
        color: #969696; }
        .agent-profile .listing-card-content .text-secondary span:last-child {
          color: #414141;
          font-size: 13px; }
    .agent-profile .listing-card-extra-info {
      display: flex;
      display: -ms-flex;
      color: #212529;
      font-size: 13px;
      line-height: 26px;
      margin-bottom: 10px; }
      .agent-profile .listing-card-extra-info span {
        display: block;
        position: relative; }
        .agent-profile .listing-card-extra-info span strong {
          padding-right: 2px; }
        .agent-profile .listing-card-extra-info span:after {
          content: "|";
          margin: 0 5px; }
        .agent-profile .listing-card-extra-info span:last-child::after {
          content: none; }
  .agent-profile .review-item {
    padding: 20px;
    padding-left: 0px;
    border-bottom: 1px solid #D3D3D3; }
    .agent-profile .review-item-head {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .agent-profile .review-item-head .review-title {
        font-size: 14px;
        color: #414141; }
        .agent-profile .review-item-head .review-title h5 {
          font-size: 14px;
          font-weight: 600; }
      .agent-profile .review-item-head .review-thumb {
        width: 75px;
        height: 40px; }
        .agent-profile .review-item-head .review-thumb img {
          width: 100%;
          height: 100%;
          object-fit: cover;
          object-position: center; }
    .agent-profile .review-item-body {
      padding: 15px 0;
      color: #525252; }
    .agent-profile .review-item-foot {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .agent-profile .review-item-foot .review-foot-thumb {
        width: 45px;
        height: 45px;
        border-radius: 50%;
        overflow: hidden; }
        .agent-profile .review-item-foot .review-foot-thumb img {
          width: 100%;
          height: 100%;
          object-fit: cover;
          object-position: center; }
      .agent-profile .review-item-foot .review-foot-detail {
        padding-left: 15px;
        color: #414141; }
        .agent-profile .review-item-foot .review-foot-detail h5 {
          font-size: 14px;
          font-weight: 500;
          margin: 0; }
        .agent-profile .review-item-foot .review-foot-detail span {
          font-size: 12px; }
    @media (max-width: 991.98px) {
      .agent-profile .review-item .review-title {
        font-size: 12px; }
        .agent-profile .review-item .review-title h5 {
          font-size: 12px; }
      .agent-profile .review-item .review-item-body {
        font-size: 14px; }
      .agent-profile .review-item .review-item-foot .review-foot-detail h5 {
        font-size: 12px; }
      .agent-profile .review-item .review-item-foot .review-foot-detail span {
        font-size: 10px; } }

@media (max-width: 991.98px) {
  .p-md-none {
    padding: 0px !important; }
  .agent-profile h2 {
    font-size: 18px; }
  .agent-profile .blockquote {
    font-size: 14px; }
  .agent-profile .ag-leftbar {
    padding: 40px 18px 0; }
  .agent-profile .ag-rightbar {
    padding: 5px 18px 40px; }
  .agent-profile .ag-avatar {
    width: 80px;
    height: 80px;
    margin-bottom: 15px; }
  .agent-profile .ag-base-info {
    border-bottom: 1px solid #D3D3D3; } }

.experts-component {
  padding: 100px 0px; }
  @media (max-width: 575.98px) {
    .experts-component {
      padding: 40px 40px; } }
  .experts-component h1.title {
    font-size: 26px;
    line-height: 27px;
    text-align: center;
    padding-bottom: 40px; }
    @media (max-width: 575.98px) {
      .experts-component h1.title {
        font-size: 22px;
        line-height: 28px;
        padding-bottom: 30px; } }
  .experts-component .experts-img {
    width: 100px;
    padding-bottom: 20px; }
  .experts-component h3 {
    font-size: 20px;
    line-height: 24px;
    color: #414141; }
    @media (max-width: 575.98px) {
      .experts-component h3 {
        font-size: 16px;
        line-height: 24px; } }
  .experts-component p {
    font-size: 14px;
    line-height: 26px;
    color: #414141;
    padding: 0px 40px; }
    @media (max-width: 575.98px) {
      .experts-component p {
        font-size: 12px;
        line-height: 22px; } }

.fmh-component {
  background-color: #488BF8; }
  .fmh-component .fmh-img {
    background-image: url("/static/images/fmh-banner.jpg");
    min-height: 30rem;
    background-size: cover; }
    @media (max-width: 575.98px) {
      .fmh-component .fmh-img {
        min-height: 220px; } }
  .fmh-component .fmh-content {
    padding: 70px 80px;
    color: #ffffff; }
    @media (max-width: 575.98px) {
      .fmh-component .fmh-content {
        padding: 40px 40px;
        text-align: center; } }
    .fmh-component .fmh-content h2 {
      font-size: 30px;
      font-weight: bold;
      margin-bottom: 11px; }
      @media (max-width: 575.98px) {
        .fmh-component .fmh-content h2 {
          font-size: 20px; } }
    .fmh-component .fmh-content p {
      font-size: 14px;
      max-width: 350px; }
  .fmh-component .btn-fmh {
    background-color: white;
    color: #488bf8;
    padding: 20px 40px;
    font-size: 16px;
    font-weight: bold;
    border: 0px; }

.home-finder-component {
  background-color: #FFA700; }
  .home-finder-component .home-finder-img {
    background-image: url("/static/images/zing-banner.jpg");
    min-height: 30rem;
    background-size: cover; }
    @media (max-width: 575.98px) {
      .home-finder-component .home-finder-img {
        min-height: 220px; } }
  .home-finder-component .home-finder-content {
    padding: 70px 80px;
    color: #ffffff; }
    @media (max-width: 575.98px) {
      .home-finder-component .home-finder-content {
        padding: 40px 40px;
        text-align: center; } }
    .home-finder-component .home-finder-content h2 {
      font-size: 30px;
      font-weight: bold;
      margin-bottom: 11px; }
      @media (max-width: 575.98px) {
        .home-finder-component .home-finder-content h2 {
          font-size: 20px; } }
    .home-finder-component .home-finder-content p {
      font-size: 14px;
      max-width: 350px; }
  .home-finder-component .btn-home-finder {
    background-color: white;
    color: #ffa700;
    padding: 20px 40px;
    font-size: 16px;
    font-weight: bold;
    border: 0px; }

.home-advisor-component {
  background-color: #005D98; }
  .home-advisor-component .home-advisor-img {
    background-image: url("/static/images/home-advisor-banner.jpg");
    min-height: 30rem;
    background-size: cover; }
    @media (max-width: 575.98px) {
      .home-advisor-component .home-advisor-img {
        min-height: 220px; } }
  .home-advisor-component .home-advisor-content {
    padding: 70px 80px;
    color: #ffffff; }
    @media (max-width: 575.98px) {
      .home-advisor-component .home-advisor-content {
        padding: 40px 40px;
        text-align: center; } }
    .home-advisor-component .home-advisor-content h2 {
      font-size: 30px;
      font-weight: bold;
      margin-bottom: 11px; }
      @media (max-width: 575.98px) {
        .home-advisor-component .home-advisor-content h2 {
          font-size: 20px; } }
    .home-advisor-component .home-advisor-content p {
      font-size: 14px;
      max-width: 350px; }
  .home-advisor-component .btn-home-advisor {
    background-color: white;
    color: #005d98;
    padding: 20px 40px;
    font-size: 16px;
    font-weight: bold;
    border: 0px; }

.state-select-container .state-select__control {
  border-radius: 0px;
  font-size: 15px;
  line-height: 23px;
  padding: 5px; }

.state-select-container .state-select__indicator-separator {
  display: none; }

.state-select-container .state-select__placeholder {
  white-space: nowrap; }

.state-select-container .state-select__dropdown-indicator {
  padding: 0px; }

.state-select-container .state-select__menu {
  width: 180px; }

.state-select-container .state-select__option:hover {
  cursor: pointer; }

.place-search-container {
  z-index: 10; }
  .place-search-container .place-search__control {
    border-radius: 0px;
    font-size: 15px;
    line-height: 23px;
    padding: 5px; }
    .place-search-container .place-search__control:hover {
      border: 1px solid #2684FF;
      box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
      cursor: text; }
    @media (max-width: 767.98px) {
      .place-search-container .place-search__control {
        font-size: 16px;
        line-height: 16px;
        padding: 0px; } }
  .place-search-container .place-search__indicators {
    display: none; }
  .place-search-container .place-search__indicator-separator {
    display: none; }
  .place-search-container .place-search__placeholder {
    white-space: nowrap; }
  .place-search-container .place-search__option .media-body {
    font-size: 0.90rem; }
  .place-search-container .place-search__option .keyword-address {
    font-size: 10px;
    margin: 0; }
  .place-search-container .place-search__option:hover {
    cursor: pointer; }

.transaction-search-container {
  z-index: 10; }
  .transaction-search-container .transaction-search__control {
    border-radius: 0px;
    font-size: 15px;
    line-height: 23px;
    padding: 5px; }
    @media (max-width: 991.98px) {
      .transaction-search-container .transaction-search__control {
        font-size: .86rem;
        line-height: 1;
        padding: 0; }
        .transaction-search-container .transaction-search__control .transaction-search__value-container {
          border: .5px solid #bfbfbf; } }
    @media (max-width: 767.98px) {
      .transaction-search-container .transaction-search__control {
        font-size: .83rem;
        border-color: transparent;
        line-height: 1;
        padding: 0px; }
        .transaction-search-container .transaction-search__control .transaction-search__value-container {
          border: 0; }
          .transaction .transaction-search-container .transaction-search__control .transaction-search__value-container {
            padding: 8.5px; } }
  .transaction-search-container .transaction-search__indicators {
    display: none; }
  .transaction-search-container .transaction-search__indicator-separator {
    display: none; }
  .transaction-search-container .transaction-search__placeholder {
    white-space: nowrap; }
  .transaction-search-container .transaction-search__option .media-body {
    font-size: 0.90rem; }
  .transaction-search-container .transaction-search__option .keyword-address {
    font-size: 10px;
    margin: 0; }

.search-filter-container {
  padding: 20px 50px 0px 50px;
  text-align: center;
  font-size: 0.85rem; }
  .search-filter-container-checkbox-style {
    text-align: left;
    line-height: 25px; }

.search-filter-sale-rent {
  min-width: 200px;
  font-size: 0.85rem;
  padding: 0px; }
  .search-filter-sale-rent-container {
    padding: 0px; }

.search-filter-type {
  min-width: 400px;
  padding: 0px;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 14px 36px 2px;
  font-size: 0.85rem; }
  .search-filter-type-container {
    padding: 0px; }
  .search-filter-type .tab-content {
    max-height: 200px;
    overflow-y: auto; }
    .search-filter-type .tab-content .list-group-item {
      padding: 5px 10px;
      border: 0px; }
      .search-filter-type .tab-content .list-group-item:hover {
        background-color: #ededee;
        cursor: pointer; }
      .search-filter-type .tab-content .list-group-item:first-child {
        border-radius: 0px; }
  .search-filter-type .nav-tabs {
    border-bottom: 2px solid #ddd; }
    .search-filter-type .nav-tabs .nav-item {
      flex-basis: 0;
      flex-grow: 1;
      text-align: center; }
    .search-filter-type .nav-tabs .nav-link {
      color: #b2b2b2;
      background-color: #efefef;
      border: 0px;
      border-radius: 0px; }
      .search-filter-type .nav-tabs .nav-link.active {
        color: #fff;
        background-color: #488BF8;
        border-radius: 0px; }

.search-filter-price {
  min-width: 400px;
  font-size: 0.85rem;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 14px 36px 2px; }
  .search-filter-price .output {
    width: 100%;
    display: flex;
    padding-top: 15px;
    padding-bottom: 20px;
    text-align: center; }
    .search-filter-price .output p {
      margin-bottom: 0px; }
  .search-filter-price .clear-button {
    color: #404040;
    float: left;
    font-size: 0.9rem; }
  .search-filter-price .apply-button {
    float: right;
    font-weight: bold;
    font-size: 0.9rem; }

.search-filter-beds {
  font-size: 0.85rem;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 14px 36px 2px; }
  .search-filter-beds .output {
    width: 100%;
    display: flex;
    padding-top: 15px;
    padding-bottom: 20px;
    text-align: center; }
    .search-filter-beds .output p {
      margin-bottom: 0px; }
  .search-filter-beds .clear-button {
    color: #404040;
    float: left;
    font-size: 0.9rem; }
  .search-filter-beds .apply-button {
    float: right;
    font-weight: bold;
    font-size: 0.9rem; }

.search-filter-build-up {
  min-width: 400px;
  font-size: 0.85rem;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 14px 36px 2px; }
  .search-filter-build-up .output {
    width: 100%;
    display: flex;
    padding-top: 15px;
    padding-bottom: 20px;
    text-align: center; }
    .search-filter-build-up .output p {
      margin-bottom: 0px; }
  .search-filter-build-up .clear-button {
    color: #404040;
    float: left;
    font-size: 0.9rem; }
  .search-filter-build-up .apply-button {
    float: right;
    font-weight: bold;
    font-size: 0.9rem; }

.search-filter-more {
  min-width: 650px;
  padding: 20px 30px 50px 30px;
  height: auto;
  transform: translate3d(-500px, 35px, 0px) !important;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 14px 36px 2px; }
  .search-filter-more .output {
    width: 100%;
    display: flex;
    padding-top: 15px;
    padding-bottom: 20px;
    text-align: center; }
    .search-filter-more .output p {
      margin-bottom: 0px; }

.types-select-container {
  z-index: 10; }
  .types-select-container .types-select__control {
    border: 0px;
    border-radius: 0px;
    font-size: 16px;
    line-height: 16px;
    padding: 5px; }
    .types-select-container .types-select__control:hover {
      border: 0px;
      border-color: red;
      box-shadow: none; }
  .types-select-container .types-select__control--is-focused {
    border: 0px;
    border-color: red;
    box-shadow: none !important; }
  .types-select-container .types-select__indicator-separator {
    display: none; }

.home-search-dropdown-toggle {
  width: 100%;
  text-align: center;
  padding: 0px;
  color: #414141; }
  .home-search-dropdown-toggle .show .dd-caret {
    transform: rotate(180deg); }
  .home-search-dropdown-toggle .dd-toggle {
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer; }
    .home-search-dropdown-toggle .dd-toggle .dd-caret {
      font-size: 22px;
      line-height: 24px;
      vertical-align: bottom;
      transition: all .2s ease; }

.main-search-wrapper .more-filter {
  position: absolute;
  right: 1px;
  top: 3px;
  z-index: 99;
  padding: 11px;
  color: #488BF8;
  font-size: 13px;
  background: #fff;
  margin: 0px;
  cursor: pointer; }

.advance-search-md {
  position: static !important; }
  .advance-search-md .dropdown {
    position: static !important; }
  .advance-search-md .search-filter-advanced-md {
    width: 812px;
    left: 43.8% !important;
    top: 50px !important;
    transform: translateX(calc(-50% - 25px)) !important;
    border: 0;
    box-shadow: 0 6px 6px rgba(0, 0, 0, 0.16); }
    @media (max-width: 768px) {
      .advance-search-md .search-filter-advanced-md {
        width: 698px;
        transform: translateX(calc(-50% - 21px)) !important; } }
  .advance-search-md .switch-filter {
    text-align: left;
    padding: 0 100px 5px; }
    .advance-search-md .switch-filter .badge {
      font-weight: normal; }
  .advance-search-md .advance-search-filter {
    text-align: left;
    padding: 0px 100px 20px; }
    .advance-search-md .advance-search-filter .btn-lg, .advance-search-md .advance-search-filter .btn-group-lg > .btn {
      font-size: 16px; }
    .advance-search-md .advance-search-filter .btn-link:hover {
      text-decoration: none;
      background: whitesmoke; }
    .advance-search-md .advance-search-filter .btn-check {
      color: #fff;
      background-color: #488BF8;
      border-color: #3d7feb;
      box-shadow: none; }
    .advance-search-md .advance-search-filter .buttons-adv-search {
      text-align: right;
      margin-top: 30px; }
      .advance-search-md .advance-search-filter .buttons-adv-search .btn {
        font-size: 16px;
        border-radius: 0px;
        min-width: 160px; }
    .advance-search-md .advance-search-filter .search-filter-container {
      padding: 0px; }
    .advance-search-md .advance-search-filter .btn-inactive {
      border: 1px solid #c2c7cd; }
      .advance-search-md .advance-search-filter .btn-inactive.btn-primary {
        border-color: #488BF8; }
    .advance-search-md .advance-search-filter .search-filter-container {
      text-align: left; }
    .advance-search-md .advance-search-filter .card-header {
      background-color: transparent;
      border: 0;
      cursor: pointer; }
    .advance-search-md .advance-search-filter .btn-group {
      width: 100%; }
    .advance-search-md .advance-search-filter .accordion-select .filter-label, .advance-search-md .advance-search-filter .accordion-select .filter-selection {
      margin-bottom: 0px; }
    .advance-search-md .advance-search-filter .accordion-select .card {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
      flex-direction: column-reverse; }
    .advance-search-md .advance-search-filter .accordion-select .filter-item--no-reverse .card {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
      .advance-search-md .advance-search-filter .accordion-select .filter-item--no-reverse .card-body {
        padding: 0px 0px 15px; }
    .advance-search-md .advance-search-filter .accordion-select .filter-item:last-child {
      border: 0px; }
    .advance-search-md .advance-search-filter .filter-selection {
      color: #414141;
      font-size: 14px;
      font-weight: 700;
      margin-bottom: 10px;
      padding-right: 15px;
      position: relative;
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 1;
      -webkit-box-orient: vertical;
      max-width: 190px; }
      .advance-search-md .advance-search-filter .filter-selection::after {
        content: '';
        width: 0;
        height: 0;
        border-left: 4px solid transparent;
        border-right: 4px solid transparent;
        border-top: 5px solid #414141;
        position: absolute;
        right: 0;
        top: 7px; }
    .advance-search-md .advance-search-filter select.custom-select {
      height: 50px;
      border: 1px solid #dbdbdb;
      width: calc(100% - 1px); }
    .advance-search-md .advance-search-filter .styled-checkbox {
      position: absolute;
      opacity: 0; }
      .advance-search-md .advance-search-filter .styled-checkbox + label {
        position: relative;
        cursor: pointer;
        padding: 0;
        font-size: 14px; }
      .advance-search-md .advance-search-filter .styled-checkbox + label:before {
        content: '';
        margin-right: 10px;
        display: inline-block;
        vertical-align: text-top;
        width: 20px;
        height: 20px;
        background: white;
        border: 1px solid #E6E6E6;
        border-radius: 2px; }
      .advance-search-md .advance-search-filter .styled-checkbox:checked + label:before {
        background: #488BF8; }
      .advance-search-md .advance-search-filter .styled-checkbox:disabled + label {
        color: #b8b8b8;
        cursor: auto; }
      .advance-search-md .advance-search-filter .styled-checkbox:disabled + label:before {
        box-shadow: none;
        background: #ddd; }
      .advance-search-md .advance-search-filter .styled-checkbox:checked + label:after {
        content: '';
        position: absolute;
        left: 5px;
        top: 9px;
        background: white;
        width: 2px;
        height: 2px;
        box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
        transform: rotate(45deg); }
    .advance-search-md .advance-search-filter .accordion .card-header {
      padding: 20px 0;
      border: none;
      background-color: transparent;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
    .advance-search-md .advance-search-filter .accordion .card .collapse.show + .card-header .filter-selection::after {
      border-bottom: 5px solid #414141;
      border-top: 0; }
    .advance-search-md .advance-search-filter .accordion .min-max .card .col:first-child {
      padding-right: 30px;
      position: relative; }
      .advance-search-md .advance-search-filter .accordion .min-max .card .col:first-child::after {
        content: '-';
        position: absolute;
        top: 15px;
        right: 10px; }
    .advance-search-md .advance-search-filter .filter-label {
      font-size: 14px;
      text-transform: uppercase;
      color: #6c757d;
      margin-bottom: 10px; }
    .advance-search-md .advance-search-filter .filter-item {
      padding: 0 0;
      border-bottom: 1px solid #e6e6e6;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .advance-search-md .advance-search-filter .filter-item.search-by {
        padding: 20px 0; }
        .advance-search-md .advance-search-filter .filter-item.search-by .col:first-child {
          margin-right: 15px; }

.mobile-filter {
  width: 100%;
  position: fixed;
  top: 0;
  right: 0px;
  height: 100vh;
  z-index: 9999;
  background: #FFFFFF;
  color: #000;
  transition: all 0.3s;
  overflow-y: scroll;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2); }
  @media (max-width: 767.98px) {
    .mobile-filter {
      width: 100% !important; } }
  .mobile-filter .place-search__control {
    border-radius: 3px;
    height: calc(2.25rem + 15px);
    font-size: 0.9rem;
    padding-left: 7px; }
  .mobile-filter .place-search__menu {
    font-size: 0.9rem; }
  .mobile-filter .state-select {
    font-size: 12px;
    font-weight: 400;
    padding: 9.5px 10px;
    width: 100%;
    border-radius: 0.25rem 0 0 0.25rem;
    border-color: #E6E6E6;
    background: transparent; }
  .mobile-filter .btn-mrt {
    border-radius: 0 0.25rem 0.25rem 0; }
  .mobile-filter .custom-select {
    height: calc(2.25rem + 15px);
    font-size: 0.9rem;
    background: none; }
  .mobile-filter .header {
    background: #FFFFFF; }
    .mobile-filter .header h4 {
      padding: 15px 0px 0px 20px;
      font-size: 21px;
      font-weight: bold; }
  .mobile-filter .content {
    padding-bottom: 100px;
    padding-top: 0;
    padding-left: 20px;
    padding-right: 20px; }
    .mobile-filter .content .buy-rent {
      margin-bottom: 10px; }
    .mobile-filter .content .select-state {
      margin-bottom: 10px; }
    .mobile-filter .content .search-keyword {
      margin-bottom: 10px; }
    .mobile-filter .content .property-type {
      margin-bottom: 10px; }
    .mobile-filter .content .listing-include {
      margin-bottom: 10px; }
      .mobile-filter .content .listing-include option[value=""][disabled] {
        display: none; }
    .mobile-filter .content .mrt-btn {
      text-align: left;
      padding: 0.375rem 0; }
    .mobile-filter .content .mrt-icon {
      vertical-align: middle;
      color: #acacac; }
    .mobile-filter .content .submit {
      margin-bottom: 10px;
      text-align: center; }
      .mobile-filter .content .submit .btn-primary {
        font-size: 0.9rem; }
    .mobile-filter .content .clear {
      text-align: center; }
    .mobile-filter .content .price, .mobile-filter .content .floor-area {
      margin-bottom: 10px;
      text-align: center;
      font-size: 0.85rem;
      padding: 10px 20px;
      border: 1px solid #ced4da;
      border-radius: 0.25rem; }
      .mobile-filter .content .price p, .mobile-filter .content .floor-area p {
        margin-bottom: 10px; }
      .mobile-filter .content .price .output, .mobile-filter .content .floor-area .output {
        width: 100%;
        display: flex;
        padding-top: 15px;
        text-align: center; }
        .mobile-filter .content .price .output p, .mobile-filter .content .floor-area .output p {
          margin-bottom: 0px; }
    .mobile-filter .content .beds {
      margin-bottom: 10px;
      padding: 0px 0px; }
  .mobile-filter .sidebar-close {
    color: #414141;
    text-align: left;
    padding: 10px 10px 0px 0px; }
    .mobile-filter .sidebar-close-icon {
      font-size: 35px;
      padding-left: 20px; }
      .mobile-filter .sidebar-close-icon:hover {
        color: #495057;
        text-decoration: none;
        background-color: #f8f9fa;
        cursor: pointer; }
  .mobile-filter .float-button {
    position: fixed;
    width: 100%;
    bottom: 0px;
    padding: 15px;
    z-index: 10;
    background-color: #fff;
    border-top: 0.5px solid #707070;
    margin-left: -20px; }
  .mobile-filter .search-btn {
    font-size: 13px;
    padding: 14px;
    font-weight: 600; }

.saved-search-mobile {
  border-bottom: 1px solid #ddd;
  margin-bottom: 10px; }
  .saved-search-mobile .saved-search-div {
    text-align: left;
    font-size: 0.85rem;
    height: calc(2.25rem + 15px);
    font-size: 0.9rem;
    background: none;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    width: 100%;
    border-bottom: 1px solid #ddd;
    margin-bottom: 0px;
    cursor: pointer; }
    .saved-search-mobile .saved-search-div .search-title {
      float: left;
      width: 10%; }
    .saved-search-mobile .saved-search-div .search-details {
      float: left;
      width: 90%;
      line-height: 22.5px; }
  .saved-search-mobile i.material-icons.search-icon.i-sav-mob {
    position: relative;
    vertical-align: -17px;
    width: 13.9px;
    height: 13.9px;
    color: #CECECE; }
  .saved-search-mobile .saved-search-txt {
    text-decoration: none;
    font-size: 12px;
    color: #414141;
    opacity: 100%;
    font-family: poppins;
    font-weight: bold; }
  .saved-search-mobile .saved-search-params {
    font-size: 10px;
    font-family: poppins; }
  .saved-search-mobile .savedsearch-head-container .savedsearch-head.head-text {
    font-size: 20px;
    color: #333333; }
  .saved-search-mobile .savedsearch-head-container span.head-link-span {
    font-size: 12px;
    float: right;
    color: #488BF8; }
  .saved-search-mobile .savedsearch-head-container .savedsearch-head {
    height: 34px; }
  .saved-search-mobile span.head-link-span a {
    color: blue; }
  .saved-search-mobile .saved-search-params {
    overflow: hidden;
    position: relative;
    line-height: 12px;
    max-height: 12px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical; }
    @media (max-width: 767.98px) {
      .saved-search-mobile .saved-search-params {
        overflow: hidden;
        position: relative;
        line-height: 12px;
        max-height: 12px;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical; } }
  .saved-search-mobile a {
    color: #495057; }

.saved-search-mobile-item:last-child .saved-search-div {
  border-bottom: 0px; }

.mobile-filter {
  padding: 5%; }
  .mobile-filter .btn-outline-secondary:not(:disabled):not(.disabled):active, .mobile-filter .btn-outline-secondary:not(:disabled):not(.disabled).active, .mobile-filter .show > .btn-outline-secondary.dropdown-toggle, .mobile-filter .btn-outline-secondary:hover {
    background-color: #488BF8;
    border-color: #488BF8; }
  .mobile-filter .btn-check {
    color: #fff;
    background-color: #488BF8;
    border-color: #3d7feb;
    box-shadow: none; }
  .mobile-filter .btn-inactive {
    color: #6C757D;
    background-color: #FFFFFF;
    border-color: #E6E6E6; }
  .mobile-filter .btn-inactive:hover,
  .mobile-filter .btn-inactive:focus,
  .mobile-filter .btn-inactive:active,
  .mobile-filter .btn-inactive.active,
  .mobile-filter .open .dropdown-toggle.btn-inactive {
    color: #6C757D;
    background-color: #FFFFFF;
    border-color: #E6E6E6; }
  .mobile-filter .btn-inactive:active,
  .mobile-filter .btn-inactive.active,
  .mobile-filter .open .dropdown-toggle.btn-inactive {
    background-image: none; }
  .mobile-filter .btn-inactive.disabled,
  .mobile-filter .btn-inactive[disabled],
  .mobile-filter fieldset[disabled] .btn-inactive,
  .mobile-filter .btn-inactive.disabled:hover,
  .mobile-filter .btn-inactive[disabled]:hover,
  .mobile-filter fieldset[disabled] .btn-inactive:hover,
  .mobile-filter .btn-inactive.disabled:focus,
  .mobile-filter .btn-inactive[disabled]:focus,
  .mobile-filter fieldset[disabled] .btn-inactive:focus,
  .mobile-filter .btn-inactive.disabled:active,
  .mobile-filter .btn-inactive[disabled]:active,
  .mobile-filter fieldset[disabled] .btn-inactive:active,
  .mobile-filter .btn-inactive.disabled.active,
  .mobile-filter .btn-inactive[disabled].active,
  .mobile-filter fieldset[disabled] .btn-inactive.active {
    background-color: #FFFFFF;
    border-color: #E6E6E6; }
  .mobile-filter .btn-inactive .badge {
    color: #FFFFFF;
    background-color: #6C757D; }
  .mobile-filter .filter-header .top-searchbar {
    position: relative;
    height: 40px; }
    .mobile-filter .filter-header .top-searchbar .icon-search {
      position: absolute;
      top: 10px;
      left: 10px;
      z-index: 99;
      pointer-events: none; }
      .mobile-filter .filter-header .top-searchbar .icon-search i {
        font-size: 20px;
        color: #CECECE; }
    .mobile-filter .filter-header .top-searchbar .close-filter {
      position: absolute;
      top: 0px;
      right: 0px;
      -size: 12px;
      font-weight: 400;
      z-index: 99;
      padding: 11px 10px;
      font-size: 12px;
      color: #488BF8; }
  .mobile-filter .filter-header .place-search__control {
    height: 40px;
    font-size: 12px;
    border-radius: 0px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.16);
    border: 0;
    padding-left: 50px;
    padding-left: 30px; }
  @media (max-width: 370px) {
    .mobile-filter .filter-header .place-search__placeholder {
      width: 200px;
      overflow: hidden; } }
  .mobile-filter .content {
    padding: 0px !important;
    padding-bottom: 50px !important; }
    .mobile-filter .content .filter-label {
      font-size: 12px;
      text-transform: uppercase;
      color: #6c757d;
      margin-bottom: 10px; }
    .mobile-filter .content .clear-filter {
      padding: 20px 5px 40px 5px; }
    .mobile-filter .content .save-search {
      font-size: 12px;
      color: #488BF8;
      text-align: center;
      font-weight: 500;
      padding: 40px 0 5px; }
      .mobile-filter .content .save-search span {
        width: 100%; }
    .mobile-filter .content .search-btn {
      font-size: 12px !important;
      border-radius: 1px; }
    .mobile-filter .content .clear-btn {
      font-size: 12px !important;
      border-radius: 1px; }
    .mobile-filter .content .submit {
      position: fixed;
      width: 100%;
      bottom: 0;
      left: 0;
      padding: 10px 30px;
      margin-bottom: 0px;
      background: #fff;
      box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.2); }
    .mobile-filter .content .filter-item {
      padding: 0 0;
      border-bottom: 1px solid #e6e6e6;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .mobile-filter .content .filter-item.search-by {
        padding: 20px 0; }
        .mobile-filter .content .filter-item.search-by .col:first-child {
          margin-right: 15px; }
    .mobile-filter .content .accordion-select .filter-label, .mobile-filter .content .accordion-select .filter-selection {
      margin-bottom: 0px; }
    .mobile-filter .content .accordion-select .card {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
      flex-direction: column-reverse; }
    .mobile-filter .content .filter-selection {
      color: #414141;
      font-size: 12px;
      font-weight: 700;
      margin-bottom: 10px;
      padding-right: 15px;
      position: relative;
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 1;
      -webkit-box-orient: vertical;
      max-width: 190px; }
      .mobile-filter .content .filter-selection::after {
        content: '';
        width: 0;
        height: 0;
        border-left: 4px solid transparent;
        border-right: 4px solid transparent;
        border-top: 5px solid #414141;
        position: absolute;
        right: 0;
        top: 7px; }
    .mobile-filter .content .accordion .card-header {
      padding: 20px 0;
      border: none;
      background-color: transparent;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
    .mobile-filter .content .accordion .card .collapse.show {
      padding-bottom: 20px; }
      .mobile-filter .content .accordion .card .collapse.show + .card-header .filter-selection::after {
        border-bottom: 5px solid #414141;
        border-top: 0; }
    .mobile-filter .content .accordion .min-max .card .col:first-child {
      padding-right: 30px;
      position: relative; }
      .mobile-filter .content .accordion .min-max .card .col:first-child::after {
        content: '-';
        position: absolute;
        top: 15px;
        right: 10px; }
    .mobile-filter .content .btn-xs {
      font-size: 12px;
      font-weight: 400;
      padding: 10px 10px; }
    .mobile-filter .content .btn-outline-secondary {
      border-color: #E6E6E6; }
  .mobile-filter .btn-active {
    color: #fff !important;
    background-color: #488BF8 !important;
    border-color: #488BF8 !important; }
  .mobile-filter .full-buttons {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    white-space: nowrap !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    -webkit-overflow-scrolling: touch !important;
    -ms-overflow-style: none !important;
    scrollbar-width: none !important; }
    .mobile-filter .full-buttons > * {
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1; }
  .mobile-filter .styled-checkbox {
    position: absolute;
    opacity: 0; }
    .mobile-filter .styled-checkbox + label {
      position: relative;
      cursor: pointer;
      padding: 0;
      font-size: 12px; }
    .mobile-filter .styled-checkbox + label:before {
      content: '';
      margin-right: 10px;
      display: inline-block;
      vertical-align: text-top;
      width: 20px;
      height: 20px;
      background: white;
      border: 1px solid #E6E6E6;
      border-radius: 2px; }
    .mobile-filter .styled-checkbox:checked + label:before {
      background: #488BF8; }
    .mobile-filter .styled-checkbox:disabled + label {
      color: #b8b8b8;
      cursor: auto; }
    .mobile-filter .styled-checkbox:disabled + label:before {
      box-shadow: none;
      background: #ddd; }
    .mobile-filter .styled-checkbox:checked + label:after {
      content: '';
      position: absolute;
      left: 5px;
      top: 9px;
      background: white;
      width: 2px;
      height: 2px;
      box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
      transform: rotate(45deg); }

.trusted-by {
  background-color: #414141;
  color: #717171;
  padding: 50px 0px; }
  @media (max-width: 575.98px) {
    .trusted-by {
      padding: 40px 40px;
      text-align: center; } }
  .trusted-by h3 {
    font-weight: bold;
    font-size: 27px; }
  .trusted-by p {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.5);
    margin-top: 10px;
    margin-bottom: 0px; }

.partners-with {
  background-color: #343434;
  color: #717171;
  padding: 50px 0px; }
  @media (max-width: 575.98px) {
    .partners-with {
      padding: 40px 40px;
      text-align: center; } }
  .partners-with h3 {
    font-weight: bold;
    font-size: 27px; }
  .partners-with p {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.5);
    margin-top: 10px;
    margin-bottom: 0px; }

.save-search-modal-container .save-search-selected {
  background-color: #fff;
  padding: 10px; }
  .save-search-modal-container .save-search-selected .badge-filter {
    color: #fff;
    font-weight: normal;
    font-size: 12px;
    padding: 5px 12px;
    background-color: #69cfed;
    margin: 5px;
    border-radius: 8px; }
  .save-search-modal-container .save-search-selected .btn-pill {
    font-weight: normal;
    padding: 3px 10px;
    margin: 5px;
    font-size: 75%;
    font-weight: normal;
    border-radius: 10px; }

.save-search-modal-container .modal-head h3 {
  font-size: 16px;
  font-weight: 600; }

.save-search-modal-container .modal-head p {
  font-size: 14px;
  font-weight: 500;
  padding-bottom: 0px; }

.save-search-modal-container .main-head {
  width: 100%;
  height: 104px;
  padding: 20px 35px; }

.save-search-modal-container .modal-body-full {
  padding: 20px 35px; }
  .save-search-modal-container .modal-body-full h5 {
    font-size: 16px;
    font-weight: 600;
    margin: 2px 0; }
  .save-search-modal-container .modal-body-full p {
    font-size: 14px;
    font-weight: 500;
    color: #777a7f;
    margin: 2px 0; }

.save-search-modal-container .footer-modal {
  border-top: 0; }
  .save-search-modal-container .footer-modal button {
    width: 100%;
    margin-bottom: 3%;
    margin-left: 4%;
    margin-right: 4%; }

.shortlist-modal-container .modal-header .close {
  color: #fff;
  font-weight: 200;
  opacity: 1; }

.shortlist-modal-container .shortlist-modal-head h3 {
  font-size: 16px;
  font-weight: 600; }

.shortlist-modal-container .shortlist-modal-body-full {
  padding: 20px 35px; }
  .shortlist-modal-container .shortlist-modal-body-full p {
    font-size: 14px;
    font-weight: 500;
    color: #777a7f;
    margin: 2px 0; }
  .shortlist-modal-container .shortlist-modal-body-full .create-new-list-link {
    padding: 0;
    margin-bottom: 10px; }
  .shortlist-modal-container .shortlist-modal-body-full .form-group .list-group-item {
    margin-bottom: 0;
    border: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
    padding: 20px 20px;
    cursor: pointer; }
    .shortlist-modal-container .shortlist-modal-body-full .form-group .list-group-item .shortlist-name {
      text-overflow: ellipsis;
      overflow: hidden;
      display: -webkit-inline-box;
      -webkit-line-clamp: 1;
      -webkit-box-orient: vertical;
      width: 250px; }
      @media (max-width: 991.98px) {
        .shortlist-modal-container .shortlist-modal-body-full .form-group .list-group-item .shortlist-name {
          width: 200px; } }
      @media (max-width: 575.98px) {
        .shortlist-modal-container .shortlist-modal-body-full .form-group .list-group-item .shortlist-name {
          width: 150px; } }
    .shortlist-modal-container .shortlist-modal-body-full .form-group .list-group-item .btn {
      padding: 0; }
    .shortlist-modal-container .shortlist-modal-body-full .form-group .list-group-item:first-child {
      border-top: 1px solid rgba(0, 0, 0, 0.125); }
  .shortlist-modal-container .shortlist-modal-body-full .form-check-label p {
    color: #c2c2c2;
    font-size: .8rem;
    line-height: 18px;
    margin-bottom: 0; }

.shortlist-modal-container .shortlist-footer-modal {
  border-top: 0; }
  .shortlist-modal-container .shortlist-footer-modal button {
    width: 100%;
    margin-bottom: 3%;
    margin-left: 4%;
    margin-right: 4%; }

.midrec-component {
  padding: 0px 0px; }
  @media (max-width: 1199.98px) {
    .midrec-component {
      padding: 20px 0px 0px 0px; } }
  .midrec-component .desktop-mrec1 {
    margin-bottom: 80px;
    text-align: center; }
    @media (max-width: 991.98px) {
      .midrec-component .desktop-mrec1 {
        margin-bottom: 20px; } }
  .midrec-component .desktop-mrec2 {
    margin-bottom: 80px;
    text-align: center; }
    @media (max-width: 991.98px) {
      .midrec-component .desktop-mrec2 {
        margin-bottom: 20px; } }
  .midrec-component .desktop-mrec3 {
    margin-bottom: 80px;
    text-align: center; }
    @media (max-width: 991.98px) {
      .midrec-component .desktop-mrec3 {
        margin-bottom: 20px; } }
  .midrec-component .desktop-mrec4 {
    margin-bottom: 80px;
    text-align: center; }
    @media (max-width: 991.98px) {
      .midrec-component .desktop-mrec4 {
        margin-bottom: 20px; } }
  .midrec-component .desktop-listing-mrec {
    margin-bottom: 10px;
    text-align: center; }
    @media (max-width: 991.98px) {
      .midrec-component .desktop-listing-mrec {
        margin-bottom: 20px; } }
  .midrec-component .advertisement-text {
    font-size: 10px;
    font-weight: 400;
    color: #9b9b9b;
    line-height: 20px;
    margin: 0; }

.sto-ads {
  height: 100vh;
  z-index: 3000;
  position: fixed;
  top: -160%;
  width: 100%;
  left: 0%;
  transition: all .5s .2s ease-in-out; }
  .sto-ads.in {
    left: 0;
    bottom: 0;
    top: 85px;
    transition: all .5s .2s ease-in-out; }
    @media (max-width: 767.98px) {
      .sto-ads.in {
        top: 40px; } }
    @media (max-width: 575.98px) {
      .sto-ads.in {
        top: 15px; } }
  .sto-ads-content {
    position: relative; }
  .sto-ads .slide-close {
    position: absolute;
    top: 0;
    background: rgba(0, 0, 0, 0.18);
    color: white;
    font-size: 0px;
    z-index: 1;
    cursor: pointer; }
    .sto-ads .slide-close .x-button {
      font-size: 40px;
      vertical-align: middle; }
    .sto-ads .slide-close:hover {
      background: rgba(20, 20, 20, 0.18); }
    @media (min-width: 780px) {
      .sto-ads .slide-close {
        right: calc((100% - 780px) / 2); } }
    @media (max-width: 779px) {
      .sto-ads .slide-close {
        right: calc((100% - 700px) / 2); } }
    @media (max-width: 699px) {
      .sto-ads .slide-close {
        right: calc((100% - 414px) / 2); } }
    @media (max-width: 413px) {
      .sto-ads .slide-close {
        right: calc((100% - 300px) / 2); } }

.sto-big-animation {
  height: 100vh;
  z-index: 3000;
  position: fixed;
  top: -160%;
  width: 100%;
  left: 0%;
  transition: all .5s .2s ease-in-out;
  background: url("https://dbv47yu57n5vf.cloudfront.net/dfp/ewc/d2.png");
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }
  @media (max-width: 767px) {
    .sto-big-animation {
      background: url("https://dbv47yu57n5vf.cloudfront.net/dfp/ewc/m2.png"); } }
  .sto-big-animation.in {
    left: 0;
    top: 0px;
    transition: all .5s .2s ease-in-out; }
  .sto-big-animation-content {
    position: relative;
    top: 85px; }
    @media (max-width: 767.98px) {
      .sto-big-animation-content {
        top: 40px; } }
    @media (max-width: 575.98px) {
      .sto-big-animation-content {
        top: 15px; } }
    .sto-big-animation-content > div[id^='div-gpt-ad'] {
      display: table;
      margin: 85px auto 0;
      box-shadow: 0px 6px 18px 0px #666; }
  .sto-big-animation .slide-close {
    position: absolute;
    top: 0;
    background: rgba(0, 0, 0, 0.18);
    color: white;
    font-size: 28px;
    z-index: 1;
    cursor: pointer; }
    .sto-big-animation .slide-close .x-button {
      font-size: 40px;
      vertical-align: middle; }
    .sto-big-animation .slide-close:hover {
      background: rgba(20, 20, 20, 0.18); }
    @media (min-width: 780px) {
      .sto-big-animation .slide-close {
        right: calc((100% - 780px) / 2); } }
    @media (max-width: 779px) {
      .sto-big-animation .slide-close {
        right: calc((100% - 700px) / 2); } }
    @media (max-width: 699px) {
      .sto-big-animation .slide-close {
        right: calc((100% - 414px) / 2); } }
    @media (max-width: 413px) {
      .sto-big-animation .slide-close {
        right: calc((100% - 300px) / 2); } }

.banderole {
  height: 100vh;
  background: rgba(0, 0, 0, 0.65);
  z-index: 3000;
  position: fixed;
  top: 0;
  width: 100%;
  left: -2000px;
  transition: all .5s .2s ease-in-out; }
  .banderole.in {
    left: 0;
    transition: all .5s .2s ease-in-out; }
    .banderole.in .slide-trigger {
      left: -150px;
      transition: all .5s ease-in-out; }
  .banderole-content {
    position: relative;
    top: 35px; }
    @media (max-width: 425px) {
      .banderole-content {
        top: 15px; } }
  .banderole .slide-trigger {
    position: absolute;
    top: 275px;
    left: 2000px;
    height: 250px;
    width: 100px;
    box-shadow: 1px 1px 5px rgba(25, 25, 25, 0.5);
    transform: translate(0%, -50%);
    cursor: pointer;
    opacity: 0;
    transition: all .5s .55s ease-in-out; }
    .banderole .slide-trigger.on {
      opacity: 1; }
  .banderole .slide-close {
    position: absolute;
    top: 0;
    background: rgba(0, 0, 0, 0.18);
    color: white;
    right: calc((100% - 980px) / 2);
    padding: 0 10px;
    font-size: 28px;
    z-index: 1;
    cursor: pointer; }
    @media (min-width: 980px) {
      .banderole .slide-close {
        right: calc((100% - 980px) / 2); } }
    @media (max-width: 979px) {
      .banderole .slide-close {
        right: calc((100% - 700px) / 2); } }
    @media (max-width: 699px) {
      .banderole .slide-close {
        right: calc((100% - 414px) / 2); } }
    @media (max-width: 413px) {
      .banderole .slide-close {
        right: calc((100% - 300px) / 2); } }
    .banderole .slide-close:hover {
      background: rgba(20, 20, 20, 0.18); }
  .banderole .trigger-close {
    position: absolute;
    top: 0px;
    right: -45px;
    background: rgba(0, 0, 0, 0.18);
    color: #fff;
    padding: 6px 10px 3px; }
    .banderole .trigger-close .ion-close {
      color: #fff; }
    .banderole .trigger-close:hover {
      background: rgba(73, 72, 72, 0.72); }
  .banderole .trigger-in {
    left: -150px;
    transition: all .5s .2s ease-in-out; }

.banderole-right {
  height: 100vh;
  background: rgba(0, 0, 0, 0.65);
  z-index: 3000;
  position: fixed;
  top: 0;
  width: 100%;
  right: -2000px;
  transition: all .5s .2s ease-in-out; }
  .banderole-right.in {
    right: 0;
    transition: all .5s .2s ease-in-out; }
    .banderole-right.in .slide-trigger {
      right: -150px;
      transition: all .5s ease-in-out; }
  .banderole-right-content {
    position: relative;
    top: 35px; }
    @media (max-width: 425px) {
      .banderole-right-content {
        top: 15px; } }
  .banderole-right .slide-trigger {
    position: absolute;
    top: 275px;
    right: 2000px;
    height: 250px;
    width: 100px;
    box-shadow: 1px 1px 5px rgba(25, 25, 25, 0.5);
    transform: translate(0%, -50%);
    cursor: pointer;
    opacity: 0;
    transition: all .5s .55s ease-in-out; }
    .banderole-right .slide-trigger.on {
      opacity: 1; }
    @media (max-width: 767.98px) {
      .banderole-right .slide-trigger {
        top: 210px; } }
  .banderole-right .slide-close {
    position: absolute;
    top: 0;
    background: rgba(0, 0, 0, 0.18);
    color: white;
    right: calc((100% - 980px) / 2);
    padding: 0 10px;
    font-size: 28px;
    z-index: 1;
    cursor: pointer; }
    @media (min-width: 980px) {
      .banderole-right .slide-close {
        right: calc((100% - 980px) / 2); } }
    @media (max-width: 979px) {
      .banderole-right .slide-close {
        right: calc((100% - 700px) / 2); } }
    @media (max-width: 699px) {
      .banderole-right .slide-close {
        right: calc((100% - 414px) / 2); } }
    @media (max-width: 413px) {
      .banderole-right .slide-close {
        right: calc((100% - 300px) / 2); } }
    .banderole-right .slide-close:hover {
      background: rgba(20, 20, 20, 0.18); }
  .banderole-right .trigger-close {
    position: absolute;
    top: 0px;
    left: -45px;
    background: rgba(0, 0, 0, 0.18);
    color: #fff;
    padding: 6px 10px 3px; }
    .banderole-right .trigger-close .ion-close {
      color: #fff; }
    .banderole-right .trigger-close:hover {
      background: rgba(73, 72, 72, 0.72); }
  .banderole-right .trigger-in {
    right: -150px;
    transition: all .5s .2s ease-in-out; }

.banner-component {
  padding: 0px 0px; }
  .banner-component .desktop-banner1 {
    margin-bottom: 80px;
    text-align: center; }
    @media (max-width: 991.98px) {
      .banner-component .desktop-banner1 {
        margin-bottom: 20px; } }
  .banner-component .desktop-banner2 {
    margin-bottom: 80px;
    text-align: center; }
    @media (max-width: 991.98px) {
      .banner-component .desktop-banner2 {
        margin-bottom: 20px; } }
  .banner-component .desktop-banner3 {
    margin-bottom: 80px;
    text-align: center; }
    @media (max-width: 991.98px) {
      .banner-component .desktop-banner3 {
        margin-bottom: 20px; } }
  .banner-component .desktop-banner4 {
    margin-bottom: 80px;
    text-align: center; }
    @media (max-width: 991.98px) {
      .banner-component .desktop-banner4 {
        margin-bottom: 20px; } }

.leaderboard-ads-component, .transaction .big-leaderboard-ads-component, .transaction .billboard-leaderboard-ads-component, .big-leaderboard-ads-component, .billboard-leaderboard-ads-component {
  margin-top: 30px;
  margin-bottom: 30px; }
  @media (max-width: 575.98px) {
    .leaderboard-ads-component, .transaction .big-leaderboard-ads-component, .transaction .billboard-leaderboard-ads-component, .big-leaderboard-ads-component, .billboard-leaderboard-ads-component {
      margin-top: 0px;
      margin-bottom: 0px;
      padding-top: 10px;
      padding-bottom: 10px; } }
  .leaderboard-ads-component .desktop-ads, .big-leaderboard-ads-component .desktop-ads, .billboard-leaderboard-ads-component .desktop-ads {
    text-align: center; }
  .leaderboard-ads-component .advertisement-text, .big-leaderboard-ads-component .advertisement-text, .billboard-leaderboard-ads-component .advertisement-text {
    font-size: 10px;
    font-weight: 400;
    color: #9b9b9b;
    line-height: 20px;
    margin: 0; }
    .leaderboard-ads-component .advertisement-text-top, .big-leaderboard-ads-component .advertisement-text-top, .billboard-leaderboard-ads-component .advertisement-text-top {
      font-size: 15px;
      font-weight: 400;
      color: #414141;
      line-height: 20px;
      margin: 0 0 10px 0; }
      .leaderboard-ads-component .advertisement-text-top .expand-icon, .big-leaderboard-ads-component .advertisement-text-top .expand-icon, .billboard-leaderboard-ads-component .advertisement-text-top .expand-icon {
        vertical-align: middle; }

.big-leaderboard-ads-component {
  margin-top: 15px;
  margin-bottom: 15px; }

@media (max-width: 575.98px) {
  .billboard-leaderboard-ads-component {
    margin-bottom: 15px;
    padding-top: 0;
    padding-bottom: 0; } }

.catfish-ads, .catfish-ads-rel {
  text-align: center;
  height: 130px;
  background: transparent;
  z-index: 3000;
  position: fixed;
  bottom: -100%;
  width: 100%;
  transition: all .5s .2s ease-in-out; }
  @media (max-width: 1199px) {
    .catfish-ads, .catfish-ads-rel {
      height: 83px; } }
  @media (max-width: 767px) {
    .catfish-ads, .catfish-ads-rel {
      height: 65px; } }
  @media (max-width: 413px) {
    .catfish-ads, .catfish-ads-rel {
      height: 50px; } }
  .catfish-ads.in, .in.catfish-ads-rel {
    bottom: 0px;
    transition: all .5s .2s ease-in-out; }
  .catfish-ads.out, .out.catfish-ads-rel {
    transition: all .5s .2s ease-in-out;
    display: none; }
  .catfish-ads-content {
    position: relative;
    text-align: center;
    padding: 0; }
  .catfish-ads .slide-close, .catfish-ads-rel .slide-close {
    text-transform: uppercase;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    color: #fff;
    font-size: 11px;
    background: #444;
    top: 0;
    position: absolute;
    padding: 3px 10px;
    z-index: 1;
    cursor: pointer; }
    @media (max-width: 576px) {
      .catfish-ads .slide-close, .catfish-ads-rel .slide-close {
        top: -21px; } }
    .catfish-ads .slide-close:hover, .catfish-ads-rel .slide-close:hover {
      background: rgba(20, 20, 20, 0.18); }
    .catfish-ads .slide-close i.material-icons, .catfish-ads-rel .slide-close i.material-icons {
      font-size: 15px;
      vertical-align: middle; }
  @media (min-width: 1200px) {
    .catfish-ads .slide-close, .catfish-ads-rel .slide-close {
      right: calc((100% - 1200px) / 2); } }
  @media (max-width: 1199px) {
    .catfish-ads .slide-close, .catfish-ads-rel .slide-close {
      right: calc((100% - 768px) / 2); } }
  @media (max-width: 767px) {
    .catfish-ads .slide-close, .catfish-ads-rel .slide-close {
      right: calc((100% - 414px) / 2); } }
  @media (max-width: 413px) {
    .catfish-ads .slide-close, .catfish-ads-rel .slide-close {
      right: calc((100% - 320px) / 2); } }

.catfish-ads-rel {
  position: relative; }

.breadcrumb {
  font-size: .85rem;
  color: #c2c2c2; }
  .breadcrumb a {
    color: #c2c2c2; }
  .breadcrumb .breadcrumb-item {
    cursor: pointer; }
  .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    font-weight: normal;
    color: #c2c2c2; }
  .breadcrumb .breadcrumb-item.active {
    cursor: initial;
    font-weight: 600;
    color: #414141; }

.form-control {
  border-color: #D3D3D3; }

.table {
  font-size: .85rem;
  border: 1px solid #ddd; }
  .table th {
    color: #A0ACC1;
    font-weight: 200; }
  .table.table-striped tbody tr:nth-of-type(odd) {
    background: #F2F4F8; }

.modal-backdrop.show {
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px); }

@media (max-width: 768px) {
  .news-letter-component {
    margin-top: 10px; } }

.news-letter-component #mc_embed_signup {
  background: none;
  clear: left;
  font: 14px Helvetica,Arial,sans-serif;
  width: 100%; }

.news-letter-container .news-letter-email {
  width: 70%;
  float: left; }

.news-letter-container .news-letter-btn {
  float: left;
  width: 30%;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  background-color: #f4b124;
  border: none;
  padding: 6px;
  margin-left: -3px;
  font-size: 13px; }

.news-letter-container .news-letter-title {
  border-bottom: 1px solid #DEDEDE;
  width: 100%; }

#mc_embed_signup form {
  padding: 10px 0 10px 0; }

.mc-field-group {
  display: inline-block; }

#mc_embed_signup input.email {
  font-family: "Open Sans","Helvetica Neue",Arial,Helvetica,Verdana,sans-serif;
  font-size: 15px;
  border: 1px solid #ABB0B2;
  border-right: 0px;
  color: #343434;
  background-color: #fff;
  box-sizing: border-box;
  height: 40px;
  padding: 0px 0.4em;
  display: inline-block;
  margin: 0;
  width: 72%;
  vertical-align: top;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px; }

#mc_embed_signup label {
  display: block;
  font-size: 14px;
  color: #333333;
  padding-bottom: 10px;
  font-weight: bold;
  /* border-bottom: 1px solid #ddd; */
  width: 87%;
  margin-bottom: 0px; }

#mc_embed_signup .clear {
  display: inline-block;
  position: absolute;
  margin-left: -2px; }

#mc_embed_signup .button {
  font-size: 13px;
  border: none;
  border-radius: 3px;
  letter-spacing: .03em;
  color: #fff;
  background-color: #2056AB;
  box-sizing: border-box;
  height: 40px;
  line-height: 32px;
  padding: 0 18px;
  display: inline-block;
  margin: 0;
  transition: all 0.23s ease-in-out 0s; }

#mc_embed_signup .button:hover {
  cursor: pointer; }

#mc_embed_signup div#mce-responses {
  float: left;
  top: -1.4em;
  padding: 0em .5em 0em .5em;
  overflow: hidden;
  width: 90%;
  margin: 0 5%;
  clear: both; }

#mc_embed_signup div.response {
  margin: 1em 0;
  padding: 1em .5em .5em 0;
  font-weight: bold;
  float: left;
  top: -1.5em;
  z-index: 1;
  width: 80%; }

#mc_embed_signup #mce-error-response {
  display: none; }

#mc_embed_signup #mce-success-response {
  color: #529214;
  display: none; }

#mc_embed_signup label.error {
  display: block;
  float: none;
  width: auto;
  margin-left: 1.05em;
  text-align: left;
  padding: .5em 0; }

@media (max-width: 768px) {
  #mc_embed_signup input.email {
    width: 100%;
    margin-bottom: 5px;
    border: 1px solid #ABB0B2;
    border-radius: 3px;
    text-align: center; }
  #mc_embed_signup .clear {
    display: block;
    position: relative; }
  #mc_embed_signup .button {
    width: 100%;
    margin: 0; }
  #mc_embed_signup label {
    width: 95%; } }

.styleMailChi {
  position: absolute;
  left: -5000px; }

body {
  font-family: 'Poppins', sans-serif;
  margin-top: 52px;
  max-width: 100%;
  overflow-x: hidden; }

@media (min-width: 1200px) {
  .container {
    max-width: 1280px; } }

.container-full {
  padding: 0px 0px; }
  @media (min-width: 992px) {
    .container-full {
      max-width: 100%;
      padding: 0px 0px; } }
  @media (min-width: 1200px) {
    .container-full {
      max-width: 1350px;
      padding: 0px 0px; } }

.prop-detail-container {
  padding: 0px 0px; }
  @media (min-width: 992px) {
    .prop-detail-container {
      max-width: 100%;
      padding: 0px 0px; } }
  @media (min-width: 1200px) {
    .prop-detail-container {
      max-width: 1100px;
      padding: 0px 0px; } }
  .prop-detail-container .col-side-component {
    background-color: #f7f7f7; }

.fullscreen {
  position: relative;
  z-index: 1040; }

