/*
Theme Name: Cairn Estate Agency
Theme URI: http://example.com/twenty-twenty-child/
Description: Cairn Estate Agency Theme
Author: John Doe
Author URI: http://example.com
Template: twentytwenty
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
Text Domain: cairnestateagency
*/
/* bootstrap */

body.page-id-3875 .footerWidgetBranchesWrapper .footerWidgetBranchItemInner .footerWidgetBrancheName h2 {
  margin-top: 0px !important;
}

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

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height .35s ease
}

@media (prefers-reduced-motion:reduce) {
  .collapsing {
    transition: none
  }
}

dl,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
p,
pre,
ul {
  margin-top: 0
}

address,
dl,
ol,
p,
pre,
ul {
  margin-bottom: 1rem
}

img,
svg {
  vertical-align: middle
}

body,
caption {
  text-align: left
}

dd,
label {
  margin-bottom: .5rem
}

pre,
textarea {
  overflow: auto
}

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

address,
legend {
  line-height: inherit
}

progress,
sub,
sup {
  vertical-align: baseline
}

button,
hr,
input {
  overflow: visible
}

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

body,
pre {
  color: #212529
}

a>code,
legend,
pre code {
  color: inherit
}

:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

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

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent
}

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

dt,
kbd kbd {
  font-weight: 700
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important
}

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

[role=button],
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled),
summary {
  cursor: pointer
}

address {
  font-style: normal
}

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

dd {
  margin-left: 0
}

blockquote,
figure {
  margin: 0 0 1rem
}

b,
strong {
  font-weight: bolder
}

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

sub {
  bottom: -.25em
}

sup {
  top: -.5em
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent
}

a:hover {
  color: #0056b3;
  text-decoration: underline
}

a:not([href]):not([class]),
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none
}

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

pre {
  -ms-overflow-style: scrollbar
}

img {
  border-style: none
}

svg {
  overflow: hidden
}

table {
  border-collapse: collapse
}

caption {
  padding-top: .75rem;
  padding-bottom: .75rem;
  color: #6c757d;
  caption-side: bottom
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent
}

label {
  display: inline-block
}

button {
  border-radius: 0
}

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

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

button,
select {
  text-transform: none
}

select {
  word-wrap: normal
}

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

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

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

textarea {
  resize: vertical
}

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

legend {
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  white-space: normal
}

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

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

.custom-range:focus,
.modal {
  outline: 0
}

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

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

.display-1,
.display-2,
.display-3,
.display-4 {
  line-height: 1.2
}

.figure,
.list-inline-item,
output {
  display: inline-block
}

summary {
  display: list-item
}

template {
  display: none
}

[hidden] {
  display: none !important
}

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

.blockquote,
hr {
  margin-bottom: 1rem
}

.display-1,
.display-2,
.display-3,
.display-4,
.lead {
  font-weight: 300
}

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

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

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

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

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

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

.lead {
  font-size: 1.25rem
}

.display-1 {
  font-size: 6rem
}

.display-2 {
  font-size: 5.5rem
}

.display-3 {
  font-size: 4.5rem
}

.display-4 {
  font-size: 3.5rem
}

hr {
  box-sizing: content-box;
  height: 0;
  margin-top: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, .1)
}

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

code,
kbd,
pre {
  font-size: 87.5%
}

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

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

.list-inline-item:not(:last-child) {
  margin-right: .5rem
}

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

.blockquote {
  font-size: 1.25rem
}

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d
}

.blockquote-footer::before {
  content: "\2014\00A0"
}

.img-thumbnail {
  padding: .25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: .25rem
}

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

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

code {
  color: #e83e8c;
  word-wrap: break-word
}

kbd {
  padding: .2rem .4rem;
  color: #fff;
  background-color: #212529;
  border-radius: .2rem
}

kbd kbd {
  padding: 0;
  font-size: 100%
}

pre {
  display: block
}

pre code {
  font-size: inherit;
  word-break: normal
}

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

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.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
  }
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  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,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.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-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.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-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.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-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.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-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px
}

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

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

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

.col-4,
.row-cols-3>* {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%
}

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

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

.col-2,
.row-cols-6>* {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%
}

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

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

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

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

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

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

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

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

@media (min-width:768px) {

  .container,
  .container-md,
  .container-sm {
    max-width: 720px
  }

  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
  }

  .col-md-12,
  .row-cols-md-1>* {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }

  .col-md-6,
  .row-cols-md-2>* {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
  }

  .col-md-4,
  .row-cols-md-3>* {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
  }

  .col-md-3,
  .row-cols-md-4>* {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
  }

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

  .col-md-2,
  .row-cols-md-6>* {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%
  }

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

  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%
  }

  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%
  }

  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%
  }

  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%
  }

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

  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%
  }

  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%
  }
}

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}

.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-range::-moz-focus-outer {
  border: 0
}

.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -.25rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  -webkit-appearance: none;
  appearance: none
}

.custom-range::-webkit-slider-thumb:active {
  background-color: #b3d7ff
}

.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: .5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem
}

.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  -moz-appearance: none;
  appearance: none
}

.custom-range::-moz-range-thumb:active {
  background-color: #b3d7ff
}

.custom-range::-moz-range-track {
  width: 100%;
  height: .5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem
}

.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: .2rem;
  margin-left: .2rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -ms-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  appearance: none
}

.custom-range::-ms-thumb:active {
  background-color: #b3d7ff
}

.custom-range::-ms-track {
  width: 100%;
  height: .5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: .5rem
}

.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem
}

.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem
}

.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd
}

.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default
}

.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd
}

.custom-range:disabled::-moz-range-track {
  cursor: default
}

.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.modal-open {
  overflow: hidden
}

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

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

.modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none
}

.modal.fade .modal-dialog {
  transition: transform .3s ease-out;
  transition: transform .3s ease-out, -webkit-transform .3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px)
}

@media (prefers-reduced-motion:reduce) {
  .custom-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none
  }

  .custom-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none
  }

  .custom-range::-ms-thumb {
    -ms-transition: none;
    transition: none
  }

  .custom-control-label::before,
  .custom-file-label,
  .custom-select,
  .modal.fade .modal-dialog {
    transition: none
  }
}

.modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none
}

.modal.modal-static .modal-dialog {
  -webkit-transform: scale(1.02);
  transform: scale(1.02)
}

.modal-dialog-scrollable {
  display: -ms-flexbox;
  display: flex;
  max-height: calc(100% - 1rem)
}

.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden
}

.modal-dialog-scrollable .modal-footer,
.modal-dialog-scrollable .modal-header {
  -ms-flex-negative: 0;
  flex-shrink: 0
}

.modal-dialog-scrollable .modal-body {
  overflow-y: auto
}

.modal-dialog-centered {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - 1rem)
}

.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
  content: ""
}

.modal-dialog-centered.modal-dialog-scrollable {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none
}

.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none
}

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

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

.modal-backdrop.fade {
  opacity: 0
}

.modal-backdrop.show {
  opacity: .5
}

.modal-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(.3rem - 1px);
  border-top-right-radius: calc(.3rem - 1px)
}

.modal-header .close {
  padding: 1rem;
  margin: -1rem -1rem -1rem auto
}

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

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

.modal-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: .75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(.3rem - 1px);
  border-bottom-left-radius: calc(.3rem - 1px)
}

.modal-footer>* {
  margin: .25rem
}

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

@media (min-width:576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
  }

  .col-sm-12,
  .row-cols-sm-1>* {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }

  .col-sm-6,
  .row-cols-sm-2>* {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
  }

  .col-sm-4,
  .row-cols-sm-3>* {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
  }

  .col-sm-3,
  .row-cols-sm-4>* {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
  }

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

  .col-sm-2,
  .row-cols-sm-6>* {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%
  }

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

  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%
  }

  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%
  }

  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%
  }

  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%
  }

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

  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%
  }

  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%
  }

  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto
  }

  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem)
  }

  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem)
  }

  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem)
  }

  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content
  }

  .modal-sm {
    max-width: 300px
  }
}

@media (min-width:992px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm {
    max-width: 960px
  }

  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
  }

  .col-lg-12,
  .row-cols-lg-1>* {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }

  .col-lg-6,
  .row-cols-lg-2>* {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
  }

  .col-lg-4,
  .row-cols-lg-3>* {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
  }

  .col-lg-3,
  .row-cols-lg-4>* {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
  }

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

  .col-lg-2,
  .row-cols-lg-6>* {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%
  }

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

  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%
  }

  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%
  }

  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%
  }

  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%
  }

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

  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%
  }

  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%
  }

  .modal-lg,
  .modal-xl {
    max-width: 800px
  }
}

@media (min-width:1200px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .modal-xl {
    max-width: 1140px
  }

  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
  }

  .col-xl-12,
  .row-cols-xl-1>* {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }

  .col-xl-6,
  .row-cols-xl-2>* {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
  }

  .col-xl-4,
  .row-cols-xl-3>* {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
  }

  .col-xl-3,
  .row-cols-xl-4>* {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
  }

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

  .col-xl-2,
  .row-cols-xl-6>* {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%
  }

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

  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%
  }

  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%
  }

  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%
  }

  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%
  }

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

  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%
  }

  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%
  }
}

/* end bootstrap */
#cn-accept-cookie,
.highlight,
.pageBannerWrapper .cSoftW04Text,
.pageBannerWrapper .cText,
.primary-menu ul a,
.primary-menu>li:first-child>a,
.valuationCollapseWrapper .mainContent .cOpenSansText,
.valuationCollapseWrapper .mainContent .cText,
.whiteColor,
.whiteColor * {
  color: #fff !important
}

#cn-accept-cookie,
.btnStyle {
  font-family: 'Proxima Nova', 'Proxima Nova', HelveticaNeue, "Helvetica Neue", Helvetica, Arial, sans-serif;
  cursor: pointer !important;
  box-shadow: none !important;
  outline: 0 !important
}

.footer-horizontally-menu .blog-menu .menu-item a,
.horizontally-menu .blog-menu .menu-item a {
  font-family: 'Proxima Nova', SegoeUI, HelveticaNeue, "Helvetica Neue", Helvetica, Arial, sans-serif !important
}

#cn-accept-cookie,
.wpcf7 input:focus,
.wpcf7 textarea:focus,
.btnStyle,
.wpcf7 .contactFormMainSection-input:focus,
.wpcf7 .contactFormMainSection-textarea:focus {
  outline: 0 !important
}

.av-hamburger-box,
.redesign-search-ui-border .furnished-area:not(.type-rent),
.redesign-search-ui-border .specificationCollapse,
.redesign-search-ui-border .status-area.type-rent .type-sale,
.redesign-search-ui-border .status-area.type-sale .type-rent,
.tool-container.tool-top.toolbar-primary:not(.animate-standard) .tool-items {
  display: none !important
}

::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 7px;
  -webkit-overflow-scrolling: auto !important
}

::-webkit-scrollbar-track {
  background-color: #fff !important
}

::-webkit-scrollbar-thumb {
  background-color: #323649 !important
}

::selection {
  color: #fff !important
}

::-moz-selection {
  color: #fff !important
}

#site-content a:not(.underline),
a {
  text-decoration: none !important
}

#site-header .primary-menu .menu-item.current-menu-item,
.underline,
a:not(.noUnderline):active,
a:not(.noUnderline):focus,
a:not(.noUnderline):hover {
  text-decoration: underline !important
}

#site-content a:not(.noUnderline):not(.page-numbers) {
  font-weight: 700 !important;
  text-decoration: underline !important;
}

#site-content a:not(.noUnderline):active,
#site-content a:not(.noUnderline):focus,
#site-content a:not(.noUnderline):hover {
  font-weight: 700 !important;
  color: #323649 !important;
  text-decoration: underline !important
}

#site-content .postContentPageChild.leftChild a:not(.underline),
#site-content .postContentPageChild.leftChild a {
  text-decoration: underline !important;
  font-weight: 700 !important;
}

body.page-id-3642 #site-content a:not(.noUnderline) {
  font-weight: 700 !important;
  text-decoration: underline !important;
}

.page-template-template-branches .branchesPageContent a:not(.noUnderline):not(.btnStyle) {
  font-weight: 700 !important;
  text-decoration: underline !important;
  text-decoration-color: #000 !important;
}

.page-template-template-branches .branchesPageContent a:not(.noUnderline):not(.btnStyle):active,
.page-template-template-branches .branchesPageContent a:not(.noUnderline):not(.btnStyle):focus,
.page-template-template-branches .branchesPageContent a:not(.noUnderline):not(.btnStyle):hover {
  font-weight: 700 !important;
  color: #323649 !important;
  text-decoration: underline !important
}

body.page-id-952 #site-content a:not(.noUnderline):not(.btnStyle) {
  text-decoration-color: #000 !important;
}

.page-template-template-property .propertyDetailSection a:not(.noUnderline):not(.btnStyle) {
  font-weight: 700 !important;
  text-decoration: underline !important;
  text-decoration-color: #000 !important;
}

.page-template-template-property .propertyDetailSection a:not(.noUnderline):not(.btnStyle):active,
.page-template-template-property .propertyDetailSection a:not(.noUnderline):not(.btnStyle):focus,
.page-template-template-property .propertyDetailSection a:not(.noUnderline):not(.btnStyle):hover {
  font-weight: 700 !important;
  color: #323649 !important;
  text-decoration: underline !important
}

.boldWeight,
.footer-nav-widgets-wrapper .current-menu-item a:not(.noUnderline):active,
.footer-nav-widgets-wrapper .current-menu-item a:not(.noUnderline):focus,
.footer-nav-widgets-wrapper .current-menu-item a:not(.noUnderline):hover,
.footer-nav-widgets-wrapper .footerBelowSection a:not(.noUnderline):active,
.footer-nav-widgets-wrapper .footerBelowSection a:not(.noUnderline):focus,
.footer-nav-widgets-wrapper .footerBelowSection a:not(.noUnderline):hover {
  font-weight: 700 !important
}

#cn-accept-cookie,
.footer-nav-widgets-wrapper .footerAboveSection a:not(.noUnderline):active,
.footer-nav-widgets-wrapper .footerAboveSection a:not(.noUnderline):focus,
.footer-nav-widgets-wrapper .footerAboveSection a:not(.noUnderline):hover,
.normalWeight {
  font-weight: 400 !important
}

#footer .widget .textwidget .contact .item .value,
.site-title {
  font-weight: 600
}

.megaMenuWrapper .mainMenuItemInner:not(.noUnderline):active,
.megaMenuWrapper .mainMenuItemInner:not(.noUnderline):focus,
.megaMenuWrapper .mainMenuItemInner:not(.noUnderline):hover,
.megaMenuWrapper .megaBottomSectionChild a:not(.noUnderline):active h2,
.megaMenuWrapper .megaBottomSectionChild a:not(.noUnderline):focus h2,
.megaMenuWrapper .megaBottomSectionChild a:not(.noUnderline):hover h2 {
  color: #82777d !important
}

.megaMenuWrapper .megaBottomSectionChild a:not(.noUnderline):active img,
.megaMenuWrapper .megaBottomSectionChild a:not(.noUnderline):focus img,
.megaMenuWrapper .megaBottomSectionChild a:not(.noUnderline):hover img {
  filter: brightness(0) saturate(100%) invert(62%) sepia(10%) saturate(267%) hue-rotate(275deg) brightness(75%) contrast(86%) !important
}

a.btnStyle:hover,
a.btnStyle:active,
a.btnStyle:focus,
a:hover .btnStyle,
a:active .btnStyle,
a:focus .btnStyle,
a.btnSmallStyle:hover,
a.btnSmallStyle:active,
a.btnSmallStyle:focus,
a:hover .btnSmallStyle,
a:active .btnSmallStyle,
a:focus .btnSmallStyle {
  text-decoration: none !important;
}

.footer-nav-widgets-wrapper .footerAboveSection body * {
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased
}

.grecaptcha-badge {
  z-index: 500
}

#cn-accept-cookie {
  font-size: 13px !important;
  line-height: 14px !important;
  border: 0 !important;
  padding: 5px 12px !important;
  border-radius: 4px !important
}

#Footer,
.redesign-search-ui-border .advanced-control-border .option-container.advanced-type,
.redesign-search-ui-border .search-sub-title,
.redesign-search-ui-border .search-title,
ul.primary-menu {
  font-family: 'Proxima Nova', HelveticaNeue, "Helvetica Neue", Helvetica, Arial, sans-serif
}

#cn-notice-text,
.smallStylePageBanner {
  margin: 0 !important
}

.fullwidth {
  width: 100%
}

#site-header {
  background: #fff;
  position: relative;
  border: 1px solid #323649
}

.header-inner {
  max-width: 100%;
  padding: 38px 0;
  z-index: 100
}

.header-titles-wrapper {
  align-items: center;
  display: flex;
  justify-content: center;
  text-align: center
}

body:not(.enable-search-modal) .header-titles-wrapper {
  justify-content: flex-start;
  padding-left: 0;
  text-align: left
}

.header-titles .site-logo .site-logo,
.site-description,
.site-logo,
.site-title,
body:not(.enable-search-modal) .site-logo img {
  margin: 0
}

.site-title {
  font-size: 2.1rem;
  line-height: 1
}

.site-title a {
  color: inherit;
  display: block;
  text-decoration: none
}

.header-inner .toggle:focus .toggle-text,
.header-inner .toggle:hover .toggle-text,
.modal-menu a:focus,
.modal-menu a:hover,
.modal-menu li.current-menu-item>.ancestor-wrapper>a,
.modal-menu li.current_page_ancestor>.ancestor-wrapper>a,
.primary-menu .current_page_ancestor,
.primary-menu a:focus,
.primary-menu a:hover,
.primary-menu li#glt-translate-trigger:hover span,
.primary-menu li.current-menu-item>.link-icon-wrapper>a,
.primary-menu li.current-menu-item>a,
.site-title a:focus,
.site-title a:hover {
  text-decoration: underline
}

#footer .widget .textwidget .socials a,
.av-burger-overlay-active .social-menu .socials a,
.modal-menu a,
.primary-menu a,
.primary-menu li.current-menu-item>.link-icon-wrapper>a:focus,
.primary-menu li.current-menu-item>.link-icon-wrapper>a:hover,
.primary-menu li.current-menu-item>a:focus,
.primary-menu li.current-menu-item>a:hover,
.socialContainer a {
  text-decoration: none
}

.site-description {
  margin-top: 1rem;
  color: #6d6d6d;
  font-size: 1.8rem;
  font-weight: 500;
  display: none;
  letter-spacing: -.0311em;
  transition: .15s linear
}

#top #wrap_all #av-burger-menu-ul,
.for-large,
.horizontally-menu .blog-menu .menu-item-hover:hover .menu-item-sub,
.menu-wrapper .active,
.site-logo a,
.site-logo img,
.specificationCollapse.in,
.specificationCollapse.in~.btn-collpase-search:before,
.specificationCollapse~.btn-collpase-search:after {
  display: block
}

.site-logo img {
  max-height: 6rem;
  margin: 0 auto;
  width: auto
}

.overlay-header #site-header {
  background: 0 0;
  margin: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 2
}

.overlay-header .header-inner,
.wpcf7 .contactFormMainSection h3,
.wpcf7 .wpcf7-not-valid-tip {
  color: #fff
}

.overlay-header .site-description,
.overlay-header .toggle,
.overlay-header .toggle-text {
  color: inherit
}

.overlay-header .header-inner .toggle-wrapper::before {
  background-color: currentColor;
  opacity: .25
}

.admin-bar .menu-modal,
.admin-bar.overlay-header #site-header {
  top: 32px
}

.for-mobile,
.header-toggles,
.social-menu,
.specificationCollapse,
.specificationCollapse.in~.btn-collpase-search:after,
.specificationCollapse~.btn-collpase-search:before,
.status-area.type-rent .type-sale,
.status-area.type-sale .type-rent {
  display: none
}

.header-inner .toggle {
  align-items: center;
  display: flex;
  overflow: visible;
  padding: 0 2rem
}

.header-inner .toggle svg {
  display: block;
  position: relative;
  z-index: 1
}

.header-inner .toggle path {
  fill: currentColor
}

.toggle-inner {
  display: flex;
  justify-content: center;
  height: 2.3rem;
  position: relative
}

.toggle-icon {
  display: block;
  overflow: hidden
}

.toggle-inner .toggle-text {
  color: #6d6d6d;
  font-size: 1rem;
  font-weight: 600;
  position: absolute;
  top: calc(100% + .5rem);
  width: auto;
  white-space: nowrap;
  word-break: break-all
}

.search-toggle {
  position: absolute;
  bottom: 0;
  left: 0;
  top: 0
}

.search-toggle .toggle-icon,
.search-toggle svg {
  height: 2.5rem;
  max-width: 2.3rem;
  width: 2.3rem
}

.nav-toggle {
  position: absolute;
  bottom: 0;
  right: 0;
  top: 0;
  width: 6.6rem
}

.nav-toggle .toggle-icon,
.nav-toggle svg {
  height: .8rem;
  width: 2.6rem
}

.nav-toggle .toggle-inner {
  padding-top: .8rem
}

ul.primary-menu {
  display: flex;
  font-size: 20px;
  font-weight: 400;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin: 0 -15px !important;
  list-style: none;
  color: #323649;
  padding: 0 !important;
  align-items: center
}

.av-burger-overlay-inner .av-active-burger-items .avia-menu-text,
.button-home a {
  font-family: 'Proxima Nova', SegoeUI, HelveticaNeue, 'Helvetica Neue', Helvetica, Arial, sans-serif !important
}

.primary-menu li {
  font-size: inherit !important;
  line-height: 22px;
  position: relative;
  margin: 0;
  padding: 0 13px;
  border-left: 1px solid #707070
}

.primary-menu li#glt-translate-trigger {
  display: block !important;
  position: relative !important;
  top: unset !important;
  left: unset !important;
  right: unset !important;
  bottom: unset !important;
  box-shadow: none !important;
  text-shadow: none !important;
  border-radius: 0 !important;
  background-color: transparent !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  font-weight: 400
}

.footerAboveSection {
  position: relative !important
}

.footerAboveSection .tool-container.tool-top.toolbar-primary {
  position: absolute !important;
  top: unset !important;
  bottom: 100% !important;
  left: 10px !important;
  right: 10px !important;
  bottom: calc(100% - 20px) !important
}

.primary-menu li#glt-translate-trigger>span {
  color: #323649
}

.primary-menu>li:first-child {
  background-color: #323649;
  border-radius: 30px;
  padding: 10px 20px;
}

.primary-menu>li:first-child a,
.primary-menu>li:first-child a:hover,
.primary-menu>li:first-child a:active,
.primary-menu>li:first-child a:focus {
  text-decoration: none !important;
}

.primary-menu>li:first-child,
.primary-menu>li:nth-child(2) {
  border-left: 0
}

.primary-menu a {
  color: #323649 !important;
  display: block;
  line-height: 28px;
  margin: 0 !important
}

.footerAboveSection .primary-menu li.current-menu-item>.link-icon-wrapper>a,
.footerAboveSection .primary-menu li.current-menu-item>a,
.paginations .page-numbers.current,
.paginations .page-numbers:active,
.paginations .page-numbers:focus,
.paginations .page-numbers:hover {
  font-weight: 700
}

.primary-menu ul {
  list-style: none;
  background-color: #323649 !important;
  border-radius: 20px;
  color: #fff;
  font-size: 20px;
  line-height: 22px;
  display: none;
  padding: 5px 20px;
  position: absolute;
  right: 9999rem;
  top: calc(100% + 20px);
  transition: opacity .15s linear, transform .15s linear, right 0s .15s;
  transform: translateY(.6rem);
  width: 320px;
  z-index: 99999
}

header .primary-menu li.menu-item-has-children.focus>ul,
header .primary-menu li.menu-item-has-children:focus>ul,
header .primary-menu li.menu-item-has-children:hover>ul {
  right: 0;
  display: block;
  transform: translateY(0);
  transition: opacity .15s linear, transform .15s linear
}

.primary-menu ul::after,
.primary-menu ul::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 100%
}

.primary-menu ul::before {
  height: 2rem;
  left: 0;
  right: 0
}

.primary-menu ul::after {
  border: .8rem solid transparent;
  border-bottom-color: #323649 !important;
  right: 1.8rem
}

.primary-menu ul li {
  padding: 10px 0 !important;
  border: 0
}

.primary-menu ul li:not(:last-child) {
  border: solid rgba(255, 255, 255, .3);
  border-width: 0 0 1px
}

.primary-menu ul a {
  background: 0 0;
  border: none;
  display: block;
  padding: 0;
  transition: background-color .15s linear;
  width: 100%
}

.primary-menu ul li.menu-item-has-children>a {
  padding-right: 4.5rem
}

.primary-menu ul li.menu-item-has-children .icon {
  position: absolute;
  right: 1.5rem;
  top: calc(50% - .5rem)
}

.primary-menu ul ul {
  top: -1rem
}

.primary-menu ul li.menu-item-has-children.focus>ul,
.primary-menu ul li.menu-item-has-children:focus>ul,
.primary-menu ul li.menu-item-has-children:hover>ul {
  right: calc(100% + 2rem)
}

.primary-menu ul ul::before {
  bottom: 0;
  height: auto;
  left: auto;
  right: -2rem;
  top: 0;
  width: 2rem
}

.primary-menu ul ul::after {
  border-bottom-color: transparent;
  border-left-color: #000;
  bottom: auto;
  right: -1.6rem;
  top: 2rem
}

.rtl .primary-menu ul ul::after,
button.sub-menu-toggle.active svg {
  transform: rotate(180deg)
}

@media (any-pointer:coarse) {
  .primary-menu>li.menu-item-has-children>a {
    padding-right: 0;
    margin-right: 2rem
  }

  .primary-menu ul li.menu-item-has-children>a {
    margin-right: 4.5rem;
    padding-right: 0;
    width: unset
  }
}

body.touch-enabled .primary-menu>li.menu-item-has-children>a {
  padding-right: 0;
  margin-right: 2rem
}

body.touch-enabled .primary-menu ul li.menu-item-has-children>a {
  margin-right: 4.5rem;
  padding-right: 0;
  width: unset
}

.menu-modal {
  background: #fff;
  display: none;
  opacity: 0;
  overflow-y: auto;
  overflow-x: hidden;
  position: fixed;
  bottom: 0;
  left: -99999rem;
  right: 99999rem;
  top: 0;
  transition: opacity .25s ease-in, left 0s .25s, right 0s .25s;
  z-index: 99
}

.home-header,
.menu-wrapper,
.menu-wrapper .menu-item,
.modal-menu,
.pageBannerWrapper,
.propertyItemWrapper .propertyItemThumbnail,
.redesign-search-ui-container {
  position: relative
}

@media (max-width:782px) {

  .admin-bar .menu-modal,
  .admin-bar.overlay-header #site-header {
    top: 46px
  }
}

.megaMenuWrapper .megaMenuInner .megaBottomSection .megaBottomSectionChild.rightChild,
.menu-modal.show-modal {
  display: flex
}

.menu-modal.active {
  left: 0;
  opacity: 1;
  right: 0;
  transition: opacity .25s ease-out
}

.menu-modal-inner {
  background: #fff;
  display: flex;
  justify-content: stretch;
  overflow: auto;
  -ms-overflow-style: auto;
  width: 100%
}

.menu-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between
}

button.close-nav-toggle {
  align-items: center;
  display: flex;
  font-size: 1.6rem;
  font-weight: 500;
  justify-content: flex-end;
  padding: 3.1rem 0;
  width: 100%
}

button.close-nav-toggle svg {
  height: 1.6rem;
  width: 1.6rem
}

button.close-nav-toggle .toggle-text {
  margin-right: 1.6rem
}

.menu-modal .menu-top {
  flex-shrink: 0
}

.modal-menu {
  left: calc(50% - 50vw);
  width: 100vw
}

.modal-menu li {
  border-color: #dedfdf;
  border-style: solid;
  border-width: .1rem 0 0;
  display: flex;
  flex-wrap: wrap;
  line-height: 1;
  justify-content: flex-start;
  margin: 0
}

.modal-menu>li>.ancestor-wrapper>a,
.modal-menu>li>a {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: -.0375em
}

.modal-menu>li:last-child {
  border-bottom-width: .1rem
}

.modal-menu .ancestor-wrapper {
  display: flex;
  justify-content: space-between;
  width: 100%
}

.modal-menu a {
  display: block;
  padding: 2rem 2.5rem;
  width: 100%
}

button.sub-menu-toggle {
  border-left: .1rem solid #dedfdf;
  flex-shrink: 0;
  margin: 1rem 0;
  padding: 0 2.5rem
}

button.sub-menu-toggle svg {
  height: .9rem;
  transition: transform .15s linear;
  width: 1.5rem
}

.modal-menu ul {
  display: none;
  margin: 0;
  width: 100%
}

.modal-menu ul li {
  border-left-width: 1rem
}

.modal-menu ul li a {
  color: inherit;
  font-weight: 500
}

.menu-wrapper.is-toggling,
.paginations .page-numbers.dots {
  pointer-events: none
}

.menu-wrapper.is-toggling .menu-item {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  width: 100%
}

.menu-wrapper.is-toggling .menu-bottom .social-menu .menu-item {
  width: auto
}

.menu-wrapper.is-animating .menu-item,
.menu-wrapper.is-animating .toggling-target {
  transition-duration: 250ms
}

.menu-wrapper.is-animating .menu-item {
  transition-property: transform
}

.menu-wrapper.is-toggling .toggling-target {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1
}

._2row,
._3row,
.overlay-infomation-feature .overlay-text.addition {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden
}

.menu-wrapper.is-toggling .toggling-target.active {
  opacity: 0
}

.menu-wrapper.is-animating.is-toggling .toggling-target {
  display: block;
  transition-property: opacity;
  opacity: 0
}

.menu-wrapper.is-animating.is-toggling .toggling-target.active {
  opacity: 1
}

.menu-wrapper.is-toggling .modal-menu>li:last-child li {
  border-top-color: transparent;
  border-bottom-width: .1rem
}

@media (prefers-reduced-motion:reduce) {

  .menu-wrapper.is-animating .menu-item,
  .menu-wrapper.is-animating .toggling-target {
    transition-duration: 1ms !important
  }
}

.header_color .header_bg {
  border: 1px solid #323649 !important
}

section.wpb-content-wrapper {
  padding: 0 !important
}

@font-face {
  font-family: 'Proxima Nova Alt';
  src: local('Proxima Nova Alt Light'), url('/assets/uploads/cairnestateagency/fonts/proxima/ttf/Proxima Nova Alt Light.ttf') format('truetype'), url('/assets/uploads/cairnestateagency/fonts/proxima/oet/Proxima Nova Alt Light.oet') format('embedded-opentype');
  font-weight: 200;
  font-display: swap;
  font-style: normal
}

@font-face {
  font-family: 'Proxima Nova Alt';
  src: local('Proxima Nova Alt Thin'), url('/assets/uploads/cairnestateagency/fonts/proxima/ttf/Proxima Nova Alt Thin.ttf') format('truetype'), url('/assets/uploads/cairnestateagency/fonts/proxima/oet/Proxima Nova Alt Thin.oet') format('embedded-opentype');
  font-weight: 300;
  font-display: swap;
  font-style: normal
}

@font-face {
  font-family: 'Proxima Nova Alt';
  src: local('Proxima Nova Alt Bold'), url('/assets/uploads/cairnestateagency/fonts/proxima/ttf/Proxima Nova Alt Bold.ttf') format('truetype'), url('/assets/uploads/cairnestateagency/fonts/proxima/oet/Proxima Nova Alt Bold.oet') format('embedded-opentype');
  font-weight: 700;
  font-display: swap;
  font-style: normal
}

@font-face {
  font-family: 'Proxima Nova';
  src: local('Proxima Nova Thin'), url('/assets/uploads/cairnestateagency/fonts/proxima/ttf/Proxima Nova Thin.ttf') format('truetype'), url('/assets/uploads/cairnestateagency/fonts/proxima/oet/Proxima Nova Thin.eot') format('embedded-opentype');
  font-weight: 300;
  font-display: swap;
  font-style: normal
}

@font-face {
  font-family: 'Proxima Nova';
  src: local('Proxima Nova Regular'), url('/assets/uploads/cairnestateagency/fonts/proxima/ttf/ProximaNova-Regular.ttf') format('truetype'), url('/assets/uploads/cairnestateagency/fonts/proxima/oet/ProximaNova-Regular.eot') format('embedded-opentype');
  font-weight: 400;
  font-display: swap;
  font-style: normal
}

@font-face {
  font-family: 'Proxima Nova';
  src: local('Proxima Nova SemiBold'), url('/assets/uploads/cairnestateagency/fonts/proxima/ttf/Proxima Nova Semibold.ttf') format('truetype'), url('/assets/uploads/cairnestateagency/fonts/proxima/oet/Proxima Nova Semibold.eot') format('embedded-opentype');
  font-weight: 600;
  font-display: swap;
  font-style: normal
}

@font-face {
  font-family: 'Proxima Nova';
  src: local('Proxima Nova Bold'), url('/assets/uploads/cairnestateagency/fonts/proxima/ttf/Proxima Nova Bold.ttf') format('truetype'), url('/assets/uploads/cairnestateagency/fonts/proxima/oet/Proxima Nova Bold.eot') format('embedded-opentype');
  font-weight: 700;
  font-display: swap;
  font-style: normal
}

@font-face {
  font-family: 'Proxima Nova';
  src: local('Proxima Nova Extra Bold'), url('/assets/uploads/cairnestateagency/fonts/proxima/ttf/Proxima Nova Extrabold.ttf') format('truetype'), url('/assets/uploads/cairnestateagency/fonts/proxima/oet/Proxima Nova Extrabold.eot') format('embedded-opentype');
  font-weight: 800;
  font-display: swap;
  font-style: normal
}

@font-face {
  font-family: 'Proxima Nova';
  src: local('Proxima Nova Black'), url('/assets/uploads/cairnestateagency/fonts/proxima/ttf/Proxima Nova Black.ttf') format('truetype'), url('/assets/uploads/cairnestateagency/fonts/proxima/oet/Proxima Nova Black.eot') format('embedded-opentype');
  font-weight: 900;
  font-display: swap;
  font-style: normal
}

@font-face {
  font-family: SegoeUI;
  src: local('SegoeUI'), url('/assets/uploads/cairnestateagency/fonts/segoeui/ttf/Segoe UI.ttf') format('truetype'), url('/assets/uploads/cairnestateagency/fonts/segoeui/oet/SegoeUI.eot') format('embedded-opentype');
  font-weight: 400;
  font-display: swap;
  font-style: normal
}

@font-face {
  font-family: SegoeUI;
  src: local('SegoeUI Italic'), url('/assets/uploads/cairnestateagency/fonts/segoeui/ttf/Segoe UI Italic.ttf') format('truetype'), url('/assets/uploads/cairnestateagency/fonts/segoeui/oet/SegoeUIItalic.eot') format('embedded-opentype');
  font-weight: 400;
  font-display: swap;
  font-style: italic
}

@font-face {
  font-family: SegoeUI;
  src: local('SegoeUI Bold'), url('/assets/uploads/cairnestateagency/fonts/segoeui/ttf/Segoe UI Bold.ttf') format('truetype'), url('/assets/uploads/cairnestateagency/fonts/segoeui/oet/SegoeUIBold.eot') format('embedded-opentype');
  font-weight: 700;
  font-display: swap;
  font-style: normal
}

@font-face {
  font-family: SegoeUI;
  src: local('SegoeUI Bold Italic'), url('/assets/uploads/cairnestateagency/fonts/segoeui/ttf/Segoe UI Bold Italic.ttf') format('truetype'), url('/assets/uploads/cairnestateagency/fonts/segoeui/oet/SegoeUIBoldItalic.eot') format('embedded-opentype');
  font-weight: 700;
  font-display: swap;
  font-style: italic
}

@font-face {
  font-family: ProximaNovaSoftW04-Semibold;
  src: local('ProximaNovaSoftW04-Semibold'), url('/assets/uploads/cairnestateagency/fonts/proxima/ttf/Proxima Nova Soft.ttf') format('truetype'), url('/assets/uploads/cairnestateagency/fonts/proxima/oet/Proxi Nova Soft.eot') format('embedded-opentype');
  font-weight: 900;
  font-display: swap;
  font-style: normal
}

@font-face {
  font-family: 'Open Sans';
  src: url('/assets/uploads/cairnestateagency/fonts/OpenSans-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap
}

@font-face {
  font-family: 'Open Sans';
  src: url('/assets/uploads/cairnestateagency/fonts/OpenSans-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap
}

@font-face {
  font-family: 'Open Sans';
  src: url('/assets/uploads/cairnestateagency/fonts/OpenSans-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap
}

@font-face {
  font-family: 'Open Sans';
  src: url('/assets/uploads/cairnestateagency/fonts/OpenSans-Semibold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap
}

.maxText {
  font-size: 90.77px !important;
  line-height: 75.92px !important
}

.semiMaxText {
  font-size: 75px !important;
  line-height: 75px !important
}

.largeText {
  font-size: 60px !important;
  line-height: 65px !important
}

.extraMediumText,
.semiLargeText {
  line-height: 45px !important;
  margin: 0 0 15px !important
}

.semiLargeText {
  font-size: 45px !important
}

.extraMediumText {
  font-size: 40px !important
}

.mediumText {
  font-size: 30px !important;
  line-height: 35px !important;
  margin: 0 0 15px !important
}

.semiMediumText1 {
  font-size: 27px !important;
  line-height: 37px !important;
  margin: 0 0 15px !important
}

.semiMediumText {
  font-size: 25px !important;
  line-height: 35px !important;
  margin: 0 0 15px !important
}

.semiMediumText2 {
  font-size: 23px !important;
  line-height: 32px !important;
  margin: 0 0 15px !important
}

.lightMediumText {
  font-size: 20px !important;
  line-height: 27px !important;
  margin: 0 0 15px !important
}

.lightMedium1Text {
  font-size: 18px !important;
  line-height: 26px !important;
  margin: 0 0 15px !important
}

.semiDefault1Text {
  font-size: 16px !important;
  line-height: 18px !important
}

.semiDefaultText {
  font-size: 14px !important;
  line-height: 16px !important
}

.btnStyle,
.contentText {
  font-size: 15px !important
}

.contentText,
.contentUl li {
  line-height: 25px !important
}

.contentText {
  margin: 0 0 20px !important
}

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

._2row {
  -webkit-line-clamp: 2
}

._3row {
  -webkit-line-clamp: 3
}

.newsSummaryText {
  max-height: 75px
}

.btnStyle {
  line-height: 18px !important;
  font-weight: 600 !important;
  border: 0 !important;
  padding: 14px 36px !important;
  border-radius: 30px !important;
  display: block;
  text-decoration: none !important;
  transition: border-radius .3s
}

.btnLargeStyle {
  font-size: 18px !important;
  line-height: 31px !important;
  font-weight: 600 !important;
  padding: 12px 70px !important;
  border-radius: 30px !important
}

.btnSmallStyle,
.btnVerySmallStyle {
  font-size: 15px !important;
  line-height: 18px !important;
  font-weight: 600 !important;
  border-radius: 30px !important
}

.btnVerySmallStyle {
  padding: 7px 15px !important
}

.btnSmallStyle {
  padding: 13px 26px !important
}

.btnMinStyle {
  font-size: 13px !important;
  line-height: 16px !important;
  font-weight: 600 !important;
  padding: 14px 30px !important;
  border-radius: 30px !important
}

.btnStyle:not(.btnLargeStyle):not(.btnVerySmallStyle):not(.btnSmallStyle):not(.btnMinStyle) {
  min-width: 180px
}

.cText {
  font-family: 'Proxima Nova', HelveticaNeue, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-weight: 400 !important;
  color: #000
}

.cOpenSansText {
  font-family: 'Open Sans', 'Proxima Nova', HelveticaNeue, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-weight: 400 !important;
  color: #000
}

.cSoftW04Text {
  font-family: ProximaNovaSoftW04-Semibold, 'Proxima Nova', HelveticaNeue, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  color: #000
}

.lightWeight {
  font-weight: 300 !important
}

.mediumWeight {
  font-weight: 500 !important
}

.semiBoldWeight {
  font-weight: 600 !important
}

.extraBoldWeight {
  font-weight: 900 !important
}

.btnCenterStyle {
  margin: 0 auto !important
}

.btnBrow {
  color: #fff !important;
  background-color: #82777d !important;
  border: 1px solid #82777d !important
}

.btnBrow:active,
.btnBrow:hover,
.btnWhite {
  color: #82777d !important;
  background-color: #fff !important
}

.btnWhite {
  border: 1px solid #fff !important
}

.btnWhite:active,
.btnWhite:hover {
  color: #fff !important;
  background-color: #82777d !important
}

.btnGray {
  color: #000 !important;
  background-color: #f3f3f3 !important;
  border: 1px solid #f3f3f3 !important
}

.btnGray:active,
.btnGray:hover {
  color: #f3f3f3 !important;
  background-color: #000 !important
}

.btnDark,
.btnDarkBlue,
.btnDarkWhite:active,
.btnDarkWhite:hover {
  color: #fff !important;
  background-color: #323649 !important
}

.btnDark,
.btnDarkBlue {
  border: 1px solid #323649 !important
}

.btnDarkWhite,
.btnTransparent {
  border: 1px solid #fff !important
}

.btnDarkWhite {
  color: #323649 !important;
  background-color: #fff !important
}

.btnTransparent {
  color: #fff !important;
  background-color: transparent !important
}

.btnTransparent:active,
.btnTransparent:hover {
  color: #000 !important;
  background-color: #fff !important
}

.btnDark:active,
.btnDark:hover {
  color: #323649 !important;
  background-color: #fff !important
}

.btnDarkBlue:active,
.btnDarkBlue:hover {
  color: #323649 !important;
  background-color: #fff !important
}


.btnContactBnb {
  font-size: 16px;
  background-color: #3e4253 !important;
  border: 1px solid #3e4253 !important;
  padding: 15px 25px;
  color: #ffffff !important;
  font-weight: 600;
  border-radius: 30px;
}

.btnContactBnb:active,
.btnContactBnb:hover {
  color: #3e4253 !important;
  background-color: #fff !important
}

.btnContactBnb:active img.hover,
.btnContactBnb:hover img.hover {
  display: inline-block !important;
}

.btnContactBnb:active img.normal,
.btnContactBnb:hover img.normal {
  display: none !important;
}

.bgSection {
  background-color: #323649 !important;
  background-repeat: no-repeat !important
}

.bgCover {
  background-size: cover !important
}

.bgContain {
  background-size: contain !important
}

.bgCenter {
  background-position: center !important
}

@keyframes continuous {

  0%,
  100% {
    background: #82777d
  }

  50% {
    background: #323649
  }
}

@-moz-keyframes continuous {

  0%,
  100% {
    background: #82777d
  }

  50% {
    background: #323649
  }
}

@-webkit-keyframes continuous {

  0%,
  100% {
    background: #82777d
  }

  50% {
    background: #323649
  }
}

.header-socket {
  background-color: #323649
}

.header-socket-container {
  max-width: unset !important
}

.header-socket-inner {
  text-align: center;
  padding: 7px 0;
  margin: 0 -5px
}

.header-socket .header-socket-item {
  display: inline-block;
  padding: 0 5px
}

.header-socket .header-socket-item a {
  color: #fff;
  font-size: 12px;
  line-height: 14px
}

.header-socket .header-socket-item .headerIcon {
  margin-right: 5px;
  width: 19px;
  height: 19px;
  vertical-align: middle;
  margin-top: -2px
}

@media (max-width:630px) {
  .header-socket-inner {
    text-align: center
  }
}

.button-cookie-notice {
  background-color: #82777d !important;
  background-image: none !important
}

#footer {
  border: 0;
  padding-bottom: 0;
  padding-top: 0
}

.button-home a {
  color: #fff !important;
  padding: 20px 15px !important;
  text-align: center !important;
  border-radius: 10px !important;
  font-size: 20px !important
}

.careerWrapper :not(i):not(:before):not(:after),
.contentUl li {
  font-family: 'Open Sans', 'Proxima Nova', HelveticaNeue, "Helvetica Neue", Helvetica, Arial, sans-serif !important
}

::selection {
  background: #323649 !important
}

::-moz-selection {
  background: #323649 !important
}

.container.av-logo-container .inner-container .logo img {
  padding-top: 5px
}

.av-hamburger::before {
  content: url("/assets/uploads/cairnestateagency/images/burgerMenuIcon.svg");
  display: block;
  padding-top: 18px
}

.av-hamburger.is-active::before {
  content: url("/assets/uploads/cairnestateagency/icons/menu-icon-active-new.svg")
}

.av-burger-overlay-bg {
  background-image: url("/assets/uploads/cairnestateagency/images/blue-pattern.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-color: transparent;
  opacity: 1
}

#footer .widget {
  margin-bottom: 0;
  overflow: visible
}

#socket .copyright {
  font-weight: 700;
  font-size: 13px
}

#socket .copyright .copy {
  position: absolute;
  top: 50px;
  left: 10px
}

#socket .copyright .private {
  position: absolute;
  left: 50%;
  top: 50px;
  transform: translateX(-50%)
}

#socket .copyright .dev {
  position: absolute;
  top: 50px;
  right: 10px
}

.img-nav-menu-container {
  width: 100%;
  text-align: right
}

.img-nav-menu-container img,
.megaMenuToggle {
  cursor: pointer
}

#footer .widget .textwidget .contact {
  font-size: 18px;
  line-height: 25px
}

#footer .widget .textwidget .contact .item {
  float: left;
  margin-bottom: 40px;
  display: flex
}

#footer .widget .textwidget .contact .item img {
  float: left;
  margin-right: 13px
}

#footer .widget .textwidget .contact .item div {
  float: left
}

#footer .widget .textwidget .contact .item .label-text {
  margin-right: 30px;
  text-align: left
}

#footer .widget .textwidget .contact .item.one {
  margin-right: 60px
}

#footer .widget .textwidget .contact .item.two {
  margin-right: 30px
}

#footer .widget .textwidget .socials {
  margin-bottom: 40px
}

#footer .widget .textwidget .socials img,
.av-burger-overlay-active .social-menu .socials img {
  width: 32px;
  height: 32px;
  margin-right: 12px
}

#footer .widget .textwidget .footer-logo {
  position: absolute;
  bottom: 0;
  width: 654px;
  left: 600px
}

@media (max-width:1300px) {
  #footer .widget .textwidget .footer-logo {
    width: 500px
  }
}

@media (max-width:1160px) {
  #footer .widget .textwidget .footer-logo {
    width: 350px;
    right: 0;
    left: unset
  }
}

@media (max-width:560px) {
  #footer .widget .textwidget .footer-logo {
    display: none
  }

  #footer .widget .textwidget .contact .item.one,
  #footer .widget .textwidget .contact .item.two {
    margin-right: 0
  }

  #footer .widget {
    text-align: center
  }
}

#socket .container {
  position: static;
  padding-top: 60px;
  padding-bottom: 25px
}

.titleWrapper,
.titleWrapper h1 {
  margin-bottom: 30px !important;
  text-align: left !important
}

.titleWrapper h2 {
  margin-bottom: 15px !important;
  text-align: left !important
}

.homepage .testimonial-section .testimonials_slider-container,
.titleWrapper.largeStyle {
  margin-bottom: 30px !important
}

.titleWrapper.noContent,
.valuationCollapseWrapper .valuationCollapse .valuationCollapse-contact-form p {
  margin-bottom: 0 !important
}

.titleWrapper .underline {
  float: left;
  height: 9px;
  background: #313648;
  border-radius: 10px
}

.underlineWrapper {
  display: flex;
  justify-content: flex-start;
  align-items: center
}

.titleWrapper .underline.one {
  width: 143px;
  margin-right: 12px
}

.titleWrapper .underline.two {
  width: 47px
}

@media only screen and (max-width:767px) {
  .responsive #top #wrap_all #header_main .av-logo-container {
    height: 100px !important;
    line-height: 100px
  }
}

@-webkit-keyframes fade {
  from {
    opacity: .4
  }

  to {
    opacity: 1
  }
}

@keyframes fade {
  from {
    opacity: .4
  }

  to {
    opacity: 1
  }
}

.wpcf7 .contactFormMainSection {
  background-color: #fff !important;
  color: #333749 !important;
  border-radius: 10px 0 0 10px
}

.wpcf7 input,
.wpcf7 textarea,
.wpcf7 .contactFormMainSection-input,
.wpcf7 .contactFormMainSection-textarea {
  background-color: #fff !important;
  box-shadow: none !important;
  border: none !important;
  border-bottom: 1px solid #333749 !important;
  resize: none;
  margin-bottom: 20px;
  color: #333749 !important
}

.search-ui-border .rangeslider {
  -webkit-appearance: none;
  width: 100%;
  height: 4px;
  background-color: #fff;
  outline: 0;
  opacity: .7;
  -webkit-transition: .2s;
  transition: opacity .2s;
  box-shadow: none
}

@media (min-width:993px) {
  .collpase.specificationCollapse~.search-button-area {
    margin-top: -65px
  }

  .collpase.specificationCollapse.in~.search-button-area {
    margin-top: 0
  }
}

.home-header #video-home-header {
  display: block;
  width: 100%;
  max-width: 2000px;
  margin: 0 auto
}

.home-header #image-home-header {
  display: block;
  width: 100%;
  height: auto;
  max-width: 2000px;
  margin: 0 auto
}

.home-header .blur-box {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: transparent
}

.home-header .blur-box .content-box {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin: auto;
  left: 0;
  right: 0;
  max-width: 1440px
}

.home-header .blur-box .content-box .home-title {
  font-size: 30px !important;
  margin: 0 auto 44px;
  color: #fff;
  text-align: center
}

.home-header .blur-box .content-box .button-group,
.submit-contact-border {
  text-align: center
}

.home-header .blur-box .content-box .button-group a.btn {
  border: 0;
  font-size: 20px;
  font-family: "Proxima Nova";
  margin-bottom: 33px;
  padding: 8px 12px;
  border-radius: 10px
}

.home-header .blur-box .content-box .button-group a.btn.button1 {
  margin-right: 20px
}

.latest-news .border-box {
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: -30px;
  display: flex;
  flex-wrap: wrap
}

.menu-logo {
  display: none;
  width: 220px
}

.av-burger-overlay-active .menu-logo {
  display: block !important;
  position: fixed;
  left: 32px;
  bottom: 40px;
  z-index: 999
}

.av-burger-overlay-active .social-menu {
  display: block !important;
  position: fixed;
  right: 32px;
  bottom: 40px;
  z-index: 999
}

.av-burger-overlay-active .social-menu .socials,
.homepage .search-section .row,
.horizontally-menu .blog-menu {
  margin-bottom: 0
}

.html_av-overlay-full #av-burger-menu-ul {
  padding-left: 100px !important;
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2
}

@media (max-width:1023px) {
  .home-header .blur-box {
    position: relative;
    transform: none;
    top: unset;
    left: unset;
    right: unset;
    border: unset
  }

  .headerSummaryWrapper .headerSummaryInner .headerSummaryInnerChild.headerSummaryContent {
    padding-right: 0 !important
  }

  .home-header .blur-box .content-box {
    position: relative;
    transform: none;
    top: unset;
    left: unset;
    right: unset;
    border: unset;
    padding: 35px 15px
  }

  .html_av-overlay-full #av-burger-menu-ul {
    padding-left: 70px !important
  }
}

.html_av-overlay-full #av-burger-menu-ul li {
  text-align: left
}

.html_av-overlay-full .av-burger-overlay-inner {
  max-width: 855px;
  left: 50%;
  transform: translateX(-50%)
}

.html_av-overlay-full #av-burger-menu-ul li .avia-menu-text {
  text-transform: uppercase
}

#top #header_main>.container {
  max-width: unset
}

.submit-contact {
  border-radius: 10px !important
}

.specificationCollapse input:not([type=submit]),
.specificationCollapse select {
  width: 100% !important;
  border-radius: 12px !important
}

.btn-collpase-search {
  display: block;
  font-size: 10px;
  font-weight: 700;
  color: #111;
  background: 0 0;
  border: 0;
  box-shadow: none;
  outline: 0;
  margin: 0 auto;
  margin-bottom: -15px !important
}

.btn-collpase-search:after,
.btn-collpase-search:before {
  content: '';
  display: block;
  line-height: 0;
  height: 10px;
  background: url(/assets/uploads/cairnestateagency/images/arrow_purple.png) center/contain no-repeat
}

.specificationCollapse.in~.btn-collpase-search {
  color: transparent
}

.btn-collpase-search:before {
  text-indent: -999px;
  transform: rotate(180deg);
  margin-bottom: -25px !important
}

.search-button-area .submit-search {
  border-radius: 12px !important;
  font-weight: 700;
  height: 44px;
  line-height: 30px
}

.collpase.specificationCollapse~.search-button-area {
  width: 130px
}

.collpase.specificationCollapse.in~.search-button-area {
  text-align: center !important;
  width: 100%
}

.collpase.specificationCollapse.in~.search-button-area .submit-search {
  width: 150px;
  margin-bottom: 10px
}

@media only screen and (max-width:1023px) {
  #top #wrap_all .av_header_transparency {
    background: 0 0 !important;
    position: absolute !important
  }
}

.overlay-infomation-feature {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 5px 15px 10px;
  background-color: rgba(26, 24, 24, .67)
}

.overlay-infomation-feature .overlay-text {
  color: #fff;
  margin: 0
}

.overlay-infomation-feature .overlay-text.price {
  font-weight: 700;
  margin-bottom: 2px
}

.overlay-infomation-feature .overlay-text.addition {
  -webkit-line-clamp: 2;
  max-height: 34px;
  line-height: 17px
}

#glt-translate-trigger {
  display: none;
  background: #82777d !important;
  border-radius: 5px;
  font-family: "Proxima Nova";
  z-index: 1000
}

.homepage main.template-page,
.pinList .modal-dialog .modal-content .modal-body {
  padding: 0
}

.homepage .search-section {
  background-color: #fff;
  padding: 30px 0 0
}

@media (max-width:767px) {
  #footer .widget .textwidget .contact .item.one img {
    margin-right: 28px
  }

  #socket .copyright .copy,
  #socket .copyright .dev {
    position: static
  }

  #socket .copyright .private {
    position: static;
    transform: none
  }

  #socket .copyright {
    float: none;
    text-align: center
  }

  .header-socket-collapse {
    max-height: 60px;
    overflow: hidden;
    transition: max-height .4s;
    position: relative;
    text-align: center
  }

  .header-socket-inner {
    position: relative
  }

  .expandArrowWrapper {
    padding: 5px 0;
    z-index: 99
  }

  .header-socket-inner .expandArrow {
    content: '';
    display: block;
    transform: rotate(45deg);
    width: 15px;
    height: 15px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    animation: 1.5s infinite jumpInfinite;
    margin: 0 auto
  }

  .header-socket .header-socket-item {
    display: block;
  }

  @keyframes jumpInfinite {

    0%,
    100% {
      bottom: 12px
    }

    50% {
      bottom: 10px
    }
  }

  .header-socket-inner.show .header-socket-collapse {
    max-height: 1000px
  }

  .header-socket-inner.show .expandArrowWrapper {
    padding-top: 15px !important;
  }


  .header-socket-inner.show .expandArrow {
    transform: rotate(-135deg) !important
  }

  .container.av-logo-container .inner-container .logo svg {
    margin-top: 5px !important;
    max-width: 151px;
    max-height: 80px
  }

  .home-header .blur-box .content-box .home-title {
    font-size: 20px !important;
    max-width: 580px;
    margin: 0 auto 20px;
    color: #fff;
    text-align: center
  }

  .for-mobile {
    display: block
  }

  .for-large {
    display: none
  }

  .home-header .blur-box .content-box .button-group a.btn.button1 {
    margin-right: 0;
    margin-bottom: 20px
  }

  .home-header .blur-box .content-box .button-group a.btn.button2 {
    margin-right: 0;
    margin-bottom: 0
  }

  .search-button-area {
    margin-bottom: 20px
  }

  .av-burger-overlay-active .menu-logo,
  .av-burger-overlay-active .social-menu {
    display: none !important
  }

  .html_av-overlay-full #av-burger-menu-ul {
    padding-left: 0 !important;
    columns: unset;
    -webkit-columns: unset;
    -moz-columns: unset
  }

  .html_av-overlay-full #av-burger-menu-ul li {
    width: 100% !important;
    float: none;
    text-align: center
  }

  .homepage .search-section .container {
    padding: 0
  }
}

.homepage .search-section .col-sm-6 {
  margin-bottom: 21px
}

@media (min-width:768px) {
  .search-ui-border .row-3 {
    margin-bottom: 30px
  }

  .container.av-logo-container .inner-container .logo svg {
    margin-top: 5px !important;
    max-width: 160px;
    max-height: 84px
  }
}

.homepage .search-section .container .content-box .text-header {
  margin-top: 75px !important
}

.homepage .nav-section {
  padding: 35px 0;
  background-color: #e5e4eb
}

.homepage .nav-section .container a.btn {
  border-radius: 10px;
  background-color: #323649;
  color: #fff;
  padding: 20px 15px;
  width: 100%;
  margin-bottom: 20px
}

.homepage .nav-section .container .text-content {
  border-radius: 10px;
  color: #fff;
  font-weight: 700;
  padding: 20px;
  background-color: #6b7379
}

.homepage .feature-property-section,
.homepage .portals-section {
  background-color: #fff;
  padding: 35px 0
}

.homepage .feature-property-section .container .title,
.homepage .news-section .container .title {
  margin-bottom: 47px !important
}

.homepage .testimonial-section {
  background-color: #e5e4eb;
  padding: 35px 0
}

.homepage .news-section {
  background-color: #fff;
  padding: 35px 0 65px
}

.homepage .space-section {
  background-color: #82777d;
  width: 100%;
  height: 20px
}

.homepage .partners-section {
  background-color: #fff;
  padding: 74px 0 35px
}

.homepage .letter-section {
  padding: 145px 0 110px;
  background-image: url("../../uploads/2019/11/pattern-purple.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover
}

.homepage .arrang-section {
  background-color: #323649;
  padding: 35px 0
}

.homepage .letter-section .container .title {
  margin-bottom: 100px !important
}

.homepage h1,
.homepage .search-sub-title {
  letter-spacing: 1px
}

.horizontally-menu {
  float: right;
  border: 0;
  margin-top: 65px;
  margin-right: 70px;
  opacity: 1 !important
}

.horizontally-menu .blog-menu .menu-item {
  float: left;
  border-right: 1px solid #707070;
  padding: 0 15px;
  line-height: 25px
}

.horizontally-menu .blog-menu .menu-item:first-child a {
  background-color: #323649;
  padding: 10px 15px;
  border-radius: 30px;
  border: 1px solid #707070;
  color: #fff
}

.horizontally-menu .blog-menu .menu-item i {
  font-size: 16px;
  color: #fff;
  margin-left: 10px;
  cursor: pointer
}

.horizontally-menu .blog-menu .menu-item-hover {
  cursor: pointer;
  position: relative
}

.horizontally-menu .blog-menu .menu-item-hover .menu-item-sub {
  display: none;
  position: absolute;
  top: 25px;
  background-color: #323649;
  padding: 15px;
  left: -15px;
  min-width: 260px
}

.horizontally-menu .blog-menu .menu-item-hover .menu-item-sub .menu-item-subitem {
  padding: 9px 0;
  border-bottom: 1px solid #5a5a5a
}

.horizontally-menu .blog-menu .menu-item-hover .menu-item-sub .menu-item-subitem:last-child {
  border-bottom: 0
}

.horizontally-menu .blog-menu .menu-item:last-child {
  border-right: 0px
}

.horizontally-menu .blog-menu .menu-item a {
  font-size: 20px;
  line-height: 23px;
  color: #323649
}

.horizontally-menu .blog-menu .menu-item img {
  vertical-align: middle;
  margin-top: -2px
}

@media(max-width:970px) {
  .horizontally-menu {
    display: none !important
  }
}

@media(max-width:1050px) {
  .horizontally-menu .blog-menu .menu-item a {
    font-size: 14px
  }
}

.footer-horizontally-menu {
  background-color: #fff;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  border-top: 2px solid #82777d
}

.footer-horizontally-menu .blog-menu {
  float: left;
  margin: 0 !important
}

.footer-horizontally-menu .blog-menu .menu-item {
  float: left;
  padding: 10px
}

.footer-horizontally-menu .blog-menu .menu-item a {
  font-size: 17px;
  line-height: 36px;
  color: #000
}

.footer-horizontally-menu .blog-menu .menu-item.current-menu-item a,
.wpcf7 .contactFormMainSection .rightSection .controlGroup label,
.wpcf7 .contactFormMainSection .rightSection h3 {
  color: #82777d
}

.footer-horizontally-menu .blog-menu .menu-item img {
  vertical-align: sub;
  display: block;
  height: 36px;
  cursor: pointer
}

@media(min-width:801px) {
  .redesign-search-ui-border {
    border-radius: 12px !important
  }
}

@media(max-width:800px) {

  .search-section .container,
  .search-section .search-ui-box {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important
  }

  .video-section {
    position: relative
  }

  .video-section>.forMobile {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex !important;
    align-items: center;
    justify-content: center
  }

  .video-section>.forMobile button {
    font-size: 16px !important;
    line-height: 21px !important;
    padding: 12px 30px !important
  }

  .search-section {
    margin-top: 0 !important;
    padding-top: 0 !important
  }

  .blur-box,
  .search-section .redesign-valuation {
    display: none !important
  }

  .search-section .container {
    padding: 0 !important
  }

  .search-section .redesign-search-form {
    margin: 0 !important
  }
}

#top #wrap_all #av-burger-menu-ul>li {
  display: inline-block;
  width: 100%
}

.modal {
  z-index: 100001
}

.search-ui-box {
  max-width: 730px;
  width: 100%;
  margin: 0 auto !important
}

.search-ui-box .redesign-search-form {
  margin-top: 20px
}

@media(max-width:767px) {
  .footer-horizontally-menu {
    display: none !important
  }

  .search-ui-box .redesign-search-form {
    margin-top: 0
  }

  .search-ui-box .redesign-valuation a {
    padding: 4px 12px !important
  }

  .search-ui-box .redesign-valuation a button {
    padding: 8px 16px !important
  }
}

.redesign-search-ui-border {
  padding: 40px 40px 15px;
  background-color: #323649;
  border-radius: 0
}

.redesign-search-ui-border select {
  text-align: left !important;
  text-align-last: left !important;
  -moz-text-align-last: left !important;
  padding: 8px 15px !important;
  -moz-appearance: none !important;
  -webkit-appearance: none !important;
  background: #fff !important
}

.redesign-search-ui-border .search-title {
  font-size: 40px !important;
  color: #fff;
  text-align: center;
  margin-bottom: 22px;
  margin-top: -5px !important;
  letter-spacing: 1px;
}

.redesign-search-ui-border .search-sub-title {
  font-size: 14px !important;
  color: #fff;
  text-align: center;
  margin: 0 !important
}

.paginations .page-numbers,
.wpcf7 .contactFormMainSection .controlGroup label {
  font-family: 'Open Sans', 'Proxima Nova', HelveticaNeue, "Helvetica Neue", Helvetica, Arial, sans-serif
}

.redesign-search-ui-border .input-element {
  width: 100%;
  text-align: center;
  background-color: #fff;
  padding: 18px;
  border-radius: 0;
  border: 0;
  outline: 0;
  box-shadow: none;
  font-size: 18px;
  color: rgba(79, 83, 83, .44)
}

.redesign-search-ui-border .input-element::-webkit-input-placeholder {
  color: rgba(79, 83, 83, .44)
}

.redesign-search-ui-border .input-element:-ms-input-placeholder {
  color: rgba(79, 83, 83, .44)
}

.redesign-search-ui-border .input-element::placeholder {
  color: rgba(79, 83, 83, .44)
}

.redesign-search-ui-border .input-element::-webkit-input-placeholder-shown {
  color: rgba(79, 83, 83, .44);
  text-overflow: ellipsis
}

.redesign-search-ui-border .input-element:-ms-input-placeholder-shown {
  color: rgba(79, 83, 83, .44);
  text-overflow: ellipsis
}

.redesign-search-ui-border .input-element:placeholder-shown {
  color: rgba(79, 83, 83, .44);
  text-overflow: ellipsis;
  border-radius: 12px
}

.redesign-search-ui-border .channel-area-border {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 15px -5px
}

.redesign-search-ui-border .channel-area-border .channel-border {
  margin: 0 5px;
  min-width: 100px;
  width: 100%;
  max-width: 234px
}

.redesign-search-ui-border .channel-area-border .option-container {
  width: 100%;
  text-align: center;
  border-radius: 12px;
  padding: 15px 30px;
  cursor: pointer
}

.redesign-search-ui-border .option-container input {
  width: 0;
  height: 0;
  opacity: 0
}

.redesign-search-ui-border .option-container.channel-type {
  background-color: transparent;
  color: #fff;
  font-size: 25px !important;
  border: 1px solid #fff
}

.redesign-search-ui-border .option-container.advanced-type.active,
.redesign-search-ui-border .option-container.advanced-type:hover,
.redesign-search-ui-border .option-container.channel-type.active,
.redesign-search-ui-border .option-container.channel-type:active,
.redesign-search-ui-border .option-container.channel-type:focus,
.redesign-search-ui-border .option-container.channel-type:hover,
.redesign-search-ui-border .submit-search:active,
.redesign-search-ui-border .submit-search:focus,
.redesign-search-ui-border .submit-search:hover {
  background-color: #fff;
  color: #6b7379
}

.redesign-search-ui-border .advanced-control-border .channel-border {
  margin: 0 5px
}

@media (min-width:500px) {
  .redesign-search-ui-border .advanced-control-border {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px -5px 0
  }
}

.redesign-search-ui-border .advanced-control-border .option-container {
  width: 100%;
  text-align: center;
  border-radius: 12px;
  padding: 7px;
  cursor: pointer
}

.redesign-search-ui-border .advanced-control-border .option-container.advanced-type {
  background-color: transparent;
  color: #fff;
  font-size: 18px !important;
  border: 1px solid #fff
}

.redesign-search-ui-border .search-saperate {
  margin: 0 auto;
  width: 90%;
  max-width: 500px
}

.redesign-search-ui-border .advanced-area-border-inner {
  max-width: 380px;
  text-align: center;
  margin: 0 auto
}

.redesign-search-ui-border .advanced-area-border .advanced-area-item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 -5px
}

.redesign-search-ui-border .advanced-area-border .advanced-area-item .title-element {
  font-family: 'Proxima Nova';
  color: #fff;
  font-size: 18px !important;
  width: 100%;
  text-align: center;
  margin: 8px 0
}

.redesign-search-ui-border .advanced-area-border .advanced-area-item .advanced-area-item-border {
  width: 50%;
  padding: 0 5px
}

.redesign-search-ui-border .advanced-area-border .advanced-area-item .advanced-area-item-border .select-type {
  margin: 0 !important;
  background-color: #fff !important;
  color: rgba(79, 83, 83, .44) !important;
  font-size: 16px !important;
  border-radius: 12px !important;
  text-align: center;
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none;
  height: 38px
}

.redesign-search-ui-border .select::-ms-expand {
  display: none !important;
  background: #fff !important
}

.redesign-search-ui-border .fullwidth {
  width: 100% !important
}

.redesign-search-ui-border .keyword-area .input-element {
  padding: 8.5px 15px !important;
  margin: 0 5px;
  text-align: left
}

.redesign-search-ui-border .specificationCollapse.in {
  display: block !important
}

.redesign-search-ui-border .submit-search {
  background-color: transparent;
  color: #fff;
  font-size: 18px !important;
  border: 1px solid #fff;
  border-radius: 12px;
  margin: 25px 0;
  padding: 10px
}

.redesign-search-ui-border .option-container.furnished-type,
.redesign-search-ui-border .option-container.include-type {
  background-color: #fff;
  color: #6b7379;
  font-size: 18px !important;
  border: 1px solid #fff;
  padding: 10px 15px;
  border-radius: 12px;
  width: 100%
}

.footerBelowSection,
.pageBannerWrapper:hover:before {
  background-color: #323649 !important
}

.redesign-search-ui-border .option-container.furnished-type.active,
.redesign-search-ui-border .option-container.furnished-type:hover,
.redesign-search-ui-border .option-container.include-type.active,
.redesign-search-ui-border .option-container.include-type:hover {
  background-color: #6b7379;
  color: #fff
}

.redesign-search-ui-border .status-area {
  height: 0;
  overflow: hidden
}

#site-footer {
  background-color: #82777d !important;
  padding: 2px 0
}

.homepage .search-section {
  margin-top: -340px
}

.footerAboveSection {
  border: solid #707070;
  border-width: 2px 0px 1px;
  padding: 19px 0
}

.customFooterInner,
.footerAboveSectionInner {
  display: flex;
  align-items: center;
  justify-content: space-between
}

.footerAboveSectionInner .leftAboveSection {
  display: flex;
  align-items: flex-end
}

.footerAboveSectionInner .leftAboveSection a,
.megaMenuWrapper .megaMenuInner .megaBottomSection .megaBottomSectionChild.leftChild a {
  margin: 0 8px
}

.footerAboveSectionInner .leftAboveSection a:first-child {
  margin-left: 0px;
}

.footerBelowSection {
  padding: 35px 0
}

.customFooterWrapper .btnBrochure {
  line-height: 20px !important;
  padding: 9px 36px !important;
  border-radius: 15px !important
}

.customFooterWrapper .customFooterLeft {
  max-width: 500px
}

.customFooterWrapper .customFooterLeft img {
  width: 100%;
  max-width: 100%;
  display: block
}

.footerCreditInner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap
}

.footerCreditInner .footerCreditInnerChild {
  padding: 0 4px;
}

.footerCreditInner .footerCreditInnerChild a {
  text-decoration: underline !important;
}

.footerCreditInner .footerCreditInnerChild:nth-child(2) a {
  padding: 0 4px;
}

@media (max-width: 991px) {
  .footerCreditInner {
    justify-content: center;
  }
}


.footerCreditInner .footerCreditInnerChild,
.footerCreditInner .footerCreditInnerChild a {
  color: #fff !important;
  margin: 0 !important
}

.slick-arrow::after,
.slick-arrow::before {
  content: '';
  display: none
}

.slick-slider .slick-arrow {
  width: 122px;
  height: 122px;
  background-image: url(/assets/uploads/cairnestateagency/images/arrow.svg) !important;
  background-size: contain !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  top: 50%;
  transform: translateY(-50%) !important;
  z-index: 1
}

.slick-slider .slick-arrow.slick-next {
  transform: translateY(-50%) rotate(180deg) !important
}

.pageBannerWrapper:not(.isSmall) {
  padding: 50px 0 38px
}

.careerInner,
.pageBannerInner {
  position: relative;
  z-index: 2
}

.pageBannerWrapper:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(50, 54, 73, .6);
  z-index: 1
}

.pageBannerWrapper h2 {
  margin-bottom: 20px !important
}

.bottomGraphicWrapper:not(.ignorespace) {
  margin: 40px 0
}

.bottomGraphicWrapper img {
  margin: 0 auto;
  display: block
}

.pageBannerWrapper .btnStyle {
  border-radius: 14px !important;
  min-width: 257px;
  padding: 9px 36px !important
}

.pageBannerWrapper.isSmall {
  padding-top: 46.5%
}

.pageBannerWrapper.isSmall .pageBannerInner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: center
}

.pageBannerWrapper.isSmall .pageBannerInner .cSoftW04Text,
.pageBannerWrapper.isSmall .pageBannerInner .cText {
  font-size: 28px !important;
  line-height: 33px !important;
  margin-bottom: 0 !important;
  max-width: 240px;
  text-align: center
}

.smallStylePageBanner .vc_row {
  margin: 0 -2px !important
}

.smallStylePageBanner .vc_row .wpb_column .vc_column-inner {
  padding: 2px !important
}

.newletterSingleBannerWrapper .description {
  max-width: 900px
}

.valuationCollapseWrapper {
  background-color: #323649;
  padding: 50px 40px
}

.valuationCollapseWrapper .mainContent button {
  min-width: 257px
}

.valuationCollapseWrapper .valuationCollapse .valuationCollapse-contact-form>.wpcf7 {
  padding: 30px 5px 15px !important;
  border-radius: 10px !important;
  background-color: #fff
}

.valuationCollapseWrapper .valuationCollapse ::-webkit-input-placeholder {
  color: #000
}

.valuationCollapseWrapper .valuationCollapse :-ms-input-placeholder {
  color: #000
}

.valuationCollapseWrapper .valuationCollapse ::placeholder {
  color: #000
}

.valuationCollapseWrapper .valuationCollapse input:not([type=submit]),
.valuationCollapseWrapper .valuationCollapse textarea {
  font-size: 18px !important;
  line-height: 22px !important;
  margin-bottom: 11px !important;
  border-bottom: 1px solid rgba(112, 112, 112, .47) !important;
  padding-bottom: 11px;
  padding-left: 1px !important;
  padding-right: 1px !important;
  width: 100%
}

.valuationCollapseWrapper .valuationCollapse .submit-contact-border {
  width: unset;
  margin-top: 10px
}

.valuationCollapseWrapper .valuationCollapse input[type=submit] {
  min-width: 248px;
  position: relative
}

.valuationCollapseWrapper .valuationCollapse .submit-contact-border .wpcf7 .contactFormMainSection-spinner {
  position: absolute;
  top: 50%;
  right: 20px;
  margin: 0;
  transform: translateY(-50%)
}

.contactFormSection .vc_column-inner {
  padding: 5px !important
}

.valuationCollapse:not(.show) {
  height: 0 !important;
  overflow-y: hidden
}

.valuationCollapse-contact-form {
  margin-top: 50px
}

.contactFormSection .vc_row {
  align-items: stretch
}

.videoMacbookWrapper {
  position: relative;
  z-index: 1;
  padding-bottom: 80px
}

.videoMacbookWrapper .laptopBg {
  width: 100%;
  max-width: 1200px;
  margin: 20px auto 0;
  position: relative;
  background-image: url(/assets/uploads/cairnestateagency/images/Cairn-Macbook.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%
}

.videoMacbookWrapper .laptopBgInner {
  width: 100%;
  padding-top: 64.5%;
  position: relative
}

.videoMacbookWrapper .videoWrapper {
  position: absolute;
  top: 5%;
  left: 12%;
  right: 12%;
  bottom: 12%
}

.videoMacbookWrapper .laptopBgInner iframe {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important
}

.wpcf7 .contactFormMainSection {
  padding: 0 !important;
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap
}

.wpcf7 .contactFormMainSection .contactFormChildSection {
  width: 50%;
  padding: 40px
}

.wpcf7 .contactFormMainSection .leftSection {
  background-color: #82777d
}

.wpcf7 .contactFormMainSection .rightSection {
  background-color: #f7f7f7
}

.wpcf7 .contactFormMainSection .controlGroup label {
  font-size: 15px;
  line-height: 25px;
  color: #fff;
  font-weight: 400 !important;
  width: 100% !important
}

.wpcf7 .contactFormMainSection .controlGroup p {
  margin-bottom: 8px
}

.wpcf7 .contactFormMainSection .controlGroup input:not([type=submit]),
.wpcf7 .contactFormMainSection .controlGroup select,
.wpcf7 .contactFormMainSection .controlGroup textarea {
  margin-top: 5px !important;
  background-color: #f7f7f7 !important;
  color: #000 !important;
  font-size: 15px !important;
  line-height: 15px !important;
  font-weight: 400 !important;
  box-shadow: 0 3px 6px rgba(0, 0, 0, .16) !important;
  padding: 8px !important;
  margin-bottom: 5px !important;
  width: 100% !important;
  border: 0 !important
}

.wpcf7 .contactFormMainSection .controlSubmitGroup {
  display: inline-block;
  position: relative
}

.wpcf7 .wpcf7-spinner {
  position: absolute;
  top: 50%;
  right: -30px;
  transform: translateY(-50%);
  margin: 0
}

.wpcf7 .wpcf7-response-output {
  margin: 20px 0 0 !important;
  color: #000 !important;
  border: 0 !important;
  padding: 0 !important
}

.wpcf7 .investSpainForm input[type=submit],
.wpcf7 .mainContactPageForm input[type=submit] {
  width: 100%;
  min-width: 325px
}

.wpcf7 .controlSubmitGroup {
  margin-top: 30px
}

.wpcf7 .investSpainForm .controlGroup #wpcf7-textarea {
  box-shadow: 0 3px 6px rgba(0, 0, 0, .16) !important;
  border: 0 !important
}

.wpcf7 .investSpainForm .contactFormChildSection {
  padding: 50px !important
}

@media(min-width:1200px) {
  .pinList .modal-dialog {
    width: 50%;
    margin: 50px auto
  }
}

.pinList .modal-dialog .modal-content,
.pinList .modal-dialog .modal-content .modal-body {
  float: left;
  width: 100%
}

.pinList .modal-dialog .modal-content .modal-body .pin-list {
  padding: 20px 10px 0 20px
}

.pinList .modal-dialog .modal-content .modal-body .map-container,
.pinList .modal-dialog .modal-content .modal-body .pin-list {
  float: left;
  width: 50%
}

.pinList .modal-dialog .modal-content .modal-body .map-container .mapboxgl-canvas {
  width: 100% !important;
  height: 100% !important;
}

.pinList .modal-dialog .modal-content .modal-header {
  background-size: cover !important;
  background-position: top center !important;
  background-repeat: no-repeat !important;
  padding-top: 300px;
  position: relative
}

.pinList .modal-dialog .modal-content .modal-header p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: ProximaNovaSoftW04-Semibold, SegoeUI, HelveticaNeue, 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
  font-size: 33px;
  color: #fff;
  margin: 0
}

.pinList .modal-dialog .modal-content .modal-body .pin-list .pin-list-title {
  font-size: 17px
}

.pinList .modal-dialog .modal-content .modal-body .pin-list .pin-list-area .normal-pin-list,
.pinList .modal-dialog .modal-content .modal-body .pin-list .pin-list-area .special-pin-list {
  width: 100%;
  float: left
}

.pinList .modal-dialog .modal-content .modal-body .pin-list .pin-list-area .pin-list-item {
  width: 50%;
  float: left
}

.pinList .modal-dialog .modal-content .modal-body .pin-list .pin-list-area .pin-list-item p {
  font-weight: 400;
  font-size: 16px
}

.pinList .modal-dialog .modal-content .modal-body .pin-list .pin-list-area .pin-list-item img {
  width: 30px;
  vertical-align: middle;
  margin-right: 5px
}

.pinList .modal-dialog .modal-content .modal-body .pin-list .pin-list-area .pin-list-item .pin-type-checkbox {
  float: right;
  margin-top: 7px;
  cursor: pointer
}

.pinList .modal-dialog .modal-content .modal-body .pin-list .pin-list-area .pin-list-item .pin-item-name {
  margin-bottom: 20px;
  padding-right: 10px
}

.pinList .btnClose {
  background-color: rgba(0, 0, 0, .6);
  border: 0;
  box-shadow: none;
  outline: 0;
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 20px;
  color: #fff;
  width: 30px;
  height: 30px;
  border-radius: 5px;
  line-height: 1;
  padding-bottom: 4px
}

.pinList .modal-dialog {
  width: 95%;
  max-width: 1000px
}

.careerWrapper {
  padding: 20px 0 60px !important
}

.careerWrapper :not(i):not(:before):not(:after),
.careerWrapper a:active,
.careerWrapper a:focus,
.careerWrapper a:hover {
  color: #000 !important
}

.careerWrapper::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  height: 30px;
  left: 0;
  right: 0;
  background-color: #fff;
  z-index: 1
}

.careerWrapper::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 30px;
  z-index: 2;
  background-color: #f7f7f7;
  box-shadow: 0 0 10px rgba(0, 0, 0, .16)
}

.socialContainer .iconList {
  position: absolute;
  top: 22px;
  left: 0;
  z-index: 10
}

.socialContainer {
  position: relative;
  z-index: 3
}

.socialContainer a.btn {
  min-width: 250px;
  padding: 12px;
  font-size: 16px !important;
  border-radius: 0;
  margin-top: 30px !important
}

.socialContainer .btn {
  margin-top: 15px
}

.socialContainer .iconList .iconListContainer {
  background-color: #fff;
  padding: 5px 12px;
  border-radius: 20px;
  text-align: center;
  box-shadow: 0 -2px 12px rgba(0, 0, 0, .16)
}

.socialContainer .iconList a {
  margin: 0 2px
}

.socialContainer .iconList img {
  vertical-align: middle
}

.socialContainer .iconListBefore {
  border-top: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #fff;
  width: 10px;
  margin: 0 0 0 20px;
  position: relative
}

.ziczagBoxWrapper {
  margin: 40px 0 100px
}

.ziczagBoxWrapper .ziczagBoxItem {
  display: flex;
  align-items: stretch;
  justify-content: center
}

.ziczagBoxWrapper .ziczagBoxImg {
  width: 55%
}

.ziczagBoxWrapper .ziczagBoxContent {
  width: 45%;
  padding: 0 0 0 50px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center
}

body.page-id-3647 .fixZicZagSection>.vc_column-inner>.wpb_wrapper .ziczagBoxWrapper:first-child .ziczagBoxImg {
  width: 45%
}

body.page-id-3647 .fixZicZagSection>.vc_column-inner>.wpb_wrapper .ziczagBoxWrapper:first-child .ziczagBoxContent {
  width: 55%
}


.fixLatestZicZag>.vc_column-inner>.wpb_wrapper .ziczagBoxWrapper:last-child {
  margin-bottom: 30px !important;
}


.ziczagBoxWrapper .ziczagBoxImg .ziczagBoxImgInner {
  height: 100%;
  padding-top: 48.6%
}

.ziczagBoxWrapper.revert .ziczagBoxItem {
  flex-direction: row-reverse
}

.ziczagBoxWrapper.revert .ziczagBoxContent {
  padding: 0 50px 0 0
}

.ziczagBoxWrapper .btnStyle {
  padding: 14px 70px !important
}

.ziczagBoxWrapper a {
  color: inherit !important
}

.paginations {
  text-align: center;
  justify-content: center;
  margin: 20px auto 30px
}

.paginations .page-numbers {
  color: #040000;
  margin: 0 5px
}

.featureProperties {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 -20px
}

body.page-id-12807 .featureProperties {
  justify-content: flex-start;
}

.featureProperties .featurePropertyItem {
  width: calc(100% / 3);
  padding: 20px
}

.featureProperties.searchLayout .featurePropertyItem {
  width: 50%
}

.megaMenuWrapper .mainMenu,
.megaMenuWrapper .mainMenu .mainMenuItem,
.megaMenuWrapper .megaMenuInner .megaMenuMainSection,
.propertyItemWrapper {
  height: 100%
}

.propertyItemWrapper .propertyItemInner {
  border: 1px solid #707070;
  background-color: #f3f3f3;
  height: 100%;
  display: flex;
  flex-direction: column
}

.propertyItemWrapper .propertyItemThumbnail .propertyItemThumbnailInner {
  padding-top: 80%
}

.propertyItemWrapper .propertyItemThumbnail .statusBanner {
  text-transform: uppercase;
  color: #fff;
  background-color: #323649;
  border: 1px solid #707070;
  margin: 0 !important;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  padding: 40px 15px
}

.propertyItemWrapper .propertyItemDetail {
  padding: 25px 20px
}

.propertyItemWrapper .propertyItemDetail .propertyItemDetailInner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 -15px
}

.propertyItemWrapper .propertyItemDetail .propertyItemDetailInner .propertyItemDetailChild {
  padding: 0 15px
}

.propertyItemWrapper .propertyItemDetail .propertyItemDetailInner .propertyItemDetailChild.leftChild {
  width: 75%
}

.propertyItemWrapper .propertyItemDetail .propertyItemDetailInner .propertyItemDetailChild.rightChild {
  text-align: right;
  width: 25%
}

.propertyItemWrapper.isBnb .propertyItemDetail .propertyItemDetailInner {
  flex-direction: column !important
}

.propertyItemWrapper.isBnb .propertyItemDetail .propertyItemDetailInner .propertyItemDetailChild {
  width: 100% !important;
  text-align: left !important
}

.propertyItemWrapper .propertyItemDetail .propertyItemDetailInner .propertyItemDetailChild .summaryText {
  max-height: 40px !important;
  line-height: 20px !important;
  margin-bottom: 0 !important
}

.propertyItemWrapper .propertyItemDetail .propertyItemDetailInner .propertyItemDetailChild .priceQualifier {
  line-height: 27px !important;
  margin-bottom: 10px !important
}

.megaMenuWrapper {
  position: fixed;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  overflow: hidden;
  border-radius: 100px 0 100px 100px;
  background-color: #323649;
  border: 1px solid #707070;
  z-index: 9999999;
  transition: width .4s, height .4s, border-radius .6s
}

.megaMenuMainSection {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column
}

.closeWrapper {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
  z-index: 999
}

.megaMenuWrapper.show {
  width: 100% !important;
  height: calc(100% + 90px) !important;
  border-radius: 0 !important
}

.megaMenuWrapper .megaMenuInner .mainMenu {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap
}

.megaMenuWrapper .megaMenuInner .mainMenu .subMenu {
  height: calc(100% - 55px);
  overflow-y: auto;
  margin-top: 15px
}

.megaMenuWrapper .megaMenuInner {
  padding: 40px 0;
  height: 100%;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  position: relative
}

.megaMenuWrapper .megaMenuInner .megaTopSection {
  width: 100%;
  height: calc((100% - 100px) - 70px - 60px);
  padding-top: 5px;
  padding-bottom: 50px;
  overflow: hidden
}

.megaMenuWrapper .megaMenuInner * {
  font-family: 'Proxima Nova', 'Proxima Nova', HelveticaNeue, "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #fff;
  font-weight: 300
}

.megaMenuWrapper .megaMenuInner .mainMenu a {
  font-size: 16px;
  line-height: 25px
}

.megaMenuWrapper .megaMenuInner .mainMenu .subMenuItem {
  margin-top: 2px
}

.megaMenuWrapper .megaMenuInner .mainMenu .subMenuItem.active a {
  font-weight: 700;
  pointer-events: none
}

.megaMenuWrapper .megaMenuInner .mainMenu .mainMenuItem {
  width: 25%;
  padding: 0 25px
}

.megaMenuWrapper .megaMenuInner .mainMenu .mainMenuItem .mainMenuItemInner {
  font-weight: 700;
  font-size: 45px
}

.megaMenuWrapper .megaMenuInner .megaBottomSection {
  position: absolute;
  bottom: 150px;
  left: 0;
  right: 0;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex-wrap: wrap
}

.megaMenuWrapper .megaMenuInner .megaBottomSection .megaBottomSectionChild {
  width: 50%;
  padding: 20px 20px 0
}

.megaMenuWrapper .megaMenuInner .megaBottomSection .megaBottomSectionChild.rightChild img {
  margin-right: 15px
}

.page-id-709 .ziczagBoxWrapper .ziczagBoxItem .ziczagBoxContent {
  justify-content: flex-start
}

.contentUl {
  margin: 0 !important;
  padding: 0 !important;
  list-style-type: none
}

.contentUl li {
  font-weight: 400 !important;
  color: #000;
  font-size: 15px !important;
  padding-left: 12px;
  position: relative;
  margin-bottom: 3px
}

.contentUl li:before {
  font-size: 18px !important;
  line-height: 0 !important;
  position: absolute;
  content: '';
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background-color: #000;
  left: 0;
  top: 10px
}

.mapSearchPinMarker {
  width: 50px;
  height: 50px;
  background-size: contain;
  background-position: top center;
  background-repeat: no-repeat;
  transform: translateY(-50%);
}

.header-titles-wrapper .header-titles {
  width: 100%;
  max-width: 316px;
}

.footerTopSection {
  padding: 40px 0px;
}

.footerTopSection p:last-child {
  margin-bottom: 0px !important;
}

.footerTopSection a {
  color: #000000;
}

@media(min-width:768px) and (max-width:1023px) {
  .pinList .modal-dialog .modal-content .modal-body .pin-list .pin-list-area .pin-list-item .pin-item-name {
    font-size: 13px
  }
}

@media(min-widtH:768px) {
  .page-id-688 .fixedTitle>.wpb_column>.vc_column-inner>.wpb_wrapper>.ziczagBoxWrapper:first-child .ziczagBoxChild.ziczagBoxContent {
    padding-right: 0
  }

  .page-id-688 .fixedTitle>.wpb_column>.vc_column-inner>.wpb_wrapper>.ziczagBoxWrapper:first-child .ziczagBoxChild.ziczagBoxContent .mainContent {
    padding-right: 50px
  }

  .primary-menu #menu-item-13783 .sub-menu #menu-item-13822,
  .primary-menu #menu-item-13783 .sub-menu #menu-item-13825 {
    display: none !important
  }
}

@media (min-width:1200px) {

  #site-footer .container,
  .footerBelowSection .container {
    max-width: 1390px !important
  }

  .investSpainForm .leftSection {
    width: 35% !important
  }

  .investSpainForm .rightSection {
    width: 65% !important
  }

  .container {
    max-width: 1340px !important
  }
}

@media (max-width:1310px) {
  .footerAboveSectionInner ul.primary-menu>li:not(:last-child) {
    display: none !important
  }

  .primary-menu li#glt-translate-trigger {
    border: 0 !important
  }
}

@media (max-width:1230px) {
  ul.primary-menu>li:not(:last-child) {
    display: none !important
  }
}

@media (max-width:1199px) {
  .maxText {
    font-size: calc(.9 * 90.77px) !important;
    line-height: calc(.9 * 75.92px) !important
  }

  .semiMaxText {
    font-size: calc(.9 * 75px) !important;
    line-height: calc(.9 * 75px) !important
  }

  .pinList .modal-dialog {
    width: 90%;
    margin: 50px auto
  }

  .propertyItemWrapper .propertyItemDetail {
    height: 100%
  }

  .propertyItemWrapper .propertyItemDetail .propertyItemDetailInner {
    flex-direction: column;
    height: 100%;
    justify-content: space-between
  }

  .propertyItemWrapper .propertyItemDetail .propertyItemDetailInner .propertyItemDetailChild {
    width: 100% !important
  }

  .propertyItemWrapper .propertyItemDetail .propertyItemDetailInner .propertyItemDetailChild.rightChild {
    text-align: left;
    margin-top: 15px
  }
}

@media (max-width:1099px) {
  .maxText {
    font-size: calc(.6 * 90.77px) !important;
    line-height: calc(.6 * 75.92px) !important
  }

  .newletterSingleBannerWrapper .maxText {
    font-size: calc(.8 * 90.77px) !important;
    line-height: calc(.8 * 75.92px) !important
  }
}

@media (max-width:1023px) {
  .megaMenuWrapper .megaMenuInner .megaTopSection {
    height: calc((100% - 100px) - 70px - 30px);
    width: 100%
  }

  .closeWrapper {
    top: 10px;
    right: 10px
  }

  .closeWrapper img {
    width: 50px;
    height: 50px
  }

  .megaMenuWrapper .mainMenu .mainMenuItem {
    height: calc(100% - 30px)
  }

  .megaMenuWrapper .megaMenuInner .mainMenu .mainMenuItem {
    width: 25%
  }

  .megaMenuWrapper .megaMenuInner .mainMenu .mainMenuItem .mainMenuItemInner {
    font-size: 27px;
    line-height: 30px
  }

  .megaMenuWrapper .megaMenuInner .megaBottomSection {
    flex-direction: column;
    left: 15px;
    right: 15px
  }

  .megaMenuWrapper .megaMenuInner .megaBottomSection .megaBottomSectionChild {
    width: 100%;
    padding: 30px 0 0
  }

  .megaMenuWrapper .megaMenuInner .megaBottomSection .megaBottomSectionChild.rightChild {
    justify-content: flex-start;
    align-items: flex-end
  }

  .megaMenuWrapper .megaMenuInner {
    padding: 40px 15px
  }

  .megaMenuMainSection {
    justify-content: flex-start
  }

  .megaMenuWrapper .megaMenuInner .mainMenu .mainMenuItem {
    padding: 0 5px
  }

  .valuationCollapseWrapper .mainContent button,
  .valuationCollapseWrapper .valuationCollapse input[type=submit] {
    min-width: 0 !important;
    width: 100% !important
  }
}

@media (max-width:999px) {
  .wpcf7 .contactFormMainSection .controlSubmitGroup {
    width: 100%
  }

  .wpcf7 .investSpainForm input[type=submit],
  .wpcf7 .mainContactPageForm input[type=submit] {
    width: 100%;
    min-width: unset
  }
}

@media (max-width:767px) {
  .redesign-search-ui-border .advanced-control-border .channel-border {
    margin-bottom: 15px
  }

  .redesign-search-ui-container {
    padding-left: 0;
    padding-right: 0
  }

  .footerAboveSectionInner {
    display: flex;
    justify-content: space-between
  }

  .footerAboveSectionInner .leftAboveSection img,
  .footerAboveSectionInner .rightAboveSection img {
    max-width: 24px
  }

  .footerAboveSectionInner .rightAboveSection .searchIcon {
    display: block !important
  }

  .featureProperties,
  .latestNewsList {
    margin: 0 !important
  }

  #glt-translate-trigger,
  .detailBoxViewer::before,
  .searchIcon {
    display: none !important
  }

  .pinList .modal-dialog .modal-content .modal-body .map-container,
  .pinList .modal-dialog .modal-content .modal-body .pin-list {
    width: 100%
  }

  .pinList .modal-dialog .modal-content .modal-body .pin-list .pin-list-area .pin-list-item .pin-item-name {
    font-size: 11px
  }

  .maxText {
    font-size: calc(.6 * 90.77px) !important;
    line-height: calc(.6 * 75.92px) !important
  }

  .newletterSingleBannerWrapper .maxText {
    font-size: calc(.7 * 90.77px) !important;
    line-height: calc(.7 * 75.92px) !important
  }

  .homepage .search-section {
    margin-top: -210px
  }

  .property-page #carousel.thumbnails.flexslider,
  .search-page-inner .searchWrapper,
  .ziczagFixed>.vc_column-inner>.wpb_wrapper .ziczagBoxWrapper:first-child {
    margin-top: 0 !important
  }

  .contactFormMainSection,
  .testimonialFormSection .contactFormMainSection {
    flex-direction: column
  }

  .testimonialFormSection .contactFormMainSection .contactFormChildSection {
    width: 100%;
    padding: 20px
  }

  .page-id-13630 .headerSummaryWrapper .headerSummaryInnerChild.headerSummaryImg,
  .page-id-3651 .headerSummaryWrapper .headerSummaryInnerChild.headerSummaryImg,
  .testimonialFormSection .contactFormMainSection .rightSection h3 {
    display: none
  }

  .featureProperties,
  .ziczagBoxWrapper .ziczagBoxItem {
    flex-direction: column !important
  }

  .ziczagBoxWrapper .ziczagBoxChild {
    width: 100%;
    padding: 0
  }

  .ziczagBoxWrapper .ziczagBoxChild.ziczagBoxContent {
    padding-top: 20px;
    padding-right: 0 !important
  }

  .megaMenuWrapper .megaMenuInner .mainMenu {
    overflow-y: auto
  }

  .megaMenuWrapper .mainMenu .mainMenuItem {
    height: unset
  }

  .megaMenuWrapper .mainMenu .mainMenuItem:not(:last-child) {
    margin-bottom: 40px
  }

  .megaMenuWrapper .megaMenuInner .mainMenu .mainMenuItem {
    width: 50%
  }

  .megaMenuWrapper .megaMenuInner .mainMenu .mainMenuItem .mainMenuItemInner {
    font-size: 27px;
    line-height: 30px
  }

  .megaMenuWrapper .megaMenuInner .mainMenu a {
    font-size: 15px;
    line-height: 24px
  }

  .megaMenuWrapper .megaMenuInner .megaBottomSection .megaBottomSectionChild a:first-child img,
  .megaMenuWrapper .megaMenuInner .megaBottomSection .megaBottomSectionChild a:nth-child(4) img {
    width: 30px;
    height: 30px
  }

  .megaMenuWrapper .megaMenuInner .megaBottomSection .megaBottomSectionChild a:nth-child(2) img {
    width: 36px;
    height: 30px
  }

  .megaMenuWrapper .megaMenuInner .megaBottomSection .megaBottomSectionChild a:nth-child(3) img {
    width: 14px;
    height: 30px
  }

  .megaMenuWrapper .megaMenuInner .megaBottomSection .megaBottomSectionChild a:nth-child(5) img {
    width: 43px;
    height: 30px
  }

  .megaMenuWrapper .megaMenuInner .megaBottomSection .megaBottomSectionChild a:nth-child(6) img {
    width: 26px;
    height: 30px
  }

  .megaMenuWrapper .megaMenuInner .megaBottomSection .megaBottomSectionChild.leftChild a {
    margin: 0 5px
  }

  body.prevent {
    overflow-y: hidden
  }

  .megaMenuWrapper .megaMenuInner .megaBottomSection {
    bottom: 110px !important
  }

  .megaMenuWrapper .megaMenuInner .megaTopSection {
    height: calc((100% - 100px) - 50px)
  }

  .portalList .portalItem {
    margin: 30px 0 !important;
    max-width: 300px !important
  }

  .headerSummaryWrapper .headerSummaryInner .headerSummaryInnerChild .headerSummaryImgInner {
    min-height: 0 !important;
    padding-top: 100% !important
  }

  .headerSummaryWrapper .headerSummaryInner .headerSummaryInnerChild {
    padding-top: 0 !important
  }

  .page-id-3644 .ziczagBoxWrapper,
  .page-id-385 .ziczagBoxWrapper {
    margin: 0 0 60px !important
  }

  .page-id-3644 .ziczagBoxWrapper .ziczagBoxItem,
  .page-id-385 .ziczagBoxWrapper .ziczagBoxItem {
    flex-direction: column-reverse !important
  }

  .page-id-3644 .ziczagBoxWrapper .ziczagBoxItem .ziczagBoxImg,
  .page-id-385 .ziczagBoxWrapper .ziczagBoxItem .ziczagBoxImg {
    display: none !important;
    margin: 30px 0 60px !important
  }

  .latestNewsList .latestNewsItem {
    padding: 26px 0 !important
  }

  .semiLargeText {
    font-size: 43px !important;
    line-height: 43px !important
  }

  .valuationCollapseWrapper {
    padding-left: 20px !important;
    padding-right: 20px !important
  }

  .wpcf7 .investSpainForm .contactFormChildSection {
    padding: 30px 20px !important
  }

  .wpcf7 .contactFormMainSection .controlSubmitGroup {
    margin-top: 10px !important
  }

  .featureProperties .featurePropertyItem {
    width: 100% !important;
    padding: 15px
  }

  .propertyItemWrapper .propertyItemThumbnail .statusBanner {
    padding: 10px !important;
    font-size: 15px !important;
    line-height: 20px !important
  }

  .redesign-search-ui-border .option-container.channel-type {
    font-size: 17px !important;
    padding: 10px 20px !important
  }

  .detailBoxViewer .detailBoxViewerInner {
    max-height: 100vh !important
  }

  .wpcf7 .contactFormMainSection .contactFormChildSection {
    padding: 30px 20px !important;
    width: 100% !important
  }

  .header-socket-item-value.forMobile {
    display: inline-block !important
  }

  .header-socket-item-value.forMobile.searchAction {
    margin-left: 10px
  }

  .specificSocketItem {
    display: flex !important
  }

  .redesign-search-ui-border {
    padding-left: 15px !important;
    padding-right: 15px !important
  }

  .page-id-952 .headerSummaryWrapper .branches .branchItemInner .branchItemContent h3 {
    font-size: 15px !important;
    line-height: 22px !important
  }

  .page-id-952 .headerSummaryWrapper .branches .branchItemInner .branchItemContent {
    padding: 15px !important
  }

  .page-id-952 .headerSummaryInnerChild.headerSummaryContent .headerSummaryContentInner .branches {
    margin-top: 10px !important;
    margin-bottom: 30px !important
  }

  .page-id-952 .headerSummaryWrapper.ignorebottom:not(.ignorebottompadding) {
    padding-bottom: 20px !important
  }

  .page-id-952 .headerSummaryWrapper .headerSummaryInner .headerSummaryInnerChild .headerSummaryImgInner {
    padding-top: 0 !important;
    height: 200px !important
  }

  .ziczagBoxWrapper {
    margin-bottom: 50px !important
  }

  body.page-id-3647 .fixZicZagSection>.vc_column-inner>.wpb_wrapper .ziczagBoxWrapper:first-child .ziczagBoxImg {
    width: 100%;
  }

  body.page-id-3647 .fixZicZagSection>.vc_column-inner>.wpb_wrapper .ziczagBoxWrapper:first-child .ziczagBoxContent {
    width: 100%;
  }
}

@media(max-width:600px) {
  .latestNewsList .latestNewsItem {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important
  }
}

@media(min-width:500px) and (max-width:600px) {
  .headerSummaryWrapper .branches .branchItem {
    flex: 0 0 25%;
    max-width: 25%
  }
}

@media (max-width:450px) {
  .footerAboveSectionInner .rightAboveSection .searchIcon {
    display: none !important
  }

  .primary-menu li#glt-translate-trigger {
    padding-right: 0 !important
  }
}

@media (max-width:400px) {
  .homepage .search-section {
    margin-top: -200px
  }

  .semiLargeText {
    font-size: 36px !important;
    line-height: 36px !important
  }
}

@media(max-width:389px) {
  .footerAboveSectionInner .leftAboveSection img {
    max-width: 20px !important
  }

  .footerAboveSectionInner .leftAboveSection a {
    margin: 0 4px !important
  }

  .footerAboveSectionInner .leftAboveSection img.adjustfooter {
    height: 20px !important;
    margin-bottom: 6px !important
  }
}

@media (max-width:350px) {
  .megaMenuWrapper .megaMenuInner .megaTopSection {
    height: calc(100% - 190px) !important
  }

  .branchesPage .branches .branchItemContent .branchItemPhone {
    font-size: 22px !important
  }

  .branchesPage .branches .branchItemContent .branchItemPhone img {
    width: 20px !important;
    left: 15px !important
  }

  .site-logo img {
    max-width: 200px !important
  }

  .headerSummaryWrapper .titleWrapper .largeText {
    font-size: 50px !important;
    line-height: 55px !important
  }

  .page-id-3 .headerSummaryWrapper .titleWrapper .largeText {
    font-size: 43px !important;
    line-height: 48px !important
  }
}

@media(max-width:320px) {
  .footerAboveSectionInner {
    justify-content: space-between
  }

  .footerAboveSectionInner .leftAboveSection a {
    margin: 0 5px
  }

  .rightAboveSection .primary-menu li {
    padding: 0 10px
  }

  .page-id-720 .ziczagBoxWrapper .mainContent a {
    word-break: break-all
  }
}


.infowindow-image {
  width: 100%;
}

.infowindow-container {
  text-align: center;
}

.infowindow-container .infowindow-title {
  margin-top: 8px !important;
  line-height: 18px !important;
  margin-bottom: 15px !important;
}

.infowindow-container .infowindow-button {
  font-size: 12px !important;
  line-height: 15px !important;
  padding: 7px 15px !important;
}

.infowindow-container .infowindow-price {
  margin-top: 10px !important;
  margin-bottom: 0px !important;
}

@media(max-width:600px) {
  .infowindow-image {
    height: 100px;
  }

  .infowindow-container .infowindow-title {
    margin-bottom: 8px !important;
    margin-top: 3px !important;
  }

  .search-top {
    margin: 0px !important;
    padding: 0px !important;
    width: 100% !important;
    max-width: 100% !important;
  }
}

@media (max-width:350px) {
  body.page-id-952 .branchAggregated .branches .branchItemContent .branchItemPhone {
    font-size: 25px !important;
    line-height: 30px !important;
  }

  body.page-id-952 .branchAggregated .branches .branchItemContent .branchItemPhone img {
    width: 24px;
  }

  body.page-id-11962 .headerSummaryWrapper .headerSummaryInner .headerSummaryInnerChild.headerSummaryContent {
    padding-top: 40px !important;
  }

  body.page-id-11962 .headerSummaryWrapper .titleWrapper .largeText {
    font-size: 43px !important;
    line-height: 48px !important;
  }
}