/* grid */
.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container, .container-sm {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container, .container-sm, .container-md {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container, .container-sm, .container-md, .container-lg {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1140px;
  }
}

.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%;
}

.row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

.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%;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .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%;
  }
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .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%;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .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%;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .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%;
  }
}

.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;
  }
}

.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;
  }
}

.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;
  }
}

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

html {
  padding: 0;
  margin: 0;
}

body {
  padding: 0;
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  color: #000;
  background-color: #fff;
  font-family: "Noir", -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";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-tap-highlight-color: transparent;
}

.modal-open {
  overflow: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin: 0;
  font-weight: 700;
  font-family: "Didot";
  line-height: 1.3;
}

h1 {
  font-size: 33px;
}

h2 {
  font-size: 32px;
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 22px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

ul,
ol {
  padding: 0;
  margin: 0 0 0 1.2em;
  list-style: none;
}

ul {
  list-style: disc;
  padding: 0;
  margin: 0;
}

ol {
  list-style: decimal;
  padding: 0;
  margin: 0;
}

li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}

label {
  font-weight: 400;
  margin: 0;
}

img {
  max-width: 100%;
  width: auto;
  height: auto;
  border: 0;
  outline: none;
  display: block;
}

svg {
  color: red;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="datetime"]:focus,
input[type="submit"]:focus,
input[type="email"] {
  outline: none;
  box-shadow: none;
}

[type="submit"] {
  transition: all 0.5s ease;
}

input[type="radio"] {
  margin: 0;
  padding: 0;
}

a,
a:hover,
a:focus {
  cursor: pointer;
  outline: none;
  box-shadow: none;
  text-decoration: none;
  transition: all 0.5s ease;
  -webkit-tap-highlight-color: transparent;
}

button:focus {
  outline: none;
  box-shadow: none;
  -webkit-tap-highlight-color: transparent;
}

button,
button[type="submit"],
button[type="cancel"],
input[type="submit"],
input[type="cancel"],
input[type="button"],
input[type="submit"],
input[type="reset"] {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  font-family: "Noir";
  -webkit-tap-highlight-color: transparent;
}

p {
  padding: 0;
  margin: 0;
}

p:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}

svg {
  vertical-align: inherit;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  box-shadow: none;
  font-family: 'Mont';
}

select:focus {
  outline: none;
  box-shadow: none;
}

option {
  color: #000;
  padding: 5px 10px;
}

textarea {
  overflow: auto;
  resize: none;
  height: 85px;
}

textarea:focus {
  outline: none;
  box-shadow: none;
  resize: none;
}

.form-control:focus {
  outline: none;
  box-shadow: none;
}

.container {
  max-width: 1460px;
}

.slick-slider {
  position: relative;
}

.slick-slider .slick-list {
  overflow: hidden;
  height: 100%;
  width: 100%;
}

.slick-slider .slick-track {
  outline: none;
  position: relative;
}

.slick-slider .slick-slide {
  outline: none;
  float: left;
}

.slick-slider .slick-arrow {
  width: 45px;
  height: 45px;
  background-color: #fff;
  border: 0;
  border-radius: 100%;
  font-size: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 1005;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.slick-slider .slick-arrow svg {
  color: #000;
}

.slick-slider .slick-arrow:hover {
  background-color: #000;
  color: #fff;
}

.slick-slider .slick-arrow:hover svg {
  color: #fff;
}

.slick-slider .slick-arrow.slick-prev {
  left: 0;
}

@media (max-width: 767px) {
  .slick-slider .slick-arrow.slick-prev {
    left: 20px;
  }
}

.slick-slider .slick-arrow.slick-next {
  right: 0;
}

@media (max-width: 767px) {
  .slick-slider .slick-arrow.slick-next {
    right: 20px;
  }
}

.mb-30 {
  margin-bottom: 30px;
}

.info-icon {
  width: 15px;
  height: 15px;
}

.info-icon .svg-icon {
  width: 15px;
  height: 15px;
  color: #000;
  position: relative;
  top: 2px;
}

.info-icon.inline {
  display: inline-flex;
}

hr {
  padding: 0;
  margin: 0;
  border-top: 1px solid #d2d2d2;
}

hr.gray {
  background-color: #f2f2f2;
}

.gray {
  background-color: #f2f2f2;
}

.wpcf7-checkbox .wpcf7-list-item {
  margin-left: 0;
}

.wpcf7-checkbox .wpcf7-list-item input[type="checkbox"] {
  margin: 0;
  width: 15px;
  height: 15px;
}

.wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label {
  width: calc(100% - 15px);
  padding-left: 10px;
  vertical-align: top;
  display: inline-block;
  line-height: 1.2;
}

.action,
.actions {
  flex-wrap: wrap;
}

.action a,
.actions a {
  margin: 5px 0px;
}

.w-100 {
  width: 100%;
}

.ajax-loader {
  display: none;
}

.fancybox-button svg {
  color: #fff;
}

.pattern-action {
  position: relative;
  padding: 0;
}

.pattern-action .wrap {
  background-color: #f2f2f2;
  padding: 23px 0;
}

.pattern-action .top {
  width: 100%;
  left: 0;
  top: 0;
  margin-bottom: -1px;
}

.pattern-action .top svg {
  width: 100%;
  color: #f2f2f2;
  vertical-align: bottom;
}

.pattern-action .bottom {
  width: 100%;
  left: 0;
  bottom: 0;
}

.pattern-action .bottom svg {
  width: 100%;
  color: #f2f2f2;
  vertical-align: top;
}

/* font */
@font-face {
  font-family: 'Noir';
  src: url("../../vendor/fonts/noir/Noir-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Noir';
  src: url("../../vendor/fonts/noir/Noir-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Didot';
  src: url("../../vendor/fonts/didot/Didot.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Didot';
  src: url("../../vendor/fonts/didot/Didot-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* component */
.page-title {
  padding: 19px 15px 25px;
  background-color: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.24);
  position: relative;
}

.page-title .title {
  font-size: 32px;
  color: #000;
  font-weight: 700;
  line-height: 1.3;
  font-family: "Didot";
  text-align: center;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .page-title .title {
    font-size: 24px;
  }
}

.page-title .cta-back {
  position: absolute;
  left: 40px;
  width: 77px;
  height: 30px;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 2;
  font-size: 11px;
  line-height: 0.75em;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
}

.custom-radio {
  margin-right: 22px;
  position: relative;
  margin-bottom: 5px;
}

.custom-radio input[type="radio"] {
  margin-right: 8px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
}

.custom-radio input[type="radio"]:checked + .custom-control-label:after {
  background-color: #000;
  border: 1px solid #000;
}

.custom-radio .custom-control-label {
  position: relative;
  padding-left: 28px;
  font-size: 16px;
  line-height: 1.5;
  display: block;
}

.custom-radio .custom-control-label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 100%;
  z-index: 1;
}

.custom-radio .custom-control-label:after {
  content: '';
  position: absolute;
  left: 4px;
  top: 4px;
  width: 12px;
  height: 12px;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 100%;
  z-index: 1;
}

.custom-checkbox {
  margin-right: 22px;
  position: relative;
  margin-bottom: 5px;
}

.custom-checkbox input[type="checkbox"] {
  margin-right: 8px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
}

.custom-checkbox input[type="checkbox"]:checked + .custom-control-label:after {
  background: url("../../assets/images/checkbox.svg") no-repeat center center;
}

.custom-checkbox .custom-control-label {
  position: relative;
  padding-left: 28px;
  font-size: 16px;
  line-height: 1.5;
  display: block;
}

.custom-checkbox .custom-control-label span {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.5);
  display: block;
  width: 100%;
}

.custom-checkbox .custom-control-label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  background-color: #fff;
  border: 1px solid #000;
  z-index: 1;
}

.custom-checkbox .custom-control-label:after {
  content: '';
  position: absolute;
  left: 2px;
  top: 2px;
  width: 16px;
  height: 16px;
  z-index: 1;
  background: none;
}

.form-group {
  position: relative;
  margin: 0 0 30px;
  width: 100%;
  display: block;
}

.form-control {
  border-radius: 0;
  border: 1px solid #000;
  height: 44px;
  font-size: 16px;
  color: #000;
  padding: 6px 12px;
  width: 100%;
}

.form-control::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.6);
}

.form-control:-moz-placeholder {
  color: rgba(0, 0, 0, 0.6);
}

.form-control::-moz-placeholder {
  color: rgba(0, 0, 0, 0.6);
}

.form-control:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.6);
}

.form-label {
  font-size: 16px;
  display: block;
  font-weight: 500;
  line-height: 1.6;
  margin-bottom: 2px;
  width: 100%;
}

.form-label em {
  font-style: normal;
}

.form-label.pad {
  padding-left: 15px;
  padding-right: 15px;
}

textarea.form-control {
  height: 112px;
  padding: 12px;
  width: 100%;
  font-family: "Noir";
}

select.default {
  border-radius: 0;
  border: 1px solid #000;
  height: 44px;
  font-size: 16px;
  color: #000;
  padding: 6px 12px;
  width: 100%;
  font-weight: 500;
  background: #fff url("../../assets/images/select-arrow-black.svg") no-repeat right 14px center;
}

.custom-control-inline {
  display: inline-flex;
}

.form-section-title {
  font-size: 20px;
  font-weight: 700;
  font-family: "Didot";
  color: #000;
  line-height: 1.3;
  display: block;
  margin-bottom: 20px;
}

input[type="number"] {
  border-radius: 0;
  border: 1px solid #000;
  height: 44px;
  font-size: 16px;
  color: #000;
  padding: 6px 12px;
  width: 100%;
  background: #fff url("../../assets/images/input-number.png") no-repeat right 11px center;
}

input[type="number"]::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.6);
}

input[type="number"]:-moz-placeholder {
  color: rgba(0, 0, 0, 0.6);
}

input[type="number"]::-moz-placeholder {
  color: rgba(0, 0, 0, 0.6);
}

input[type="number"]:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.6);
}

span.error {
  font-size: 14px;
  color: red;
  display: block;
  margin-top: 5px;
}

.input-group {
  border: 1px solid #000;
}

.input-group .form-control {
  border: 0px;
  border-left: 1px solid #000;
}

input[type=range] {
  -webkit-appearance: none;
  margin: 10px 0;
  width: 100%;
}

input[type=range]:focus {
  outline: none;
}

input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 4px;
  cursor: pointer;
  box-shadow: 0px 0px 0px #000, 0px 0px 0px #000;
  background: #000;
  border-radius: 25px;
  border: 0px solid #000;
}

input[type=range]::-webkit-slider-thumb {
  box-shadow: 0px 0px 0px #000, 0px 0px 0px #000;
  border: 0px solid #000;
  height: 32px;
  width: 32px;
  border-radius: 100%;
  background: #9A9A9A;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -16px;
}

input[type=range]:focus::-webkit-slider-runnable-track {
  background: #000;
}

input[type=range]::-moz-range-track {
  width: 100%;
  height: 4px;
  cursor: pointer;
  animate: 0.2s;
  box-shadow: 0px 0px 0px #000, 0px 0px 0px #000;
  background: #000;
  border-radius: 25px;
  border: 0px solid #000;
}

input[type=range]::-moz-range-thumb {
  box-shadow: 0px 0px 0px #000, 0px 0px 0px #000;
  border: 0px solid #000;
  height: 32px;
  width: 32px;
  border-radius: 100%;
  background: #9A9A9A;
  cursor: pointer;
}

input[type=range]::-ms-track {
  width: 100%;
  height: 4px;
  cursor: pointer;
  animate: 0.2s;
  background: transparent;
  border-color: transparent;
  border-width: 39px 0;
  color: transparent;
}

input[type=range]::-ms-fill-lower {
  background: #ac51b5;
  border: 0px solid #000101;
  border-radius: 50px;
  box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
}

input[type=range]::-ms-fill-upper {
  background: #ac51b5;
  border: 0px solid #000101;
  border-radius: 50px;
  box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
}

input[type=range]::-ms-thumb {
  box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
  border: 0px solid #000000;
  height: 20px;
  width: 39px;
  border-radius: 7px;
  background: #65001c;
  cursor: pointer;
}

input[type=range]:focus::-ms-fill-lower {
  background: #ac51b5;
}

input[type=range]:focus::-ms-fill-upper {
  background: #ac51b5;
}

.input-group {
  width: 100%;
  position: relative;
  flex-wrap: wrap;
  align-items: stretch;
  display: flex;
}

.input-group .form-control {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  margin-bottom: 0;
}

.input-group-append {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: -1px;
  width: 44px;
  background-color: #f2f2f2;
}

.input-group-prepend {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: -1px;
  width: 44px;
  background-color: #f2f2f2;
}

.custom-switch {
  width: 67px;
  height: 30px;
  margin: 0 auto;
  position: relative;
}

.custom-switch input[type="checkbox"] {
  position: absolute;
  left: 0;
  padding: 0;
  margin: 0;
  z-index: 5;
  opacity: 0;
  visibility: hidden;
}

.custom-switch input[type="checkbox"]:checked + .toggle:before {
  color: rgba(255, 255, 255, 0.6);
}

.custom-switch input[type="checkbox"]:checked + .toggle:after {
  color: #fff;
}

.custom-switch input[type="checkbox"]:checked + .toggle .toggle__handler {
  transform: translate3d(35px, 0, 0) rotate(0);
}

.custom-switch .toggle {
  cursor: pointer;
  display: inline-block;
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 50px;
}

.custom-switch .toggle:before {
  content: 'Buyer';
  position: absolute;
  left: -40px;
  top: 0;
  bottom: 0;
  margin: auto;
  font-size: 11px;
  font-weight: 500;
  color: #fff;
  height: 12px;
  letter-spacing: 0.1em;
}

.custom-switch .toggle:after {
  content: 'Seller';
  position: absolute;
  right: -40px;
  top: 0;
  bottom: 0;
  margin: auto;
  font-size: 11px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.6);
  height: 12px;
  letter-spacing: 0.1em;
}

.custom-switch .toggle__handler {
  display: inline-block;
  position: relative;
  z-index: 1;
  top: 1px;
  left: 2px;
  width: 28px;
  height: 28px;
  background-color: #000;
  border-radius: 50px;
  transition: all 400ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.cta-btn {
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.cta-md {
  padding: 20px 30px;
  font-size: 16px;
  line-height: 1.125;
  text-align: center;
}

@media (max-width: 767px) {
  .cta-md {
    padding: 20px 15px;
    font-size: 15px;
  }
}

.cta-x {
  padding: 9px 20px;
  font-size: 12px;
}

.cta-xs {
  padding: 14px 30px;
  font-size: 12px;
}

@media (max-width: 767px) {
  .cta-xs {
    padding: 14px 15px;
  }
}

.cta-lg {
  padding: 21px 30px;
  font-size: 16px;
  line-height: 1.125;
}

.cta-btn-black {
  background-color: #000;
  border: 1px solid;
  border-color: #000;
  color: #fff;
}

.cta-btn-black:hover {
  background-color: transparent;
  color: #000;
}

.cta-btn-border-black {
  border: 1px solid;
  border-color: #000;
  color: #000;
}

.cta-btn-border-black:hover {
  background-color: #000;
  color: #fff;
}

.cta-btn-border-white {
  border: 1px solid;
  border-color: #fff;
  color: #fff;
  background-color: #000;
}

.cta-btn-border-white:hover {
  background-color: #fff;
  border-color: #fff;
  color: #000;
}

/* extend button */
.black-bg, .page-title .cta-back, .subscribe-popup .ns-container .ns-wrapper .ns-form .ns-action .ns-submit, .property-listing .card .book-a-viewing a, .login form .submit, .register .submit, .how-can-we-help .live-chat .action, .photo-gallery-description .property-description .wrap .property-request-view a, .photo-gallery-description .property-description .wrap .property-make-offer a, .your-details .buyer-detail .cta-additional, .faq-contactus .submit, .property-meditation-cost .action .cta-request-quotation {
  border: 1px solid;
  background-color: #000;
  border-color: #000;
  color: #fff;
}

.black-bg:hover, .page-title .cta-back:hover, .subscribe-popup .ns-container .ns-wrapper .ns-form .ns-action .ns-submit:hover, .property-listing .card .book-a-viewing a:hover, .login form .submit:hover, .register .submit:hover, .how-can-we-help .live-chat .action:hover, .photo-gallery-description .property-description .wrap .property-request-view a:hover, .photo-gallery-description .property-description .wrap .property-make-offer a:hover, .your-details .buyer-detail .cta-additional:hover, .faq-contactus .submit:hover, .property-meditation-cost .action .cta-request-quotation:hover {
  background-color: transparent;
  color: #000;
  border-color: #000;
}

.white-border, .how-can-we-help .book-viewing .action {
  border: 1px solid;
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}

.white-border:hover, .how-can-we-help .book-viewing .action:hover {
  background-color: #fff;
  color: #000;
}

.black-border, .addlisting a {
  border: 1px solid;
  background-color: transparent;
  border-color: #000;
  color: #000;
}

.black-border:hover, .addlisting a:hover {
  background-color: #000;
  color: #fff;
}

.dropdown {
  position: relative;
}

.dropdown .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 200px;
  z-index: 1;
  display: none;
  background-color: #fff;
}

.dropdown .dropdown-menu ul {
  list-style: none;
  padding: 5px 0px;
}

.dropdown .dropdown-menu ul li {
  width: 100%;
  display: block;
}

.dropdown .dropdown-menu ul li a {
  padding: 10px;
  display: block;
  border: 0;
}

.dropdown .dropdown-menu ul li a:hover {
  background-color: #f1f1f1;
}

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

.touchstart .dropdown:hover .dropdown-menu {
  display: none;
}

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

.accordion-group {
  margin-bottom: 20px;
}

.accordion-group .accordion-header {
  position: relative;
}

.accordion-group .accordion-header .svg-icon {
  width: 10px;
  height: 6px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  color: #000;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transform: rotate(0deg);
}

.accordion-group .accordion-header .accordion-title {
  padding: 10px 0;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  display: block;
  width: 100%;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.1em;
}

.accordion-group .accordion-collapse {
  display: none;
}

.accordion-group .accordion-body {
  padding: 20px 0;
}

.accordion-group .accordion-body h2 {
  font-family: "Noir";
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 10px;
}

.accordion-group .accordion-body p {
  font-size: 16px;
  line-height: 1.5;
  color: #000;
}

.accordion-group.show .accordion-header .svg-icon {
  transform: rotate(-180deg);
}

.accordion-group.show .accordion-collapse {
  display: block;
}

.tabs-nav {
  padding: 0;
  margin: 0;
  border-bottom: 1px solid #D8D8D8;
  display: flex;
  align-items: center;
}

@media (max-width: 767px) {
  .tabs-nav {
    display: block;
  }
}

.tabs-nav .tab-items {
  padding-right: 20px;
  font-size: 14px;
  line-height: 1.14;
  color: rgba(0, 0, 0, 0.5);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 500;
}

.tabs-nav .tab-items .tab-links {
  color: rgba(0, 0, 0, 0.5);
  padding: 5px 15px 20px;
  display: block;
  position: relative;
  display: flex;
  align-items: center;
}

@media (max-width: 767px) {
  .tabs-nav .tab-items .tab-links {
    padding: 15px 0;
    text-align: center;
  }
}

.tabs-nav .tab-items .tab-links .svg-icon {
  width: 28px;
  height: 28px;
  margin-right: 6px;
  color: #000;
}

.tabs-nav .tab-items.active .tab-links {
  color: black;
  border-bottom: 1px solid #000;
}

.tab-content {
  display: block;
  width: 100%;
}

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

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

.modal-backdrop {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1210;
  display: none;
}

.modal-backdrop.show {
  display: block;
}

.modal-open .modal {
  display: block;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1220;
  width: 100%;
  height: 100%;
  outline: 0;
  opacity: 0;
  visibility: hidden;
  overflow-x: hidden;
  overflow-y: auto;
  display: none;
  padding: 15px;
}

.modal.fade {
  transition: opacity .15s linear;
}

.modal.fade .modal-dialog {
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  opacity: 0;
  visibility: hidden;
  transform: scale(0.9);
}

.modal.fade.active {
  opacity: 1;
  visibility: visible;
}

.modal.fade.active .modal-dialog {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}

.modal .modal-dialog {
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  position: static;
}

@media (max-width: 767px) {
  .modal .modal-dialog {
    height: auto;
  }
}

.modal .modal-close {
  position: absolute;
  right: 20px;
  top: 15px;
  margin: 0;
  width: 26px;
  height: 26px;
  z-index: 10;
  border: 0;
  padding: 0;
  background-color: transparent;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

@media (max-width: 767px) {
  .modal .modal-close {
    right: 10px;
    top: 10px;
  }
}

.modal .modal-close .svg-icon {
  color: #000;
  width: 26px;
  height: 26px;
}

@media (max-width: 767px) {
  .modal .modal-close .svg-icon {
    width: 15px;
    height: 15px;
  }
}

.modal .modal-header {
  padding: 15px 30px;
  border-bottom: 1px solid #dad7d7;
  position: relative;
}

.modal .modal-title {
  font-size: 30px;
  font-weight: 700;
  color: #000;
  font-family: "Didot";
}

.modal .modal-footer {
  padding: 15px 30px;
  position: relative;
}

.modal .modal-content {
  position: relative;
  display: -ms-flexbox;
  z-index: 1020;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border-radius: 0;
  outline: 0;
  overflow: hidden;
  margin: 0 auto;
  min-height: 200px;
}

.modal .modal-body {
  overflow-y: auto;
  position: relative;
  flex: 1 1 auto;
  padding: 30px;
}

.custom-grid-25 .container {
  padding-left: 25px;
  padding-right: 25px;
}

@media (max-width: 999px) {
  .custom-grid-25 .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.custom-grid-25 .row {
  margin-left: -25px;
  margin-right: -25px;
}

@media (max-width: 999px) {
  .custom-grid-25 .row {
    margin-left: -15px;
    margin-right: -15px;
  }
}

.custom-grid-25 .row [class*="col-"],
.custom-grid-25 .row [class^="col-"] {
  padding-left: 25px;
  padding-right: 25px;
}

@media (max-width: 999px) {
  .custom-grid-25 .row [class*="col-"],
  .custom-grid-25 .row [class^="col-"] {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.dtp-content .dtp-date-view .dtp-header {
  background-color: #000 !important;
  padding: 10px !important;
  display: none !important;
}

.dtp-content .dtp-date-view .dtp-header .dtp-close {
  text-transform: uppercase;
}

.dtp-content .dtp-date-view .dtp-actual-num {
  display: none !important;
}

.dtp-content .dtp-date-view .dtp-date {
  background-color: #000 !important;
}

.dtp-content .dtp-date-view .dtp-date > div {
  display: flex;
  align-items: center;
  margin: 10px 0px;
}

.dtp-content .dtp-date-view .dtp-date .left {
  width: 30px;
  height: 30px;
  background-color: red;
  float: none;
}

.dtp-content .dtp-date-view .dtp-date .left .dtp-select-month-before {
  font-size: 0;
  width: 30px;
  height: 30px;
  display: none;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.dtp-content .dtp-date-view .dtp-date .left .dtp-select-month-before i {
  background: url("../../assets/images/mdatepicker-prev.svg") no-repeat center center;
  width: 15px;
  height: 15px;
  display: block;
}

.dtp-content .dtp-date-view .dtp-date .left .dtp-select-year-before {
  font-size: 0;
  width: 30px;
  height: 30px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.dtp-content .dtp-date-view .dtp-date .left .dtp-select-year-before i {
  background: url("../../assets/images/mdatepicker-prev.svg") no-repeat center center;
  width: 15px;
  height: 15px;
  display: block;
}

.dtp-content .dtp-date-view .dtp-date .right {
  width: 30px;
  height: 30px;
  background-color: red;
  float: none;
}

.dtp-content .dtp-date-view .dtp-date .right .dtp-select-month-after {
  font-size: 0;
  width: 30px;
  height: 30px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.dtp-content .dtp-date-view .dtp-date .right .dtp-select-month-after i {
  background: url("../../assets/images/mdatepicker-next.svg") no-repeat center center;
  width: 15px;
  height: 15px;
  display: block;
}

.dtp-content .dtp-date-view .dtp-date .right .dtp-select-year-after {
  font-size: 0;
  width: 30px;
  height: 30px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.dtp-content .dtp-date-view .dtp-date .right .dtp-select-year-after i {
  background: url("../../assets/images/mdatepicker-next.svg") no-repeat center center;
  width: 15px;
  height: 15px;
  display: block;
}

.dtp-picker-days {
  width: 100%;
}

.dtp-picker-days tr td a {
  font-weight: 500;
}

.dtp-picker-days tr td a.selected {
  background-color: #000 !important;
}

.dtp .dtp-buttons .btn {
  width: auto;
  border: 0;
  background-color: #000;
  height: 30px;
  color: #fff;
  margin-left: 10px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1px;
}

.dtp .dtp-actual-year {
  height: 30px;
  line-height: 32px;
  color: #fff !important;
}

.dtp .dtp-picker-year .year-picker-item {
  padding: 10px 0px;
}

.dtp .dtp-picker-year .btn {
  width: 35px;
  height: 35px;
  background-color: #f1f1f1;
  font-size: 0;
  margin: 0 auto !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

.dtp .dtp-picker-year .btn.before {
  transform: rotate(-90deg);
}

.dtp .dtp-picker-year .btn.after {
  transform: rotate(90deg);
}

.dtp .dtp-picker-year .material-icons {
  background: url("../../assets/images/mdatepicker-next.svg") no-repeat center center;
  width: 15px;
  height: 15px;
  display: block;
  margin: 0 auto;
}

.input-group.form-date {
  position: relative;
  border: 1px solid #000;
  width: 245px;
  height: 46px;
  margin-right: 0;
  background-color: #fff;
  flex-wrap: wrap;
  display: flex;
  align-items: stretch;
}

.input-group.form-date .form-control {
  border: 0;
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: inherit;
}

.input-group.form-date .input-group-append {
  width: 44px;
  height: 44px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.input-group.form-date .input-group-append .svg-icon {
  width: 23px;
  height: 25px;
  color: #000;
}

.input-group.form-time {
  position: relative;
  border: 1px solid #000;
  width: 135px;
  height: 46px;
  background-color: #fff;
  flex-wrap: wrap;
  display: flex;
  align-items: stretch;
}

.input-group.form-time .form-control {
  border: 0;
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: inherit;
}

.input-group.form-time .input-group-append {
  width: 44px;
  height: 44px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.input-group.form-time .input-group-append .svg-icon {
  width: 23px;
  height: 25px;
  color: #000;
}

.floor-plan {
  position: relative;
  font-size: 0;
  width: 275px;
  height: 44px;
}

.floor-plan::-webkit-file-upload-button {
  visibility: hidden;
}

.floor-plan::before {
  content: 'Upload floor plan';
  outline: none;
  white-space: nowrap;
  -webkit-user-select: none;
  cursor: pointer;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  font-size: 12px;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.1em;
  display: flex;
  align-items: center;
  justify-content: center;
}

.floor-plan:focus {
  outline: none;
  box-shadow: none;
  border-radius: 0;
}

.floor-plan:hover:before {
  color: #000;
}

.brouchure-upload {
  position: relative;
  font-size: 0;
  width: 275px;
  height: 44px;
}

.brouchure-upload::-webkit-file-upload-button {
  visibility: hidden;
}

.brouchure-upload::before {
  content: 'Upload your brochure';
  outline: none;
  white-space: nowrap;
  -webkit-user-select: none;
  cursor: pointer;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  font-size: 12px;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.1em;
  display: flex;
  align-items: center;
  justify-content: center;
}

.brouchure-upload:focus {
  outline: none;
  box-shadow: none;
  border-radius: 0;
}

.brouchure-upload:hover:before {
  color: #000;
}

[data-toggle="tooltip"] {
  position: relative;
}

.tooltip-content {
  position: absolute;
  top: 100%;
  width: 200px;
  background-color: #fff;
  padding: 15px;
  z-index: 1200;
  display: none;
  box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.1);
}

.thumbs, .property-listing .card .card-image .thumb, .doctor-featured-sale .card-image .thumb {
  width: 100%;
  height: 100%;
  padding-top: 56.25%;
  position: relative;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.05);
}

.thumbs:before, .property-listing .card .card-image .thumb:before, .doctor-featured-sale .card-image .thumb:before {
  content: 'Casa Abierta';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-transform: uppercase;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.2);
  letter-spacing: 0.1em;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.thumbs img, .property-listing .card .card-image .thumb img, .doctor-featured-sale .card-image .thumb img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
}

/* header */
.logo {
  padding: 0;
  font-family: "Didot";
  font-size: 32px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 248px;
  height: 24px;
}

.logo .svg-icon {
  color: #000;
  width: 100%;
  height: auto;
  vertical-align: top;
}

@media (max-width: 1199px) {
  .logo {
    position: relative;
    margin: 0;
  }
}

@media (max-width: 767px) {
  .logo {
    padding: 0;
    height: auto;
    width: 130px;
    height: 17px;
    margin-right: auto;
    padding-left: 10px;
  }
}

.logo a {
  display: inline-block;
  color: #fff;
  line-height: 1;
  height: 24px;
}

@media (max-width: 767px) {
  .logo a {
    height: 17px;
  }
}

/* menu toggle */
.menu-toggle {
  position: relative;
  width: 30px;
  height: 30px;
  display: none;
}

@media (max-width: 767px) {
  .menu-toggle {
    display: flex;
  }
}

.menu-toggle span {
  width: 80%;
  height: 1px;
  background-color: #000;
  display: block;
  margin: 3px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.menu-toggle.active {
  z-index: 1210;
}

.menu-toggle.active span:nth-child(2) {
  display: none;
}

.menu-toggle.active span:nth-child(1) {
  transform: rotate(-40deg);
  margin: 0;
}

.menu-toggle.active span:nth-child(3) {
  transform: rotate(40deg);
  margin: 0;
}

/* header */
.header-container {
  position: relative;
  width: 100%;
  padding: 0;
  margin: 0;
  z-index: 1010;
}

.header-container .container-fluid, .header-container .container-sm, .header-container .container-md, .header-container .container-lg, .header-container .container-xl {
  position: relative;
}

.header-container .container-fluid .row, .header-container .container-sm .row, .header-container .container-md .row, .header-container .container-lg .row, .header-container .container-xl .row {
  justify-content: flex-end;
  align-items: center;
}

@media (max-width: 1199px) {
  .header-container .container-fluid .row, .header-container .container-sm .row, .header-container .container-md .row, .header-container .container-lg .row, .header-container .container-xl .row {
    justify-content: space-between;
  }
}

.header-container .hright {
  display: flex;
  align-items: center;
}

.header-container .header {
  padding: 0;
  margin: 0;
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.24);
  width: 100%;
  z-index: 1010;
}

.header-container.fixed .header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.24);
  height: auto;
}

.header-container.fixed .main-menu .menu .sub-menu {
  opacity: 0;
  visibility: hidden;
}

.menu-close {
  width: 35px;
  height: 35px;
  background-color: #000;
  color: #fff;
  position: absolute;
  right: 0;
  top: 0;
  align-items: center;
  justify-content: center;
  display: none;
}

.menu-close .svg-icon {
  color: #fff;
  width: 25px;
  height: 25px;
}

@media (max-width: 767px) {
  .menu-close {
    display: flex;
  }
}

.home .header-container.sticky {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 1010;
}

@media (max-width: 767px) {
  .home .header-container.sticky {
    position: relative;
    background-color: #000;
  }
}

@media (max-width: 767px) {
  .home .header-container.fixed {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 1010;
  }
}

.home .header-container.fixed .header {
  background-color: #000;
}

.home .header {
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

.home .logo .svg-icon {
  color: #fff;
}

.home .addlisting a {
  color: #fff;
  border: 1px solid #fff;
}

.home .addlisting a:hover {
  background-color: #fff;
  color: #000;
}

.home .header-search .search-toggle .svg-icon {
  color: #fff;
}

.home .header-search .search-toggle:before {
  border-left: 1px solid rgba(255, 255, 255, 0.72);
}

.home .header-login > a {
  color: #fff;
}

.home .main-menu {
  border-bottom: 0;
}

.home .menu-toggle span {
  background-color: #fff;
}

.header-login {
  position: relative;
  margin: 0 5px;
}

@media (max-width: 767px) {
  .header-login {
    display: none;
  }
}

.header-login > a {
  font-size: 14px;
  text-transform: uppercase;
  color: #000;
  font-weight: 500;
  padding: 33px 10px;
  letter-spacing: 0.1em;
  display: inline-flex;
}

.header-login > a:hover {
  background-color: #f2f2f2;
  color: #000;
}

.header-login > a:active {
  background-color: #f2f2f2;
  color: #000;
}

@media (max-width: 767px) {
  .header-login > a {
    padding: 0 10px;
  }
}

.header-login .login {
  padding: 0;
}

.header-login .dropdown-menu {
  min-width: 440px;
  width: 100%;
  right: -80px;
  left: inherit;
  padding: 16px 20px;
  background-color: #fff;
  box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.1);
}

@media (max-width: 767px) {
  .header-login .dropdown-menu {
    display: none !important;
  }
}

.header-login .dropdown-menu .title {
  font-size: 12px;
  line-height: 1.3;
  font-weight: 700;
  font-family: "Didot";
  text-transform: uppercase;
  display: block;
  margin-bottom: 12px;
}

.header-login .dropdown-menu .form-group {
  margin-bottom: 10px;
}

.header-login .dropdown-menu .form-group:last-child {
  margin-bottom: 0;
}

.header-login .dropdown-menu .input-group {
  border: 1px solid #000;
  position: relative;
}

.header-login .dropdown-menu .input-group .input-group-prepend {
  background-color: transparent;
  position: relative;
}

.header-login .dropdown-menu .input-group .input-group-prepend:after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 1px;
  height: 80%;
  border: 1px solid rgba(0, 0, 0, 0.2);
  display: block;
}

.header-login .dropdown-menu .input-group .icon {
  width: 43px;
  height: 44px;
  position: relative;
}

.header-login .dropdown-menu .input-group .icon:after {
  content: '';
  right: 0;
  width: 1px;
  height: 34px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: rgba(0, 0, 0, 0.29);
}

.header-login .dropdown-menu .input-group .icon .svg-icon {
  width: 16px;
  height: 16px;
  color: #000;
}

.header-login .dropdown-menu .input-group .form-control {
  border: 0;
  font-size: 16px;
  color: #000;
  line-height: 1.4;
}

.header-login .dropdown-menu .input-group .form-control::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.6);
}

.header-login .dropdown-menu .input-group .form-control:-moz-placeholder {
  color: rgba(0, 0, 0, 0.6);
}

.header-login .dropdown-menu .input-group .form-control::-moz-placeholder {
  color: rgba(0, 0, 0, 0.6);
}

.header-login .dropdown-menu .input-group .form-control:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.6);
}

.header-login .dropdown-menu .input-group span.error {
  line-height: 44px;
  margin-top: 0;
  padding-right: 10px;
}

.header-login .dropdown-menu .submit {
  width: 102px;
  height: 44px;
  color: #fff;
  font-weight: 500;
  font-family: "Noir";
  text-transform: uppercase;
  background-color: #000;
  border-radius: 0;
  text-align: center;
  padding: 0;
  font-size: 12px;
  border: 2px solid #000;
  cursor: pointer;
  margin-right: 12px;
  letter-spacing: 0.1em;
}

.header-login .dropdown-menu .submit:hover {
  background-color: transparent;
  color: #000;
}

.header-login .dropdown-menu .other {
  font-size: 12px;
  color: #000;
  text-transform: uppercase;
  line-height: 1.6;
  letter-spacing: 0.1em;
}

.header-login .dropdown-menu .register-link {
  color: #000;
  padding: 0;
  margin-right: 5px;
  text-decoration: underline;
}

.header-login.after-login a[data-toggle="dropdown"] .caret {
  border-top: 5px solid #000;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  margin-top: 5px;
  margin-left: 3px;
}

.header-login.after-login .dropdown-menu {
  min-width: 185px;
  padding: 10px 0;
}

.header-login.after-login .dropdown-menu a {
  font-size: 16px;
  color: #000;
  display: block;
  padding: 10px 25px;
  width: 100%;
}

.header-login.after-login .dropdown-menu a:hover {
  background-color: #000;
  color: #fff;
}

.touchstart .header-login .dropdown-menu {
  display: none;
}

.header-search {
  padding: 0;
  margin: 0 0 0 20px;
}

.header-search .search-toggle {
  width: 32px;
  height: 40px;
  cursor: pointer;
  position: relative;
  display: flex;
  justify-content: flex-end;
}

.header-search .search-toggle .svg-icon {
  width: 12px;
  height: 12px;
  color: #000;
}

.header-search .search-toggle:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border-left: 1px solid #000;
  height: 12px;
  width: 1px;
}

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

.addlisting a {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.14;
  text-transform: uppercase;
  padding: 11px 33px;
  letter-spacing: 0.1em;
  display: flex;
  align-items: center;
  justify-content: center;
}

.header-search-now {
  padding: 15px;
  margin: 0;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  background-color: #fff;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}

.header-search-now .form-control {
  height: 44px;
  padding: 6px 25px;
  font-size: 16px;
  font-weight: 500;
  color: #000;
  line-height: 1.125;
  background-color: #fff;
  border: 1px solid #fff;
}

.header-search-now .form-control::-webkit-input-placeholder {
  color: #000;
}

.header-search-now .form-control:-moz-placeholder {
  color: #000;
}

.header-search-now .form-control::-moz-placeholder {
  color: #000;
}

.header-search-now .form-control:-ms-input-placeholder {
  color: #000;
}

.header-search-now .form-group {
  margin-bottom: 0;
}

.header-search-now .input-group {
  border: 1px solid rgba(0, 0, 0, 0.15);
}

.header-search-now .icon {
  width: 44px;
  height: 44px;
  background-color: #f2f2f2;
}

.header-search-now .icon .svg-icon {
  width: 18px;
  height: 18px;
  color: #000;
}

.header-search-now button {
  padding: 0;
  margin: 0;
  border: 0;
  cursor: pointer;
}

.header-search-now.show {
  opacity: 1;
  visibility: visible;
}

.close-black-menu {
  max-width: 280px;
  width: 100%;
  height: 35px;
  position: absolute;
  right: 0;
  top: 0;
  background-color: #fff;
  display: block;
  z-index: 10;
  padding: 0 15px;
  line-height: 35px;
  opacity: 0;
  visibility: hidden;
  transition: all 1.3s ease-in-out;
  -webkit-transition: all 1.3s ease-in-out;
  -moz-transition: all 1.3s ease-in-out;
  -ms-transition: all 1.3s ease-in-out;
  -o-transition: all 1.3s ease-in-out;
  color: #000;
  font-size: 14px;
  text-transform: uppercase;
}

.close-black-menu:before {
  content: 'Close';
  font-size: 14px;
  color: #000;
  text-transform: uppercase;
  font-weight: 600;
}

.secondary-menu {
  position: relative;
  background-color: #000;
  padding: 0;
}

@media (max-width: 1100px) {
  .secondary-menu {
    padding: 15px 0;
  }
}

.secondary-menu .left {
  width: calc(100% - 150px);
}

.secondary-menu .right {
  width: 150px;
}

.secondary-menu.show .black-menu {
  opacity: 1;
  visibility: visible;
}

.secondary-menu.show .black-menu ul {
  right: 0;
}

.secondary-menu.show .close-black-menu {
  opacity: 1;
  visibility: visible;
}

.secondary-toggle {
  color: #fff;
  display: none;
}

@media (max-width: 1100px) {
  .secondary-toggle {
    display: block;
  }
}

.black-menu {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
}

@media (max-width: 1100px) {
  .black-menu {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1200;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
  }
}

.black-menu ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

@media (max-width: 1100px) {
  .black-menu ul {
    display: block;
    background-color: #000;
    max-width: 280px;
    width: 100%;
    height: 100%;
    position: fixed;
    right: -100%;
    padding: 50px 0;
    overflow: auto;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
  }
}

.black-menu li {
  margin: 0 25px;
  font-size: 14px;
  color: #000;
  text-transform: uppercase;
  font-weight: 500;
  list-style: none;
}

@media (max-width: 1300px) {
  .black-menu li {
    margin: 0 12px;
  }
}

@media (max-width: 1100px) {
  .black-menu li {
    margin: 0;
  }
}

.black-menu li:first-child {
  margin-left: 0;
}

.black-menu li:last-child {
  margin-right: 0;
}

.black-menu li a {
  color: #fff;
  padding: 18px 0px;
  display: block;
}

@media (max-width: 1100px) {
  .black-menu li a {
    padding: 18px;
  }
}

.main-menu {
  border-bottom: 1px solid rgba(0, 0, 0, 0.24);
}

@media (max-width: 767px) {
  .main-menu {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1200;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
  }
}

.main-menu .wrap {
  height: 100%;
}

@media (max-width: 767px) {
  .main-menu .wrap {
    position: fixed;
    right: -100%;
    top: 0;
    max-width: 325px;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: #fff;
    z-index: 1210;
  }
}

@media (max-width: 767px) {
  .main-menu .wrap {
    transition: all 0.7s ease-in-out;
    -webkit-transition: all 0.7s ease-in-out;
    -moz-transition: all 0.7s ease-in-out;
    -ms-transition: all 0.7s ease-in-out;
    -o-transition: all 0.7s ease-in-out;
  }
}

@media (max-width: 374px) {
  .main-menu .wrap {
    max-width: 275px;
  }
}

@media (max-width: 767px) {
  .main-menu .container {
    height: 100%;
  }
}

@media (max-width: 767px) {
  .main-menu .row {
    height: 100%;
  }
}

.main-menu.show {
  opacity: 1;
  visibility: visible;
}

.main-menu.show .wrap {
  right: 0;
}

/* touch screen menu style */
.touchstart .menu li {
  margin: 0;
}

.touchstart .menu li .caret {
  display: block;
}

.touchstart .menu li.grand-parent {
  padding-right: 30px;
  margin: 0;
}

@media (max-width: 767px) {
  .touchstart .menu li.grand-parent {
    padding-right: 0;
  }
}

@media (max-width: 767px) {
  .touchstart .menu li.grand-parent .sub-menu {
    right: -100%;
    transition: all 1s ease-in-out;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    opacity: 1;
    visibility: visible;
  }
}

@media (max-width: 767px) {
  .touchstart .menu li.grand-parent.show .caret {
    z-index: 9999;
    position: fixed;
    top: 0;
    background-color: #f2f2f2;
    max-width: 325px;
    width: 100%;
    height: 50px;
  }
}

@media (max-width: 374px) {
  .touchstart .menu li.grand-parent.show .caret {
    max-width: 275px;
  }
}

@media (max-width: 767px) {
  .touchstart .menu li.grand-parent.show .caret:after {
    content: 'Back';
    border: 0;
    width: 100%;
    height: auto;
    line-height: 50px;
    padding: 0 20px 0 35px;
    background: url("../../assets/images/mobile-back.svg") no-repeat left 5px center;
    background-size: 30px 30px;
  }
}

.touchstart .menu li.grand-parent.show .sub-menu {
  opacity: 1;
  visibility: visible;
}

@media (max-width: 767px) {
  .touchstart .menu li.grand-parent.show .sub-menu {
    display: block;
    position: fixed;
    right: 0;
    left: inherit;
    top: 0;
    padding-top: 70px;
    max-width: 325px;
    width: 100%;
    height: 100%;
    background-color: #fff;
    opacity: 1;
    visibility: visible;
  }
}

@media (max-width: 374px) {
  .touchstart .menu li.grand-parent.show .sub-menu {
    max-width: 275px;
  }
}

.touchstart .menu li:hover .sub-menu {
  opacity: 0;
  visibility: hidden;
}

/* common menu style */
.menu {
  padding: 0;
  margin: 0;
  list-style: none;
  flex-wrap: wrap;
  display: flex;
  align-items: center;
}

@media (max-width: 767px) {
  .menu {
    display: block;
    width: 100%;
    padding: 0 0 40px;
  }
}

.menu .caret {
  width: 30px;
  height: 30px;
  background-color: #fff;
  display: none;
  position: absolute;
  right: 0;
  top: 15px;
  z-index: 100;
}

@media (max-width: 767px) {
  .menu .caret {
    top: 7px;
  }
}

.menu .caret:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 5px;
  height: 5px;
  margin: auto;
  border-top: 5px solid #000;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}

.menu li {
  list-style: none;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  text-transform: uppercase;
  margin: 0 14px;
  letter-spacing: 0.1em;
  position: relative;
  padding-right: 0;
}

@media (max-width: 767px) {
  .menu li {
    margin: 0;
  }
}

.menu li > a {
  color: #000;
  padding: 20px 10px;
  display: block;
}

@media (max-width: 767px) {
  .menu li > a {
    padding: 10px 0;
    color: #000;
  }
}

.menu li.show .sub-menu {
  opacity: 1;
  visibility: visible;
}

.menu li:hover > a {
  background-color: #f2f2f2;
  color: #000;
}

.menu li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
}

.menu .sub-menu {
  position: absolute;
  left: 0;
  top: 100%;
  background-color: #fff;
  padding: 7px 0px;
  opacity: 0;
  visibility: hidden;
  z-index: 1015;
  height: 250px;
  overflow: auto;
  overflow-x: hidden !important;
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
}

@media (max-width: 767px) {
  .menu .sub-menu {
    position: relative;
    box-shadow: none;
    width: 100% !important;
    display: none;
    background-color: #f1f1f1;
  }
}

.menu .sub-menu li {
  margin: 0;
  text-transform: none;
}

.menu .sub-menu li a {
  color: #000;
  padding: 6px 20px;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.1em;
  font-weight: 400;
  text-transform: none;
}

.menu .sub-menu li a:hover {
  background-color: #000;
  color: #fff;
}

.menu .sub-menu li a.title {
  font-size: 12px;
  font-weight: 700;
  font-family: "Didot";
  text-transform: uppercase;
}

.menu .sub-menu li a.title:hover {
  background-color: transparent;
  color: #000;
}

.menu .sub-menu .sub-menu {
  /* nested sub-menu */
  width: 100%;
  position: relative;
  top: inherit;
  box-shadow: none;
  padding: 0 0 7px;
  display: block;
  height: auto;
  overflow: inherit;
}

.menu .sub-menu .sub-menu li {
  width: 100%;
}

.menu .sub-menu .sub-menu .caret {
  display: none;
}

/* single menu syle */
.menu li.single .sub-menu {
  width: 230px;
  height: auto;
}

@media (max-width: 767px) {
  .menu li.single .sub-menu {
    width: 100%;
  }
}

.menu li.single .sub-menu li {
  width: 100%;
}

/* service menu style */
.menu li.service-menu .sub-menu {
  width: 585px;
  display: flex;
  left: -250px;
}

@media (max-width: 1024px) {
  .menu li.service-menu .sub-menu {
    left: -250px;
    right: 0;
  }
}

@media (max-width: 767px) {
  .menu li.service-menu .sub-menu {
    width: 100%;
    left: inherit;
    right: inherit;
    display: none;
  }
}

.menu li.service-menu .sub-menu li {
  width: 50%;
}

@media (max-width: 767px) {
  .menu li.service-menu .sub-menu li {
    width: 100%;
  }
}

.menu li.service-menu .sub-menu .caret {
  display: none;
}

.menu li.service-menu .sub-menu .sub-menu {
  display: block;
  width: 100%;
  left: inherit;
}

.menu li.service-menu .sub-menu .sub-menu li {
  width: 100%;
}

/* buyer menu style */
.menu li.buy-menu .sub-menu {
  width: 465px;
  display: flex;
}

@media (max-width: 767px) {
  .menu li.buy-menu .sub-menu {
    width: 100%;
    display: none;
  }
}

.menu li.buy-menu .sub-menu .caret {
  display: none;
}

.menu li.buy-menu .sub-menu li:first-child {
  width: 45%;
}

@media (max-width: 767px) {
  .menu li.buy-menu .sub-menu li:first-child {
    width: 100%;
  }
}

.menu li.buy-menu .sub-menu li:last-child {
  width: 55%;
}

@media (max-width: 767px) {
  .menu li.buy-menu .sub-menu li:last-child {
    width: 100%;
  }
}

.menu li.buy-menu .sub-menu .sub-menu {
  width: 100%;
  display: block;
}

.menu li.buy-menu .sub-menu .sub-menu li {
  width: 100%;
}

/* home page menu color setting */
.home .menu li a {
  color: #fff;
}

@media (max-width: 767px) {
  .home .menu li a {
    color: #000;
  }
}

.home .menu li .sub-menu li a {
  color: #000;
}

.home .menu li .sub-menu li a:hover {
  color: #fff;
}

.home .menu li:hover > a {
  color: #000;
}

/*  mobile menu other menu show */
.other-menu {
  padding: 0;
  margin: 0;
  list-style: none;
  flex-wrap: wrap;
  display: none;
  width: 100%;
}

@media (max-width: 767px) {
  .other-menu {
    display: flex;
    align-items: flex-start;
    padding: 50px 0 15px;
  }
}

.other-menu li {
  list-style: none;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.4;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  width: calc(33.33% - 5px);
  text-align: center;
  margin: 0 2px;
}

@media (max-width: 767px) {
  .other-menu li {
    font-size: 10px;
  }
}

.other-menu li > a {
  color: #fff;
  background-color: #000;
  display: block;
  padding: 10px 0;
}

/* footer */
.home .footer-container {
  border-top: 0;
}

.footer-container {
  padding: 70px 0 60px;
  border-top: 1px solid rgba(0, 0, 0, 0.24);
}

@media (max-width: 767px) {
  .footer-container {
    padding: 30px 0;
  }
}

.footer {
  max-width: 788px;
  width: 100%;
  margin: 0 auto;
}

.footer-top {
  border-bottom: 1px solid #000;
  width: 100%;
  margin-bottom: 36px;
}

.footer-top .subscribe {
  margin: 0 auto;
  text-align: center;
  padding-bottom: 12px;
}

.footer-top .subscribe .ns-container .ns-wrapper {
  box-shadow: none;
  border: 0;
}

.footer-top .subscribe .ns-container .ns-wrapper .ns-form {
  display: flex;
  flex-wrap: wrap;
  margin-right: 0px;
  position: relative;
  max-width: 550px;
  width: 100%;
  margin: 0 auto;
}

.footer-top .subscribe .ns-container .ns-wrapper .ns-form .loader {
  position: absolute;
  right: 0;
  top: 0;
  width: 15px;
  height: 15px;
  border: 2px solid #c1c1c1;
  border-top: 2px solid #000;
}

.footer-top .subscribe .ns-container .ns-wrapper .ns-form .ns-group {
  display: flex;
  flex-wrap: wrap;
  margin-right: 0px;
  width: calc(100% - 30px);
  padding-bottom: 0;
}

@media (max-width: 767px) {
  .footer-top .subscribe .ns-container .ns-wrapper .ns-form .ns-group {
    margin-right: 0;
    width: 100%;
  }
}

.footer-top .subscribe .ns-container .ns-wrapper .ns-form .ns-group .form-label {
  display: inline-block !important;
  width: auto !important;
  font-size: 18px;
  color: #000;
  font-family: "Didot";
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-right: 5px;
  margin-bottom: 0;
  text-transform: inherit;
}

@media (max-width: 767px) {
  .footer-top .subscribe .ns-container .ns-wrapper .ns-form .ns-group .form-label {
    display: block !important;
    width: 100% !important;
    margin-right: 0;
    font-size: 16px;
    text-align: center;
    margin-bottom: 15px;
  }
}

.footer-top .subscribe .ns-container .ns-wrapper .ns-form .ns-group .ns-input {
  margin-top: 0;
  border: 0;
  padding: 0;
  font-size: 18px;
  color: #000;
  font-family: "Didot";
  font-weight: 700;
  letter-spacing: 0.1em;
  max-width: 200px;
  width: 100%;
  height: auto;
  border-radius: 0;
}

.footer-top .subscribe .ns-container .ns-wrapper .ns-form .ns-group .ns-input::-webkit-input-placeholder {
  color: #000;
}

.footer-top .subscribe .ns-container .ns-wrapper .ns-form .ns-group .ns-input:-moz-placeholder {
  color: #000;
}

.footer-top .subscribe .ns-container .ns-wrapper .ns-form .ns-group .ns-input::-moz-placeholder {
  color: #000;
}

.footer-top .subscribe .ns-container .ns-wrapper .ns-form .ns-group .ns-input:-ms-input-placeholder {
  color: #000;
}

@media (max-width: 767px) {
  .footer-top .subscribe .ns-container .ns-wrapper .ns-form .ns-group .ns-input {
    width: 100%;
    max-width: 100%;
  }
}

.footer-top .subscribe .ns-container .ns-wrapper .ns-form .ns-group .ns-input.ns-error {
  color: red;
}

.footer-top .subscribe .ns-container .ns-wrapper .ns-form .ns-group .ns-input.ns-error::-webkit-input-placeholder {
  color: red;
}

.footer-top .subscribe .ns-container .ns-wrapper .ns-form .ns-group .ns-input.ns-error:-moz-placeholder {
  color: red;
}

.footer-top .subscribe .ns-container .ns-wrapper .ns-form .ns-group .ns-input.ns-error::-moz-placeholder {
  color: red;
}

.footer-top .subscribe .ns-container .ns-wrapper .ns-form .ns-group .ns-input.ns-error:-ms-input-placeholder {
  color: red;
}

.footer-top .subscribe .ns-container .ns-wrapper .ns-form .ns-group .ns-input:hover {
  box-shadow: none;
  outline: none;
}

.footer-top .subscribe .ns-container .ns-wrapper .ns-form .ns-group .ns-input:focus {
  box-shadow: none;
  outline: none;
}

.footer-top .subscribe .ns-container .ns-wrapper .ns-form .ns-group span.ns-error {
  display: none;
}

.footer-top .subscribe .ns-container .ns-wrapper .ns-form .ns-action {
  width: 30px;
}

.footer-center {
  width: 100%;
  margin-bottom: 30px;
}

.footer-center .wrap {
  max-width: 505px;
  width: 100%;
  margin: 0 auto;
  flex-wrap: wrap;
}

.footer-center h3 {
  font-size: 22px;
  line-height: 1.27;
  color: #000;
  font-family: "Didot";
  font-weight: 700;
  display: block;
  width: 100%;
  margin-bottom: 18px;
}

.footer-center ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.footer-center ul li {
  list-style: none;
  margin-bottom: 16px;
}

.footer-center ul li a {
  font-size: 16px;
  color: #000;
  line-height: 1.4;
}

@media (max-width: 374px) {
  .footer-center .left {
    width: 40%;
  }
}

@media (max-width: 374px) {
  .footer-center .right {
    width: 60%;
  }
}

.footer-bottom {
  width: 100%;
}

.footer-bottom .wrap {
  max-width: 505px;
  width: 100%;
  margin: 0 auto;
}

.footer-bottom h3 {
  font-size: 22px;
  line-height: 1.27;
  color: #000;
  font-family: "Didot";
  font-weight: 700;
  display: block;
  width: 100%;
  margin-bottom: 18px;
}

@media (max-width: 767px) {
  .footer-bottom h3 {
    font-size: 18px;
  }
}

.footer-bottom .follow-us a {
  margin-right: 32px;
  display: inline-flex;
}

@media (max-width: 767px) {
  .footer-bottom .follow-us a {
    margin-right: 10px;
  }
}

.footer-bottom .follow-us a .svg-icon {
  width: 16px;
  height: 16px;
  color: #000;
}

.footer-bottom .store a {
  margin-right: 32px;
  display: inline-flex;
}

@media (max-width: 767px) {
  .footer-bottom .store a {
    margin-right: 10px;
  }
}

.footer-bottom .store a .svg-icon {
  width: 16px;
  height: 16px;
  color: #000;
}

/* banner */
.banner {
  position: relative;
}

.home-banner {
  padding: 0;
  margin: 0;
}

@media (max-width: 1199px) {
  .home-banner {
    height: 500px;
  }
}

@media (max-width: 767px) {
  .home-banner {
    height: auto;
  }
}

.home-banner .banner-wrap {
  padding: 0;
  margin: 0;
  height: 100%;
}

.home-banner .banner-wrap .slide {
  position: relative;
  height: 100%;
}

.home-banner .banner-thumb {
  width: 100%;
  height: 100%;
  position: relative;
}

@media (max-width: 767px) {
  .home-banner .banner-thumb {
    display: none;
  }
}

.home-banner .banner-thumb img {
  width: 100%;
  display: block;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.home-banner .banner-text {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding-top: 140px;
}

@media (max-width: 1199px) {
  .home-banner .banner-text {
    padding-bottom: 50px;
  }
}

@media (max-width: 767px) {
  .home-banner .banner-text {
    position: relative;
    background-color: #000;
    padding: 50px 0;
  }
}

@media (max-width: 999px) {
  .home-banner .banner-text {
    height: auto;
    bottom: 0;
    top: inherit;
  }
}

.home-banner .container {
  height: 100%;
}

.home-banner .row {
  height: 100%;
}

.thankyou-banner {
  padding: 30px 0;
}

.thankyou-banner img {
  margin: 0 auto 50px;
}

.thankyou-banner p {
  text-align: center;
  font-size: 16px;
  line-height: 1.6;
  max-width: 700px;
  width: 100%;
  margin: 0 auto 30px;
}

.banner-404 {
  padding: 30px 0;
}

.banner-404 h2 {
  text-align: center;
  display: block;
  width: 100%;
}

.banner-404 p {
  text-align: center;
  font-size: 16px;
  line-height: 1.6;
  max-width: 700px;
  width: 100%;
  margin: 0 auto 30px;
}

.Subscriber {
  padding: 30px 0;
}

.Subscriber p {
  text-align: center;
  font-size: 16px;
  line-height: 1.6;
  max-width: 700px;
  width: 100%;
  margin: 0 auto 30px;
}

/* repeated */
.featured-sales {
  padding: 47px 0 13px;
}

.featured-sales.gray {
  background-color: #f2f2f2;
}

.featured-sales .block-title {
  font-size: 14px;
  text-transform: uppercase;
  color: #000;
  line-height: 1.14;
  font-family: "Noir";
  display: block;
  text-align: center;
  margin-bottom: 30px;
  width: 100%;
  font-weight: 500;
  letter-spacing: 0.1em;
}

.property-filter.gray {
  background-color: #f2f2f2;
}

.property-filter .filter-action {
  width: 100%;
  height: 44px;
  color: #fff;
  padding: 15px;
  letter-spacing: 0.1em;
  font-weight: 500;
  text-transform: uppercase;
  background-color: #000;
  display: none;
  align-items: center;
}

@media (max-width: 767px) {
  .property-filter .filter-action {
    position: fixed;
    left: 0;
    bottom: 0;
    background-color: #000;
    width: 100%;
    z-index: 10;
  }
}

.property-filter .filter-action .icon {
  width: 15px;
  height: 15px;
}

.property-filter .filter-action .svg-icon {
  width: 15px;
  height: 15px;
  color: #fff;
}

@media (max-width: 767px) {
  .property-filter .filter-action {
    display: flex;
  }
}

.property-filter .filter-close {
  width: 35px;
  height: 35px;
  position: absolute;
  right: 0;
  top: 0;
  background-color: #fff;
  display: none;
  align-items: center;
  justify-content: center;
}

.property-filter .filter-close .svg-icon {
  width: 20px;
  height: 20px;
  color: #000;
}

@media (max-width: 767px) {
  .property-filter .filter-close {
    display: flex;
  }
}

.property-filter .wrap {
  background-color: #000;
  width: 100%;
  color: #fff;
  padding: 35px 50px;
  position: relative;
}

@media (max-width: 1199px) {
  .property-filter .wrap {
    padding: 0 15px;
  }
}

@media (max-width: 767px) {
  .property-filter .wrap {
    padding: 40px 15px 60px;
    position: fixed;
    right: -100%;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: #000;
    z-index: 1200;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
  }
}

.property-filter .wrap .row {
  margin: 0 -25px;
}

@media (max-width: 1199px) {
  .property-filter .wrap .row {
    margin: 0 -15px;
  }
}

.property-filter .wrap .form-group {
  margin-bottom: 0;
}

.property-filter .wrap .items {
  padding: 15px 25px;
}

@media (max-width: 1199px) {
  .property-filter .wrap .items {
    padding: 15px;
  }
}

@media (max-width: 767px) {
  .property-filter .wrap .items {
    padding: 15px 15px 0;
  }
}

.property-filter .wrap select.filter-select {
  border-radius: 0;
  border: 1px solid #000;
  height: 44px;
  font-size: 16px;
  color: #fff;
  padding: 6px 12px;
  width: 100%;
  font-weight: 500;
  font-family: "Noir";
  background: rgba(255, 255, 255, 0.3) url(../../assets/images/select-arrow-white.svg) no-repeat right 14px center;
}

.property-filter .wrap .form-control {
  border-radius: 0;
  border: 1px solid #000;
  height: 44px;
  font-size: 16px;
  color: #fff;
  padding: 6px 12px;
  font-weight: 500;
  width: 100%;
  font-family: "Noir";
  background-color: rgba(255, 255, 255, 0.3);
}

.property-filter .wrap .form-control::-webkit-input-placeholder {
  color: white;
}

.property-filter .wrap .form-control:-moz-placeholder {
  color: white;
}

.property-filter .wrap .form-control::-moz-placeholder {
  color: white;
}

.property-filter .wrap .form-control:-ms-input-placeholder {
  color: white;
}

.property-filter .wrap .submit {
  width: 100%;
  border: 0;
  height: 44px;
  background-color: #fff;
  border: 1px solid #000;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  font-family: "Noir";
  letter-spacing: 0.1em;
}

.property-filter .wrap .submit:hover {
  background-color: transparent;
  color: #fff;
  border: 1px solid #fff;
}

.property-filter .wrap.show {
  right: 0;
}

.property-filter .wrap.show .clearfilter {
  display: block;
}

.property-filter.search-result-filter {
  padding: 55px 0 30px;
}

@media (max-width: 767px) {
  .property-filter.search-result-filter {
    padding: 0;
  }
}

.property-filter .clearfilter {
  display: block;
  width: 100%;
  text-align: right;
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  position: absolute;
  bottom: -30px;
  left: 0;
}

@media (max-width: 767px) {
  .property-filter .clearfilter {
    position: fixed;
    background-color: #fff;
    bottom: 0;
    width: 100%;
    left: 0;
    display: none;
  }
}

.property-filter .clearfilter a {
  color: #000;
}

@media (max-width: 767px) {
  .property-filter .clearfilter a {
    padding: 15px;
    width: 100%;
    display: block;
    text-align: center;
  }
}

.subsribe-to-newsletter {
  width: 100%;
  height: 100%;
  background-color: #000;
  color: #fff;
  padding: 15px;
}

.subsribe-to-newsletter .title {
  font-size: 22px;
  line-height: 1.3;
  display: block;
  width: 100%;
  text-align: center;
  font-family: "Didot";
  margin-bottom: 48px;
}

.subsribe-to-newsletter a {
  height: 44px;
  max-width: 253px;
  width: 100%;
  font-size: 12px;
  letter-spacing: 0.14em;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.draw-your-own-area {
  padding: 50px 0px;
}

.draw-your-own-area.gray {
  background-color: #f2f2f2;
}

.draw-your-own-area .head {
  margin-bottom: 34px;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 0.1em;
  font-weight: 500;
}

.draw-your-own-area .head a {
  color: #000;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 0.1em;
}

.draw-your-own-area .draw-map {
  height: 100%;
}

.draw-your-own-area .draw-map img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.draw-your-own-area .description {
  padding: 22px 28px 30px;
  background-color: #fff;
}

.draw-your-own-area .description .box-title {
  font-size: 30px;
  font-weight: 700;
  font-family: "Didot";
  line-height: 1.3;
  display: block;
  margin-bottom: 15px;
}

@media (max-width: 767px) {
  .draw-your-own-area .description .box-title {
    font-size: 22px;
  }
}

.draw-your-own-area .description p {
  font-size: 16px;
  color: #000;
  line-height: 1.5;
  margin-bottom: 18px;
}

.draw-your-own-area .description a {
  max-width: 582px;
  width: 100%;
  font-size: 14px;
}

.team-qualification {
  padding: 100px 0 70px;
  border-bottom: 1px solid #D6D6D6;
}

.team-qualification.gray {
  background-color: #f2f2f2;
}

@media (max-width: 999px) {
  .team-qualification {
    padding: 50px 0;
  }
}

@media (max-width: 767px) {
  .team-qualification {
    padding: 30px 0 0;
  }
}

.team-qualification .row {
  margin: 0;
}

.team-qualification .block-title {
  display: block;
  width: 100%;
  font-size: 32px;
  line-height: 1.28;
  color: #000;
  text-align: center;
  font-weight: 700;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .team-qualification .block-title {
    font-size: 24px;
  }
}

.team-qualification .items {
  margin-bottom: 30px;
  position: relative;
  padding: 0;
}

.team-qualification .items:last-child:before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: #D6D6D6;
}

@media (max-width: 1024px) {
  .team-qualification .items:last-child:before {
    display: none;
  }
}

.team-qualification .card {
  position: relative;
  padding: 35px 25px;
}

@media (max-width: 999px) {
  .team-qualification .card {
    padding: 0 15px;
  }
}

.team-qualification .card:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: #D6D6D6;
}

@media (max-width: 999px) {
  .team-qualification .card:before {
    display: none;
  }
}

@media (max-width: 767px) {
  .team-qualification .card {
    padding: 0;
  }
}

.team-qualification .card-image {
  width: 100%;
  margin-bottom: 13px;
}

.team-qualification .card-image img {
  height: 61px;
  width: auto;
}

.team-qualification .card-body {
  padding: 0;
}

.team-qualification p {
  font-size: 16px;
  line-height: 1.5;
  color: #000;
}

.team-qualification .actions {
  padding-top: 50px;
  padding-bottom: 30px;
}

.ns-container {
  padding: 0;
  background-color: transparent;
}

.ns-container .ns-wrapper {
  padding: 0;
  margin: 0;
  border-radius: 0;
  box-shadow: 0;
  border: 0;
  max-width: 100%;
}

.ns-container .ns-wrapper .ns-form {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
}

.ns-container .ns-wrapper .ns-form .ns-group {
  flex-wrap: wrap;
  display: flex;
  margin-right: 12px;
}

@media (max-width: 767px) {
  .ns-container .ns-wrapper .ns-form .ns-group {
    margin-right: 0;
  }
}

.ns-container .ns-wrapper .ns-form .ns-group label {
  font-size: 18px;
  color: #000;
  font-family: "Didot";
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-right: 15px;
}

@media (max-width: 767px) {
  .ns-container .ns-wrapper .ns-form .ns-group label {
    margin-right: 0;
    width: 100%;
    text-align: center;
  }
}

.ns-container .ns-wrapper .ns-form .ns-group .ns-input {
  border: 0;
  padding: 0;
  font-size: 18px;
  color: #000;
  font-family: "Didot";
  font-weight: 700;
  letter-spacing: 0.1em;
}

.ns-container .ns-wrapper .ns-form .ns-group .ns-input::-webkit-input-placeholder {
  color: #000;
}

.ns-container .ns-wrapper .ns-form .ns-group .ns-input:-moz-placeholder {
  color: #000;
}

.ns-container .ns-wrapper .ns-form .ns-group .ns-input::-moz-placeholder {
  color: #000;
}

.ns-container .ns-wrapper .ns-form .ns-group .ns-input:-ms-input-placeholder {
  color: #000;
}

@media (max-width: 767px) {
  .ns-container .ns-wrapper .ns-form .ns-group .ns-input {
    width: 100%;
    margin-top: 15px;
    padding: 10px 0px;
    text-align: center;
  }
}

.ns-container .ns-wrapper .ns-form .ns-action .ns-submit {
  background-color: transparent;
  background-image: url("../../assets/images/envelope.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 16px 12px;
  border: 0;
  padding: 0;
  width: 30px;
  height: 30px;
  font-size: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ns-container .ns-wrapper .ns-form .loader {
  display: none;
}

.subscribe-popup .modal-content {
  max-width: 525px;
  width: 100%;
  margin: 0 auto;
}

.subscribe-popup .modal-body {
  padding: 40px;
}

.subscribe-popup .ns-container .ns-wrapper {
  box-shadow: none;
}

.subscribe-popup .ns-container .ns-wrapper .ns-form .custom-checkbox {
  align-items: center;
}

.subscribe-popup .ns-container .ns-wrapper .ns-form .custom-checkbox .custom-control-label {
  font-size: 13px;
  font-weight: 500;
}

.subscribe-popup .ns-container .ns-wrapper .ns-form .custom-checkbox .custom-control-input {
  margin-top: -3px;
}

.subscribe-popup .ns-container .ns-wrapper .ns-form .ns-group {
  width: 100%;
  margin-right: 0;
  margin-bottom: 20px;
}

.subscribe-popup .ns-container .ns-wrapper .ns-form .ns-group label {
  text-align: left;
  margin-right: 0;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
  margin-bottom: 10px;
  display: block;
  letter-spacing: 0.01em;
}

.subscribe-popup .ns-container .ns-wrapper .ns-form .ns-group .ns-input {
  width: 100%;
  border: 1px solid #000;
  height: 45px;
  padding: 6px 15px 6px 40px;
  font-family: "Noir";
  font-weight: 400;
  font-size: 14px;
  color: #000;
  background-color: transparent;
  background-image: url("../../assets/images/envelope.svg");
  background-repeat: no-repeat;
  background-position: left 15px center;
  background-size: 16px 12px;
}

.subscribe-popup .ns-container .ns-wrapper .ns-form .ns-group .ns-input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.6);
}

.subscribe-popup .ns-container .ns-wrapper .ns-form .ns-group .ns-input:-moz-placeholder {
  color: rgba(0, 0, 0, 0.6);
}

.subscribe-popup .ns-container .ns-wrapper .ns-form .ns-group .ns-input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.6);
}

.subscribe-popup .ns-container .ns-wrapper .ns-form .ns-group .ns-input:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.6);
}

.subscribe-popup .ns-container .ns-wrapper .ns-form .ns-action {
  display: block;
  width: 100%;
  margin-bottom: 15px;
}

.subscribe-popup .ns-container .ns-wrapper .ns-form .ns-action .ns-submit {
  width: 100%;
  padding: 10px;
  height: 40px;
}

.video {
  position: relative;
  width: 100%;
}

.video .thumb {
  width: 100%;
}

.video .thumb img {
  width: 100%;
}

.video .overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.video .overlay .wrap {
  width: 100px;
  height: 100px;
  background-color: #fff;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.video .overlay .wrap .svg-icon {
  width: 32px;
  height: 32px;
  color: #000;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.video .overlay:hover .wrap {
  background-color: #000;
}

.video .overlay:hover .wrap .svg-icon {
  color: #fff;
}

.valuation-offer {
  padding: 90px 0 70px;
}

.valuation-offer.gray {
  background-color: #f2f2f2;
}

.valuation-offer .block-title {
  display: block;
  width: 100%;
  font-size: 32px;
  line-height: 1.28;
  color: #000;
  font-family: "Didot";
  text-align: center;
  font-weight: 700;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .valuation-offer .block-title {
    font-size: 24px;
  }
}

.valuation-offer .actions {
  padding-top: 50px;
  padding-bottom: 30px;
}

/* pages */
.home .container {
  max-width: 1230px;
}

.buy-sell-filter {
  max-width: 688px;
  width: 100%;
  margin: 0 auto;
  padding: 50px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 16px;
  background-color: rgba(255, 255, 255, 0.15);
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
}

@media (max-width: 1199px) {
  .buy-sell-filter {
    padding: 30px 15px;
  }
}

.buy-sell-filter .wpcf7-not-valid-tip {
  margin-top: 5px;
}

.buy-sell-filter .nav-tabs {
  padding: 0;
  margin: 0 0 30px;
  list-style: none;
}

.buy-sell-filter .nav-tabs li {
  list-style: none;
  font-size: 18px;
  color: #fff;
  line-height: 1.22;
  text-transform: uppercase;
  font-weight: 500;
  margin: 0 8px;
}

.buy-sell-filter .nav-tabs li a {
  color: #fff;
  letter-spacing: 0.1em;
  position: relative;
  padding: 11px 30px;
  background-color: rgba(0, 0, 0, 0.4);
  display: block;
}

.buy-sell-filter .nav-tabs li a:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  width: 19px;
  height: 8px;
  background-color: transparent;
  border-top: 8px solid #fff;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  margin: 0 auto;
  bottom: -8px;
  display: none;
  transition: all 0.5s ease-in-out;
}

.buy-sell-filter .nav-tabs li a.active {
  color: #000;
  background-color: white;
}

.buy-sell-filter .nav-tabs li a.active:after {
  display: block;
}

.buy-sell-filter .tab-content {
  padding: 0;
  margin: 0;
  position: relative;
}

.buy-sell-filter .tab-content .tab-pane {
  display: none;
}

.buy-sell-filter .tab-content .tab-pane.active {
  display: block;
}

.buy-sell-filter .tab-content .tab-pane#buy .form-group {
  margin-bottom: 0;
}

.buy-sell-filter .tab-content .tab-pane#buy .form-group .form-control {
  width: calc(100% - 133px);
  height: 60px;
  padding: 24px 25px;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  line-height: 1.125;
  background-color: transparent;
  border: 1px solid #fff;
}

.buy-sell-filter .tab-content .tab-pane#buy .form-group .form-control::-webkit-input-placeholder {
  color: #fff;
}

.buy-sell-filter .tab-content .tab-pane#buy .form-group .form-control:-moz-placeholder {
  color: #fff;
}

.buy-sell-filter .tab-content .tab-pane#buy .form-group .form-control::-moz-placeholder {
  color: #fff;
}

.buy-sell-filter .tab-content .tab-pane#buy .form-group .form-control:-ms-input-placeholder {
  color: #fff;
}

@media (max-width: 999px) {
  .buy-sell-filter .tab-content .tab-pane#buy .form-group .form-control {
    width: calc(100% - 65px);
  }
}

@media (max-width: 767px) {
  .buy-sell-filter .tab-content .tab-pane#buy .form-group .form-control {
    padding: 24px 15px;
    font-size: 15px;
  }
}

.buy-sell-filter .tab-content .tab-pane#buy .form-group .buy-submit {
  width: 113px;
  height: 60px;
  background-color: transparent;
  border: 1px solid #fff;
  cursor: pointer;
  padding: 0;
}

@media (max-width: 999px) {
  .buy-sell-filter .tab-content .tab-pane#buy .form-group .buy-submit {
    width: 60px;
    height: 60px;
  }
}

.buy-sell-filter .tab-content .tab-pane#buy .form-group .buy-submit .svg-icon {
  width: 18px;
  height: 18px;
  color: #fff;
}

.buy-sell-filter .tab-content .tab-pane#sell .left {
  width: calc(100% - 130px);
}

@media (max-width: 767px) {
  .buy-sell-filter .tab-content .tab-pane#sell .left {
    width: 100%;
    margin-bottom: 15px;
  }
}

.buy-sell-filter .tab-content .tab-pane#sell .right {
  width: 100px;
}

@media (max-width: 767px) {
  .buy-sell-filter .tab-content .tab-pane#sell .right {
    width: 100%;
  }
}

.buy-sell-filter .tab-content .tab-pane#sell .row {
  margin-bottom: 10px;
}

.buy-sell-filter .tab-content .tab-pane#sell .row:last-child {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .buy-sell-filter .tab-content .tab-pane#sell .row {
    margin-bottom: 0;
  }
}

.buy-sell-filter .tab-content .tab-pane#sell .items {
  width: calc(50% - 5px);
}

@media (max-width: 767px) {
  .buy-sell-filter .tab-content .tab-pane#sell .items {
    width: 100%;
    margin-bottom: 10px;
  }
}

.buy-sell-filter .tab-content .tab-pane#sell .form-group {
  margin-bottom: 0;
}

.buy-sell-filter .tab-content .tab-pane#sell .form-control {
  width: 100%;
  height: 60px;
  padding: 24px 25px;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  line-height: 1.125;
  background-color: transparent;
  border: 1px solid #fff;
}

.buy-sell-filter .tab-content .tab-pane#sell .form-control::-webkit-input-placeholder {
  color: #fff;
}

.buy-sell-filter .tab-content .tab-pane#sell .form-control:-moz-placeholder {
  color: #fff;
}

.buy-sell-filter .tab-content .tab-pane#sell .form-control::-moz-placeholder {
  color: #fff;
}

.buy-sell-filter .tab-content .tab-pane#sell .form-control:-ms-input-placeholder {
  color: #fff;
}

.buy-sell-filter .tab-content .tab-pane#sell .sell-submit {
  width: 100%;
  height: 60px;
  background-color: #000;
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 1.1;
  border: 0;
  cursor: pointer;
  border: 1px solid #000;
}

.buy-sell-filter .tab-content .tab-pane#sell .sell-submit:hover {
  background-color: transparent;
  border: 1px solid #fff;
}

.how-it-work {
  padding: 100px 0;
}

@media (max-width: 999px) {
  .how-it-work {
    padding: 50px 0;
  }
}

@media (max-width: 767px) {
  .how-it-work {
    padding: 30px 0;
  }
}

.how-it-work .h2 {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.3;
  display: block;
  font-family: "Didot";
  color: #000;
  margin-bottom: 21px;
}

@media (max-width: 767px) {
  .how-it-work .h2 {
    font-size: 24px;
  }
}

.how-it-work p {
  font-size: 16px;
  line-height: 1.5;
  color: #000;
  margin-bottom: 25px;
}

.how-it-work ol {
  padding: 0;
  margin: 0 0 28px 1em;
}

.how-it-work ol li {
  font-size: 18px;
  color: #000;
  line-height: 1.6;
  font-weight: 500;
}

.how-it-work .cta-btn {
  margin-right: 20px;
}

@media (max-width: 767px) {
  .how-it-work .cta-btn {
    margin-bottom: 20px;
  }
}

.how-it-work .thumb {
  position: relative;
}

.how-it-work .thumb img {
  width: 100%;
}

.how-it-work .thumb .overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.how-it-work .thumb .overlay .wrap {
  width: 100px;
  height: 100px;
  background-color: #fff;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.how-it-work .thumb .overlay .wrap .svg-icon {
  width: 32px;
  height: 32px;
  color: #000;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.how-it-work .thumb .overlay:hover .wrap {
  background-color: #000;
}

.how-it-work .thumb .overlay:hover .svg-icon {
  color: #fff;
}

.see-new-properties {
  padding: 100px 0;
  background-color: #fff;
}

@media (max-width: 999px) {
  .see-new-properties {
    padding: 50px 0;
  }
}

@media (max-width: 767px) {
  .see-new-properties {
    padding: 30px 0;
  }
}

.see-new-properties .advertising {
  max-width: 484px;
  width: 100%;
}

@media (max-width: 999px) {
  .see-new-properties .advertising {
    max-width: 100%;
  }
}

.see-new-properties .advertising .custom-grid-10 {
  margin: 0 -5px;
}

.see-new-properties .advertising .custom-grid-10 [class*="col-"],
.see-new-properties .advertising .custom-grid-10 [class^="col-"] {
  padding-left: 5px;
  padding-right: 5px;
}

.see-new-properties .advertising .items {
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .see-new-properties .advertising .items {
    height: 135px !important;
  }
}

.see-new-properties .advertising .items:first-child .box {
  background-color: #000;
}

.see-new-properties .advertising .items:nth-child(2) {
  height: 255px;
}

.see-new-properties .advertising .items:nth-child(3) {
  height: 298px;
}

@media (max-width: 999px) {
  .see-new-properties .advertising .items:nth-child(3) {
    height: 255px;
  }
}

.see-new-properties .advertising .items:nth-child(4) {
  height: 298px;
}

@media (max-width: 999px) {
  .see-new-properties .advertising .items:nth-child(4) {
    height: 255px;
  }
}

.see-new-properties .advertising .box {
  box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  background-color: #fff;
  height: 100%;
  overflow: hidden;
  position: relative;
  width: 100%;
  border: 1px solid #fff;
  padding: 10px;
}

.see-new-properties .advertising .box:hover {
  box-shadow: none;
  border-color: #f2f2f2;
}

.see-new-properties .description .block-title {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.3;
  display: block;
  margin-bottom: 8px;
  color: #000;
  font-family: "Didot";
}

@media (max-width: 767px) {
  .see-new-properties .description .block-title {
    font-size: 24px;
  }
}

.see-new-properties .description p {
  font-size: 16px;
  line-height: 1.5;
  color: #000;
  margin-bottom: 20px;
}

.see-new-properties .description .cutsom-grid-20 {
  margin: 0 -10px;
}

.see-new-properties .description .cutsom-grid-20 .items {
  padding: 0 10px;
  margin-bottom: 30px;
}

.see-new-properties .description .card {
  background-color: #fff;
  border: 1px solid #F5F1ED;
  box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.1);
  height: 100%;
}

.see-new-properties .description .card .card-image {
  height: 116px;
  overflow: hidden;
}

@media (max-width: 767px) {
  .see-new-properties .description .card .card-image {
    overflow: inherit;
    height: auto;
  }
}

.see-new-properties .description .card .card-image img {
  display: block;
  height: 116px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (max-width: 767px) {
  .see-new-properties .description .card .card-image img {
    -o-object-fit: inherit;
    object-fit: inherit;
    height: inherit;
  }
}

.see-new-properties .description .card .card-image.for-sale img {
  height: auto;
  width: auto;
  padding-top: 15px;
}

.see-new-properties .description .card .card-body {
  padding: 28px 20px;
  text-align: center;
}

.see-new-properties .description .card .h3 {
  font-size: 20px;
  color: #000;
  line-height: 1.3;
  display: block;
  margin-bottom: 6px;
  font-weight: 700;
  font-family: "Didot";
}

.see-new-properties .description .card p {
  font-size: 16px;
  color: #000;
  line-height: 1.5;
}

.see-new-properties .description .action .cta-btn {
  width: 100%;
  display: flex;
}

.home .property-listing {
  padding-bottom: 80px;
}

@media (max-width: 999px) {
  .home .property-listing {
    padding-bottom: 20px;
  }
}

.home-testimonial {
  position: relative;
  margin-top: 80px;
}

@media (max-width: 767px) {
  .home-testimonial {
    margin-top: 30px;
  }
}

.home-testimonial .top {
  width: 100%;
  margin-bottom: -1px;
}

.home-testimonial .top svg {
  vertical-align: bottom;
  color: #000;
}

.home-testimonial .wrap {
  padding: 135px 0 113px;
  background-color: #000;
}

@media (max-width: 999px) {
  .home-testimonial .wrap {
    padding: 50px 0;
  }
}

.home-testimonial .bottom {
  width: 100%;
}

.home-testimonial .bottom svg {
  vertical-align: top;
  color: #000;
}

.home-testimonial .slider-for {
  width: 100%;
  background-color: #fff;
}

.home-testimonial .slider-for .slide {
  padding: 75px 60px 50px;
  position: relative;
}

@media (max-width: 767px) {
  .home-testimonial .slider-for .slide {
    padding: 60px 20px 30px;
  }
}

.home-testimonial .slider-for .slide .quote {
  position: absolute;
  left: 20px;
  top: 20px;
}

.home-testimonial .slider-for .slide .quote .svg-icon {
  width: 20px;
  height: 17px;
  color: #000;
}

.home-testimonial .slider-for .slide .description p {
  font-size: 32px;
  color: #000;
  font-weight: 700;
  line-height: 1.6;
  font-family: "Didot";
}

@media (max-width: 999px) {
  .home-testimonial .slider-for .slide .description p {
    font-size: 20px;
  }
}

.home-testimonial .slider-nav {
  width: 100%;
  color: #fff;
}

.home-testimonial .slider-nav .slick-current {
  color: #fff;
}

.home-testimonial .slider-nav .slick-current .name-country {
  color: #fff;
}

.home-testimonial .slider-nav .slick-current .name-country:before {
  display: block;
}

.home-testimonial .slider-nav .slide {
  padding: 0 40px;
  cursor: pointer;
}

.home-testimonial .slider-nav .name-country {
  display: block;
  padding-top: 24px;
  color: rgba(255, 255, 255, 0.5);
  position: relative;
}

.home-testimonial .slider-nav .name-country:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 24px;
  height: 14px;
  border-top: 14px solid #fff;
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  display: none;
}

.home-testimonial .slider-nav .name-country .name {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 8px;
}

.home-testimonial .slider-nav .name-country .country {
  font-size: 14px;
  line-height: 1.7;
}

.property-listing.gray {
  background-color: #f2f2f2;
}

.property-listing .items {
  margin-bottom: 30px;
}

.property-listing .card {
  position: relative;
  width: 100%;
}

.property-listing .card .card-image {
  position: relative;
}

.property-listing .card .card-image .thumbnail {
  position: relative;
  height: 100%;
}

.property-listing .card .card-image .thumbnail .caption {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 5px;
}

.property-listing .card .property-new {
  width: 59px;
  height: 26px;
  background-color: rgba(255, 255, 255, 0.8);
  font-size: 11px;
  line-height: 1.1;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  position: absolute;
  left: 5px;
  top: 5px;
}

.property-listing .card .property-heart {
  position: absolute;
  right: 36px;
  top: 5px;
  background-color: rgba(255, 255, 255, 0.8);
  width: 26px;
  height: 26px;
}

.property-listing .card .property-heart .svg-icon {
  width: 17px;
  height: 14px;
  color: transparent;
}

.property-listing .card .property-heart.selected .svg-icon {
  color: #000;
}

.property-listing .card .property-star {
  width: 26px;
  height: 26px;
  background-color: rgba(255, 255, 255, 0.8);
  position: absolute;
  right: 5px;
  top: 5px;
  cursor: pointer;
}

.property-listing .card .property-star .star-label {
  width: 14px;
  height: 21px;
  position: relative;
  background-color: #000;
  margin: 2px auto 0;
}

.property-listing .card .property-star .star-label:after {
  content: '';
  position: absolute;
  bottom: 0;
  border-bottom: 4px solid #fff;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  width: 5px;
  height: 5px;
}

.property-listing .card .property-star .star-label .svg-icon {
  width: 8px;
  height: 8px;
  color: #fff;
  margin-top: 5px;
}

.property-listing .card .property-star.selected .star-label {
  background-color: green;
}

.property-listing .card .card-body {
  padding-top: 30px;
}

.property-listing .card .property-address {
  font-size: 16px;
  color: #000;
  font-weight: 500;
  width: 125px;
  line-height: 1.6;
}

.property-listing .card .property-address a {
  color: #000;
}

.property-listing .card .property-price {
  font-size: 16px;
  color: #000;
  font-weight: 500;
  line-height: 1.125;
  text-align: right;
  margin-bottom: 17px;
  display: block;
  letter-spacing: 0.04em;
}

@media (max-width: 767px) {
  .property-listing .card .property-price {
    text-align: left;
  }
}

.property-listing .card .book-a-viewing {
  display: block;
  width: 100%;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 500;
  line-height: 1.17;
}

.property-listing .card .book-a-viewing a {
  line-height: 0.75;
  padding: 9px 5px 8px;
}

.property-listing .card .location-price .left {
  width: calc(100% - 133px);
  padding-right: 5px;
}

@media (max-width: 767px) {
  .property-listing .card .location-price .left {
    width: 100%;
    margin-bottom: 15px;
  }
}

.property-listing .card .location-price .right {
  width: 133px;
}

@media (max-width: 767px) {
  .property-listing .card .location-price .right {
    width: 100%;
  }
}

.property-listing .card .property-amenities {
  max-width: 100%;
  width: 100%;
  margin-top: 5px;
}

@media (max-width: 1159px) {
  .property-listing .card .property-amenities {
    max-width: 100%;
    margin-top: 20px;
  }
}

.property-listing .card .property-amenities .amenities-items {
  margin-right: 12px;
  margin-bottom: 8px;
}

.property-listing .card .property-amenities .amenities-items .icon {
  width: 13px;
  height: 13px;
  margin-right: 4px;
}

.property-listing .card .property-amenities .amenities-items .icon .svg-icon {
  color: #000;
  width: 100%;
  height: 100%;
}

.property-listing .card .property-amenities .amenities-items .text {
  font-size: 14px;
  line-height: 1.14;
  color: #000;
}

.property-listing.favourite-listing .card .property-heart {
  right: 5px;
}

.authentication {
  background-color: #f2f2f2;
}

.login {
  width: 100%;
  padding: 93px 0 99px;
}

@media (max-width: 999px) {
  .login {
    padding: 50px 0;
  }
}

@media (max-width: 767px) {
  .login {
    padding: 30px 0;
  }
}

.login .description {
  max-width: 860px;
  width: 100%;
  margin: 0 auto 60px;
}

@media (max-width: 767px) {
  .login .description {
    margin-bottom: 30px;
  }
}

.login .description p {
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 20px;
}

.login .description p:last-child {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .login .description p {
    font-size: 16px;
  }
}

.login form {
  max-width: 475px;
  width: 100%;
  margin: 0 auto;
}

.login form .form-group {
  margin-bottom: 20px;
}

.login form .input-group {
  border: 1px solid #000;
}

.login form .input-group .icon {
  width: 43px;
  height: 44px;
  position: relative;
  background-color: #fff;
}

.login form .input-group .icon:after {
  content: '';
  right: 0;
  width: 1px;
  height: 34px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: rgba(0, 0, 0, 0.29);
}

.login form .input-group .icon .svg-icon {
  width: 16px;
  height: 16px;
  color: #000;
}

.login form .input-group .form-control {
  border: 0;
  font-size: 16px;
  color: #000;
  line-height: 1.4;
  font-weight: 500;
  padding: 6px 18px 6px 18px;
}

.login form .input-group .form-control::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.6);
}

.login form .input-group .form-control:-moz-placeholder {
  color: rgba(0, 0, 0, 0.6);
}

.login form .input-group .form-control::-moz-placeholder {
  color: rgba(0, 0, 0, 0.6);
}

.login form .input-group .form-control:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.6);
}

.login form .submit {
  width: 100%;
  height: 44px;
  font-weight: 500;
  font-family: "Noir";
  text-transform: uppercase;
  border-radius: 0;
  text-align: center;
  padding: 0;
  font-size: 12px;
  border: 2px solid;
  cursor: pointer;
  letter-spacing: 0.1em;
}

.login form .other {
  font-size: 12px;
  line-height: 1.2;
  color: #000;
  text-transform: uppercase;
  text-align: center;
  width: 100%;
  font-weight: 500;
  padding-top: 12px;
  letter-spacing: 0.1em;
}

.login form .register-link {
  color: #000;
  padding: 0;
  margin-right: 5px;
  text-decoration: underline;
}

.modal.ready-to-register .modal-content {
  background-color: #f2f2f2;
  max-width: 990px;
  width: 100%;
  min-height: 535px;
}

@media (max-width: 767px) {
  .modal.ready-to-register .modal-content {
    min-height: inherit;
  }
}

.modal.ready-to-register .modal-content .modal-body {
  padding: 15px;
  flex-wrap: wrap;
  display: flex;
  align-content: center;
  justify-content: center;
}

.modal.ready-to-register .modal-content .wrap {
  max-width: 390px;
  width: 100%;
  margin: 0 auto;
}

.modal.ready-to-register .modal-content .wrap h2 {
  text-align: center;
  margin-bottom: 30px;
  line-height: 1.3;
  font-size: 32px;
  color: #000;
  font-family: "Didot";
}

.modal.ready-to-register .modal-content .wrap a {
  display: block;
  width: 100%;
  padding: 16px 10px;
  font-size: 12px;
  background-color: #000;
  border: 2px solid #000;
  color: #fff;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 10px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
}

.modal.ready-to-register .modal-content .wrap a:hover {
  background-color: transparent;
  color: #000;
}

.modal.post-property .modal-content {
  background-color: #f2f2f2;
  max-width: 990px;
  width: 100%;
  min-height: 535px;
}

@media (max-width: 767px) {
  .modal.post-property .modal-content {
    min-height: inherit;
  }
}

.modal.post-property .modal-content .modal-body {
  padding: 30px 15px;
  flex-wrap: wrap;
  display: flex;
  align-content: center;
  justify-content: center;
}

.modal.post-property .modal-content .wrap {
  max-width: 568px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.modal.post-property .modal-content .wrap h2 {
  text-align: center;
  margin-bottom: 18px;
  line-height: 1.3;
  font-size: 32px;
  color: #000;
  display: block;
  font-family: "Didot";
}

.modal.post-property .modal-content .wrap p {
  font-size: 20px;
  line-height: 1.5;
  color: #000;
  margin-bottom: 22px;
}

.modal.post-property .modal-content .wrap a {
  display: block;
  max-width: 390px;
  margin: 0 auto;
  width: 100%;
  padding: 16px 10px;
  font-size: 12px;
  background-color: #000;
  border: 2px solid #000;
  color: #fff;
  text-align: center;
  line-height: 1.4;
  margin-bottom: 10px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
}

.modal.post-property .modal-content .wrap a:hover {
  background-color: transparent;
  color: #000;
}

.register {
  padding: 100px 0;
  max-width: 950px;
  width: 100%;
  margin: 0 auto;
}

@media (max-width: 999px) {
  .register {
    padding: 50px 0;
  }
}

@media (max-width: 767px) {
  .register {
    padding: 30px 0;
  }
}

.register .register-social-media .social-link {
  max-width: 300px;
  width: 100%;
  border: 2px solid #000;
  font-size: 12px;
  line-height: 1.08;
  text-transform: uppercase;
  height: 50px;
  margin: 0 auto;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
}

.register .register-social-media .icon {
  width: 20px;
  height: 16px;
  margin-right: 8px;
}

.register .register-social-media .icon .svg-icon {
  width: 20px;
  height: 16px;
  color: #000;
}

@media (max-width: 767px) {
  .register .register-social-media .col {
    width: 100%;
    flex-grow: inherit;
    flex-basis: inherit;
    margin: 10px 0px;
  }
}

.register .or {
  padding: 40px 0px;
  position: relative;
}

.register .or:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.24);
  margin: auto;
}

.register .or span {
  width: 32px;
  height: 32px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.23);
  border-radius: 100%;
  position: relative;
  z-index: 1;
  margin: 0 auto;
  font-size: 12px;
  color: #000;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.1em;
  display: flex;
  align-items: center;
  justify-content: center;
}

.register .form-group {
  margin-bottom: 30px;
}

.register .label {
  display: block;
  width: 100%;
  font-size: 16px;
  color: #000;
  font-weight: 500;
  line-height: 1.6;
  margin-bottom: 3px;
}

.register .form-control {
  width: 100%;
}

.register em {
  font-style: normal;
}

.register .submit {
  border: 2px solid;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.1em;
  width: 225px;
  height: 50px;
  text-transform: uppercase;
  font-family: "Noir";
  margin-left: auto;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.founder {
  padding: 100px 0 50px;
  margin: 0;
}

@media (max-width: 999px) {
  .founder {
    padding: 50px 0;
  }
}

@media (max-width: 767px) {
  .founder {
    padding: 30px 0 0;
  }
}

.founder .title {
  font-size: 14px;
  color: #000;
  font-weight: 500;
  text-transform: uppercase;
  font-family: "Noir";
  display: block;
  width: 100%;
  text-align: center;
  margin-bottom: 27px;
  letter-spacing: 0.1em;
}

.founder .items {
  margin-bottom: 30px;
}

.founder .thumbnail {
  position: relative;
}

.founder .thumbnail .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.founder .thumbnail .overlay {
  padding: 30px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  align-items: center;
  display: flex;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

@media (max-width: 999px) {
  .founder .thumbnail .overlay {
    opacity: 1;
    visibility: visible;
    position: relative;
    padding: 30px 15px;
  }
}

.founder .thumbnail .overlay .wrap {
  overflow: auto;
  width: 100%;
  height: calc(100% - 30px);
}

.founder .thumbnail .overlay .name {
  display: block;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 13px;
}

.founder .thumbnail .overlay .designation {
  display: block;
  font-size: 16px;
  font-weight: 500;
  font-style: italic;
  margin-bottom: 9px;
  font-family: "Didot";
}

.founder .thumbnail .overlay .description p {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 8px;
}

.founder .thumbnail:hover .overlay {
  opacity: 1;
  visibility: visible;
}

.our-mission {
  text-align: center;
}

.our-mission .wrap {
  padding: 54px 0;
}

@media (max-width: 767px) {
  .our-mission .wrap {
    padding: 30px 0;
  }
}

.our-mission .block-title {
  font-size: 32px;
  font-weight: 700;
  color: #000;
  line-height: 1.3;
  margin-bottom: 5px;
}

@media (max-width: 767px) {
  .our-mission .block-title {
    font-size: 24px;
  }
}

.our-mission p {
  font-size: 20px;
  line-height: 1.5;
  max-width: 1190px;
  width: 100%;
}

@media (max-width: 767px) {
  .our-mission p {
    font-size: 16px;
  }
}

.buying-and-selling {
  padding: 100px 0 70px;
  margin: 0;
  background-color: #f2f2f2;
}

@media (max-width: 1199px) {
  .buying-and-selling {
    padding: 50px 0;
  }
}

@media (max-width: 767px) {
  .buying-and-selling {
    padding: 30px 0;
  }
}

.buying-and-selling .items {
  position: relative;
}

@media (max-width: 1199px) {
  .buying-and-selling .items {
    padding: 0 15px;
  }
}

.buying-and-selling .items:nth-child(1):before {
  content: '';
  position: absolute;
  width: 50%;
  height: 3px;
  background-color: #f2f2f2;
  top: 55px;
  z-index: 1;
  left: 0;
}

.buying-and-selling .items:nth-child(4):before {
  content: '';
  position: absolute;
  width: 50%;
  height: 3px;
  background-color: #f2f2f2;
  top: 55px;
  z-index: 1;
  right: 0;
}

.buying-and-selling .items:nth-child(4):after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' stroke='%23333' stroke-width='3' stroke-dasharray='6%2c 15' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: left top;
  top: 35px;
  margin: auto;
  z-index: 1;
}

@media (max-width: 1199px) {
  .buying-and-selling .items:nth-child(4):after {
    display: none;
  }
}

.buying-and-selling .items:nth-child(5):before {
  content: '';
  position: absolute;
  width: 50%;
  height: 3px;
  background-color: #f2f2f2;
  top: 55px;
  z-index: 1;
  left: 0;
}

.buying-and-selling .items:nth-child(8):before {
  content: '';
  position: absolute;
  width: 50%;
  height: 3px;
  background-color: #f2f2f2;
  top: 55px;
  z-index: 1;
  right: 0;
}

.buying-and-selling .block-title {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  color: #000;
  text-transform: uppercase;
  font-family: "Didot";
  margin-bottom: 10px;
  line-height: 1;
}

@media (max-width: 767px) {
  .buying-and-selling .block-title {
    font-size: 22px;
  }
}

.buying-and-selling .card {
  width: 100%;
  position: relative;
  padding-top: 110px;
  height: 100%;
}

@media (max-width: 1199px) {
  .buying-and-selling .card {
    padding-top: 30px;
  }
}

.buying-and-selling .card:after {
  content: '';
  position: absolute;
  top: 55px;
  left: 0;
  width: 100%;
  height: 1px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.16;
  border-radius: 100%;
  font-family: "Didot";
  background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' stroke='%23333' stroke-width='3' stroke-dasharray='6%2c 15' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: left center;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 1199px) {
  .buying-and-selling .card:after {
    display: none;
  }
}

.buying-and-selling .card .counter {
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
  margin: auto;
  width: 50px;
  height: 50px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.16;
  border-radius: 100%;
  background-color: #fff;
  font-family: "Didot";
  z-index: 10;
  box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 1199px) {
  .buying-and-selling .card .counter {
    display: none;
  }
}

.buying-and-selling .card .card-wrap {
  background-color: #fff;
  padding: 40px 24px;
  width: calc(100% - 30px);
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 5;
  height: 100%;
  margin: 0 auto;
}

@media (max-width: 1199px) {
  .buying-and-selling .card .card-wrap {
    width: 100%;
  }
}

.buying-and-selling .card-header {
  width: 100%;
  margin-bottom: 20px;
}

.buying-and-selling .card-header .icon {
  width: 60px;
  height: 53px;
  margin-right: 15px;
}

.buying-and-selling .card-header .icon .svg-icon {
  width: 60px;
  height: 53px;
  color: #000;
}

.buying-and-selling .card-body p {
  font-size: 16px;
  color: #000;
  line-height: 1.5;
}

.buying-and-selling .card-title {
  font-size: 24px;
  font-weight: 700;
  color: #000;
  line-height: 1.3;
  font-family: "Didot";
  width: calc(100% - 75px);
}

.guide-banner {
  padding: 0;
  margin: 0;
}

.guide-banner .thumb img {
  width: 100%;
}

.guide-list {
  padding: 70px 0 13px;
}

@media (max-width: 999px) {
  .guide-list {
    padding: 30px 0 13px;
  }
}

@media (max-width: 999px) {
  .guide-list {
    padding: 30px 0 13px;
  }
}

.guide-list .items {
  margin-bottom: 67px;
  text-align: center;
}

@media (max-width: 999px) {
  .guide-list .items {
    margin-bottom: 30px;
  }
}

.guide-list .block-title {
  font-size: 24px;
  color: #000;
  font-weight: 700;
  font-family: "Didot";
  margin-bottom: 5px;
}

.guide-list p {
  font-size: 16px;
  line-height: 1.5;
  color: #000;
}

.doctor-banner {
  padding: 100px 0;
  margin: 0;
  background-color: #f2f2f2;
}

@media (max-width: 999px) {
  .doctor-banner {
    padding: 50px 0;
  }
}

@media (max-width: 767px) {
  .doctor-banner {
    padding: 30px 0;
  }
}

.doctor-banner .banner-title {
  font-size: 32px;
  color: #000;
  line-height: 1.3;
  display: block;
  margin-bottom: 19px;
  font-family: "Didot";
  font-weight: 700;
}

@media (max-width: 767px) {
  .doctor-banner .banner-title {
    font-size: 22px;
  }
}

.doctor-banner p {
  font-size: 16px;
  color: #000;
  line-height: 1.5;
  margin-bottom: 9px;
}

.doctor-banner .banner-image {
  text-align: center;
}

.doctor-banner .banner-image img {
  display: block;
  margin: 0 auto;
}

.property-doctor-work {
  padding: 100px 0;
}

@media (max-width: 999px) {
  .property-doctor-work {
    padding: 50px 0;
  }
}

@media (max-width: 767px) {
  .property-doctor-work {
    padding: 30px 0;
  }
}

.property-doctor-work .block-title {
  font-size: 32px;
  line-height: 1.3;
  color: #000;
  display: block;
  text-align: center;
  font-weight: 700;
  font-family: "Didot";
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .property-doctor-work .block-title {
    font-size: 22px;
  }
}

.property-doctor-work .items {
  position: relative;
}

.property-doctor-work .items:nth-child(1):before {
  content: '';
  position: absolute;
  width: 50%;
  height: 3px;
  background-color: #fff;
  top: 55px;
  z-index: 1;
  left: 0;
}

@media (max-width: 999px) {
  .property-doctor-work .items:nth-child(1):before {
    display: none;
  }
}

.property-doctor-work .items:nth-child(3):before {
  content: '';
  position: absolute;
  width: 50%;
  height: 3px;
  background-color: #fff;
  top: 55px;
  z-index: 1;
  right: 0;
}

@media (max-width: 999px) {
  .property-doctor-work .items:nth-child(3):before {
    display: none;
  }
}

.property-doctor-work .card {
  width: 100%;
  position: relative;
  padding-top: 110px;
  height: 100%;
}

@media (max-width: 999px) {
  .property-doctor-work .card {
    padding-top: 30px;
  }
}

.property-doctor-work .card:after {
  content: '';
  position: absolute;
  top: 55px;
  left: 0;
  width: 100%;
  height: 1px;
  border-top: 1px dashed #000;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.16;
  border-radius: 100%;
  font-family: "Didot";
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 999px) {
  .property-doctor-work .card:after {
    display: none;
  }
}

.property-doctor-work .card .counter {
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
  margin: auto;
  width: 50px;
  height: 50px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.16;
  border-radius: 100%;
  background-color: #fff;
  font-family: "Didot";
  z-index: 10;
  box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 999px) {
  .property-doctor-work .card .counter {
    display: none;
  }
}

.property-doctor-work .card .card-wrap {
  background-color: #fff;
  padding: 40px 24px;
  width: calc(100% - 30px);
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 5;
  height: 100%;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .property-doctor-work .card .card-wrap {
    width: 100%;
  }
}

.property-doctor-work .card-header {
  width: 100%;
  margin-bottom: 20px;
}

.property-doctor-work .card-header .icon {
  width: 60px;
  height: 53px;
  margin-right: 15px;
}

.property-doctor-work .card-header .icon .svg-icon {
  width: 60px;
  height: 53px;
  color: #000;
}

.property-doctor-work .card-body p {
  font-size: 16px;
  color: #000;
  line-height: 1.5;
}

.property-doctor-work .card-title {
  font-size: 24px;
  font-weight: 700;
  color: #000;
  line-height: 1.3;
  font-family: "Didot";
  width: calc(100% - 75px);
}

@media (max-width: 767px) {
  .property-doctor-work .card-title {
    width: 100%;
    margin-top: 15px;
  }
}

.property-doctor-fix-cost {
  background-color: #f2f2f2;
  padding: 100px 0;
}

@media (max-width: 999px) {
  .property-doctor-fix-cost {
    padding: 50px 0;
  }
}

@media (max-width: 999px) {
  .property-doctor-fix-cost {
    padding: 30px 0;
  }
}

.property-doctor-fix-cost .block-title {
  font-size: 32px;
  line-height: 1.3;
  font-family: "Didot";
  display: block;
  margin-bottom: 18px;
  color: #000;
  font-weight: 700;
}

@media (max-width: 767px) {
  .property-doctor-fix-cost .block-title {
    font-size: 24px;
  }
}

.property-doctor-fix-cost p {
  font-size: 16px;
  line-height: 1.5;
  color: #000;
}

@media (max-width: 767px) {
  .defect-analysis {
    margin-top: 20px;
  }
}

.defect-analysis .title {
  font-size: 24px;
  font-family: "Didot";
  line-height: 1.3;
  display: block;
  margin-bottom: 16px;
  font-weight: 700;
}

.defect-analysis .items {
  background-color: #000;
  color: #fff;
  padding: 16px;
  margin-bottom: 12px;
}

.defect-analysis .text {
  width: calc(100% - 110px);
}

.defect-analysis .price {
  width: 110px;
  text-align: right;
}

.property-doctor-dignoses {
  padding: 100px 0;
}

@media (max-width: 999px) {
  .property-doctor-dignoses {
    padding: 50px 0;
  }
}

@media (max-width: 767px) {
  .property-doctor-dignoses {
    padding: 30px 0;
  }
}

.property-doctor-dignoses .row {
  margin: 0;
}

.property-doctor-dignoses .block-title {
  font-size: 32px;
  color: #000;
  line-height: 1.3;
  display: block;
  margin-bottom: 19px;
  font-family: "Didot";
  font-weight: 700;
}

@media (max-width: 767px) {
  .property-doctor-dignoses .block-title {
    font-size: 22px;
  }
}

.property-doctor-dignoses p {
  font-size: 16px;
  line-height: 1.5;
  color: #000;
}

.defect-analysis-request {
  padding: 100px 0;
  background-color: #f2f2f2;
}

@media (max-width: 999px) {
  .defect-analysis-request {
    padding: 50px 0;
  }
}

@media (max-width: 767px) {
  .defect-analysis-request {
    padding: 30px 0;
  }
}

.defect-analysis-request .block-title {
  font-size: 32px;
  color: #000;
  line-height: 1.3;
  display: block;
  margin-bottom: 35px;
  font-family: "Didot";
  font-weight: 700;
  text-align: center;
}

@media (max-width: 767px) {
  .defect-analysis-request .block-title {
    font-size: 22px;
  }
}

.defect-analysis-request .submit {
  float: right;
}

.defect-analysis-request .message {
  font-size: 14px;
  color: #000;
  margin-bottom: 8px;
}

.defect-analysis-request .message strong {
  font-weight: 500;
}

.doctor-featured-sale {
  padding: 92px 0 70px;
}

@media (max-width: 999px) {
  .doctor-featured-sale {
    padding: 50px 0 30px;
  }
}

@media (max-width: 767px) {
  .doctor-featured-sale {
    padding: 30px 0 0;
  }
}

.doctor-featured-sale.gray {
  background-color: #f2f2f2;
}

.doctor-featured-sale .block-title {
  font-size: 32px;
  color: #000;
  line-height: 1.3;
  display: block;
  margin-bottom: 30px;
  font-family: "Didot";
  font-weight: 700;
  text-align: center;
}

@media (max-width: 767px) {
  .doctor-featured-sale .block-title {
    font-size: 22px;
  }
}

.doctor-featured-sale .items {
  margin-bottom: 30px;
}

.doctor-featured-sale .card {
  position: relative;
  padding: 0;
  margin: 0;
  width: 100%;
}

.doctor-featured-sale .card-image {
  width: 100%;
  margin-bottom: 30px;
}

.doctor-featured-sale .card-body {
  padding: 0;
  font-size: 16px;
  color: #000;
  font-weight: 500;
  line-height: 1.125;
}

.doctor-featured-sale .card-body a {
  color: #000;
}

.send-photograph {
  padding: 0;
  background-color: #f2f2f2;
}

.team-qualification {
  border-bottom: 0;
}

.how-can-we-help {
  padding: 100px 0;
  background-color: #f2f2f2;
}

@media (max-width: 999px) {
  .how-can-we-help {
    padding: 50px 0;
  }
}

@media (max-width: 767px) {
  .how-can-we-help {
    padding: 30px 0;
  }
}

.how-can-we-help .block-title {
  font-size: 32px;
  color: #000;
  line-height: 1.3;
  display: block;
  margin-bottom: 34px;
  font-family: "Didot";
  font-weight: 700;
  text-align: center;
}

@media (max-width: 767px) {
  .how-can-we-help .block-title {
    font-size: 22px;
  }
}

.how-can-we-help .live-chat {
  background-color: #fff;
  color: #000;
  height: 100%;
  padding: 44px 50px 50px;
}

@media (max-width: 999px) {
  .how-can-we-help .live-chat {
    padding: 30px;
  }
}

.how-can-we-help .live-chat .box-title {
  font-size: 24px;
  font-weight: 700;
  display: block;
  font-family: "Didot";
  margin-bottom: 30px;
}

.how-can-we-help .live-chat p {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 20px;
}

.how-can-we-help .live-chat .action {
  max-width: 298px;
  width: 100%;
  height: 44px;
  font-family: "Noir";
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.1em;
  border: 1px solid;
  display: flex;
  align-items: center;
  justify-content: center;
}

.how-can-we-help .book-viewing {
  background-color: #000;
  color: #fff;
  height: 100%;
  padding: 44px 50px 50px;
}

@media (max-width: 999px) {
  .how-can-we-help .book-viewing {
    padding: 30px;
  }
}

.how-can-we-help .book-viewing .box-title {
  font-size: 24px;
  font-weight: 700;
  display: block;
  font-family: "Didot";
  margin-bottom: 30px;
}

.how-can-we-help .book-viewing p {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 20px;
}

.how-can-we-help .book-viewing .action {
  max-width: 298px;
  width: 100%;
  height: 44px;
  font-family: "Noir";
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.1em;
  border: 1px solid;
  display: flex;
  align-items: center;
  justify-content: center;
}

.how-can-we-help .items {
  margin: 0 0 30px;
}

.enquiries-center-faq {
  padding: 0 0 70px;
  background-color: #f2f2f2;
}

@media (max-width: 767px) {
  .enquiries-center-faq {
    padding-bottom: 30px;
  }
}

.enquiries-center-faq .items {
  margin-bottom: 30px;
}

.enquiries-center-faq .box {
  padding: 40px 15px;
  text-align: center;
  height: 100%;
  background-color: #fff;
  box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.enquiries-center-faq .box:hover {
  box-shadow: none;
}

.enquiries-center-faq .icon {
  display: block;
  width: 100%;
}

.enquiries-center-faq .icon .svg-icon {
  width: 80px;
  height: 61px;
  margin: 0 auto 27px;
  color: #000;
  display: block;
}

.enquiries-center-faq .title {
  font-size: 24px;
  color: #000;
  line-height: 1.3;
  display: block;
  margin-bottom: 30px;
  font-family: "Didot";
  font-weight: 700;
}

@media (max-width: 999px) {
  .enquiries-center-faq .title {
    font-size: 22px;
  }
}

.enquiries-center-faq .desctiption {
  font-size: 16px;
  color: #000;
  line-height: 1.5;
  margin-bottom: 50px;
}

@media (max-width: 999px) {
  .enquiries-center-faq .desctiption {
    font-size: 14px;
  }
}

.enquiries-center-faq .action {
  max-width: 250px;
  width: 100%;
  margin: 0 auto;
}

.enquiries-center-faq .action .svg-icon {
  width: 17px;
  height: 17px;
  color: #000;
}

.enquiries-center-faq .action span {
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-left: 6px;
}

.enquiries-center-faq .action a {
  color: #000;
}

.enquiries-center-faq .action a.send-mail {
  display: flex;
  align-items: center;
  justify-content: center;
}

.property-slider {
  opacity: 0;
  visibility: hidden;
}

.property-slider.show {
  opacity: 1;
  visibility: visible;
}

.property-slider .slick-arrow {
  top: -30px;
}

@media (max-width: 767px) {
  .property-slider .slick-arrow {
    top: -60px;
    bottom: inherit;
  }
}

.property-slider .slide {
  padding: 0 25px;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .property-slider .slide {
    padding: 0 15px;
  }
}

.property-sort-by {
  padding-bottom: 40px;
}

.property-sort-by.gray {
  background-color: #f2f2f2;
}

.property-sort-by .for-sale {
  font-size: 12px;
  color: #000;
  line-height: 1.4;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.property-sort-by .for-sale .number {
  text-decoration: underline;
}

.property-sort-by .sort-by {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
}

.property-sort-by .sort-by label {
  font-size: 12px;
  color: #000;
  line-height: 1;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-right: 20px;
}

@media (max-width: 767px) {
  .property-sort-by .sort-by label {
    display: block;
    width: 100%;
    text-align: left;
    margin-bottom: 10px;
  }
}

.property-sort-by .sort-by .box {
  max-width: 419px;
  width: 100%;
}

.property-sort-by .sort-by .box .col-auto {
  padding: 0;
}

.property-sort-by .sort-by .box .col-auto:last-child a {
  border-right: 1px solid #000;
}

.property-sort-by .sort-by .box a {
  padding: 13px 12px;
  font-size: 16px;
  font-weight: 500;
  color: #000;
  background-color: transparent;
  display: block;
  border: 1px solid #000;
  border-right: 0;
}

.property-sort-by .sort-by .box a:hover {
  background-color: #fff;
}

.property-sort-by .sort-by .box a.active {
  background-color: #fff;
}

.property-sort-by .sort-by .box a.more {
  background-color: #000;
  color: #fff;
  display: flex;
  align-items: center;
}

.property-sort-by .sort-by .box a.more .caret {
  margin-left: 7px;
  border-top: 5px solid #fff;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}

@media (max-width: 450px) {
  .property-sort-by .sort-by .box a {
    font-size: 14px;
    padding: 13px 5px;
  }
}

@media (max-width: 374px) {
  .property-sort-by .sort-by .box a {
    font-size: 12px;
  }
}

.property-sort-by .sort-by .box .dropdown .dropdown-menu {
  right: 0;
  left: inherit;
}

.property-sort-by .sort-by .box .dropdown .dropdown-menu ul li a {
  border: 0;
}

.buy-listing {
  padding-bottom: 70px;
}

@media (max-width: 1199px) {
  .buy-listing {
    padding-bottom: 0px;
  }
}

.page-template-buy {
  padding-bottom: 45px;
}

.photo-gallery-description {
  padding: 40px 25px 30px;
  margin: 0;
}

@media (max-width: 1500px) {
  .photo-gallery-description {
    padding: 40px 0px 30px;
  }
}

.photo-gallery-description.gray {
  background-color: #f2f2f2;
}

.photo-gallery-description .photo-gallery {
  position: relative;
}

@media (max-width: 1649px) {
  .photo-gallery-description .photo-gallery {
    width: calc(100% - 388px);
  }
}

@media (max-width: 999px) {
  .photo-gallery-description .photo-gallery {
    width: calc(100% - 320px);
  }
}

@media (max-width: 767px) {
  .photo-gallery-description .photo-gallery {
    width: 100%;
    margin-bottom: 20px;
  }
}

.photo-gallery-description .photo-gallery .thumb {
  width: 100%;
  height: 100%;
  position: relative;
}

.photo-gallery-description .photo-gallery .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.photo-gallery-description .photo-gallery .thumb .overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.photo-gallery-description .photo-gallery .thumb .overlay .property-tag {
  position: absolute;
  left: 25px;
  top: 10px;
  width: 74px;
  height: 38px;
  font-size: 13px;
  color: #000;
  text-transform: uppercase;
  font-weight: 500;
  background-color: rgba(255, 255, 255, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
}

.photo-gallery-description .photo-gallery .thumb .overlay .more-property-photo {
  position: absolute;
  right: 0;
  bottom: 10px;
  font-size: 14px;
  color: #000;
  text-transform: uppercase;
  font-weight: 500;
  background-color: rgba(255, 255, 255, 0.8);
}

.photo-gallery-description .photo-gallery .thumb .overlay .more-property-photo a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  height: 38px;
  padding: 0 20px;
}

.modal.more-photos .modal-content {
  max-width: 1920px;
  width: 100%;
  background-color: #f2f2f2;
  padding: 15px;
}

.modal.more-photos .slider-for {
  padding: 50px 0;
}

@media (max-width: 767px) {
  .modal.more-photos .slider-for {
    padding: 30px 0 15px;
  }
}

.modal.more-photos .slider-for .slide {
  text-align: center;
  width: 100%;
}

.modal.more-photos .slider-for .slide img {
  margin: 0 auto;
}

.modal.more-photos .slider-for .slick-arrow.slick-prev {
  left: 105px;
}

@media (max-width: 1280px) {
  .modal.more-photos .slider-for .slick-arrow.slick-prev {
    left: 15px;
  }
}

.modal.more-photos .slider-for .slick-arrow.slick-next {
  right: 105px;
}

@media (max-width: 1280px) {
  .modal.more-photos .slider-for .slick-arrow.slick-next {
    right: 15px;
  }
}

.modal.more-photos .slider-nav {
  padding-bottom: 50px;
  max-width: 1691px;
  width: 100%;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .modal.more-photos .slider-nav {
    padding: 0 0 15px;
  }
}

.modal.more-photos .slider-nav .slide {
  padding: 0 5px;
}

.modal.more-photos .slider-nav .slide img {
  width: 80px;
  height: 80px;
  margin: 0 auto;
  -o-object-fit: cover;
  object-fit: cover;
}

.modal.map-popup {
  padding: 0;
}

.modal.map-popup .modal-content {
  width: 100%;
  height: 100%;
  background-color: #f2f2f2;
}

.modal.map-popup .map-wrap {
  width: 100%;
  height: 100%;
}

.modal.map-popup .map-wrap iframe {
  border: 0;
  width: 100%;
  height: 100%;
}

.modal.map-popup .map-content {
  width: 310px;
  height: 100%;
  background-color: #f2f2f2;
  position: fixed;
  right: 0;
  top: 0;
}

@media (max-width: 767px) {
  .modal.map-popup .map-content {
    height: auto;
    width: auto;
    padding: 15px;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
}

.modal.map-popup .map-content .map-description {
  margin-top: 125px;
  margin-right: 28px;
  width: 205px;
  margin-left: auto;
}

@media (max-width: 767px) {
  .modal.map-popup .map-content .map-description {
    margin-top: 0;
    margin-right: auto;
    width: 100%;
    padding-right: 30px;
  }
}

.modal.map-popup .map-content .map-description .designer {
  font-size: 18px;
  font-weight: 500;
  display: block;
  margin-bottom: 7px;
  line-height: 1.22;
  color: #000;
}

.modal.map-popup .map-content .map-description .address {
  font-size: 20px;
  line-height: 1.15;
  color: #000;
  margin-bottom: 4px;
  font-weight: 500;
  display: block;
}

.modal.map-popup .map-content .map-description .country {
  font-size: 18px;
  line-height: 1.22;
  color: #000;
  margin-bottom: 21px;
  display: block;
}

.modal.map-popup .map-content .map-description .price {
  font-size: 18px;
  line-height: 1.22;
  color: #000;
  margin-bottom: 4px;
  display: block;
}

.modal.map-popup .map-content .map-description .price strong {
  font-weight: 500;
}

.modal.map-popup .map-content .map-description .hold {
  font-size: 18px;
  line-height: 1.22;
  color: #000;
  display: block;
}

.photo-gallery-description .property-description {
  padding-left: 15px;
  width: calc(100% - 1218px);
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 1649px) {
  .photo-gallery-description .property-description {
    width: 388px;
  }
}

@media (max-width: 999px) {
  .photo-gallery-description .property-description {
    width: 320px;
  }
}

@media (max-width: 767px) {
  .photo-gallery-description .property-description {
    width: 100%;
    padding-left: 0;
  }
}

.photo-gallery-description .property-description .wrap {
  max-width: 310px;
  width: 100%;
  margin: 0 auto;
}

.photo-gallery-description .property-description .wrap .property-name {
  font-size: 32px;
  line-height: 1;
  font-family: "Didot";
  color: #000;
  display: block;
  margin-bottom: 3px;
}

@media (max-width: 767px) {
  .photo-gallery-description .property-description .wrap .property-name {
    font-size: 24px;
  }
}

.photo-gallery-description .property-description .wrap .property-locate {
  font-size: 18px;
  color: #000;
  line-height: 1.22;
  margin-bottom: 25px;
}

.photo-gallery-description .property-description .wrap .property-price {
  display: block;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0.04em;
  line-height: 1.22;
  margin-bottom: 3px;
}

.photo-gallery-description .property-description .wrap .property-designer {
  display: block;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0.04em;
  line-height: 1.22;
  margin-bottom: 32px;
}

.photo-gallery-description .property-description .wrap .property-document {
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.photo-gallery-description .property-description .wrap .property-document .items {
  margin-right: 28px;
}

.photo-gallery-description .property-description .wrap .property-document a {
  color: #000;
}

.photo-gallery-description .property-description .wrap .property-request-view {
  margin-bottom: 20px;
}

.photo-gallery-description .property-description .wrap .property-request-view a {
  max-width: 275px;
  width: 100%;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  padding: 16px 10px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  display: flex;
  align-items: center;
  justify-content: center;
}

.photo-gallery-description .property-description .wrap .property-make-offer {
  margin-bottom: 15px;
}

.photo-gallery-description .property-description .wrap .property-make-offer a {
  max-width: 275px;
  width: 100%;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  padding: 16px 10px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  display: flex;
  align-items: center;
  justify-content: center;
}

.photo-gallery-description .property-description .wrap .property-contact-number {
  font-size: 18px;
  color: #000;
  font-weight: 500;
  margin-bottom: 30px;
}

.photo-gallery-description .property-description .wrap .property-contact-number a {
  color: #000;
}

.photo-gallery-description .property-description .wrap .property-save-message {
  font-size: 12px;
  line-height: 1;
  color: #000;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.photo-gallery-description .property-description .wrap .property-save-message .svg-icon {
  width: 15px;
  height: 15px;
  margin-right: 6px;
  vertical-align: middle;
  color: #000;
}

.photo-gallery-description .property-description .wrap .property-save-message a {
  color: #000;
}

.photo-gallery-description .property-description .wrap .property-save-message .text {
  border-bottom: 1px solid #000;
  padding-bottom: 5px;
}

.photo-gallery-description .property-description .wrap .property-save-message .save-property {
  margin-right: 30px;
  margin-bottom: 10px;
}

.photo-gallery-description .property-description .wrap .property-save-message .message-seller {
  margin-bottom: 10px;
}

.property-other-detail {
  display: block;
  width: 100%;
}

.property-other-detail.gray {
  background-color: #f2f2f2;
}

.other-detail {
  max-width: 980px;
  width: 100%;
  background-color: #fff;
  margin-bottom: 55px;
}

@media (max-width: 767px) {
  .other-detail {
    margin-bottom: 30px;
  }
}

.other-detail .items {
  text-align: center;
  padding: 6px 0;
  height: 70px;
  flex-wrap: wrap;
  position: relative;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
}

.other-detail .items:last-child:after {
  display: none;
}

@media (max-width: 767px) {
  .other-detail .items {
    width: 50%;
  }
}

@media (max-width: 999px) {
  .other-detail .items:nth-child(3):after {
    display: none;
  }
}

@media (max-width: 767px) {
  .other-detail .items:nth-child(3):after {
    display: block;
  }
}

@media (max-width: 767px) {
  .other-detail .items:nth-child(even):after {
    display: none;
  }
}

.other-detail .items:after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 1px;
  height: calc(100% - 12px);
  background-color: #D2D2D2;
}

.other-detail .items .numbers {
  display: block;
  font-size: 16px;
  font-weight: 500;
  color: #000;
  line-height: 1.125;
  width: 100%;
  margin-bottom: 4px;
}

.other-detail .items .label {
  font-size: 12px;
  color: #000;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  width: 100%;
}

.property-short-description {
  padding-bottom: 100px;
  font-size: 16px;
  line-height: 1.5;
  color: #000;
}

@media (max-width: 767px) {
  .property-short-description {
    padding-bottom: 30px;
  }
}

.property-short-description .wrap {
  max-width: 980px;
  width: 100%;
}

.property-short-description p {
  margin-bottom: 16px;
}

.property-short-description .cta-btn {
  font-size: 12px;
  color: #000;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  height: 44px;
  padding: 15px 30px;
  max-width: 156px;
  width: 100%;
  margin-top: 22px;
}

.property-short-description .cta-btn:hover {
  color: #fff;
}

.interested-lets-talk {
  background-color: #000;
  color: #fff;
  padding: 76px 0 88px;
}

.interested-lets-talk .block-title {
  display: block;
  text-align: center;
  font-size: 24px;
  color: #fff;
  margin-bottom: 35px;
  font-family: "Didot";
}

.interested-lets-talk a {
  font-size: 12px;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
  margin: 0 25px;
  border-bottom: 1px solid #fff;
  padding-bottom: 10px;
}

.recently-view {
  padding: 50px 0 40px;
}

.recently-view.gray {
  background-color: #f2f2f2;
}

.recently-view .block-title {
  display: block;
  width: 100%;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-family: "Noir";
  text-align: center;
  margin-bottom: 30px;
  font-weight: 500;
}

.recently-view .slide {
  padding: 0 25px;
}

@media (max-width: 767px) {
  .recently-view .slide {
    padding: 0 10px;
  }
}

@media (max-width: 499px) {
  .recently-view .slide {
    padding: 0;
  }
}

.recently-view .slick-slider .slick-arrow.slick-next {
  right: 0;
}

.recently-view .slick-slider .slick-arrow.slick-prev {
  left: 0;
}

.make-an-offer {
  background-color: #f2f2f2;
  padding: 30px 0 100px;
}

.block-page-title {
  padding: 0 0 18px;
  margin: 0;
}

.block-page-title .title {
  font-family: "Didot";
  font-weight: 700;
  font-size: 32px;
  line-height: 1.3;
  color: #000;
}

.the-property {
  margin-bottom: 40px;
}

.the-property .card {
  background-color: #fff;
}

.the-property .card .card-header {
  border-bottom: 1px solid #D8D8D8;
  padding: 11px 22px;
  font-size: 26px;
  line-height: 1.3;
  color: #000;
  font-family: "Didot";
  font-weight: 700;
}

.the-property .card .card-body {
  padding: 20px 22px;
}

.the-property .thumb {
  width: 201px;
  height: 201px;
}

.the-property .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.the-property .description {
  padding: 25px 28px;
}

@media (max-width: 767px) {
  .the-property .description {
    padding: 25px 0;
    width: 100%;
  }
}

.the-property .description .name {
  display: block;
  font-size: 22px;
  font-weight: 500;
  color: #000;
  margin-bottom: 58px;
}

@media (max-width: 999px) {
  .the-property .description .name {
    margin-bottom: 15px;
  }
}

.the-property .description .price-wrapper {
  display: block;
}

.the-property .description .price-wrapper label {
  font-size: 14px;
  color: #000;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 5px;
  display: block;
}

.the-property .description .price-wrapper .price {
  font-size: 22px;
  line-height: 1.18;
  font-weight: 500;
}

.your-details {
  margin-bottom: 40px;
}

.your-details .card {
  background-color: #fff;
}

.your-details .card .card-header {
  border-bottom: 1px solid #D8D8D8;
  padding: 11px 22px;
  font-size: 26px;
  line-height: 1.3;
  color: #000;
  font-family: "Didot";
  font-weight: 700;
}

.your-details .card .card-body {
  padding: 20px 22px;
}

.your-details .description {
  padding-bottom: 20px;
  margin-bottom: 34px;
  border-bottom: 1px solid #D8D8D8;
}

.your-details .description p {
  font-size: 16px;
  line-height: 1.5;
  color: #000;
  margin-bottom: 10px;
}

.your-details .description h2 {
  font-size: 24px;
  font-weight: 700;
  font-family: "Didot";
  line-height: 1.3;
  margin-bottom: 10px;
}

.your-details .description ol {
  padding: 0;
  margin: 0 0 0 1em;
}

.your-details .description ol li {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 10px;
}

.your-details .buyer-detail {
  padding-bottom: 38px;
  margin-bottom: 38px;
  border-bottom: 1px solid #D8D8D8;
}

.your-details .buyer-detail h2 {
  font-size: 24px;
  font-weight: 700;
  font-family: "Didot";
  line-height: 1.3;
  margin-bottom: 10px;
}

.your-details .buyer-detail label {
  font-size: 16px;
  color: #000;
  line-height: 1.5;
  display: block;
  margin-bottom: 0;
}

.your-details .buyer-detail .text {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  color: #000;
  font-weight: 500;
  margin-bottom: 8px;
}

.your-details .buyer-detail .cta-additional {
  max-width: 222px;
  height: 44px;
  width: 100%;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.1em;
  margin-top: 30px;
  margin-bottom: 20px;
  border: 1px solid;
  display: flex;
  align-items: center;
  justify-content: center;
}

.your-details .buyer-detail .note {
  font-size: 16px;
  line-height: 1.125;
  color: #000;
}

.your-details .property-details .group {
  position: relative;
  margin-bottom: 25px;
}

.your-details .property-details .group .label {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  display: block;
  margin-bottom: 5px;
}

.your-offer .card {
  background-color: #fff;
}

.your-offer .card .action {
  padding: 22px;
}

.your-offer .card .action input[type="submit"] {
  margin-left: 15px;
}

.your-offer .card .card-header {
  border-bottom: 1px solid #D8D8D8;
  padding: 11px 22px;
  font-size: 26px;
  line-height: 1.3;
  color: #000;
  font-family: "Didot";
  font-weight: 700;
}

.your-offer .card .card-body {
  padding: 20px 22px;
}

.your-offer .card .card-body .your-expected-offer {
  margin-bottom: 25px;
}

.your-offer .card .card-body .your-expected-offer label {
  font-size: 16px;
  font-weight: 500;
  color: #000;
  display: block;
  margin-bottom: 7px;
}

.your-offer .card .card-body .your-expected-offer .asking-price {
  width: 200px;
}

@media (max-width: 767px) {
  .your-offer .card .card-body .your-expected-offer .asking-price {
    margin-top: 15px;
  }
}

.your-offer .card .card-body .your-expected-offer .asking-price label {
  font-size: 16px;
  font-weight: 400;
  color: #000;
  margin-right: 12px;
  margin-bottom: 0;
}

.your-offer .card .card-body .your-expected-offer .asking-price .price {
  font-size: 20px;
  color: #000;
  line-height: 1.15;
  font-weight: 500;
}

.your-offer .card .card-body .your-expected-offer .input-group {
  max-width: 280px;
  width: 100%;
  border: 1px solid #000;
  margin-right: 20px;
}

.your-offer .card .card-body .your-expected-offer .input-group-prepend {
  width: 44px;
  height: 44px;
  background-color: #D6D6D6;
  font-size: 22px;
  font-weight: 700;
  color: #000;
  border-right: 1px solid #000;
  display: flex;
  align-items: center;
  justify-content: center;
}

.your-offer .card .card-body .your-expected-offer .form-control {
  border: 0;
}

.your-offer .card .card-body .your-expected-offer .form-control::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.6);
}

.your-offer .card .card-body .your-expected-offer .form-control:-moz-placeholder {
  color: rgba(0, 0, 0, 0.6);
}

.your-offer .card .card-body .your-expected-offer .form-control::-moz-placeholder {
  color: rgba(0, 0, 0, 0.6);
}

.your-offer .card .card-body .your-expected-offer .form-control:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.6);
}

.your-offer .card .card-body .your-comments {
  margin-bottom: 25px;
}

.your-offer .card .card-body .your-comments label {
  font-size: 20px;
  line-height: 1.2;
  color: #000;
  font-weight: 500;
  display: block;
  margin-bottom: 10px;
}

.your-offer .card .card-body .your-comments textarea.form-control {
  border: 1px solid #000;
  height: 110px;
}

@media (max-width: 767px) {
  .your-offer .card .card-body .your-comments .actions .cta-btn {
    margin: 5px 5px 5px 0;
  }
}

.your-offer .card .card-body .notes p {
  font-size: 16px;
  line-height: 1.5;
  color: #000;
  margin-bottom: 10px;
}

.your-offer .card .card-body .notes strong {
  font-weight: 500;
}

.your-offer .card .card-body .notes h3 {
  font-size: 16px;
  line-height: 1.5;
  color: #000;
  font-family: "Noir";
  font-weight: 500;
}

.your-offer .card .card-body .actions .cta-btn {
  margin-left: 10px;
}

.your-offer .card .card-body .actions .cta-btn:first-child {
  margin-left: 0;
}

.faq-list {
  background-color: #f2f2f2;
  padding: 100px 0px;
}

@media (max-width: 999px) {
  .faq-list {
    padding: 50px 0;
  }
}

@media (max-width: 767px) {
  .faq-list {
    padding: 30px 0;
  }
}

.faq-list .faq-accordion {
  max-width: 950px;
  width: 100%;
  margin: 0 auto 60px;
}

@media (max-width: 999px) {
  .faq-list .faq-accordion {
    margin-bottom: 40px;
  }
}

@media (max-width: 767px) {
  .faq-list .faq-accordion {
    margin-bottom: 30px;
  }
}

.faq-contactus {
  max-width: 655px;
  width: 100%;
  margin: 0 auto;
  border: 1px solid #D2D2D2;
  padding: 22px 80px 30px;
}

@media (max-width: 767px) {
  .faq-contactus {
    padding: 22px;
  }
}

.faq-contactus h2 {
  font-size: 32px;
  line-height: 1.3;
  display: block;
  color: #000;
  display: block;
  text-align: center;
  margin-bottom: 18px;
  font-family: "Didot";
}

.faq-contactus h3 {
  font-family: "Noir";
  font-size: 20px;
  color: #000;
  display: block;
  text-align: center;
  margin-bottom: 15px;
  font-weight: 400;
}

.faq-contactus .form-group {
  margin-bottom: 20px;
}

.faq-contactus .submit {
  border: 1px solid;
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  height: 44px;
  font-weight: 500;
  width: 100%;
}

.faq-contactus .custom-radio .custom-control-label {
  font-family: "Didot";
  font-size: 16px;
  text-transform: none;
  font-weight: 700;
  letter-spacing: normal;
}

.faq-contactus .input-group {
  border: 1px solid #000;
  background-color: #fff;
}

.faq-contactus .input-group .input-group-prepend {
  width: 43px;
  height: 44px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.faq-contactus .input-group .input-group-prepend:after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 1px;
  background-color: rgba(0, 0, 0, 0.29);
  height: 35px;
  margin: auto;
  display: block;
}

.faq-contactus .input-group .svg-icon {
  width: 13px;
  height: 19px;
  color: #000;
}

.faq-contactus .input-group .form-control {
  background-color: transparent;
  border: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  padding: 6px 17px;
}

.faq-contactus .input-group .form-control::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.6);
}

.faq-contactus .input-group .form-control:-moz-placeholder {
  color: rgba(0, 0, 0, 0.6);
}

.faq-contactus .input-group .form-control::-moz-placeholder {
  color: rgba(0, 0, 0, 0.6);
}

.faq-contactus .input-group .form-control:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.6);
}

.custom-calendar {
  padding: 100px 0;
}

@media (max-width: 999px) {
  .custom-calendar {
    padding: 50px 0;
  }
}

@media (max-width: 767px) {
  .custom-calendar {
    padding: 30px 0;
  }
}

.custom-calendar.gray {
  background-color: #f2f2f2;
}

.custom-calendar .container {
  max-width: 700px;
}

.custom-calendar .step-1-message {
  background-color: #fff;
  padding: 27px 10px;
  text-align: center;
  margin-top: 15px;
}

.custom-calendar .step-1-message .svg-icon {
  width: 20px;
  height: 15px;
  color: #000;
  vertical-align: middle;
  margin-right: 5px;
}

.custom-calendar .step-1-message .address {
  font-size: 16px;
  color: #000;
  font-weight: 500;
  line-height: 1.6;
  margin-bottom: 20px;
}

.custom-calendar .step-1-message .label {
  font-size: 16px;
  color: #000;
  line-height: 1.6;
  margin-bottom: 20px;
}

.custom-calendar .step-1-message .key {
  font-size: 14px;
  color: #000;
}

.custom-calendar .step-1-message .key strong {
  font-weight: 500;
  display: inline-block;
  margin-bottom: 3px;
}

.custom-calendar .step-1-message .key .items {
  margin: 5px;
}

.custom-calendar .step-2-message {
  max-width: 550px;
  width: 100%;
  margin: 0 auto;
}

.custom-calendar .step-2-message .note {
  font-size: 14px;
  color: #000;
  line-height: 1.6;
  margin-bottom: 28px;
  text-align: center;
}

.custom-calendar .step-2-message label {
  font-size: 16px;
  text-align: right;
  display: block;
}

.request-accordion .action .cta-btn {
  width: 100%;
}

.evo-calendar {
  position: relative;
  max-width: 560px;
  width: 100%;
  margin: 0 auto;
  padding: 28px 0;
}

.evo-calendar .calendar-sidebar {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 1010;
  background-color: #fff;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
  padding: 15px;
  opacity: 0;
  visibility: hidden;
}

.evo-calendar .calendar-sidebar #sidebarToggler {
  width: 35px;
  height: 35px;
  display: block;
  position: absolute;
  left: 10px;
  top: 10px;
}

.evo-calendar .calendar-sidebar #sidebarToggler button {
  width: 100%;
  height: 100%;
  border: 0;
  background-color: #000;
}

.evo-calendar .calendar-sidebar #sidebarToggler button .bars {
  position: relative;
}

.evo-calendar .calendar-sidebar #sidebarToggler button .bars:before {
  content: '';
  width: 90%;
  height: 1px;
  display: block;
  margin: 5px auto 0;
  background-color: #fff;
  transform: rotate(135deg);
}

.evo-calendar .calendar-sidebar #sidebarToggler button .bars:after {
  content: '';
  width: 90%;
  height: 1px;
  display: block;
  margin: 0 auto 5px;
  background-color: #fff;
  transform: rotate(-135deg);
}

.evo-calendar .calendar-sidebar .calendar-year {
  text-align: center;
  font-size: 24px;
  font-family: "Didot";
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}

.evo-calendar .calendar-sidebar .calendar-year button {
  width: 30px;
  height: 30px;
  display: block;
  border: 0;
  border: 1px solid #d2d2d2;
  background-color: #fff;
  border-radius: 100%;
}

.evo-calendar .calendar-sidebar .calendar-year button .chevron-arrow-left {
  background: #fff url("../../assets/images/calendar-left.svg") no-repeat center center;
  background-size: 15px 15px;
  width: 15px;
  height: 15px;
  display: block;
}

.evo-calendar .calendar-sidebar .calendar-year button .chevron-arrow-right {
  background: #fff url("../../assets/images/calendar-right.svg") no-repeat center center;
  background-size: 15px 15px;
  width: 15px;
  height: 15px;
  display: block;
}

.evo-calendar .calendar-sidebar .month-list {
  padding: 30px 0 0 0;
  margin: 0;
}

.evo-calendar .calendar-sidebar .month-list ul {
  list-style: none;
  flex-wrap: wrap;
  display: flex;
  align-items: center;
  justify-content: center;
}

.evo-calendar .calendar-sidebar .month-list ul li {
  list-style: none;
  width: 25%;
  text-align: center;
  padding: 10px;
  cursor: pointer;
}

.evo-calendar .calendar-events {
  margin: 40px 0 0 0;
}

.evo-calendar .calendar-events .event-header {
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  display: block;
  margin-bottom: 20px;
  font-family: "Didot";
}

.evo-calendar .calendar-events .event-list {
  position: relative;
  flex-wrap: wrap;
  display: flex;
}

.evo-calendar .calendar-events .event-list.slick-vertical {
  padding-top: 60px;
  padding-bottom: 60px;
}

.evo-calendar .calendar-events .event-list.slick-vertical .slick-arrow.slick-disabled {
  opacity: 0;
  visibility: hidden;
}

.evo-calendar .calendar-events .event-list.slick-vertical .slick-prev {
  top: 0;
  left: 0;
  right: 0;
  bottom: inherit;
  position: absolute;
  background: #fff url("../../assets/images/calendar-up.svg") no-repeat center center;
}

.evo-calendar .calendar-events .event-list.slick-vertical .slick-next {
  top: inherit;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  background: #fff url("../../assets/images/calendar-down.svg") no-repeat center center;
}

.evo-calendar .calendar-events .event-list .event-empty {
  display: block;
  width: 100%;
  text-align: center;
  font-weight: 500;
}

.evo-calendar .calendar-events .event-list .slick-slide > div {
  display: inline-block;
  width: 50%;
  padding: 3px;
}

@media (max-width: 767px) {
  .evo-calendar .calendar-events .event-list .slick-slide > div {
    width: 100%;
    padding: 0;
  }
}

.evo-calendar .calendar-events .event-list .event-container {
  background-color: #fff;
  border: 1px solid #d2d2d2;
  max-width: 275px;
  width: 100%;
  margin: 0;
  position: relative;
  cursor: pointer;
}

@media (max-width: 767px) {
  .evo-calendar .calendar-events .event-list .event-container {
    max-width: 100%;
  }
}

.evo-calendar .calendar-events .event-list .event-container .event-icon {
  position: absolute;
  left: 85px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.evo-calendar .calendar-events .event-list .event-container .event-icon .event-bullet-yes {
  width: 20px;
  height: 12px;
  background: url("../../assets/images/available.svg") no-repeat center center;
  background-size: 20px 12px;
  margin-top: 20px;
}

.evo-calendar .calendar-events .event-list .event-container .event-icon .event-bullet-no {
  width: 20px;
  height: 15px;
  background: url("../../assets/images/not-available.svg") no-repeat center center;
  background-size: 20px 15px;
  margin-top: 20px;
}

.evo-calendar .calendar-events .event-list .event-container .event-info {
  display: flex;
}

.evo-calendar .calendar-events .event-list .event-container .event-info .event-title {
  font-weight: 500;
  font-size: 16px;
  padding: 15px 18px;
  border-right: 1px solid #d2d2d2;
  width: 80px;
}

.evo-calendar .calendar-events .event-list .event-container .event-info .event-desc {
  font-weight: 500;
  font-size: 16px;
  padding: 15px 18px 15px 40px;
  width: calc(100% - 80px);
  color: rgba(0, 0, 0, 0.6);
}

.evo-calendar .calendar-events .event-list .event-container.selected {
  background-color: #000;
}

.evo-calendar .calendar-events .event-list .event-container.selected .event-icon .event-bullet-yes {
  background: url("../../assets/images/available-selected.svg") no-repeat center center;
}

.evo-calendar .calendar-events .event-list .event-container.selected .event-icon .event-bullet-no {
  background: url("../../assets/images/not-available-selected.svg") no-repeat center center;
}

.evo-calendar .calendar-events .event-list .event-container.selected .event-info .event-title {
  color: #fff;
}

.evo-calendar .calendar-events .event-list .event-container.selected .event-info .event-desc {
  color: #fff;
}

.evo-calendar .calendar-inner {
  padding: 15px;
}

@media (max-width: 767px) {
  .evo-calendar .calendar-inner {
    padding: 15px 0px;
  }
}

.evo-calendar .calendar-inner .calendar-table .months {
  display: block;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  font-family: "Didot";
  margin-bottom: 25px;
  cursor: pointer;
}

.evo-calendar .calendar-inner .calendar-table .calendar-header {
  display: flex;
  justify-content: center;
  align-items: center;
}

.evo-calendar .calendar-inner .calendar-table .calendar-header .calendar-header-day {
  width: 14.2857%;
  text-align: center;
  padding: 5px;
  font-size: 20px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.6);
}

.evo-calendar .calendar-inner .calendar-table .wrap .slick-arrow.slick-disabled {
  opacity: 0;
  visibility: hidden;
}

.evo-calendar .calendar-inner .calendar-table .wrap .slick-arrow.slick-prev {
  left: -40px;
  background: #fff url("../../assets/images/calendar-left.svg") no-repeat center center;
}

@media (max-width: 767px) {
  .evo-calendar .calendar-inner .calendar-table .wrap .slick-arrow.slick-prev {
    left: 0;
    bottom: -100px;
  }
}

.evo-calendar .calendar-inner .calendar-table .wrap .slick-arrow.slick-next {
  right: -40px;
  background: #fff url("../../assets/images/calendar-right.svg") no-repeat center center;
}

@media (max-width: 767px) {
  .evo-calendar .calendar-inner .calendar-table .wrap .slick-arrow.slick-next {
    right: 0;
    bottom: -100px;
  }
}

.evo-calendar .calendar-inner .calendar-table .wrap .calendar-body {
  margin-bottom: 5px;
}

.evo-calendar .calendar-inner .calendar-table .wrap .calendar-body .blank {
  width: 14.2857%;
  display: inline-block;
  text-align: center;
  vertical-align: top;
  position: relative;
}

.evo-calendar .calendar-inner .calendar-table .wrap .calendar-body .blank:after {
  content: '';
  background-color: #fff;
  border: 1px solid #D2D2D2;
  height: 44px;
  width: 44px;
  margin: 0 auto;
  font-size: 26px;
  font-weight: 700;
  position: relative;
  cursor: pointer;
  font-family: "Didot";
  display: flex;
  justify-content: center;
  align-items: center;
}

.evo-calendar .calendar-inner .calendar-table .wrap .calendar-body .calendar-day {
  width: 14.2857%;
  display: inline-block;
  vertical-align: top;
  text-align: center;
}

.evo-calendar .calendar-inner .calendar-table .wrap .calendar-body .calendar-day .event-indicator {
  width: 10px;
  height: 10px;
  position: absolute;
  right: 3px;
  bottom: 3px;
  border-radius: 100%;
  background-color: #49b749;
  display: block;
}

.evo-calendar .calendar-inner .calendar-table .wrap .calendar-body .calendar-day .day {
  background-color: #fff;
  border: 1px solid #D2D2D2;
  height: 44px;
  width: 44px;
  line-height: 45px;
  margin: 0 auto;
  font-size: 26px;
  font-weight: 700;
  position: relative;
  cursor: pointer;
  font-family: "Didot";
  display: flex;
  justify-content: center;
}

.evo-calendar .calendar-inner .calendar-table .wrap .calendar-body .calendar-day .day.calendar-active {
  background-color: #fff;
  color: #000;
}

.evo-calendar .calendar-inner .calendar-table .wrap .calendar-body .calendar-day .day.day-event {
  background-color: #000;
  color: #fff;
}

.evo-calendar .calendar-inner .calendar-table .wrap .calendar-body .calendar-day .day.calendar-today {
  background-color: green;
  color: #fff;
}

.evo-calendar .calendar-inner .calendar-table .wrap .calendar-body .calendar-day .day.calendar-today .event-indicator {
  background-color: #fff;
}

.evo-calendar .calendar-inner .calendar-table .wrap .calendar-body .calendar-day.prev-date .day {
  color: #a2a2a2;
  pointer-events: none;
}

.evo-calendar.popupshow .calendar-sidebar {
  opacity: 1;
  visibility: visible;
}

.evo-calendar.sidebar-hide .calendar-sidebar {
  opacity: 0;
  visibility: hidden;
}

.property-meditation-banner {
  padding: 142px 0 137px;
  margin: 0;
}

@media (max-width: 999px) {
  .property-meditation-banner {
    padding: 50px 0;
  }
}

@media (max-width: 767px) {
  .property-meditation-banner {
    padding: 30px 0;
  }
}

.property-meditation-banner.gray {
  background-color: #f2f2f2;
}

.property-meditation-banner .title {
  font-size: 32px;
  line-height: 1.3;
  color: #000;
  font-weight: 700;
  display: block;
  margin-bottom: 18px;
}

@media (max-width: 767px) {
  .property-meditation-banner .title {
    font-size: 24px;
  }
}

.property-meditation-banner p {
  font-size: 16px;
  line-height: 1.5;
  color: #000;
  margin-bottom: 10px;
}

.property-meditation-banner .thumb {
  text-align: center;
}

@media (max-width: 999px) {
  .property-meditation-banner .thumb {
    display: none;
  }
}

.property-meditaion-work {
  padding: 92px 0 85px;
}

@media (max-width: 999px) {
  .property-meditaion-work {
    padding: 50px 0;
  }
}

@media (max-width: 767px) {
  .property-meditaion-work {
    padding: 30px 0;
  }
}

.property-meditaion-work .title {
  font-size: 32px;
  line-height: 1.3;
  color: #000;
  font-weight: 700;
  display: block;
  margin-bottom: 18px;
}

@media (max-width: 767px) {
  .property-meditaion-work .title {
    font-size: 24px;
  }
}

.property-meditaion-work p {
  font-size: 16px;
  line-height: 1.5;
  color: #000;
  margin-bottom: 10px;
}

.property-mediation-work-step {
  padding: 92px 0 70px;
}

@media (max-width: 999px) {
  .property-mediation-work-step {
    padding: 50px 0;
  }
}

@media (max-width: 767px) {
  .property-mediation-work-step {
    padding: 30px 0;
  }
}

.property-mediation-work-step.gray {
  background-color: #f2f2f2;
}

.property-mediation-work-step .block-title {
  font-size: 32px;
  line-height: 1.3;
  color: #000;
  font-weight: 700;
  display: block;
  text-align: center;
  margin-bottom: 38px;
}

@media (max-width: 767px) {
  .property-mediation-work-step .block-title {
    font-size: 24px;
  }
}

.property-mediation-work-step .items {
  margin-bottom: 30px;
}

.property-mediation-work-step .card {
  background-color: #fff;
  border: 1px solid #D6D6D6;
  padding: 40px 24px;
  height: 100%;
}

.property-mediation-work-step .card .card-header {
  display: block;
  width: 100%;
  margin-bottom: 20px;
}

.property-mediation-work-step .card .card-header .icon {
  width: 60px;
  height: 60px;
  margin-right: 18px;
}

@media (max-width: 1199px) {
  .property-mediation-work-step .card .card-header .icon {
    width: 40px;
    height: 40px;
  }
}

.property-mediation-work-step .card .card-header .icon .svg-icon {
  width: 100%;
  height: 100%;
  color: #000;
}

.property-mediation-work-step .card .card-header .title {
  font-size: 24px;
  line-height: 1.2;
  font-family: "Didot";
  font-weight: 700;
  width: calc(100% - 80px);
}

.property-mediation-work-step .card .card-body {
  padding: 0;
  margin: 0;
  font-size: 16px;
  line-height: 1.5;
  color: #000;
}

.property-meditation-benefits {
  padding: 100px 0;
}

@media (max-width: 999px) {
  .property-meditation-benefits {
    padding: 50px 0;
  }
}

@media (max-width: 767px) {
  .property-meditation-benefits {
    padding: 30px 0;
  }
}

.property-meditation-benefits h2 {
  display: block;
  width: 100%;
  font-size: 32px;
  line-height: 1.3;
  color: #000;
  font-weight: 700;
  display: block;
  margin-bottom: 18px;
}

@media (max-width: 767px) {
  .property-meditation-benefits h2 {
    font-size: 24px;
  }
}

.property-meditation-benefits p {
  display: block;
  width: 100%;
  font-size: 16px;
  line-height: 1.5;
  color: #000;
  margin-bottom: 15px;
}

.property-meditation-benefits ul {
  list-style: none;
  padding: 0;
  margin: 0 0 43px;
  width: 100%;
}

.property-meditation-benefits ul li {
  position: relative;
  padding-left: 16px;
  line-height: 1.6;
  margin-bottom: 10px;
}

.property-meditation-benefits ul li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 7px;
  width: 8px;
  height: 8px;
  background-color: #000;
  border-radius: 100%;
}

.property-meditation-cost {
  padding: 92px 0px;
}

@media (max-width: 999px) {
  .property-meditation-cost {
    padding: 50px 0;
  }
}

@media (max-width: 767px) {
  .property-meditation-cost {
    padding: 30px 0;
  }
}

.property-meditation-cost .block-title {
  font-size: 32px;
  line-height: 1.3;
  color: #000;
  font-weight: 700;
  display: block;
  margin-bottom: 18px;
}

@media (max-width: 767px) {
  .property-meditation-cost .block-title {
    font-size: 24px;
  }
}

.property-meditation-cost p {
  font-size: 16px;
  line-height: 1.5;
  color: #000;
  margin-bottom: 20px;
}

.property-meditation-cost .action {
  padding-top: 55px;
}

.property-meditation-cost .action .cta-request-quotation {
  max-width: 268px;
  width: 100%;
  height: 60px;
  font-size: 16px;
  line-height: 1.1;
  font-weight: 500;
}

.cost-list {
  padding: 0;
  margin: 0;
  width: 100%;
}

.cost-list .items {
  position: relative;
  width: 100%;
  margin-bottom: 12px;
  background-color: #000;
  color: #fff;
  padding: 16px;
}

.property-management {
  padding: 100px 0;
}

@media (max-width: 999px) {
  .property-management {
    padding: 50px 0;
  }
}

@media (max-width: 767px) {
  .property-management {
    padding: 30px 0;
  }
}

.property-management.gray {
  background-color: #f2f2f2;
}

.property-management .icon-list {
  margin-bottom: 53px;
}

@media (max-width: 767px) {
  .property-management .icon-list {
    margin-bottom: 0;
  }
}

.property-management .icon-list .card {
  background-color: #fff;
  border: 1px solid #fff;
  padding: 35px 18px;
  margin: 0 10px;
  height: 100%;
}

@media (max-width: 999px) {
  .property-management .icon-list .card {
    margin: 0;
  }
}

.property-management .icon-list .card .card-icon {
  width: 72px;
  height: 72px;
  margin: 0 auto 30px;
}

.property-management .icon-list .card .card-icon .svg-icon {
  width: 100%;
  height: 100%;
  color: #000;
}

.property-management .icon-list .card .card-title {
  font-size: 20px;
  font-family: "Didot";
  color: #000;
  font-weight: 700;
  text-align: center;
  display: block;
}

.property-management .property-management-description h2 {
  font-size: 32px;
  color: #000;
  line-height: 1.3;
  display: block;
  font-weight: 700;
  font-family: "Didot";
  margin-bottom: 13px;
}

@media (max-width: 767px) {
  .property-management .property-management-description h2 {
    font-size: 24px;
  }
}

.property-management .property-management-description h3 {
  font-size: 24px;
  color: #000;
  font-family: "Didot";
  font-weight: 700;
  margin-bottom: 10px;
}

.property-management .property-management-description p {
  font-size: 16px;
  line-height: 1.5;
  color: #000;
  margin-bottom: 20px;
}

.property-management .property-management-description ul {
  padding: 0;
  margin: 0 0 30px 1.5em;
}

.property-management .property-management-description ul li {
  list-style: none;
  position: relative;
  margin-bottom: 5px;
  padding-left: 15px;
  line-height: 1.6;
}

.property-management .property-management-description ul li:after {
  content: '';
  position: absolute;
  left: 0;
  top: 7px;
  width: 8px;
  height: 8px;
  background-color: #000;
  border-radius: 100%;
}

.property-management-faq {
  padding: 92px 0 100px;
}

@media (max-width: 999px) {
  .property-management-faq {
    padding: 50px 0;
  }
}

@media (max-width: 767px) {
  .property-management-faq {
    padding: 30px 0;
  }
}

.property-management-faq.gray {
  background-color: #f2f2f2;
}

.property-management-faq .block-title {
  font-size: 32px;
  line-height: 1.3;
  color: #000;
  font-weight: 700;
  font-family: "Didot";
  text-align: center;
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  .property-management-faq .block-title {
    font-size: 24px;
  }
}

.property-management-faq .action {
  padding-top: 35px;
}

.property-management-faq .action .cta-request-quotation {
  max-width: 268px;
  width: 100%;
  height: 60px;
  font-size: 16px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 500;
}

.get-in-with-us .modal-content {
  max-width: 990px;
  width: 100%;
  background-color: #f2f2f2;
}

.get-in-with-us .modal-body {
  padding: 50px;
}

@media (max-width: 767px) {
  .get-in-with-us .modal-body {
    padding: 30px 15px;
  }
}

.get-in-with-us .modal-body .modal-title {
  font-size: 32px;
  line-height: 1.3;
  color: #000;
  font-weight: 700;
  font-family: "Didot";
  text-align: center;
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  .get-in-with-us .modal-body .modal-title {
    font-size: 24px;
  }
}

.get-in-with-us .modal-body .form-group {
  margin-bottom: 37px;
}

.get-in-with-us .modal-body label {
  font-size: 16px;
  display: block;
  margin-bottom: 10px;
}

.get-in-with-us .modal-body .cta-md {
  font-size: 12px;
  padding: 0;
  width: 126px;
  height: 44px;
  margin: 0 auto;
  display: block;
}

.phorography-floor-plan {
  padding: 100px 0 30px;
}

@media (max-width: 999px) {
  .phorography-floor-plan {
    padding: 50px 0;
  }
}

@media (max-width: 767px) {
  .phorography-floor-plan {
    padding: 30px 0;
  }
}

.phorography-floor-plan.gray {
  background-color: #f2f2f2;
}

.phorography-floor-plan h2 {
  font-size: 32px;
  line-height: 1.3;
  display: block;
  margin-bottom: 15px;
  color: #000;
  font-family: "Didot";
}

@media (max-width: 767px) {
  .phorography-floor-plan h2 {
    font-size: 24px;
  }
}

.phorography-floor-plan p {
  font-size: 16px;
  line-height: 1.5;
  color: #000;
  margin-bottom: 10px;
}

.phorography-floor-plan p strong {
  font-weight: 500;
}

@media (max-width: 767px) {
  .phorography-floor-plan .left {
    margin-bottom: 15px;
  }
}

.phorography-floor-plan .row {
  margin-bottom: 70px;
}

@media (max-width: 999px) {
  .phorography-floor-plan .row {
    margin-bottom: 50px;
  }
}

@media (max-width: 767px) {
  .phorography-floor-plan .row {
    margin-bottom: 30px;
  }
}

.phorography-floor-plan .row:nth-child(odd) .left {
  order: 2;
}

@media (max-width: 767px) {
  .phorography-floor-plan .row:nth-child(odd) .left {
    order: inherit;
  }
}

.phorography-floor-plan .row:last-child {
  margin-bottom: 0;
}

.fixed-cost {
  padding: 100px 0;
}

@media (max-width: 999px) {
  .fixed-cost {
    padding: 50px 0;
  }
}

@media (max-width: 767px) {
  .fixed-cost {
    padding: 30px 0;
  }
}

.fixed-cost.gray {
  background-color: #f2f2f2;
}

.fixed-cost .description h2 {
  font-size: 32px;
  line-height: 1.3;
  display: block;
  margin-bottom: 20px;
  color: #000;
  font-family: "Didot";
}

@media (max-width: 767px) {
  .fixed-cost .description h2 {
    font-size: 24px;
  }
}

.fixed-cost .description p {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 10px;
}

.fixed-cost .fixed-cost-list .items {
  background-color: #000;
  color: #fff;
  padding: 16px;
  margin-bottom: 12px;
}

.fixed-cost .fixed-cost-list .items .text {
  font-size: 16px;
  line-height: 1.5;
  color: #fff;
}

@media (max-width: 767px) {
  .fixed-cost .fixed-cost-list .items .text {
    display: block;
    width: 100%;
    margin-bottom: 5px;
  }
}

.fixed-cost .fixed-cost-list .items .price {
  font-size: 16px;
  line-height: 1.5;
  color: #fff;
}

.accompanied-viewing-banner {
  padding: 0;
}

.accompanied-viewing-banner.gray {
  background-color: #f2f2f2;
}

.accompanied-viewing-banner .thumb {
  text-align: center;
  padding-top: 30px;
}

@media (max-width: 999px) {
  .accompanied-viewing-banner .thumb {
    display: none;
  }
}

.accompanied-viewing-banner .thumb img {
  display: block;
  margin: 0 auto;
}

.accompanied-viewing-banner .description {
  padding: 30px 0;
}

.accompanied-viewing-banner .description h2 {
  font-size: 32px;
  line-height: 1.28;
  color: #000;
  font-weight: 700;
  font-family: "Didot";
  margin-bottom: 24px;
}

@media (max-width: 767px) {
  .accompanied-viewing-banner .description h2 {
    font-size: 24px;
  }
}

.accompanied-viewing-banner .description p {
  font-size: 16px;
  line-height: 1.5;
  color: #000;
}

.government-guideline {
  padding: 92px 0 86px;
}

@media (max-width: 999px) {
  .government-guideline {
    padding: 50px 0;
  }
}

@media (max-width: 767px) {
  .government-guideline {
    padding: 30px 0;
  }
}

.government-guideline h2 {
  font-size: 32px;
  line-height: 1.28;
  color: #000;
  font-weight: 700;
  font-family: "Didot";
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .government-guideline h2 {
    font-size: 24px;
  }
}

.government-guideline p {
  font-size: 16px;
  line-height: 1.5;
  color: #000;
  margin-bottom: 10px;
}

.government-guideline ul {
  padding: 0;
  margin: 0;
}

.government-guideline ul li {
  list-style: none;
  position: relative;
  font-size: 16px;
  color: #000;
  line-height: 1.6;
  padding-left: 15px;
  margin-bottom: 10px;
}

.government-guideline ul li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 7px;
  width: 8px;
  height: 8px;
  background-color: #000;
  border-radius: 100%;
}

.sell-work {
  padding: 100px 0;
}

@media (max-width: 999px) {
  .sell-work {
    padding: 50px 0;
  }
}

@media (max-width: 767px) {
  .sell-work {
    padding: 30px 0;
  }
}

.sell-work .block-title {
  font-size: 32px;
  line-height: 1.3;
  color: #000;
  font-family: "Didot";
  font-weight: 700;
  display: block;
  text-align: center;
  margin-bottom: 22px;
}

@media (max-width: 767px) {
  .sell-work .block-title {
    font-size: 24px;
  }
}

.sell-work .note {
  display: block;
  width: 100%;
  text-align: center;
}

.sell-work p {
  font-size: 16px;
  line-height: 1.5;
  color: #000;
  margin-bottom: 40px;
}

.sell-work .thumb {
  position: relative;
}

.sell-work .thumb img {
  width: 100%;
}

.sell-work .thumb .overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.sell-work .thumb .overlay .wrap {
  width: 100px;
  height: 100px;
  background-color: #fff;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.sell-work .thumb .overlay .wrap .svg-icon {
  width: 32px;
  height: 32px;
  color: #000;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.sell-work .thumb .overlay:hover .wrap {
  background-color: #000;
}

.sell-work .thumb .overlay:hover .svg-icon {
  color: #fff;
}

.sell-work .description p {
  font-size: 20px;
  font-family: "Didot";
  margin-bottom: 24px;
  color: #000;
}

.sell-work .description ul {
  padding: 0;
  margin: 0 0 40px;
}

.sell-work .description ul li {
  line-height: 1.6;
  font-size: 20px;
  color: #000;
  list-style: none;
  position: relative;
  padding-left: 18px;
}

.sell-work .description ul li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 10px;
  width: 8px;
  height: 8px;
  background-color: #000;
  border-radius: 100%;
}

.sell-work .description .action .cta-btn {
  font-size: 12px;
  padding: 15px 30px;
  margin-right: 30px;
}

@media (max-width: 767px) {
  .sell-work .description .action .cta-btn {
    margin-bottom: 15px;
  }
}

.guide h2 {
  display: block;
  width: 100%;
  font-size: 24px;
  text-align: center;
  margin-bottom: 32px;
}

.guide .cta-btn {
  font-size: 12px;
  padding: 15px 30px;
}

.guide .wrap {
  padding-bottom: 77px;
}

.sell-with-casa {
  margin-top: -20px;
}

.sell-with-casa .wrap {
  background-color: #000;
}

@media (max-width: 999px) {
  .sell-with-casa .thumb img {
    margin: 0 auto;
  }
}

.sell-with-casa svg path {
  color: #000;
}

.sell-with-casa h2 {
  font-size: 32px;
  line-height: 1.3;
  color: #fff;
  font-family: "Didot";
  font-weight: 700;
  display: block;
  margin-bottom: 28px;
}

.sell-with-casa p {
  font-size: 20px;
  line-height: 1.2;
  color: #fff;
  margin-bottom: 30px;
}

.modal.home-worth .modal-content {
  max-width: 990px;
  width: 100%;
  background-color: #f2f2f2;
  padding: 40px 50px;
}

@media (max-width: 999px) {
  .modal.home-worth .modal-content {
    padding: 30px 15px;
  }
}

.modal.home-worth .modal-content .form-control {
  border: 0;
}

.modal.home-worth .modal-content .default {
  border: 0;
}

.modal.home-worth .modal-content .modal-body {
  padding: 0 15px;
}

.modal.home-worth .modal-content .modal-title {
  font-size: 32px;
  font-weight: 700;
  color: #000;
  line-height: 1.3;
  margin-bottom: 43px;
  display: block;
  text-align: center;
}

@media (max-width: 999px) {
  .modal.home-worth .modal-content .modal-title {
    font-size: 24px;
  }
}

.insurance-banner {
  padding: 100px 0;
}

@media (max-width: 999px) {
  .insurance-banner {
    padding: 50px 0px;
  }
}

@media (max-width: 767px) {
  .insurance-banner {
    padding: 30px 0;
  }
}

.insurance-banner.gray {
  background-color: #f2f2f2;
}

.insurance-banner .thumb {
  text-align: center;
}

@media (max-width: 999px) {
  .insurance-banner .thumb {
    display: none;
  }
}

.insurance-banner .description .title {
  font-size: 32px;
  line-height: 1.3;
  display: block;
  margin-bottom: 20px;
  color: #000;
  font-weight: 700;
  font-family: "Didot";
}

@media (max-width: 767px) {
  .insurance-banner .description .title {
    font-size: 24px;
  }
}

.insurance-banner .description p {
  font-size: 16px;
  line-height: 1.5;
  color: #000;
  margin-bottom: 10px;
}

.type-factor {
  padding: 100px 0 70px;
}

@media (max-width: 999px) {
  .type-factor {
    padding: 50px 0px;
  }
}

@media (max-width: 767px) {
  .type-factor {
    padding: 30px 0;
  }
}

.type-factor .items {
  margin-bottom: 30px;
}

@media (max-width: 999px) {
  .type-factor .items:last-child {
    margin-bottom: 0;
  }
}

.type-factor .block-title {
  font-size: 32px;
  line-height: 1.3;
  display: block;
  margin-bottom: 40px;
  color: #000;
  font-weight: 700;
  font-family: "Didot";
  text-align: center;
}

@media (max-width: 767px) {
  .type-factor .block-title {
    font-size: 24px;
  }
}

.type-factor .card {
  height: 100%;
  border: 1px solid #D6D6D6;
  padding: 40px 24px;
}

.type-factor .card-header {
  margin-bottom: 25px;
}

.type-factor .card-header .card-icon {
  width: 60px;
  height: 60px;
  margin-right: 16px;
}

.type-factor .card-header .card-icon .svg-icon {
  width: 100%;
  height: 100%;
  color: #000;
}

.type-factor .card-header .card-title {
  width: calc(100% - 80px);
  font-size: 24px;
  font-weight: 700;
  color: #000;
  line-height: 1.3;
  font-family: "Didot";
}

.type-factor .card-body {
  font-size: 16px;
  color: #000;
  line-height: 1.5;
}

.fixed-cost .action {
  padding-top: 65px;
}

@media (max-width: 999px) {
  .fixed-cost .action {
    padding-top: 30px;
  }
}

.fixed-cost .action .cta-request-quotation {
  max-width: 268px;
  width: 100%;
  height: 60px;
  font-size: 16px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 500;
}

.property-valuation-banner {
  padding: 100px 0;
}

@media (max-width: 999px) {
  .property-valuation-banner {
    padding: 50px 0px;
  }
}

@media (max-width: 767px) {
  .property-valuation-banner {
    padding: 30px 0;
  }
}

.property-valuation-banner.gray {
  background-color: #f2f2f2;
}

.property-valuation-banner .thumb {
  text-align: center;
}

@media (max-width: 999px) {
  .property-valuation-banner .thumb {
    display: none;
  }
}

.property-valuation-banner .description .title {
  font-size: 32px;
  line-height: 1.3;
  display: block;
  margin-bottom: 20px;
  color: #000;
  font-weight: 700;
  font-family: "Didot";
}

@media (max-width: 767px) {
  .property-valuation-banner .description .title {
    font-size: 24px;
  }
}

.property-valuation-banner .description p {
  font-size: 16px;
  line-height: 1.5;
  color: #000;
  margin-bottom: 10px;
}

.property-valuation-content {
  padding: 30px 0 85px;
}

@media (max-width: 999px) {
  .property-valuation-content {
    padding: 0px 0px 50px;
  }
}

@media (max-width: 767px) {
  .property-valuation-content {
    padding: 0px 0 30px;
  }
}

.property-valuation-content h2 {
  font-size: 32px;
  line-height: 1.3;
  display: block;
  margin-bottom: 20px;
  color: #000;
  font-weight: 700;
  font-family: "Didot";
  text-align: center;
  margin-top: 60px;
}

@media (max-width: 767px) {
  .property-valuation-content h2 {
    font-size: 24px;
    margin-top: 20px;
  }
}

.property-valuation-content p {
  font-size: 16px;
  line-height: 1.5;
  color: #000;
  margin-bottom: 10px;
}

.property-valuation-content .step .items {
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .property-valuation-content .step .items {
    width: 50%;
  }
}

.property-valuation-content .step .card {
  background-color: #f2f2f2;
  border: 1px solid #DBDBDB;
  padding: 30px 15px;
  max-width: 215px;
  width: 100%;
  height: 175px;
  margin: 0 auto;
  text-align: center;
}

@media (max-width: 767px) {
  .property-valuation-content .step .card {
    height: 100%;
    padding: 15px;
  }
}

.property-valuation-content .step .card .number {
  background-color: #000;
  color: #fff;
  font-size: 24px;
  font-family: "Didot";
  font-weight: 700;
  margin: 0 auto 16px;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.property-valuation-content .step .card .card-body {
  font-size: 14px;
  line-height: 1.6;
  font-weight: 500;
  color: #000;
}

.rics-banner {
  padding: 100px 0;
}

@media (max-width: 999px) {
  .rics-banner {
    padding: 50px 0;
  }
}

@media (max-width: 767px) {
  .rics-banner {
    padding: 30px 0;
  }
}

.rics-banner.gray {
  background-color: #f2f2f2;
}

.rics-banner .description .title {
  font-size: 32px;
  line-height: 1.3;
  display: block;
  color: #000;
  margin-bottom: 21px;
  font-family: "Didot";
  font-weight: 700;
}

@media (max-width: 767px) {
  .rics-banner .description .title {
    font-size: 24px;
  }
}

.rics-banner .description p {
  line-height: 1.5;
  font-size: 16px;
  color: #000;
  margin-bottom: 10px;
}

.condition-rating {
  padding: 100px 0 70px;
}

@media (max-width: 999px) {
  .condition-rating {
    padding: 50px 0 30px;
  }
}

@media (max-width: 767px) {
  .condition-rating {
    padding: 30px 0;
  }
}

.condition-rating .block-title {
  font-size: 32px;
  line-height: 1.3;
  display: block;
  color: #000;
  margin-bottom: 40px;
  font-family: "Didot";
  font-weight: 700;
  text-align: center;
}

@media (max-width: 767px) {
  .condition-rating .block-title {
    font-size: 24px;
  }
}

.condition-rating .items {
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .condition-rating .items:last-child {
    margin-bottom: 0;
  }
}

.condition-rating .card {
  background-color: #fff;
  padding: 40px 30px;
  height: 100%;
  box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.1);
}

.condition-rating .card-header {
  margin-bottom: 18px;
}

.condition-rating .card-header .card-number {
  width: 50px;
  height: 50px;
  font-size: 24px;
  line-height: 1.16;
  color: #fff;
  font-family: "Didot";
  border-radius: 100%;
  margin-right: 10px;
}

.condition-rating .card-header .card-number.green {
  background-color: #228B22;
}

.condition-rating .card-header .card-number.orange {
  background-color: #E8BF74;
}

.condition-rating .card-header .card-number.red {
  background-color: #B33B2B;
}

.condition-rating .card-header .card-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
  font-family: "Didot";
  width: calc(100% - 60px);
}

@media (max-width: 999px) {
  .condition-rating .card-header .card-title {
    width: 100%;
    margin-top: 15px;
    font-size: 20px;
  }
}

.condition-rating .card-body {
  padding: 0;
  margin: 0;
}

.condition-rating .card-body p {
  font-size: 16px;
  line-height: 1.5;
  color: #000;
}

.condition-rating .description {
  padding: 35px 0 20px;
}

.condition-rating .description h2 {
  font-size: 32px;
  line-height: 1.3;
  display: block;
  color: #000;
  margin-bottom: 25px;
  font-family: "Didot";
  font-weight: 700;
}

@media (max-width: 767px) {
  .condition-rating .description h2 {
    font-size: 24px;
  }
}

.condition-rating .description p {
  line-height: 1.5;
  font-size: 16px;
  color: #000;
  margin-bottom: 10px;
}

.report-process {
  padding: 100px 0 0;
}

@media (max-width: 999px) {
  .report-process {
    padding: 50px 0 0;
  }
}

@media (max-width: 767px) {
  .report-process {
    padding: 30px 0;
  }
}

.report-process.gray {
  background-color: #f2f2f2;
}

.report-process .block-title {
  font-size: 32px;
  line-height: 1.3;
  display: block;
  color: #000;
  margin-bottom: 40px;
  font-family: "Didot";
  font-weight: 700;
  text-align: center;
}

@media (max-width: 767px) {
  .report-process .block-title {
    font-size: 24px;
  }
}

.report-process .items {
  margin-bottom: 30px;
}

.report-process .card {
  background-color: #fff;
  height: 100%;
  border: 1px solid #D6D6D6;
  padding: 40px 24px;
}

.report-process .card-header {
  margin-bottom: 24px;
}

.report-process .card-header .card-icon {
  width: 45px;
  height: 60px;
  margin-right: 30px;
}

.report-process .card-header .card-icon .svg-icon {
  width: 100%;
  height: 100%;
  color: #000;
}

.report-process .card-header .card-title {
  font-size: 24px;
  color: #000;
  line-height: 1.3;
  display: block;
  font-family: "Didot";
  font-weight: 700;
  width: calc(100% - 75px);
}

@media (max-width: 999px) {
  .report-process .card-header .card-title {
    width: 100%;
    margin-top: 15px;
    font-size: 20px;
  }
}

.report-process .card-body p {
  font-size: 16px;
  line-height: 1.5;
  color: #000;
}

.rics-qualification {
  padding: 100px 0;
}

@media (max-width: 999px) {
  .rics-qualification {
    padding: 50px 0;
  }
}

@media (max-width: 767px) {
  .rics-qualification {
    padding: 30px 0;
  }
}

.rics-qualification .block-title {
  font-size: 32px;
  line-height: 1.3;
  display: block;
  color: #000;
  margin-bottom: 40px;
  font-family: "Didot";
  font-weight: 700;
  text-align: center;
}

@media (max-width: 767px) {
  .rics-qualification .block-title {
    font-size: 24px;
  }
}

.rics-qualification .items {
  margin: 5px;
}

.servey-tools {
  padding: 30px 0 70px;
}

@media (max-width: 999px) {
  .servey-tools {
    padding: 30px 0;
  }
}

@media (max-width: 767px) {
  .servey-tools {
    padding: 30px 0;
  }
}

.servey-tools.gray {
  background-color: #f2f2f2;
}

.servey-tools .block-title {
  font-size: 32px;
  line-height: 1.3;
  display: block;
  color: #000;
  margin-bottom: 40px;
  font-family: "Didot";
  font-weight: 700;
  text-align: center;
}

@media (max-width: 767px) {
  .servey-tools .block-title {
    font-size: 24px;
  }
}

.servey-tools .items {
  margin-bottom: 30px;
}

.servey-tools .card {
  background-color: #fff;
  height: 100%;
  border: 1px solid #D6D6D6;
  padding: 40px 24px;
}

.servey-tools .card-header {
  margin-bottom: 24px;
}

.servey-tools .card-header .card-icon {
  width: 45px;
  height: 60px;
  margin-right: 30px;
}

.servey-tools .card-header .card-icon .svg-icon {
  width: 100%;
  height: 100%;
  color: #000;
}

.servey-tools .card-header .card-title {
  font-size: 24px;
  color: #000;
  line-height: 1.3;
  display: block;
  font-family: "Didot";
  font-weight: 700;
  width: calc(100% - 75px);
}

@media (max-width: 767px) {
  .servey-tools .card-header .card-title {
    width: 100%;
    margin-top: 15px;
    font-size: 20px;
  }
}

.servey-tools .card-body p {
  font-size: 16px;
  line-height: 1.5;
  color: #000;
}

.rics-faq {
  padding: 100px 0;
}

@media (max-width: 999px) {
  .rics-faq {
    padding: 50px 0;
  }
}

@media (max-width: 767px) {
  .rics-faq {
    padding: 30px 0;
  }
}

.rics-faq .block-title {
  font-size: 32px;
  line-height: 1.3;
  display: block;
  color: #000;
  margin-bottom: 40px;
  font-family: "Didot";
  font-weight: 700;
  text-align: center;
}

@media (max-width: 767px) {
  .rics-faq .block-title {
    font-size: 24px;
  }
}

.rics-faq .action {
  padding: 60px 0 0;
}

.rics-faq .action .cta-request-quotation {
  max-width: 268px;
  width: 100%;
  height: 60px;
  font-size: 16px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 500;
}

.snagging-banner {
  padding: 100px 0;
}

@media (max-width: 999px) {
  .snagging-banner {
    padding: 50px 0;
  }
}

@media (max-width: 767px) {
  .snagging-banner {
    padding: 30px 0;
  }
}

.snagging-banner.gray {
  background-color: #f2f2f2;
}

.snagging-banner .description .title {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.3;
  display: block;
  font-family: "Didot";
  color: #000;
  margin-bottom: 21px;
}

@media (max-width: 767px) {
  .snagging-banner .description .title {
    font-size: 24px;
  }
}

.snagging-banner .description p {
  line-height: 1.5;
  font-size: 16px;
  color: #000;
  margin-bottom: 10px;
}

.what-snagging {
  padding: 100px 0;
}

@media (max-width: 999px) {
  .what-snagging {
    padding: 50px 0;
  }
}

@media (max-width: 767px) {
  .what-snagging {
    padding: 30px 0;
  }
}

.what-snagging h2 {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.3;
  display: block;
  font-family: "Didot";
  color: #000;
  margin-bottom: 22px;
  text-align: center;
}

@media (max-width: 767px) {
  .what-snagging h2 {
    font-size: 24px;
  }
}

.what-snagging p {
  line-height: 1.5;
  font-size: 16px;
  color: #000;
  margin-bottom: 10px;
}

.what-snagging p:last-child {
  margin-bottom: 0;
}

.typical-snag {
  padding: 100px 0 70px;
}

@media (max-width: 999px) {
  .typical-snag {
    padding: 50px 0 30px;
  }
}

@media (max-width: 767px) {
  .typical-snag {
    padding: 30px 0;
  }
}

.typical-snag.gray {
  background-color: #f2f2f2;
}

.typical-snag .block-title {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.3;
  display: block;
  font-family: "Didot";
  color: #000;
  margin-bottom: 18px;
  text-align: center;
}

@media (max-width: 767px) {
  .typical-snag .block-title {
    font-size: 24px;
  }
}

.typical-snag .items {
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .typical-snag .items:last-child {
    margin-bottom: 0;
  }
}

.typical-snag .card {
  background-color: #fff;
  padding: 40px 30px;
  height: 100%;
  border: 1px solid #D6D6D6;
}

.typical-snag .card-header {
  margin-bottom: 18px;
}

.typical-snag .card-header .card-icon {
  width: 55px;
  height: 60px;
  margin-right: 20px;
}

.typical-snag .card-header .card-icon .svg-icon {
  width: 100%;
  height: 100%;
  color: #000;
}

.typical-snag .card-header .card-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
  display: block;
  font-family: "Didot";
  color: #000;
  width: calc(100% - 75px);
}

@media (max-width: 999px) {
  .typical-snag .card-header .card-title {
    width: 100%;
    margin-top: 15px;
    font-size: 20px;
  }
}

.typical-snag .card-body {
  padding: 0;
  margin: 0;
}

.typical-snag .card-body p {
  font-size: 16px;
  line-height: 1.5;
  color: #000;
  margin-bottom: 0;
}

.typical-snag .description {
  text-align: center;
  max-width: 785px;
  width: 100%;
  margin: 0 auto 40px;
}

.typical-snag .description p {
  line-height: 1.3;
  font-size: 20px;
  color: #000;
  margin-bottom: 10px;
}

@media (max-width: 999px) {
  .typical-snag .description p {
    font-size: 16px;
  }
}

.snag-level {
  background-color: #f2f2f2;
  border: 1px solid #D9D9D9;
  width: 100%;
  margin-top: 40px;
}

.snag-level .items {
  padding: 40px;
  border-bottom: 1px solid #D9D9D9;
}

.snag-level .items:last-child {
  border-bottom: 0;
}

@media (max-width: 767px) {
  .snag-level .items {
    padding: 15px;
  }
}

.snag-level .head {
  padding-right: 50px;
  position: relative;
}

@media (max-width: 767px) {
  .snag-level .head {
    padding-right: 0;
  }
}

.snag-level .head:before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: #D9D9D9;
}

@media (max-width: 767px) {
  .snag-level .head:before {
    display: none;
  }
}

.snag-level .head .number {
  font-size: 32px;
  font-weight: 700;
  color: #000;
  line-height: 1.3;
  text-transform: uppercase;
  font-family: "Didot";
  width: 60px;
  height: 60px;
  border-radius: 100%;
  color: #fff;
  margin-right: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.snag-level .head .number.green {
  background-color: #228B22;
}

.snag-level .head .number.orange {
  background-color: #E8BF74;
}

.snag-level .head .number.red {
  background-color: #B33B2B;
}

.snag-level .head .label {
  width: calc(100% - 75px);
  font-size: 24px;
  font-weight: 700;
  font-family: "Didot";
  position: relative;
}

.snag-level .description {
  padding-left: 50px;
  font-size: 16px;
  line-height: 1.3;
  color: #000;
  width: calc(100% - 345px);
}

@media (max-width: 767px) {
  .snag-level .description {
    width: 100%;
    padding-left: 0;
    padding-top: 20px;
  }
}

.snagging-content {
  padding: 50px 0 100px;
}

@media (max-width: 999px) {
  .snagging-content {
    padding: 0 0 50px;
  }
}

@media (max-width: 767px) {
  .snagging-content {
    padding: 30px 0;
  }
}

.snagging-content h2 {
  font-size: 32px;
  line-height: 1.3;
  display: block;
  color: #000;
  margin-bottom: 25px;
  margin-top: 50px;
  font-family: "Didot";
  font-weight: 700;
  width: 100%;
}

@media (max-width: 767px) {
  .snagging-content h2 {
    font-size: 24px;
  }
}

.snagging-content p {
  line-height: 1.5;
  font-size: 16px;
  color: #000;
  margin-bottom: 10px;
}

.snagg-qualification {
  padding: 100px 0;
}

@media (max-width: 999px) {
  .snagg-qualification {
    padding: 50px 0;
  }
}

@media (max-width: 767px) {
  .snagg-qualification {
    padding: 30px 0;
  }
}

.snagg-qualification .block-title {
  font-size: 32px;
  line-height: 1.3;
  display: block;
  color: #000;
  margin-bottom: 40px;
  font-family: "Didot";
  font-weight: 700;
  text-align: center;
}

@media (max-width: 767px) {
  .snagg-qualification .block-title {
    font-size: 24px;
  }
}

.snagg-qualification .items {
  margin: 5px;
}

.snagg-faq {
  padding: 100px 0;
}

@media (max-width: 999px) {
  .snagg-faq {
    padding: 50px 0;
  }
}

@media (max-width: 767px) {
  .snagg-faq {
    padding: 30px 0;
  }
}

.snagg-faq.gray {
  background-color: #f2f2f2;
}

.snagg-faq .block-title {
  font-size: 32px;
  line-height: 1.3;
  display: block;
  color: #000;
  margin-bottom: 40px;
  font-family: "Didot";
  font-weight: 700;
  text-align: center;
}

@media (max-width: 767px) {
  .snagg-faq .block-title {
    font-size: 24px;
  }
}

.snagg-faq .action {
  padding: 60px 0 0;
}

@media (max-width: 767px) {
  .snagg-faq .action {
    padding-top: 15px;
  }
}

.snagg-faq .action .cta-request-quotation {
  max-width: 268px;
  width: 100%;
  height: 60px;
  font-size: 16px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 500;
}

.subscription-banner {
  padding: 90px 0 80px;
}

@media (max-width: 999px) {
  .subscription-banner {
    padding: 50px 0;
  }
}

@media (max-width: 767px) {
  .subscription-banner {
    padding: 30px 0;
  }
}

.subscription-banner.gray {
  background-color: #f2f2f2;
}

.subscription-banner .description h2 {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.3;
  display: block;
  font-family: "Didot";
  color: #000;
  margin-bottom: 24px;
}

@media (max-width: 767px) {
  .subscription-banner .description h2 {
    font-size: 24px;
  }
}

.subscription-banner .description p {
  font-size: 16px;
  line-height: 1.5;
  color: #000;
}

.subscription-banner .thumb img {
  margin: 0 auto;
}

.subsribe-pattern .top, .subsribe-pattern .bottom {
  background-color: #f2f2f2;
}

.subsribe-pattern svg path {
  color: #fff;
}

.subsribe-pattern .wrap {
  background-color: #fff;
}

.subsribe-pattern .block-title {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.3;
  display: block;
  font-family: "Didot";
  color: #000;
  margin-bottom: 30px;
  text-align: center;
}

@media (max-width: 767px) {
  .subsribe-pattern .block-title {
    font-size: 24px;
  }
}

.choose-plan {
  padding: 100px 0 70px;
}

@media (max-width: 999px) {
  .choose-plan {
    padding: 50px 0;
  }
}

@media (max-width: 767px) {
  .choose-plan {
    padding: 30px 0;
  }
}

.choose-plan.gray {
  background-color: #f2f2f2;
}

.choose-plan .block-title {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.3;
  display: block;
  font-family: "Didot";
  color: #000;
  margin-bottom: 60px;
  text-align: center;
}

@media (max-width: 767px) {
  .choose-plan .block-title {
    font-size: 24px;
    margin-bottom: 30px;
  }
}

.choose-plan .items {
  margin-bottom: 30px;
}

.choose-plan .card {
  background-color: #fff;
  border: 1px solid #D6D6D6;
  padding: 30px 24px 75px;
  text-align: center;
  min-height: 590px;
  position: relative;
}

@media (max-width: 767px) {
  .choose-plan .card {
    min-height: auto;
  }
}

.choose-plan .card p {
  font-size: 16px;
  line-height: 1.5;
  color: #000;
  margin-bottom: 30px;
}

.choose-plan .card-title {
  font-size: 26px;
  font-weight: 700;
  line-height: 1.3;
  display: block;
  font-family: "Didot";
  color: #000;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.choose-plan .price-wrapper {
  margin-bottom: 30px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.choose-plan .price-wrapper .price {
  font-size: 32px;
  font-weight: 500;
}

.choose-plan .price-wrapper .price span {
  line-height: 0.5;
}

.choose-plan .price-wrapper .price sup {
  font-size: 20px;
}

.choose-plan .price-wrapper .price sub {
  font-size: 14px;
}

.choose-plan .price-wrapper .vat {
  font-size: 12px;
  font-weight: 500;
}

.choose-plan .or {
  position: relative;
  height: 32px;
  margin-bottom: 25px;
}

.choose-plan .or:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: calc(100% + 48px);
  height: 1px;
  background-color: #D6D6D6;
  margin: auto -24px;
}

.choose-plan .or span {
  background-color: #fff;
  border: 1px solid #D6D6D6;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  border-radius: 100%;
  font-size: 16px;
  text-transform: uppercase;
  color: #000;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.choose-plan .best-value {
  font-size: 16px;
  font-weight: 500;
  color: #000;
  line-height: 1.15;
  background-color: #f2f2f2;
  padding: 10px 32px;
  margin-bottom: 25px;
}

.choose-plan .cta-btn {
  font-size: 12px;
  line-height: 1;
  width: 100%;
  padding: 15px;
}

.choose-plan .plan-select {
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  margin: auto;
  width: calc(100% - 30px);
  padding: 0 24px;
  text-align: center;
}

.plan-more {
  border: 1px solid #D6D6D6;
  border-top: 0;
  background-color: #fff;
  padding: 30px 24px;
  text-align: center;
}

.plan-more p {
  font-size: 16px;
  line-height: 1.5;
  color: #000;
  margin-bottom: 30px;
}

.compare-subscription .wrap {
  max-width: 500px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.compare-subscription .compare {
  display: block;
  font-size: 24px;
  color: #000;
  font-weight: 500;
  line-height: 1.16;
  margin-bottom: 5px;
  cursor: pointer;
}

.compare-subscription .compare .svg-icon {
  width: 13px;
  height: 7px;
  color: #000;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transform: rotate(180deg);
}

.compare-subscription .compare.active .svg-icon {
  transform: rotate(0deg);
}

@media (max-width: 767px) {
  .compare-subscription .compare {
    font-size: 18px;
  }
}

.compare-subscription .terms-subsciption {
  display: block;
  font-size: 20px;
  color: #000;
  font-weight: 500;
  line-height: 1.16;
}

.compare-subscription .terms-subsciption a {
  color: #000;
  text-decoration: underline;
}

@media (max-width: 767px) {
  .compare-subscription .terms-subsciption {
    font-size: 14px;
  }
}

.post-sell-basic-information .hide {
  display: none;
}

.post-sell-basic-information .cta-check-address {
  max-width: 217px;
  width: 100%;
}

.post-sell-basic-information .change-address {
  width: 100%;
  margin-bottom: 30px;
}

.post-sell-basic-information .change-address a {
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  text-decoration: underline;
  color: #000;
}

.post-sell-basic-information .address-confirmed {
  padding: 21px 16px;
  background-color: #D6D6D6;
  margin-bottom: 30px;
  position: relative;
}

.post-sell-basic-information .address-confirmed input[type="checkbox"] {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
}

.post-sell-basic-information .address-confirmed input[type="checkbox"]:checked + label:before {
  background: #000 url("../../assets/images/address-confirmed.svg") no-repeat center center;
}

.post-sell-basic-information .address-confirmed label {
  padding-left: 47px;
  display: block;
  position: relative;
}

.post-sell-basic-information .address-confirmed label:before {
  content: '';
  width: 31px;
  height: 31px;
  background-color: #000;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 100%;
}

.post-sell-basic-information .address-confirmed label .title {
  font-size: 20px;
  font-weight: 500;
  display: block;
  line-height: 1.15;
  margin-bottom: 5px;
}

.post-sell-basic-information .address-confirmed label .address {
  font-size: 16px;
  line-height: 1.5;
  color: #000;
}

.post-sell-basic-information .floor .custom-checkbox {
  margin-top: 15px;
}

.post-sell-basic-information .floor .show-door-number {
  position: absolute;
  font-size: 16px;
  font-family: "Didot";
  color: rgba(0, 0, 0, 0.5);
  bottom: -30px;
  font-weight: 700;
}

@media (max-width: 767px) {
  .post-sell-basic-information .floor .show-door-number {
    position: relative;
    bottom: inherit;
  }
}

.post-sell-basic-information .form-control.entrance-input {
  width: auto;
}

@media (max-width: 999px) {
  .post-sell-basic-information .form-control.entrance-input {
    width: 150px;
  }
}

@media (max-width: 767px) {
  .post-sell-basic-information .form-control.entrance-input {
    margin-top: 10px;
  }
}

.post-sell-basic-information .form-control.country-code {
  max-width: 285px;
  width: 100%;
}

.post-sell-basic-information .need-publish {
  font-size: 16px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.5);
  display: block;
  margin-top: 10px;
}

.post-sell-basic-information .additional-phone-number {
  font-size: 16px;
  font-weight: 500;
  color: black;
  display: block;
  margin-top: 10px;
  text-decoration: underline;
}

.post-sell-basic-information .additional-phone-number a {
  color: #000;
}

.post-sell-basic-information .other-user {
  font-size: 16px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.5);
  display: block;
  margin-top: 10px;
}

.modal.location-property-modal .modal-content {
  padding-top: 32px;
  max-width: 990px;
  width: 100%;
  margin: 0 auto;
  background-color: #f2f2f2;
}

.modal.location-property-modal .popup-title {
  font-size: 32px;
  line-height: 1.3;
  display: block;
  color: #000;
  font-weight: 700;
  font-family: "Didot";
  margin-bottom: 20px;
  text-align: center;
}

@media (max-width: 767px) {
  .modal.location-property-modal .popup-title {
    font-size: 22px;
  }
}

.modal.location-property-modal p {
  font-size: 20px;
  color: #000;
  line-height: 1.5;
  text-align: center;
  display: block;
  margin-bottom: 28px;
  padding: 0 15px;
}

@media (max-width: 767px) {
  .modal.location-property-modal p {
    font-size: 16px;
  }
}

.modal.location-property-modal .address {
  background-color: #D6D6D6;
  padding: 17px 15px 17px 55px;
  font-size: 20px;
  line-height: 1.5;
  color: #000;
}

@media (max-width: 767px) {
  .modal.location-property-modal .address {
    font-size: 16px;
    padding-left: 15px;
  }
}

.modal.location-property-modal .map-wrapper {
  width: 100%;
  height: 400px;
  background-color: #cac9c9;
}

@media (max-width: 767px) {
  .modal.location-property-modal .map-wrapper {
    height: 250px;
  }
}

.modal.location-property-modal .map-action {
  padding: 34px 15px 40px;
  text-align: center;
}

.modal.location-property-modal .map-action .cta-again {
  margin-left: 18px;
}

@media (max-width: 767px) {
  .modal.location-property-modal .map-action .cta-again {
    margin-left: 0;
    margin-top: 10px;
  }
}

.post-sell-details .area {
  position: absolute;
  right: 2px;
  top: 30px;
  background-color: #fff;
  padding: 10px 7px;
}

.post-sell-details .performance-certificate {
  text-decoration: underline;
  margin-bottom: 8px;
  display: block;
  line-height: 1.3;
}

.post-sell-details .not-available {
  display: block;
  color: rgba(0, 0, 0, 0.6);
  margin-top: 5px;
}

.post-sell-details .price-symbol {
  padding: 10px;
  font-size: 16px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.6);
  position: absolute;
  right: 2px;
  top: 32px;
  background-color: #fff;
}

.post-sell-details p {
  font-size: 16px;
  color: #000;
  line-height: 1.5;
  margin-bottom: 15px;
}

.post-sell-details .language-message p {
  margin-bottom: 0;
}

.post-sell-details .language-description {
  width: 100%;
  margin-bottom: 30px;
}

.post-sell-details .language-description label {
  font-size: 20px;
  font-weight: 500;
  color: #000;
  margin-bottom: 12px;
  display: block;
  width: 100%;
}

.post-sell-details .language-description label .language-flage {
  margin-right: 9px;
  width: 30px;
  height: 22px;
  display: inline-block;
  vertical-align: middle;
}

.post-sell-details .language-description label .language-flage img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (max-width: 999px) {
  .viewing-availability .col-auto {
    padding: 0 10px;
  }
}

@media (max-width: 767px) {
  .viewing-availability .col-auto {
    padding: 0 15px;
    width: 100%;
  }
}

.viewing-availability .availability-title {
  font-size: 20px;
  color: #000;
  line-height: 1.2;
  display: block;
  margin-bottom: 5px;
}

.viewing-availability .availability-title strong {
  font-weight: 500;
}

.viewing-availability .message {
  font-size: 16px;
  color: #000;
  line-height: 1.125;
  margin-bottom: 20px;
}

.viewing-availability .availability-textarea label {
  font-size: 20px;
}

.viewing-availability .availability-textarea textarea {
  border: 0;
  height: 252px;
}

@media (max-width: 767px) {
  .viewing-availability .availability-textarea textarea {
    height: 150px;
  }
}

.viewing-availability .flexihrs .flexi-hrs {
  position: absolute;
  left: 0;
  top: 0;
  margin: 0;
  z-index: 2;
}

.viewing-availability .flexihrs input {
  opacity: 0;
  visibility: hidden;
}

.viewing-availability .flexihrs label {
  padding: 5px 15px;
  height: 44px;
  font-size: 12px;
  text-transform: uppercase;
  color: #000;
  border: 1px solid #000;
  letter-spacing: 0.1em;
  cursor: pointer;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.viewing-availability .flexihrs.disabled label {
  color: rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(0, 0, 0, 0.3);
}

.viewing-availability .plus-clone {
  width: 44px;
  height: 44px;
  border: 1px solid #000;
  font-size: 30px;
  line-height: 1.16;
  color: #000;
  margin-right: 10px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.viewing-availability .plus-clone:hover {
  background-color: #000;
  color: #fff;
}

.viewing-availability .trash-clone {
  width: 20px;
  height: 24px;
  border: 1px solid transparent;
  font-size: 30px;
  line-height: 1.16;
  color: #000;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.viewing-availability .trash-clone .svg-icon {
  width: 20px;
  height: 24px;
  color: #000;
}

.viewing-availability .clonerow[data-clone="clone-box-0"] .trash-clone {
  display: none;
}

.viewing-availability .input-group.form-date {
  width: 180px;
}

@media (max-width: 767px) {
  .viewing-availability .input-group.form-date {
    width: 100%;
  }
}

.viewing-availability .input-group.form-time {
  width: 115px;
}

@media (max-width: 767px) {
  .viewing-availability .input-group.form-time {
    width: 100%;
  }
}

.viewing-availability .section-3 .input-group .form-time {
  border: 0;
}

.viewing-availability .section-3 .input-group .form-time select.default {
  width: 115px;
  height: 44px;
  padding: 6px 15px;
  text-transform: capitalize;
  border: 1px solid #000;
}

@media (max-width: 767px) {
  .viewing-availability .section-3 .input-group .form-time select.default {
    width: 100%;
  }
}

.viewing-availability .section-3 .input-group .form-time select.default.disabled {
  opacity: 0.2;
}

.post-photo-videos .photo-video-description {
  font-size: 16px;
  line-height: 1.5;
  color: #000;
  margin-bottom: 30px;
}

.post-photo-videos .photo-video-description p {
  margin-bottom: 10px;
}

.post-photo-videos .photo-video-description .cta-btn {
  margin-top: 10px;
  max-width: 165px;
  width: 100%;
}

.post-photo-videos .upload-area {
  width: 100%;
  height: 225px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 999px) {
  .post-photo-videos .upload-area {
    height: 150px;
  }
}

.post-photo-videos .upload-area #drag {
  text-align: center;
  font-size: 14px;
  margin-bottom: 0;
}

.post-photo-videos .add-url .input-group-prepend {
  background-color: #D6D6D6;
  font-size: 26px;
  font-weight: 500;
  color: #000;
  border: 1px solid #000;
}

.post-photo-videos .add-url .input-group {
  max-width: 345px;
  width: 100%;
}

.post-photo-videos .plus-clone {
  width: 44px;
  height: 44px;
  border: 1px solid #000;
  font-size: 30px;
  line-height: 1.16;
  color: #000;
  margin-right: 10px;
  margin-left: 15px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.post-photo-videos .plus-clone:hover {
  background-color: #000;
  color: #fff;
}

.post-photo-videos .trash-clone {
  width: 20px;
  height: 24px;
  border: 1px solid transparent;
  font-size: 30px;
  line-height: 1.16;
  color: #000;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.post-photo-videos .trash-clone .svg-icon {
  width: 20px;
  height: 24px;
  color: #000;
}

.post-photo-videos .upload-document {
  margin-bottom: 30px;
}

.post-photo-videos .terms {
  margin-bottom: 30px;
}

.post-photo-videos .terms p {
  line-height: 1.5;
  font-size: 16px;
  color: #000;
  margin-top: 10px;
}

.post-photo-videos .terms a {
  color: #000;
  text-decoration: underline;
}

.post-property-sell {
  padding: 100px 0;
}

@media (max-width: 999px) {
  .post-property-sell {
    padding: 50px 0;
  }
}

@media (max-width: 767px) {
  .post-property-sell {
    padding: 30px 0;
  }
}

.post-property-sell.gray {
  background-color: #f2f2f2;
}

.post-property-sell .tabs-nav {
  margin-bottom: 55px;
}

@media (max-width: 767px) {
  .post-property-sell .tabs-nav {
    margin-bottom: 20px;
    display: block;
    width: 100%;
  }
}

@media (max-width: 767px) {
  .post-property-sell .tabs-nav .tab-items {
    width: 49%;
    display: inline-block;
    vertical-align: top;
  }
}

.post-property-sell .tabs-nav .tab-items .tab-links:after {
  display: none;
}

.post-property-sell .container {
  max-width: 980px;
}

.post-property-sell .block-title {
  font-size: 20px;
  font-weight: 700;
  font-family: "Didot";
  color: #000;
  line-height: 1.3;
  display: block;
  margin-bottom: 30px;
}

.post-property-sell .cta-next {
  max-width: 125px;
  width: 100%;
}

.dashboard-navigation .container {
  border-bottom: 1px solid #D2D2D2;
  padding-bottom: 20px;
}

.dashboard-navigation .items {
  margin-bottom: 30px;
}

.dashboard-navigation .items .box {
  background-color: #fff;
  padding: 17px 15px;
  height: 100%;
  position: relative;
}

.dashboard-navigation .items .activity {
  text-transform: uppercase;
  font-size: 11px;
  color: #000;
  text-align: center;
  margin-bottom: 26px;
}

.dashboard-navigation .items .icon {
  text-align: center;
  margin-bottom: 14px;
}

.dashboard-navigation .items .icon .svg-icon {
  width: 70px;
  height: 70px;
  margin: 0 auto;
  color: #000;
}

@media (max-width: 767px) {
  .dashboard-navigation .items .icon .svg-icon {
    width: 40px;
    height: 40px;
  }
}

.dashboard-navigation .items .label {
  display: block;
  text-align: center;
  font-size: 20px;
  color: #000;
  font-weight: 700;
  font-family: "Didot";
}

@media (max-width: 767px) {
  .dashboard-navigation .items .label {
    font-size: 16px;
  }
}

.dashboard-navigation .items .numbers {
  width: 42px;
  height: 42px;
  background-color: #000;
  color: #fff;
  border-radius: 100%;
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 22px;
  font-weight: 700;
  font-family: "Didot";
  display: flex;
  align-items: center;
  justify-content: center;
}

.recently-view-list {
  padding-bottom: 50px;
  padding-top: 30px;
}

@media (max-width: 767px) {
  .recently-view-list {
    padding-bottom: 30px;
    padding-top: 15px;
  }
}

.recently-view-list.gray {
  background-color: #f2f2f2;
}

.recently-view-list .block-title {
  font-size: 32px;
  color: #000;
  font-weight: 700;
  line-height: 1.3;
  display: block;
  font-family: "Didot";
  text-transform: none;
  letter-spacing: normal;
  text-align: left;
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  .recently-view-list .block-title {
    font-size: 24px;
  }
}

.recently-view-list .row {
  border: 1px solid #D2D2D2;
  margin-bottom: 50px;
}

@media (max-width: 767px) {
  .recently-view-list .row {
    margin-bottom: 30px;
  }
}

.recently-view-list .thumb {
  width: 100%;
}

.recently-view-list .thumb img {
  width: 100%;
  height: 245px;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (max-width: 767px) {
  .recently-view-list .thumb img {
    height: auto;
    -o-object-fit: inherit;
    object-fit: inherit;
  }
}

.recently-view-list .left {
  width: 450px;
}

@media (max-width: 999px) {
  .recently-view-list .left {
    width: 50%;
  }
}

@media (max-width: 767px) {
  .recently-view-list .left {
    width: 100%;
  }
}

.recently-view-list .right {
  width: calc(100% - 450px);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

@media (max-width: 999px) {
  .recently-view-list .right {
    width: 50%;
  }
}

@media (max-width: 767px) {
  .recently-view-list .right {
    width: 100%;
  }
}

.recently-view-list .description {
  width: 385px;
}

@media (max-width: 1100px) {
  .recently-view-list .description {
    width: 100%;
    padding: 10px 20px;
  }
}

@media (max-width: 767px) {
  .recently-view-list .description {
    padding: 20px 20px 0;
  }
}

.recently-view-list .description .wraps {
  width: 285px;
  margin: 0 auto;
}

@media (max-width: 1100px) {
  .recently-view-list .description .wraps {
    width: 100%;
  }
}

.recently-view-list .description .address {
  font-size: 16px;
  line-height: 1.6;
  color: #000;
  font-weight: 500;
  display: block;
  margin-bottom: 20px;
}

.recently-view-list .description .address a {
  color: #000;
}

.recently-view-list .description .price {
  font-size: 16px;
  line-height: 1.6;
  color: #000;
  font-weight: 500;
  display: block;
  margin-bottom: 20px;
}

.recently-view-list .description .property-amenities {
  max-width: 100%;
  width: 100%;
  margin-top: 5px;
}

@media (max-width: 1159px) {
  .recently-view-list .description .property-amenities {
    max-width: 100%;
    margin-top: 20px;
  }
}

.recently-view-list .description .property-amenities .amenities-items {
  margin-right: 12px;
  margin-bottom: 8px;
}

.recently-view-list .description .property-amenities .amenities-items:last-child {
  margin-right: 0;
}

.recently-view-list .description .property-amenities .amenities-items .icon {
  width: 13px;
  height: 13px;
  margin-right: 4px;
}

.recently-view-list .description .property-amenities .amenities-items .icon .svg-icon {
  color: #000;
  width: 100%;
  height: 100%;
}

.recently-view-list .description .property-amenities .amenities-items .text {
  font-size: 14px;
  line-height: 1.14;
  color: #000;
}

.recently-view-list .description .property-amenities .amenities-items .text sup {
  font-size: 10px;
  top: 2px;
  position: relative;
}

.recently-view-list .seller-check-list {
  width: calc(100% - 385px);
}

@media (max-width: 1100px) {
  .recently-view-list .seller-check-list {
    width: 100%;
    padding: 10px 20px;
  }
}

.recently-view-list .actions {
  width: calc(100% - 385px);
  text-align: right;
  padding: 20px;
}

@media (max-width: 1100px) {
  .recently-view-list .actions {
    width: 100%;
    text-align: left;
  }
}

.recently-view-list .actions .cta-btn {
  margin: 2px 2px 2px 18px;
  padding: 9px 18px;
}

@media (max-width: 1100px) {
  .recently-view-list .actions .cta-btn {
    margin: 2px;
  }
}

.recently-view-list .actions .cta-btn:first-child {
  margin-left: 2px;
}

.buyer-two-column {
  padding-bottom: 100px;
}

@media (max-width: 999px) {
  .buyer-two-column {
    padding-bottom: 50px;
  }
}

@media (max-width: 767px) {
  .buyer-two-column {
    padding-bottom: 30px;
  }
}

.buyer-two-column.gray {
  background-color: #f2f2f2;
}

.buyer-two-column .head {
  background-color: #D2D2D2;
  color: #000;
  padding: 15px 20px;
  min-height: 75px;
  border: 1px solid #000;
  display: flex;
  align-items: center;
}

@media (max-width: 767px) {
  .buyer-two-column .head {
    display: block;
    min-height: inherit;
  }
}

.buyer-two-column .left {
  width: 350px;
}

@media (max-width: 999px) {
  .buyer-two-column .left {
    width: 250px;
  }
}

@media (max-width: 767px) {
  .buyer-two-column .left {
    width: 100%;
  }
}

.buyer-two-column .left .head {
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.buyer-two-column .left .list .items {
  border: 1px solid #d2d2d2;
  padding: 12px 5px;
  border-top: 0;
  cursor: pointer;
}

.buyer-two-column .left .list .items.active {
  background-color: #fff;
}

.buyer-two-column .left .list .items.active .property-name {
  font-weight: 500;
}

.buyer-two-column .left .list .items.active .name {
  font-weight: 500;
}

.buyer-two-column .left .list .thumb {
  width: 48px;
  height: 32px;
  margin-right: 12px;
}

.buyer-two-column .left .list .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.buyer-two-column .left .list .description {
  position: relative;
  width: calc(100% - 60px);
  padding-right: 35px;
}

@media (max-width: 999px) {
  .buyer-two-column .left .list .description {
    width: 100%;
    margin-top: 10px;
  }
}

@media (max-width: 767px) {
  .buyer-two-column .left .list .description {
    width: calc(100% - 60px);
  }
}

.buyer-two-column .left .list .description .property-name {
  font-size: 16px;
  color: #000;
  display: block;
  margin-bottom: 5px;
}

.buyer-two-column .left .list .description .name {
  font-size: 12px;
  color: #000;
  display: block;
}

.buyer-two-column .left .list .description .number {
  background-color: #000;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  width: 16px;
  height: 16px;
  display: block;
  padding: 10px;
  border-radius: 100%;
  position: absolute;
  right: 17px;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.buyer-two-column .right {
  width: calc(100% - 350px);
}

@media (max-width: 999px) {
  .buyer-two-column .right {
    width: calc(100% - 250px);
  }
}

@media (max-width: 767px) {
  .buyer-two-column .right {
    width: 100%;
  }
}

.buyer-two-column .right .head {
  font-size: 16px;
  font-weight: 500;
  border-left: 0;
  justify-content: space-between;
}

.buyer-two-column .right .head small {
  font-size: 12px;
  font-weight: 500;
  margin-right: auto;
  margin-left: 5px;
}

@media (max-width: 767px) {
  .buyer-two-column .right .head small {
    margin-right: 10px;
  }
}

@media (max-width: 767px) {
  .buyer-two-column .right .head .action {
    width: 100%;
    margin-top: 10px;
  }
}

.buyer-two-column .right .head .cta-btn {
  padding: 10px 20px;
}

@media (max-width: 767px) {
  .buyer-two-column .right .head {
    border-left: 1px solid #000;
  }
}

.buyer-two-column .right .wrap {
  padding-top: 10px;
  border: 1px solid #D2D2D2;
  background-color: #fff;
  margin-left: -1px;
}

.buyer-two-column .right .wrap .tabs-nav .tab-items {
  padding-right: 5px;
  font-size: 12px;
}

@media (max-width: 767px) {
  .buyer-two-column .right .wrap .tabs-nav .tab-items .tab-links {
    padding: 15px;
  }
}

.buyer-two-column.seller .left .list .items {
  padding: 12px 20px;
}

.buyer-two-column.seller .left .list .items .property-name {
  margin-bottom: 0;
}

.buyer-two-column.seller .left .list .description {
  width: 100%;
}

.buyer-two-column.seller .left .list .description .number {
  right: 0;
}

.viewing {
  padding: 30px 20px;
}

.viewing .your-appointment {
  font-size: 20px;
  line-height: 1.2;
  font-weight: 500;
  color: #000;
  display: block;
  margin-bottom: 27px;
}

.viewing .date {
  font-size: 20px;
  line-height: 1.2;
  font-family: "Didot";
  display: block;
  margin-bottom: 14px;
}

.viewing .time {
  font-size: 16px;
  display: block;
  margin-bottom: 20px;
}

.viewing .time .svg-icon {
  width: 14px;
  height: 14px;
  color: #000;
}

.viewing .comment-label {
  display: block;
  font-size: 14px;
  color: #000;
  margin-bottom: 5px;
}

.viewing .comment {
  font-size: 16px;
  line-height: 1.5;
  color: #000;
}

.viewing .actions {
  text-align: right;
  margin-top: 20px;
}

.type-chat {
  width: 100%;
  position: relative;
  border-top: 1px solid #000;
  padding: 10px;
}

.type-chat .input-chat {
  width: calc(100% - 83px);
  height: 30px;
  border: 0;
  font-size: 16px;
  color: #000;
}

.type-chat .input-chat::-webkit-input-placeholder {
  color: #7F7F7F;
}

.type-chat .input-chat:-moz-placeholder {
  color: #7F7F7F;
}

.type-chat .input-chat::-moz-placeholder {
  color: #7F7F7F;
}

.type-chat .input-chat:-ms-input-placeholder {
  color: #7F7F7F;
}

.chat-messages {
  padding: 0;
  margin: 0;
}

.chat-messages .chat-content {
  padding: 30px 20px;
}

.chat-messages .chat-date {
  display: block;
  text-align: center;
  margin-bottom: 20px;
  width: 100%;
}

.chat-messages .chat-date span {
  font-size: 12px;
  background-color: #fff;
  padding: 5px 10px;
  position: relative;
}

.chat-messages .chat-date span:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  max-width: 145px;
  width: 100%;
  margin: auto;
  background-color: #D6D6D6;
  height: 1px;
  margin-right: 10px;
}

@media (max-width: 767px) {
  .chat-messages .chat-date span:before {
    max-width: 50px;
  }
}

.chat-messages .chat-date span:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  max-width: 145px;
  width: 100%;
  margin: auto;
  background-color: #D6D6D6;
  height: 1px;
  margin-left: 10px;
}

@media (max-width: 767px) {
  .chat-messages .chat-date span:after {
    max-width: 50px;
  }
}

.chat-messages .chat-group {
  margin-bottom: 30px;
}

.chat-messages .chat-group .your-group {
  width: 52%;
}

@media (max-width: 767px) {
  .chat-messages .chat-group .your-group {
    width: 100%;
  }
}

.chat-messages .chat-group .your {
  font-size: 12px;
  color: #000;
  padding: 5px 10px;
  border: 1px solid #D2D2D2;
  display: inline-block;
  border-bottom: 0;
}

.chat-messages .chat-group .your-message {
  border: 1px solid #D2D2D2;
  padding: 12px 14px;
  font-size: 16px;
  line-height: 1.5;
}

.chat-messages .chat-group .you-group {
  width: 52%;
  margin-left: auto;
}

@media (max-width: 767px) {
  .chat-messages .chat-group .you-group {
    width: 100%;
  }
}

.chat-messages .chat-group .you {
  font-size: 12px;
  color: #000;
  padding: 5px 10px;
  border: 1px solid #D2D2D2;
  display: inline-block;
  margin-bottom: -1px;
}

.chat-messages .chat-group .you-message {
  border: 1px solid #D2D2D2;
  padding: 12px 14px;
  font-size: 16px;
  line-height: 1.5;
}

.your-message-list {
  padding: 0 0 100px;
  margin: 0;
}

@media (max-width: 999px) {
  .your-message-list {
    padding-bottom: 50px;
  }
}

@media (max-width: 767px) {
  .your-message-list {
    padding-bottom: 10px;
  }
}

.your-message-list.gray {
  background-color: #f2f2f2;
}

.your-message-list .name {
  width: 30%;
  padding: 20px;
}

@media (max-width: 767px) {
  .your-message-list .name {
    width: 100%;
  }
}

.your-message-list .location {
  width: 30%;
  padding: 20px;
}

@media (max-width: 767px) {
  .your-message-list .location {
    width: 100%;
  }
}

.your-message-list .price {
  width: 15%;
  padding: 20px;
}

@media (max-width: 767px) {
  .your-message-list .price {
    width: 100%;
  }
}

.your-message-list .status {
  width: 13%;
  padding: 20px;
}

@media (max-width: 767px) {
  .your-message-list .status {
    width: 100%;
    text-align: left;
  }
}

.your-message-list .actions {
  width: 12%;
  text-align: right;
  padding: 20px;
}

@media (max-width: 767px) {
  .your-message-list .actions {
    width: 100%;
    text-align: left;
  }
}

.your-message-list .actions .svg-icon {
  width: 15px;
  height: 12px;
  color: #000;
}

.your-message-list .message-head {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  background-color: #D2D2D2;
  border: 1px solid #000;
  font-size: 12px;
  font-weight: 500;
  color: #000;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .your-message-list .message-head {
    display: none;
  }
}

.your-message-list .message-body .group {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  border: 1px solid #D2D2D2;
  border-top: 0;
}

@media (max-width: 767px) {
  .your-message-list .message-body .group {
    display: block;
    border-top: 1px solid #d2d2d2;
    padding-top: 20px;
    margin-bottom: 20px;
  }
}

.your-message-list .message-body .data {
  position: relative;
}

.your-message-list .message-body .data:before {
  content: attr(data-title);
  position: relative;
  padding: 10px;
  background-color: #dfdfdf;
  width: 100%;
  display: block;
  color: #000;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 10px;
  display: none;
}

@media (max-width: 767px) {
  .your-message-list .message-body .data:before {
    display: block;
  }
}

.your-message-list .message-body .name {
  padding: 12px 20px;
}

@media (max-width: 767px) {
  .your-message-list .message-body .name {
    padding: 12px 20px;
  }
}

.your-message-list .message-body .property-name {
  font-size: 16px;
  font-weight: 500;
  display: block;
  margin-bottom: 10px;
}

.your-message-list .message-body .property-view {
  font-size: 10px;
  text-transform: uppercase;
  color: #000;
  letter-spacing: 0.1em;
}

.your-message-list .message-body .property-view a {
  color: #000;
}

.your-message-list .message-body .location {
  font-size: 16px;
  color: #000;
  padding: 12px 20px;
  line-height: 1.125;
}

@media (max-width: 767px) {
  .your-message-list .message-body .location {
    padding: 12px 20px;
  }
}

.your-message-list .message-body .price {
  font-size: 16px;
  color: #000;
  padding: 12px 20px;
  line-height: 1.125;
}

@media (max-width: 767px) {
  .your-message-list .message-body .price {
    padding: 0 20px;
  }
}

.your-message-list .message-body .actions {
  padding: 12px 20px;
  font-size: 16px;
  color: #000;
  line-height: 1.125;
}

@media (max-width: 767px) {
  .your-message-list .message-body .actions {
    padding: 12px 20px;
  }
}

.your-message-list .message-body .actions a {
  position: relative;
  display: inline-block;
}

.your-message-list .message-body .actions .unread {
  position: absolute;
  width: 8px;
  height: 8px;
  display: block;
  background-color: #000;
  border-radius: 100%;
  right: -2px;
  top: -2px;
  z-index: 1;
}

.offers {
  padding: 30px 20px;
}

.offers .name-email-phone .name {
  padding-right: 20px;
  border-right: 1px solid #D2D2D2;
}

@media (max-width: 767px) {
  .offers .name-email-phone .name {
    width: 100%;
    padding: 0;
    border: 0;
    margin: 0 0 15px;
  }
}

.offers .name-email-phone .name label {
  font-size: 14px;
  color: #000;
  line-height: 1.14;
  display: block;
  width: 100%;
  margin-bottom: 5px;
}

.offers .name-email-phone .name p {
  font-size: 16px;
  color: #000;
  line-height: 1.125;
  font-weight: 500;
}

.offers .name-email-phone .email {
  padding-left: 20px;
  padding-right: 20px;
  border-right: 1px solid #D2D2D2;
}

@media (max-width: 767px) {
  .offers .name-email-phone .email {
    width: 100%;
    padding: 0;
    border: 0;
    margin: 0 0 15px;
  }
}

.offers .name-email-phone .email label {
  font-size: 14px;
  color: #000;
  line-height: 1.14;
  display: block;
  width: 100%;
  margin-bottom: 5px;
}

.offers .name-email-phone .email a {
  font-size: 16px;
  color: #000;
  line-height: 1.125;
  font-weight: 500;
}

.offers .name-email-phone .phone {
  padding-left: 20px;
}

@media (max-width: 767px) {
  .offers .name-email-phone .phone {
    width: 100%;
    padding: 0;
    border: 0;
    margin: 0 0 15px;
  }
}

.offers .name-email-phone .phone label {
  font-size: 14px;
  color: #000;
  line-height: 1.14;
  display: block;
  width: 100%;
  margin-bottom: 5px;
}

.offers .name-email-phone .phone a {
  font-size: 16px;
  color: #000;
  line-height: 1.125;
  font-weight: 500;
}

.offers .name-email-phone .address {
  width: 100%;
  display: block;
  margin-top: 28px;
  padding-bottom: 30px;
  border-bottom: 1px solid #D2D2D2;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .offers .name-email-phone .address {
    width: 100%;
    padding: 0;
    border: 0;
    margin: 0 0 15px;
  }
}

.offers .name-email-phone .address label {
  font-size: 14px;
  color: #000;
  line-height: 1.14;
  display: block;
  width: 100%;
  margin-bottom: 5px;
}

.offers .name-email-phone .address p {
  font-size: 16px;
  color: #000;
  line-height: 1.125;
  font-weight: 500;
}

.offers .your-offer {
  margin-bottom: 20px;
}

.offers .your-offer label {
  display: block;
  font-size: 16px;
  font-weight: 500;
  color: #000;
  margin-bottom: 9px;
  width: 100%;
}

.offers .your-offer .input-group {
  background-color: #F4F4F4;
  border: 1px solid #D2D2D2;
  width: 130px;
  margin-right: 25px;
}

.offers .your-offer .input-group .form-control {
  border: 0;
  background-color: transparent;
  border-left: 1px solid #d2d2d2;
  height: 100%;
}

.offers .your-offer .asking-price label {
  font-size: 14px;
  font-weight: 400;
}

.offers .your-offer .asking-price .price {
  font-size: 20px;
  font-weight: 500;
  color: #000;
}

@media (max-width: 374px) {
  .offers .your-offer .asking-price {
    margin-top: 15px;
  }
}

.offers .comment-label {
  font-size: 14px;
  color: #000;
  display: block;
  margin-bottom: 5px;
}

.offers .comment {
  font-size: 16px;
  line-height: 1.5;
  color: #000;
  padding-bottom: 30px;
  border-bottom: 1px solid #d2d2d2;
  margin-bottom: 30px;
}

.offers .seller {
  font-size: 14px;
  line-height: 1.4;
  color: #000;
}

.offers .seller label {
  border: 1px solid #D2D2D2;
  padding: 5px;
  font-size: 12px;
  top: -2px;
  position: relative;
}

.offers .seller .description {
  border: 1px solid #d2d2d2;
  padding: 15px 12px;
}

.offers .seller h2 {
  font-family: "Noir";
  color: #000;
  font-size: 18px;
  font-weight: 500;
  display: block;
  margin-bottom: 15px;
}

.offers .seller h3 {
  font-family: "Noir";
  color: #000;
  font-size: 14px;
  font-weight: 500;
  display: block;
  margin-bottom: 15px;
}

.offers .seller p {
  margin-bottom: 15px;
}

.offers .seller.no-border .description {
  padding: 0;
  border: 0;
}

.offers .seller.no-border h2 {
  padding: 10px;
  border: 1px solid #d2d2d2;
}

.offers .actions .cta-btn {
  margin-left: 10px;
}

.offers .actions .cta-btn:first-child {
  margin-left: 0;
}

.private-notes {
  padding: 30px 20px;
}

.private-notes .note-group {
  border-bottom: 1px solid #D2D2D2;
  padding-bottom: 30px;
  margin-bottom: 30px;
}

.private-notes .note-group:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}

.private-notes .you {
  font-size: 12px;
  color: #000;
  padding: 5px 10px;
  border: 1px solid #D2D2D2;
  display: inline-block;
  border-bottom: 0;
}

.private-notes .you-message {
  border: 1px solid #D2D2D2;
  padding: 12px 14px;
  font-size: 16px;
  line-height: 1.5;
}

.dashboard-page-title {
  padding: 30px 0 0;
}

@media (max-width: 767px) {
  .dashboard-page-title {
    padding: 15px 0 0;
  }
}

.dashboard-page-title.gray {
  background-color: #f2f2f2;
}

.dashboard-page-title .page-title {
  padding: 0;
  flex-wrap: wrap;
  border-bottom: 0;
  background-color: transparent;
  padding-bottom: 40px;
}

@media (max-width: 999px) {
  .dashboard-page-title .page-title {
    padding-bottom: 20px;
  }
}

.dashboard-page-title .page-title .title {
  margin: 0;
}

@media (max-width: 999px) {
  .dashboard-page-title .page-title .title {
    font-size: 24px;
    margin-bottom: 15px;
  }
}

@media (max-width: 767px) {
  .dashboard-page-title > .row {
    display: block;
  }
}

.dashboard-page-title .actions {
  flex-wrap: wrap;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

@media (max-width: 767px) {
  .dashboard-page-title .actions {
    justify-content: flex-start;
    margin-top: 15px;
    margin-bottom: 15px;
  }
}

.dashboard-page-title .actions.blank {
  margin-top: 0;
}

.dashboard-page-title .cta-btn {
  margin-right: 10px;
  margin-top: 5px;
  margin-bottom: 5px;
}

.dashboard-page-title .cta-btn:last-child {
  margin-right: 0;
}

.diary-event {
  padding: 0 0 130px;
  margin: 0;
}

@media (max-width: 999px) {
  .diary-event {
    padding-bottom: 50px;
  }
}

@media (max-width: 767px) {
  .diary-event {
    padding-bottom: 30px;
  }
}

.diary-event.gray {
  background-color: #f2f2f2;
}

.diary-event .tabs-nav {
  margin-bottom: 53px;
}

.diary-event-list {
  padding: 0;
  margin: 0;
  max-width: 450px;
  width: 100%;
}

@media (max-width: 999px) {
  .diary-event-list {
    max-width: 100%;
  }
}

.diary-event-list h3 {
  font-size: 24px;
  font-weight: 700;
  color: #000;
  line-height: 1.3;
  display: block;
  margin-bottom: 9px;
}

.diary-event-list ul {
  padding: 0;
  margin: 0;
  list-style: none;
  background-color: #fff;
}

.diary-event-list ul li {
  list-style: none;
  padding: 30px;
  border-bottom: 1px solid rgba(112, 112, 112, 0.2);
}

.diary-event-list ul li:last-child {
  border-bottom: 0;
}

.diary-event-list .event-date {
  display: block;
  font-size: 16px;
  font-weight: 500;
  color: #000;
  margin-bottom: 10px;
}

.diary-event-list .name-time {
  margin-bottom: 3px;
}

.diary-event-list .name-time .svg-icon {
  width: 14px;
  height: 14px;
  margin-right: 8px;
  color: #000;
}

.diary-event-list .name-time .event-name {
  margin-right: 15px;
  font-size: 14px;
  line-height: 1.6;
  color: #000;
}

.diary-event-list .name-time .event-time {
  font-size: 14px;
  line-height: 1.6;
  color: #000;
}

.diary-event-list .event-description {
  font-size: 14px;
  line-height: 1.6;
  color: #000;
}

.diary-event-list .no-appointments {
  font-size: 14px;
  line-height: 1.6;
  color: #000;
}

.diary-event-list .event-action {
  margin-top: 15px;
}

.diary-event-list .event-action .cta-btn {
  padding: 9px 15px;
  font-size: 12px;
  margin: 5px 10px 5px 0px;
}

.diary-event-list .event-action .cta-btn.cta-btn-border-black {
  background-color: #fff;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.diary-event-list .event-action .cta-btn.cta-btn-border-black:hover {
  background-color: #000;
}

#diary {
  background-color: #fff;
}

#diary td {
  vertical-align: middle;
}

#diary .fc-header-toolbar {
  margin: 0;
  padding: 10px;
}

#diary .fc-header-toolbar .fc-left {
  margin-top: 12px;
}

#diary .fc-header-toolbar .fc-right {
  margin-top: 12px;
}

#diary .fc-header-toolbar .fc-button {
  background-color: transparent;
  border: 0;
  background-image: none;
  box-shadow: none;
  padding: 0;
  height: 25px;
}

#diary .fc-header-toolbar .fc-button .fc-icon {
  margin: 0;
  height: 24px;
}

#diary .fc-header-toolbar .fc-button.fc-prev-button span:after {
  content: '';
  width: 15px;
  height: 24px;
  background: url("../../assets/images/calendar-prev.svg") no-repeat center center;
  background-size: 15px 20px;
  display: block;
}

#diary .fc-header-toolbar .fc-button.fc-next-button span:after {
  content: '';
  width: 15px;
  height: 24px;
  background: url("../../assets/images/calendar-next.svg") no-repeat center center;
  background-size: 15px 20px;
  display: block;
}

#diary .fc-header-toolbar .fc-center h2 {
  font-size: 33px;
  font-weight: 700;
}

#diary .fc-head .fc-head-container .fc-row {
  margin: 0 !important;
}

#diary .fc-head .fc-day-header {
  background-color: #000;
  color: #fff;
  text-transform: uppercase;
  font-family: "Didot";
  font-weight: 700;
  padding: 10px;
  border: 1px solid #000;
}

@media (max-width: 767px) {
  #diary .fc-head .fc-day-header {
    font-size: 14px;
  }
}

#diary .fc-widget-content {
  position: relative;
}

#diary .fc-widget-content .fc-scroller {
  overflow: hidden !important;
  height: auto !important;
}

#diary .fc-widget-content .fc-scroller .fc-day-grid .fc-row {
  height: 80px !important;
}

#diary .fc-widget-content .fc-bg .fc-day {
  background-color: #fff;
}

#diary .fc-widget-content .fc-bg .fc-day.fc-other-month {
  background-color: #E8E8E8;
}

#diary .fc-widget-content .fc-bg .fc-day.fc-today {
  position: relative;
}

#diary .fc-widget-content .fc-bg .fc-day.fc-today:after {
  content: 'TODAY';
  width: 60%;
  height: 40px;
  padding: 5px;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  background-color: #447C5A;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

@media (max-width: 767px) {
  #diary .fc-widget-content .fc-bg .fc-day.fc-today:after {
    font-size: 10px;
  }
}

#diary .fc-widget-content .fc-content-skeleton {
  height: 80px;
  padding-bottom: 0;
}

#diary .fc-widget-content .fc-content-skeleton table {
  height: 100%;
}

#diary .fc-widget-content .fc-content-skeleton table thead {
  height: 80px;
  position: relative;
}

#diary .fc-widget-content .fc-content-skeleton table thead .fc-day-top {
  text-align: center;
}

#diary .fc-widget-content .fc-content-skeleton table thead .fc-day-top .fc-day-number {
  float: none;
}

#diary .fc-widget-content .fc-content-skeleton table thead .fc-day-top.fc-today .fc-day-number {
  font-weight: 700;
  color: #fff;
  padding: 0px 2px 10px;
  display: block;
}

#diary .fc-widget-content .fc-content-skeleton table tbody {
  height: 80px;
  position: relative;
  top: -80px;
}

#diary .fc-widget-content .fc-content-skeleton table tbody .fc-event-container {
  height: 100%;
}

#diary .fc-widget-content .fc-content-skeleton table tbody .fc-event-container .fc-event {
  height: 100%;
  padding: 0;
  margin: 0;
  border: 0;
  background-color: transparent;
}

#diary .fc-widget-content .fc-content-skeleton table tbody .fc-event-container .fc-event .fc-content {
  height: 100%;
  overflow: inherit;
}

#diary .fc-widget-content .fc-content-skeleton table tbody .fc-event-container .fc-event .fc-content .tringle {
  position: absolute;
  left: 0;
  top: 0;
  border-width: 18px 18px 0 0;
  border-color: #000 transparent transparent transparent;
  border-style: solid;
}

#diary .fc-widget-content .fc-content-skeleton table tbody .fc-event-container .fc-event .fc-content .star {
  position: absolute;
  right: 0;
  bottom: 2px;
  width: 15px;
  height: 15px;
}

#diary .fc-widget-content .fc-content-skeleton table tbody .fc-event-container .fc-event .fc-content .star .svg-icon {
  width: 15px;
  height: 15px;
  color: #000;
}

.diary-description {
  background-color: #fff;
  padding: 30px;
  max-width: 450px;
  width: 100%;
}

@media (max-width: 767px) {
  .diary-description {
    max-width: 100%;
  }
}

.diary-description p {
  font-size: 14px;
  color: #000;
  line-height: 1.6;
  margin-bottom: 15px;
}

.diary-description strong {
  font-weight: 500;
}

.diary-description .tringle {
  height: 18px;
  display: inline-block;
  vertical-align: middle;
  border-width: 18px 18px 0 0;
  border-color: #000 transparent transparent transparent;
  border-style: solid;
}

.diary-description .star {
  width: 15px;
  height: 15px;
  display: inline-block;
  vertical-align: middle;
}

.diary-description .star .svg-icon {
  width: 15px;
  height: 15px;
  color: #000;
  vertical-align: top;
}

.settings {
  padding-bottom: 100px;
}

@media (max-width: 999px) {
  .settings {
    padding-bottom: 30px;
  }
}

.settings.gray {
  background-color: #f2f2f2;
}

.settings .tabs-nav {
  margin-bottom: 53px;
}

@media (max-width: 999px) {
  .settings .tabs-nav {
    margin-bottom: 30px;
  }
}

.settings .instant-alerts .block-title {
  font-size: 24px;
  font-weight: 700;
  color: #000;
  line-height: 1.3;
  margin-bottom: 23px;
}

.settings .instant-alerts .favourite-listings {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
  color: #000;
  margin-bottom: 15px;
}

.settings .instant-alerts .favourite-listings .svg-icon {
  width: 17px;
  height: 14px;
  color: #000;
}

.settings .edit-profile {
  max-width: 980px;
  width: 100%;
}

.settings .edit-profile .pass-message {
  font-size: 16px;
  color: black;
  display: block;
  margin-top: 10px;
}

.settings .edit-profile .delete-account-link {
  font-size: 16px;
  color: #000;
  text-transform: uppercase;
  text-decoration: underline;
  border: 1px solid #D2D2D2;
  padding: 12px 16px;
  display: inline-block;
}

.reason-reschedule-appointment textarea {
  border: 0;
}

.reason-reschedule-appointment .evo-calendar {
  padding: 0;
}

.reason-reschedule-appointment .confirmed-instantly {
  text-align: center;
  padding: 30px 0;
}

.reason-reschedule-appointment .confirmed-instantly p {
  font-size: 14px;
  color: #000;
  margin-bottom: 30px;
  display: block;
}

.reason-reschedule-appointment .confirmed-instantly .cta-btn {
  max-width: 200px;
  width: 100%;
}

.selected-plan-detail {
  padding-bottom: 100px;
}

@media (max-width: 999px) {
  .selected-plan-detail {
    padding-bottom: 50px;
  }
}

@media (max-width: 767px) {
  .selected-plan-detail {
    padding-bottom: 30px;
  }
}

.selected-plan-detail.gray {
  background-color: #f2f2f2;
}

.selected-plan-detail .block-title {
  font-size: 12px;
  font-weight: 500;
  color: #000;
  display: block;
  margin-bottom: 30px;
  text-transform: uppercase;
}

.selected-plan-detail .wrap {
  max-width: 950px;
  width: 100%;
  border: 1px solid #000;
  padding: 30px;
  font-size: 16px;
  line-height: 1.5;
  color: #000;
}

.selected-plan-detail .box-title {
  font-size: 26px;
  color: #000;
  font-family: "Didot";
  display: block;
  font-weight: 700;
  margin-bottom: 15px;
}

.selected-plan-detail p {
  font-size: 16px;
  line-height: 1.5;
  color: #000;
  margin-bottom: 30px;
}

.selected-plan-detail label {
  font-size: 16px;
  font-weight: 500;
  color: #000;
  margin-right: 10px;
}

.selected-plan-detail .advertising {
  margin-bottom: 23px;
  width: 100%;
  flex-wrap: wrap;
}

.selected-plan-detail .advertising .advertising-logos {
  flex-wrap: wrap;
}

@media (max-width: 767px) {
  .selected-plan-detail .advertising .advertising-logos {
    margin-top: 10px;
  }
}

.selected-plan-detail .advertising .advertising-logos img {
  margin-right: 25px;
}

@media (max-width: 767px) {
  .selected-plan-detail .advertising .advertising-logos img {
    margin: 5px 15px 5px 0;
  }
}

.selected-plan-detail .landlord-service {
  padding-bottom: 30px;
  border-bottom: 1px solid #D6D6D6;
  margin-bottom: 30px;
}

.selected-plan-detail .plan-expire {
  margin-bottom: 24px;
}

.selected-plan-detail .auto-renewal {
  margin-bottom: 30px;
}

.selected-plan-detail .cancel-plan {
  margin-bottom: 30px;
}

.selected-plan-detail .cancel-plan a {
  font-size: 16px;
  font-weight: 500;
  color: #000;
  text-decoration: underline;
  text-transform: uppercase;
}

.selected-plan-detail .update-plan a {
  max-width: 280px;
  width: 100%;
}

.blog-list {
  padding: 100px 0 30px;
}

@media (max-width: 999px) {
  .blog-list {
    padding: 50px 0px 0;
  }
}

@media (max-width: 767px) {
  .blog-list {
    padding: 30px 0px 0;
  }
}

.blog-list.gray {
  background-color: #f2f2f2;
}

.blog-list .item {
  margin-bottom: 70px;
}

@media (max-width: 999px) {
  .blog-list .item {
    margin-bottom: 50px;
  }
}

@media (max-width: 767px) {
  .blog-list .item {
    margin-bottom: 30px;
  }
}

.blog-list .card {
  padding: 0;
  margin: 0;
}

.blog-list .card-image {
  display: block;
  width: 100%;
  margin-bottom: 30px;
}

.blog-list .card-image img {
  width: 100%;
}

.blog-list .card-description {
  font-size: 16px;
  color: #000;
  line-height: 1.5;
}

.blog-list .card-description p {
  margin-bottom: 15px;
}

.blog-list .card-date {
  font-size: 16px;
  color: #000;
  line-height: 1.5;
  display: block;
}

.blog-list .card-auth {
  font-size: 14px;
  font-weight: 500;
  color: #000;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.premium-package-banner {
  padding: 100px 0;
}

@media (max-width: 999px) {
  .premium-package-banner {
    padding: 50px 0;
  }
}

@media (max-width: 767px) {
  .premium-package-banner {
    padding: 30px 0;
  }
}

.premium-package-banner .thumb {
  text-align: center;
}

.premium-package-banner .thumb img {
  margin: 0 auto;
  display: block;
}

.premium-package-banner .description .banner-title {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.3;
  display: block;
  margin-bottom: 30px;
  font-family: "Didot";
}

@media (max-width: 999px) {
  .premium-package-banner .description .banner-title {
    font-size: 24px;
  }
}

.premium-package-banner .description label {
  font-size: 20px;
  font-weight: 500;
  color: #000;
  display: block;
  margin-bottom: 16px;
}

.premium-package-banner .description p {
  font-size: 16px;
  line-height: 1.5;
  color: #000;
  margin-bottom: 20px;
}

.value-of-property {
  padding: 100px 0;
}

@media (max-width: 999px) {
  .value-of-property {
    padding: 50px 0;
  }
}

@media (max-width: 767px) {
  .value-of-property {
    padding: 30px 0;
  }
}

.value-of-property.gray {
  background-color: #f2f2f2;
}

.value-of-property .block-title {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.3;
  display: block;
  margin-bottom: 60px;
  font-family: "Didot";
}

@media (max-width: 999px) {
  .value-of-property .block-title {
    font-size: 24px;
  }
}

.value-of-property .sub-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
  display: block;
  margin-bottom: 15px;
  font-family: "Didot";
}

.value-of-property .saving {
  margin-bottom: 40px;
}

.value-of-property .buyer-saving {
  background-color: #fff;
  padding: 35px 30px 30px;
  border-left: 8px solid #B33B2B;
}

.value-of-property .buyer-saving .label {
  font-size: 16px;
  color: #000;
  line-height: 1.5;
  display: block;
  margin-bottom: 12px;
}

.value-of-property .buyer-saving .label strong {
  font-weight: 500;
}

.value-of-property .buyer-saving .price {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.3;
  display: block;
  font-family: "Didot";
}

@media (max-width: 999px) {
  .value-of-property .buyer-saving .price {
    font-size: 24px;
  }
}

.value-of-property .seller-saving {
  background-color: #fff;
  padding: 35px 30px 30px;
  border-left: 8px solid #228B22;
}

.value-of-property .seller-saving .label {
  font-size: 16px;
  color: #000;
  line-height: 1.5;
  display: block;
  margin-bottom: 12px;
}

.value-of-property .seller-saving .label strong {
  font-weight: 500;
}

.value-of-property .seller-saving .price {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.3;
  display: block;
  font-family: "Didot";
}

@media (max-width: 999px) {
  .value-of-property .seller-saving .price {
    font-size: 24px;
  }
}

.value-of-property .property-range {
  width: 100%;
}

.value-of-property .property-range .price-label {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.3;
  display: block;
  font-family: "Didot";
  text-align: center;
  margin-bottom: 5px;
}

@media (max-width: 999px) {
  .value-of-property .property-range .price-label {
    font-size: 24px;
  }
}

.value-of-property .property-range .price-info {
  width: 100%;
  font-size: 16px;
  color: #000;
  line-height: 1.5;
}

.value-of-property .property-range .range-slider {
  width: 100%;
  display: block;
  margin-bottom: 40px;
  margin-top: 8px;
}

.value-of-property .property-range .range-slider .form-control-range {
  width: 100%;
}

.value-of-property .description label {
  font-size: 18px;
  font-weight: 500;
  display: block;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.value-of-property .description p {
  font-size: 16px;
  color: #000;
  line-height: 1.6;
}

.value-of-property .description a {
  color: #000;
  text-decoration: underline;
}

.packages-buy-or-sell {
  padding: 100px 0 70px;
}

@media (max-width: 999px) {
  .packages-buy-or-sell {
    padding: 50px 0 20px;
  }
}

@media (max-width: 767px) {
  .packages-buy-or-sell {
    padding: 30px 0 0;
  }
}

.packages-buy-or-sell .block-title {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.3;
  display: block;
  margin-bottom: 40px;
  font-family: "Didot";
  text-align: center;
}

@media (max-width: 999px) {
  .packages-buy-or-sell .block-title {
    font-size: 24px;
  }
}

.packages-buy-or-sell .items {
  margin-bottom: 30px;
}

.packages-buy-or-sell .card {
  height: 100%;
  border: 1px solid #D6D6D6;
  padding: 40px 24px;
}

.packages-buy-or-sell .card-header {
  margin-bottom: 25px;
}

.packages-buy-or-sell .card-header .card-icon {
  width: 60px;
  height: 60px;
  margin-right: 16px;
}

.packages-buy-or-sell .card-header .card-icon .svg-icon {
  width: 100%;
  height: 100%;
  color: #000;
}

.packages-buy-or-sell .card-header .card-title {
  width: calc(100% - 80px);
  font-size: 24px;
  font-weight: 700;
  color: #000;
  line-height: 1.3;
  font-family: "Didot";
}

.packages-buy-or-sell .card-body {
  font-size: 16px;
  color: #000;
  line-height: 1.5;
}

.recently-view-list.seller-dashboard .row:last-child {
  margin-bottom: 0;
}

.recently-view-list.seller-dashboard .description .wraps {
  margin: 0;
  padding-left: 18px;
}

@media (max-width: 1100px) {
  .recently-view-list.seller-dashboard .description .wraps {
    padding-left: 0;
  }
}

.recently-view-list.seller-dashboard .description .wraps .save-year {
  margin-bottom: 30px;
  display: block;
  text-transform: uppercase;
  font-size: 11px;
  color: #000;
}

.seller-favourite-message {
  margin-bottom: 50px;
}

@media (max-width: 1100px) {
  .seller-favourite-message {
    margin-bottom: 0;
  }
}

.seller-favourite-message.gray {
  background-color: #f2f2f2;
}

.seller-favourite-message p {
  font-size: 16px;
  line-height: 1.5;
  color: #000;
  width: calc(100% - 15px);
  padding-left: 10px;
}

.seller-check-list .custom-checkbox {
  margin-right: 0;
  padding-right: 20px;
  position: relative;
}

.seller-check-list .custom-checkbox:after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  bottom: 3px;
  margin: auto;
  width: 15px;
  height: 1px;
  background-color: #D2D2D2;
}

.seller-check-list .custom-checkbox .custom-control-label {
  padding-left: 23px;
}

.seller-check-list .custom-checkbox .custom-control-label:before {
  border-radius: 100%;
}

.seller-check-list .custom-checkbox input[type="checkbox"]:checked + .custom-control-label:before {
  background-color: #000;
}

.seller-check-list .custom-checkbox input[type="checkbox"]:checked + .custom-control-label:after {
  background: url("../../assets/images/checkbox-white.svg");
}

.seller-check-list .custom-checkbox:last-child {
  padding-right: 0;
}

.seller-check-list .custom-checkbox:last-child:after {
  display: none;
}

.property-listing.favourite-listing {
  padding-bottom: 50px;
}

.modal.counter-offer .modal-content {
  max-width: 700px;
  width: 100%;
  background-color: #f2f2f2;
}

.modal.counter-offer .modal-body {
  padding: 30px;
}

.cms-content h2, .cms-content h3, .cms-content h4, .cms-content h5, .cms-content h6 {
  font-weight: 700;
  line-height: 1.3;
  display: block;
  font-family: "Didot";
  color: #000;
}

.cms-content h2 {
  font-size: 32px;
  margin-bottom: 21px;
}

.cms-content h3 {
  font-size: 28px;
  margin-bottom: 21px;
}

.cms-content h4 {
  font-size: 24px;
  margin-bottom: 21px;
}

.cms-content h5 {
  font-size: 22px;
  margin-bottom: 21px;
}

.cms-content h6 {
  font-size: 20px;
  margin-bottom: 21px;
}

.cms-content p {
  font-size: 16px;
  line-height: 1.6;
  color: #000;
  margin-bottom: 30px;
}

.cms-content a {
  text-decoration: underline;
}

.cms-content b, .cms-content strong {
  font-weight: 600;
}

.cms-content ol {
  list-style: decimal;
  margin-bottom: 30px;
}

.cms-content ol {
  list-style: disc;
  margin-bottom: 30px;
}

.cms-content table tr th {
  border: 1px solid #000;
}

.cms-content table tr td {
  border: 1px solid #000;
}

body.Windows .cta-md {
  padding: 25px 30px 15px;
}

body.Windows .cta-xs {
  padding: 14px 30px 10px;
}

body.Windows .cta-x {
  padding: 9px 20px 4px;
}

body.Windows .addlisting a {
  padding: 12px 33px 8px;
}

body.Windows .property-listing .card .book-a-viewing a {
  padding: 12px 5px 5px;
}

body.Windows .buy-sell-filter .nav-tabs li a {
  padding: 15px 30px 9px;
}

body.Windows .header-login .dropdown-menu .submit {
  padding: 15px 5px 9px;
}

body.Windows .enquiries-center-faq .action a.send-mail {
  display: inline-block;
  vertical-align: bottom;
  margin: 0 auto;
}

body.Windows .enquiries-center-faq .action .svg-icon {
  vertical-align: top;
}

body.Windows .how-can-we-help .book-viewing .action {
  height: auto;
  padding: 11px 12px 8px;
}

body.Windows .buyer-two-column .right .head .cta-btn.cta-xs {
  padding: 14px 30px 10px;
}
