html, body {
  margin: 0;
  border: 0;
  padding: 0;
  font-family: "din-2014", sans-serif!important;
  font-weight: 400;
  color: #0B1C2B!important;
  background: #FFF!important;
  font-size: 17px;
  line-height: 25px!important;
  letter-spacing: 0.4px;
}

body.modal-open {
  padding-right: 0 !important;
  overflow: auto !important;
}

* {
  box-sizing: border-box!important;
}

.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
  max-width: 1440px!important;
}

.navbar .container-fluid,
.navbar .container {
  display: block!important;
}

main {
  margin-top: 0!important;
}

.bg_image {
  background-size: cover!important;
  background-position: center!important;
  background-repeat: no-repeat!important;
}

span.mid_blue {
  color: #1E8BDF;
}

span.blue {
  color: #87d1f4;
}

hr {
  margin: 35px 0!important;
  opacity: 1!important;
  color: #1E8BDF!important;
}

select:focus,
select:active {
  box-shadow: none!important;
}

.select2-container--default {
  margin-bottom: 45px!important;
}

.select2-container--default .select2-selection--single {
  border: 1px solid #1E8BDF!important;
  border-radius: 40px!important;
  padding: 10px 35px;
  font-size: 16px;
  line-height: 25px;
  font-weight: 700;
  text-transform: uppercase;
  background-color: transparent!important;
  height: auto!important;
  transition: all 0.3s;
}

.select2-container--default .select2-selection--single:hover {
  background-color: #1E8BDF!important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  padding: 0!important;
  color: #1E8BDF!important;  
}

.select2-container--default .select2-selection--single:hover .select2-selection__rendered {
  color: #fff!important;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #1E8BDF!important;
}

.select2-container--default .select2-selection--single:hover .select2-selection__placeholder {
  color: #fff!important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  right: 35px!important;
  height: 100%!important;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  display: none;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #1E8BDF!important;
}

.select2-dropdown {
  margin-top: 10px;
  border-top: 1px solid #aaa!important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  display: none;
  visibility: hidden;
}

.select2-container--default .select2-selection--single {
  position: relative;
  padding-right: 30px;
}

.select2-container--default .select2-selection--single::after {
  content: "\f078"; /* Font Awesome down arrow icon (fa-chevron-down) */
  font-family: "Font Awesome 7 Pro"; /* For FA6 */
  font-weight: 900; /* Solid style */
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  font-size: 0.75em;
  color: #1E8BDF;
}

.select2-container--default .select2-selection--single:hover::after {
  color: #fff!important;
}

.links {
  margin-top: 45px;
}

/* WPConsent cookie table */
table.wpconsent-cookie-policy-table {
  margin: 1em 0;
  width: 100%;
  color: #212529;
  vertical-align: top;
  border-color: #dee2e6;
}

table.wpconsent-cookie-policy-table th,
table.wpconsent-cookie-policy-table td {
  padding: 0.75rem;
  vertical-align: top;
  border: 1px solid #dee2e6;
}

table.wpconsent-cookie-policy-table thead th {
  background-color: #f8f9fa;
}


a {
  color: #1E8BDF!important;
}

a.button_arrow {
  margin-bottom: 30px;
  padding-left: 35px;
  display: inline-block;
  position: relative;
}

a.button_arrow:before {
  font-family: "Font Awesome 7 Pro";
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  content: '\f177';
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s;
}

a.button_arrow:hover:before {
  left: 0;
}

a.button_arrow.black,
a.button_arrow.black:before {
  color: #0B1C2B!important;
}

a.button_arrow.grey,
a.button_arrow.grey:before {
  color: #a3a3a3!important;
}

a.rounded_button,
button.rounded_button,
select.rounded_button,
input.um-button {
  border-radius: 40px!important;
  padding: 6px 30px!important;
  font-family: "roboto-slab", serif;
  font-size: 16px!important;
  line-height: 25px!important;
  font-weight: 700!important;
  text-transform: uppercase!important;
  display: inline-block;
  width: auto;
  transition: all 0.3s;
}

a.rounded_button.white,
button.rounded_button.white {
  border: 1px solid #fff;
  color: #87d1f4!important;
  background-color: #fff;
}

a.rounded_button.blue,
button.rounded_button.blue {
  border: 1px solid #87d1f4;
  color: #fff!important;
  background-color: #87d1f4;
}

a.rounded_button.blue:hover,
button.rounded_button.blue:hover {
  border: 1px solid #1E8BDF;
  background-color: #1E8BDF;
}

a.rounded_button.mid_blue,
button.rounded_button.mid_blue {
  border: 1px solid #1E8BDF;
  color: #fff!important;
  background-color: #1E8BDF;
}

a.rounded_button.mid_blue:hover,
button.rounded_button.mid_blue:hover {
  border: 1px solid #87d1f4;
  background-color: #87d1f4;
}

a.rounded_button.black,
button.rounded_button.black {
  border: 1px solid #0B1C2B;
  color: #fff!important;
  background-color: #0B1C2B;
}

a.rounded_button.black:hover,
button.rounded_button.black:hover {
  border: 1px solid #767676;
  background-color: #767676;
}

a.rounded_button.white.transparent,
button.rounded_button.white.transparent {
  background-color: transparent;
  color: #fff!important;
}

a.rounded_button.white.transparent:hover,
button.rounded_button.white.transparent:hover {
  border: 1px solid #fff;
  color: #87d1f4!important;
  background-color: #fff;
}

a.rounded_button.blue.transparent,
button.rounded_button.blue.transparent {
  background-color: transparent;
  color: #87d1f4!important;
}

a.rounded_button.blue.transparent:hover,
button.rounded_button.blue.transparent:hover {
  border: 1px solid #87d1f4;
  color: #fff!important;
  background-color: #87d1f4;
}

a.rounded_button.mid_blue.transparent,
button.rounded_button.mid_blue.transparent {
  background-color: transparent;
  color: #1E8BDF!important;
}

a.rounded_button.mid_blue.transparent:hover,
button.rounded_button.mid_blue.transparent:hover,
button.rounded_button.mid_blue.transparent.active {
  border: 1px solid #1E8BDF;
  color: #fff!important;
  background-color: #1E8BDF;
}

h1, h2, h3, h4 {
  margin-top: 30px!important;
  margin-bottom: 20px!important;
  font-family: "roboto-slab", serif;
  font-weight: 400!important;
}

h1, h2.large, h3.largest {
  font-size: 36px!important;
  line-height: 46px!important;
}

h3.large {
  font-size: 30px !important;
  line-height: 36px !important;
}

h3 {
  font-size: 23px !important;
  line-height: 28px !important;
}

h3.small, h4 {
  font-size: 18px !important;
  line-height: 24px !important;
}

p.subheading {
  margin-bottom: 25px;
  letter-spacing: 3px;
  color: #1E8BDF;
  text-transform: uppercase;
  font-size: 17px;
  line-height: 17px;
  font-weight: 700;
}

.account_banner {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  text-align: right;
  background: #87d1f4;
  z-index: 40;
  padding: 5px 0;
  font-size: 16px;
}

.account_banner a {
  color: #fff!important;
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
}

.account_banner a i {
  margin-left: 15px;
  font-size: 24px;
}

header.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: transparent;
  transition: all 0.3s;
  z-index: 30;
}

header.site-header.header_account_banner {
  top: 35px;
}

header.site-header.light,
header.site-header.scrolled,
header.site-header.menu_open {
  background: #0b1c2b;
}

header.site-header.light:before {
  display: none;
}

header.site-header .navbar-brand img {
  height: 80px;
}

header.site-header .menu_buttons {
  margin-left: 30px;
}

header.site-header .menu_buttons a.rounded_button {
  margin-right: 10px;
}

header.site-header .menu_buttons a.rounded_button:last-child {
  margin-right: 0;
}

.sliding_menu {
  display: none;
}


#mega-menu-wrap-main-menu,
#mega-menu-wrap-main-menu #mega-menu-main-menu,
#mega-menu-wrap-main-menu #mega-menu-main-menu > li,
#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item > a {
  height: 100%!important;
}

.layout_1 .mega-menu-row > .mega-sub-menu,
.layout_2 .mega-menu-row > .mega-sub-menu {
  display: flex!important;
  align-items: stretch;
}

.layout_1 .mega-menu-column,
.layout_2 .mega-menu-column {
  display: flex!important;
  flex-direction: column;
  flex: 1 1 auto;
}

.layout_3 .mega-menu-row > .mega-sub-menu {
  display: flex!important;
  justify-content: center;
}

.layout_3 .mega-menu-row > .mega-sub-menu .mega-menu-column {
  padding: 0 12px!important;
}

#mega-menu-wrap-main-menu #mega-menu-main-menu li ul.mega-sub-menu li.line {
  align-items: center;
}

#mega-menu-wrap-main-menu #mega-menu-main-menu li ul.mega-sub-menu li.line * {
  height: 100%;
}

#mega-menu-wrap-main-menu #mega-menu-main-menu li ul.mega-sub-menu li.line .line {
  width: 1px;
  background: #87d1f4;
}

/* First Level */
#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item > a {
  display: flex !important;
  justify-content: center;
  align-items: center;
  letter-spacing: 1px!important;
  position: relative;
  color: #fff!important;
}

#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item.mega-menu-item-has-children > a:before {
  content: '';
  width: 45px !important;
  height: 19px !important;
  position: absolute !important;
  background-image: url('/assets/2025/06/Menu-Arrow.svg')!important;
  background-size: cover!important;
  background-position: center!important;
  background-repeat: no-repeat!important;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  visibility: hidden;
  transition: opacity 200ms ease-in, visibility 200ms ease-in;
}

#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item.mega-menu-item-has-children > a:hover:before,
#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item.mega-menu-item-has-children.mega-toggle-on > a:before {
  opacity: 1;
  visibility: visible;
  }

#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item.mega-toggle-on > a,
#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item > a:hover,
header.site-header.light #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item.mega-toggle-on > a,
header.site-header.light #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item > a:hover,
header.site-header.scrolled #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item.mega-toggle-on > a,
header.site-header.scrolled #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item > a:hover,
header.site-header.menu_open #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item.mega-toggle-on > a,
header.site-header.menu_open #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item > a:hover {
  color: #87d1f4!important;
}

/* Second Level */
#mega-menu-wrap-main-menu #mega-menu-main-menu > li > ul.mega-sub-menu {
  box-shadow: 0 8px 10px 0px #bbb;
}

#mega-menu-wrap-main-menu #mega-menu-main-menu li ul.mega-sub-menu > li > a {
  margin: 8px 0!important;
  position: relative;
  color: #0B1C2B!important;
  letter-spacing: 1px;
}

#mega-menu-wrap-main-menu #mega-menu-main-menu li ul.mega-sub-menu > li:first-child > a {
  margin-top: 0px!important;
}

#mega-menu-wrap-main-menu #mega-menu-main-menu li ul.mega-sub-menu > li > a.active,
#mega-menu-wrap-main-menu #mega-menu-main-menu li ul.mega-sub-menu > li > a:hover {
  color: #1E8BDF!important;
}

#mega-menu-wrap-main-menu #mega-menu-main-menu li ul.mega-sub-menu > li > a:after {
  content: '\f054';
  position: absolute;
  top: 50%;
  left: -15px;
  font-family: 'Font Awesome 7 Pro';
  font-weight: 400;
  display: inline-block;
  opacity: 0;
  transform: translateY(-50%);
  transition: all 0.5s;
}

#mega-menu-wrap-main-menu #mega-menu-main-menu li ul.mega-sub-menu > li > a.active:after,
#mega-menu-wrap-main-menu #mega-menu-main-menu li ul.mega-sub-menu > li > a:hover:after {
  opacity: 1;
  left: 0;
}

/* Third Level */
#mega-menu-wrap-main-menu #mega-menu-main-menu li ul.mega-sub-menu li .submenu-content .submenu-panel {
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: opacity 300ms ease, transform 300ms ease;
  position: absolute;
  z-index: 1;
}

#mega-menu-wrap-main-menu #mega-menu-main-menu li ul.mega-sub-menu li .submenu-content .submenu-panel.visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  z-index: 2;
}

#mega-menu-wrap-main-menu #mega-menu-main-menu li ul.mega-sub-menu li .submenu-content .submenu-panel ul {
  display: flex;
  flex-wrap: wrap;
  max-height: 400px;
  padding: 0;
  margin: 0;
  list-style: none;
}

#mega-menu-wrap-main-menu #mega-menu-main-menu li ul.mega-sub-menu li .submenu-content .submenu-panel ul li {
  padding-bottom: 12px;
  width: 50%;
  box-sizing: border-box;
}

#mega-menu-wrap-main-menu #mega-menu-main-menu li ul.mega-sub-menu li .submenu-content .submenu-panel ul li a {
  padding-left: 20px;
  font-size: 16px;
  font-weight: 700;
  color: #0B1C2B!important;
  position: relative;
  transition: all 0.5s;
}

#mega-menu-wrap-main-menu #mega-menu-main-menu li ul.mega-sub-menu li .submenu-content .submenu-panel ul li a.mid_blue,
#mega-menu-wrap-main-menu #mega-menu-main-menu li ul.mega-sub-menu li .submenu-content .submenu-panel ul li a:hover {
  color: #1E8BDF!important;
}

#mega-menu-wrap-main-menu #mega-menu-main-menu li ul.mega-sub-menu li .submenu-content .submenu-panel ul li a:before {
  content: '\f054';
  position: absolute;
  top: 50%;
  left: 0;
  font-family: 'Font Awesome 7 Pro';
  font-weight: 400;
  display: inline-block;
  transform: translateY(-50%);
  transition: all 0.5s;
}

#mega-menu-wrap-main-menu #mega-menu-main-menu li ul.mega-sub-menu li .submenu-content .submenu-panel a:hover:before {
  color: #87d1f4!important;
}

/* Grey Panel Option */
#mega-menu-wrap-main-menu #mega-menu-main-menu li ul.mega-sub-menu li .submenu-grey-panel-content {
  background: #F5F5F5;
}

#mega-menu-wrap-main-menu #mega-menu-main-menu li ul.mega-sub-menu li .submenu-grey-panel-content .submenu-grey-panel .grey_panel .content {
  padding: 20px 60px;
}

#mega-menu-wrap-main-menu #mega-menu-main-menu li ul.mega-sub-menu li .submenu-grey-panel-content .submenu-grey-panel .grey_panel .content span.heading {
  margin-bottom: 10px !important;
  display: inline-block;
  font-family: "roboto-slab", serif;
  font-weight: 400;
  font-size: 28px;
  color: #0b1c2b;
}

#mega-menu-wrap-main-menu #mega-menu-main-menu li ul.mega-sub-menu li .submenu-grey-panel-content .submenu-grey-panel .grey_panel .content p {
  font-size: 16px;
}

#mega-menu-wrap-main-menu #mega-menu-main-menu li ul.mega-sub-menu li .menu-image-container {
  width: 100%;
  height: 200px;
  overflow: hidden;
}

#mega-menu-wrap-main-menu #mega-menu-main-menu li ul.mega-sub-menu li .menu-image-container .bg_image {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 1;
  transition: opacity 0.4s ease-in-out;
}

#mega-menu-wrap-main-menu #mega-menu-main-menu li ul.mega-sub-menu li .menu-image-container .bg_image.fade-out {
  opacity: 0;
}

/* Global Styles */
.slick-dots {
  text-align: left!important;
}

.slick-dots li button:before,
.slick-dots li button {
  display: none!important;
}

.slick-dots li {
  width: 12px !important;
  height: 12px !important;
  border-radius: 50%;
  background: #fff;
  transition: all 0.3s;
}

.slick-dots li:hover,
.slick-dots li.slick-active {
  background: #87d1f4;
}

.propertyhive .flag,
.single-property .flag {
  border-radius: 10px;
  padding: 5px 70px;
  position: absolute;
  top: 35px;
  left: 35px;
  background: #FF2D17;
  color: #fff;
  font-size: 14px;
  line-height: 14px;
  pointer-events: none;
  z-index: 10;
}

/* Speech Bubble Popup */
#speech_bubble_popup {
  top: auto;
  bottom: 50px;
  right: 30px;
  left: auto;
  width: auto;
  height: auto;
  overflow: visible;
}

#speech_bubble_popup .modal-dialog {
  margin: 0 0 0 15px;
  max-width: 800px;
  width: calc(100% + 15px);
}

#speech_bubble_popup .modal-dialog .modal-content {
  border-radius: 120px;
  color: #fff;
  background: #0b1c2b;
}

#speech_bubble_popup .modal-dialog .modal-content .modal-body {
  padding: 30px 45px;
}

#speech_bubble_popup .modal-dialog .modal-content .modal-body .image {
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(-8deg);
}

#speech_bubble_popup .modal-dialog .modal-content .modal-body .btn-close {
  opacity: 1;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}

#speech_bubble_popup .modal-dialog .modal-content .modal-body a {
  font-family: "roboto-slab", serif;
  font-size: 16px;
  line-height: 25px;
  font-weight: 700;
  text-transform: uppercase;
  color: #87d1f4 !important;
}

/* Background Slider or Video Block */
.background_slider_or_video_block {
  position: relative;
  background-color: white;
  max-width: 100%;
  height: 100%;
}

.background_slider_or_video_block.arrow {
  --s: 45px;
  /* Set the base column offset: one col = 8.333333% */
  --column-offset: 8.333333%;
  --p: calc(var(--column-offset) * 1);
  mask: 
    radial-gradient(110% 100% at 0% 100%, #0000 96.5%, #000 100%)
      calc(var(--p) - var(--s)/2) calc(100% + 2px) / var(--s) var(--s),

    radial-gradient(110% 100% at 100% 100%, #0000 96.5%, #000 100%)
      calc(var(--p) + var(--s)/2) calc(100% + 2px) / var(--s) var(--s),

    conic-gradient(#000 0 0)
      0 calc(-1 * var(--s) + 3px);
  mask-repeat: no-repeat;
  -webkit-mask:
    radial-gradient(110% 100% at 0% 100%, #0000 96.5%, #000 100%)
      calc(var(--p) - var(--s)/2) calc(100% + 2px) / var(--s) var(--s),

    radial-gradient(110% 100% at 100% 100%, #0000 96.5%, #000 100%)
      calc(var(--p) + var(--s)/2) calc(100% + 2px) / var(--s) var(--s),

    conic-gradient(#000 0 0)
      0 calc(-1 * var(--s) + 3px);
  -webkit-mask-repeat: no-repeat;
}

.background_slider_or_video_block_wrapper.large {
  height: 85vh;
}

.background_slider_or_video_block_wrapper.small {
  height: 400px;
}

.background_slider_or_video_block .background_wrapper {
  position: relative;
  overflow: hidden;
}

.background_slider_or_video_block .background_wrapper,
.background_slider_or_video_block .background_wrapper .background_slider,
.background_slider_or_video_block .background_wrapper .background_slider .slick-list,
.background_slider_or_video_block .background_wrapper .background_slider .slick-list .slick-track,
.background_slider_or_video_block .background_wrapper .background_slider .slick-list .slick-track .bg_image {
  height: 100%;
}

.background_slider_or_video_block .background_wrapper video {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.background_slider_or_video_block .background_wrapper .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.background_slider_or_video_block .background_wrapper .text_overlay {
  padding-top: 120px;
  padding-bottom: calc(120px + 42px);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  color: #fff;
  z-index: 5;
}

.background_slider_or_video_block .background_wrapper .text_overlay.centre,
.background_slider_or_video_block .background_wrapper .text_overlay.centre .row {
    justify-content: center;
}

.background_slider_or_video_block .background_wrapper .text_overlay.top_left,
.background_slider_or_video_block .background_wrapper .text_overlay.top_right {
  justify-content: flex-start;
}

.background_slider_or_video_block .background_wrapper .text_overlay.bottom_left,
.background_slider_or_video_block .background_wrapper .text_overlay.bottom_right {
  justify-content: flex-end;
}

.background_slider_or_video_block .background_wrapper .text_overlay.top_left .row,
.background_slider_or_video_block .background_wrapper .text_overlay.bottom_left .row {
    justify-content: flex-start;
}

.background_slider_or_video_block .background_wrapper .text_overlay.top_right .row,
.background_slider_or_video_block .background_wrapper .text_overlay.bottom_right .row {
    justify-content: flex-end;
}

.background_slider_or_video_block .background_wrapper .text_overlay .small_image {
  margin-bottom: 20px;
  max-height: 50px;
}

/* Background with Content Slider Block */
.background_with_content_slider_block {
  position: relative;
}

.background_with_content_slider_block .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg,rgba(0, 0, 0, 0.30) 0%, rgba(255, 255, 255, 0) 100%);
  z-index: 1;
}

.background_with_content_slider_block .text_overlay {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 5;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
}

/* Standard Content & Standard Content (Default) Block */
.standard_content_block img.image {
  max-height: 125px;
  max-width: 240px;
}

.standard_content_block .content,
.standard_content_default_block .content {
  position: relative;
}

.standard_content_block .content {
  margin-top: 60px;
}

.standard_content_block .content .floating_icon,
.standard_content_default_block .content .floating_icon {
  position: absolute;
  max-height: 50px;
  max-width: 50px;
}

.standard_content_block .content .floating_icon.top_left,
.standard_content_default_block .content .floating_icon.top_left {
  top: -25px;
  left: -65px;
}

.standard_content_block .content .floating_icon.top_right,
.standard_content_default_block .content .floating_icon.top_right {
  top: -25px;
  right: -65px;
}

.standard_content_block .content .floating_icon.bottom_left,
.standard_content_default_block .content .floating_icon.bottom_left {
  bottom: -25px;
  left: -65px;
}

.standard_content_block .content .floating_icon.bottom_right,
.standard_content_default_block .content .floating_icon.bottom_right {
  bottom: -25px;
  right: -65px;
}

/* Large Image Panels Block */
.large_image_panels_block .panel {
  margin-bottom: 1rem;
  border-radius: 5px;
  position: relative;
  width: 100%;
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.large_image_panels_block .panel.small {
  width: 85%;
}

.large_image_panels_block .panel:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(180deg, rgba(11, 28, 43, 0.6) 0%, rgba(255, 255, 255, 0) 100%);
}

.large_image_panels_block .panel .text_overlay {
  position: absolute;
  color: #fff;
  padding: 65px;
  display: flex;
  flex-direction: column;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  transition: all 0.5s;
}

.large_image_panels_block .panel .text_overlay .content {
  height: 0;
  overflow: hidden;
  transition: height 0.5s;
}

.large_image_panels_block .panel .text_overlay .links {
  margin-top: 0;
}

.large_image_panels_block .panel:hover .text_overlay .content {
  height: 100%;
}

.large_image_panels_block .panel:hover .text_overlay {
  background: rgba(11, 28, 43, 0.7);
}

.large_image_panels_block .left_column .panel:first-child {
  margin-top: 100px;
}

/* Horizontal List Items Block */
.horizontal_list_items_block .list_items_wrapper {
  margin-top: 30px;
}

/* Posts Block */
.posts_block .news_articles_wrapper {
  padding: 60px 0 245px;
  background: #f5f5f5;
}

.posts_block .news_articles_wrapper .news_articles .item {
  margin-bottom: calc(1rem * 1);
  border-radius: 5px;
  background: #fff;
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.posts_block .news_articles_wrapper .news_articles .item .pin {
  position: absolute;
  top: 20px;
  left: 20px;
  height: 35px;
  z-index: 5;
}

.posts_block .news_articles_wrapper .news_articles .item img.main_image,
.posts_block .news_articles_wrapper .news_articles .item .bg_image {
  height: 320px;
}

.posts_block .news_articles_wrapper .news_articles .item img.main_image {
  margin-left: 50%;
  transform: translateX(-50%);
  max-width: 100%;
  object-fit: cover;
}

.posts_block .news_articles_wrapper .news_articles .item .content {
  padding: 35px 45px;
}

.posts_block .news_articles_wrapper .news_articles .item .content .author_date {
  color: #1E8BDF;
}

.posts_block .news_articles_wrapper .news_articles .item .content a {
  color: #0B1C2B!important;
}

.posts_block .news_articles_wrapper .news_articles .pagination {
  justify-content: center;
}

.posts_block .news_articles_wrapper .news_articles .pagination .page-numbers {
  margin: 0 5px;
  font-family: "roboto-slab", serif;
  font-weight: 700;
}

/* Posts & Case Study Single Block */
.post_single_block .author_date,
.case_study_single_block .author_date {
  color: #1E8BDF;
  font-size: 15px;
  text-align: right;
}

.post_single_block .posted_by .posted_by_inner,
.case_study_single_block .posted_by .posted_by_inner {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  position: sticky;
  top: 150px;
  z-index: 10;
}

.post_single_block .posted_by .posted_by_inner .bg_image,
.case_study_single_block .posted_by .posted_by_inner .bg_image {
  margin-bottom: 15px;
  border-radius: 5px;
  height: 130px;
  width: 120px;
}

.post_single_block .content img,
.case_study_single_block .content img {
  margin: 40px 0;
  border-radius: 5px;
  width: 100%;
}

.post_single_block .content .featured_image,
.case_study_single_block .content .featured_image {
  margin: 0 0 40px;
  border-radius: 5px;
  width: 100%;
  height: 400px;
}

/* Case Study Slider Block */
.case_study_slider_block {
  overflow: hidden;
}

.case_study_slider_block .slider_nav {
  display: flex;
  justify-content: flex-end;
  position: relative;
}

.case_study_slider_block .slider_nav p {
  margin-bottom: 0;
  cursor: pointer;
}

.case_study_slider_block .case_study_slider_wrapper {
  margin-top: 60px;
}

.case_study_slider_block .case_study_slider_wrapper .case_study_slider .slider-text {
  border-radius: 5px 0 0 5px;
  background-color: #0B1C2B;
  color: #fff;
  padding: 70px 40px;
  height: 100%;
  position: relative;
  z-index: 5;
}

.case_study_slider_block .case_study_slider_wrapper .case_study_slider .slider-text:before {
  /* Hide the left side */
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: -10000px;
  background: #f5f5f5;
  height: 100%;
  width: 10000px;
  pointer-events: none;
}

.case_study_slider_block .case_study_slider_wrapper .case_study_slider .slider-text:after {
  content: '';
  display: inline-block;
  width: 70px;
  height: 34px;
  background-image: url(/assets/2025/07/Dark-Blue-Down-Shape.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -34px;
  left: 40px;
}

.case_study_slider_block .case_study_slider_wrapper .case_study_slider .slider-image,
.case_study_slider_block .case_study_slider_wrapper .case_study_slider .slider-image .slick-list,
.case_study_slider_block .case_study_slider_wrapper .case_study_slider .slider-image .slick-track {
  height: 100%;
}

.case_study_slider_block .case_study_slider_wrapper .case_study_slider .slider-image .slick-slide {
  padding-right: 20px;
  display: flex !important;
  flex-direction: column;
  justify-content: center;
}

.case_study_slider_block .case_study_slider_wrapper .case_study_slider .slider-image .slick-list {
  margin-right: -20px;
  overflow: unset;
}

.case_study_slider_block .case_study_slider_wrapper .case_study_slider .slider-image .bg_image {
  border-radius: 5px;
  height: 90%;
  position: relative;
  overflow: hidden;
  transition: all 0.5s;
}

.case_study_slider_block .case_study_slider_wrapper .case_study_slider .slider-image .slick-slide.slick-active:nth-child(odd) .bg_image {
  transform: translateY(30px);
}

.case_study_slider_block .case_study_slider_wrapper .case_study_slider .slider-image .slick-slide.slick-active:nth-child(even) .bg_image {
  transform: translateY(-30px);
}

.case_study_slider_block .case_study_slider_wrapper .case_study_slider .slider-image .slick-slide.slick-current .bg_image {
  transform: translateY(0)!important;
}

.case_study_slider_block .case_study_slider_wrapper .case_study_slider .slider-image .bg_image .overlay {
  padding: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  opacity: 1;
  background: rgba(0, 0, 0, 0.4);
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  transition: all 0.5s;
}

.case_study_slider_block .case_study_slider_wrapper .case_study_slider .slider-image .bg_image.active {
  border-radius: 0 5px 5px 0;
  height: 100%;
}

.case_study_slider_block .case_study_slider_wrapper .case_study_slider .slider-image .bg_image.active .overlay {
  opacity: 0;
}

.case_study_slider_block .slider_dots .slick-dots {
  position: unset!important;
}

.case_study_slider_block .slider_dots .slick-dots li {
  background: #b7bbbf;
}

.case_study_slider_block .slider_dots .slick-dots li:hover,
.case_study_slider_block .slider_dots .slick-dots li.slick-active {
  background: #87d1f4;
}


/* Team Block */
.team_block .links {
  margin: 45px 0;
}

.team_block .form-select {
  margin-bottom: 45px;
}

.team_block .team_members .team_member {
  margin-bottom: calc(1rem * 1);
  border-radius: 5px;
  position: relative;
  overflow: hidden;
}

.team_block.horizontal .team_members .team_member {
  height: 280px;
}

.team_block.vertical .team_members .team_member {
  height: 380px;
}

.team_block .team_members .team_member a {
  color: #fff!important;
}

.team_block .team_members .team_member .text_overlay {
  padding: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(11, 28, 43, 0.7);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  opacity: 0;
  transition: all 0.3s;
}

.team_block .team_members .team_member:hover .text_overlay {
  opacity: 1;
}

.team_block .team_members .team_member .text_overlay h3,
.team_block .team_members .team_member .text_overlay p {
  margin-bottom: 5px!important;
}

.team_block .team_members .team_member .text_overlay p {
  font-size: 16px;
}

.team_block .team_members .team_member .text_overlay p.subheading {
  color: #87d1f4;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 3px;
}

/* Team Single Block */
.team_single_block .bg_image {
  margin-bottom: 45px;
  border-radius: 5px;
  height: 500px;
  width: 100%;
}

.team_single_block .links.width a.rounded_button {
  margin-bottom: 15px;
  width: 100%;
  max-width: 200px;
  text-align: center;
}

.team_single_block .content {
  margin-top: 60px;
}

.team_single_block .content .subheading {
  margin-top: 35px;
}

/* Background Panels Block */
.background_panels_block .masonry {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  grid-auto-rows: auto;
}

.background_panels_block .masonry .panel_wrapper {
  break-inside: avoid;
}

.background_panels_block .panel_wrapper .panel_inner {
  border-radius: 5px;
  padding: 40px 45px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  color: #fff;
  position: relative;
}

.background_panels_block .panel_wrapper:nth-child(odd) .panel_inner {
  height: 380px;
}

.background_panels_block .panel_wrapper:nth-child(even) .panel_inner {
  height: 500px;
}

.background_panels_block .panel_wrapper:nth-child(even) {
  margin-top: -60px;
}

.background_panels_block .panel_wrapper .panel_inner.overlay:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(11, 28, 43, 0.6) 0%, rgba(255, 255, 255, 0) 100%);
  pointer-events: none;
  z-index: 5;
  border-radius: 5px;
}

.background_panels_block .panel_wrapper .panel_inner.overlay * {
  position: relative;
  z-index: 10;
}

.background_panels_block .panel_wrapper .panel_inner.center {
  justify-content: center;
  align-items: center;
  text-align: center;
}

.background_panels_block .panel_wrapper .panel_inner.top_right {
  align-items: flex-end;
}

.background_panels_block .panel_wrapper .panel_inner.bottom_left {
  justify-content: flex-end;
}

.background_panels_block .panel_wrapper .panel_inner.bottom_right {
  justify-content: flex-end;
  align-items: flex-end;
}

.background_panels_block .panel_wrapper.custom_panel .panel_inner {
  justify-content: flex-end;
  background: #0B1C2B;
}

/* Image Banner Block */
.image_banner_block {
  overflow: hidden;
}

.image_banner_block .bg_image_wrapper:nth-child(1) .bg_image {
  height: 420px;
}

.image_banner_block .bg_image_wrapper:nth-child(2) .bg_image {
  height: 340px;
}

.image_banner_block .bg_image_wrapper:nth-child(3) .bg_image {
  height: 300px;
}

.image_banner_block .bg_image_wrapper:nth-child(4) .bg_image {
  height: 420px;
}

/* Left & Right Panels Block */
.left_and_right_panels_block .row_spacer {
  margin-top: 140px;
}

.left_and_right_panels_block .row_spacer:first-child {
  margin-top: 0;
}

.left_and_right_panels_block .content {
  padding-top: 140px;
  padding-bottom: 140px;
}

.left_and_right_panels_block .bg_image {
  border-radius: 5px;
  height: 100%;
}

.left_and_right_panels_block .bg_image.main_bg_image {
  margin-top: -80px;
  height: calc(100% + 80px);
}

/* Latest News Block */
.latest_news_block .news_items_wrapper {
  margin-top: 50px;
}

.latest_news_block .news_items_wrapper .panel {
  margin-bottom: calc(1rem * 1);
  border-radius: 5px;
  color: #fff;
  position: relative;
  overflow: hidden;
}

.latest_news_block .news_items_wrapper .panel a {
  color: #fff!important;
}

.latest_news_block .news_items_wrapper .panel .bg_image_wrapper {
  overflow: hidden;
}

.latest_news_block .news_items_wrapper .panel .bg_image_wrapper .bg_image {
  transition: all 0.3s;
}

.latest_news_block .news_items_wrapper .panel:hover .bg_image_wrapper .bg_image {
  transform: scale(1.1);
}

.latest_news_block .news_items_wrapper .panel .bg_image_wrapper .main_bg_image {
  height: 480px;
}

.latest_news_block .news_items_wrapper .panel .bg_image_wrapper .sub_bg_image {
  height: 300px;
}

.latest_news_block .news_items_wrapper .panel .overlay {
  padding: 40px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(11, 28, 43, 0.6) 0%, rgba(255, 255, 255, 0) 75%);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  z-index: 5;
}

/* Accordion Contact Block */
.accordion_contact_block {
  background: #f5f5f5;
}

.accordion_contact_block #accordion .accordion-item {
  border-color: #1E8BDF;
  background: transparent;
}

.accordion_contact_block #accordion .accordion-item button.accordion-button {
  border: 0!important;
  padding: 40px 0;
  box-shadow: none!important;
  background: transparent;
  color: #0B1C2B;
  justify-content: center;
  font-size: inherit;
}

.accordion_contact_block #accordion .accordion-item button.accordion-button:after {
  margin-left: 20px;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%231E8BDF'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
  background-size: cover;
  width: 40px;
  height: 40px;
}

.accordion_contact_block #accordion .accordion-item iframe.map {
  margin: 50px 0;
  border: 0;
  width: 100%;
  height: 550px;
  display: block;
  filter: grayscale(100%);
}

.accordion_contact_block #accordion .accordion-item .contact_details {
  margin-top: 40px;
}

.accordion_contact_block #accordion .accordion-item .contact_details i {
  color: #1E8BDF;
  background: #fff;
  width: 42px;
  height: 42px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  font-size: 18px;
}

.accordion_contact_block #accordion .accordion-item .contact_details hr {
  margin: 20px 0!important;
}

.accordion_contact_block #accordion .accordion-item .social {
  margin-top: 20px;
}

.accordion_contact_block #accordion .accordion-item .social i {
  margin-right: 20px;
  font-size: 26px;
}

.accordion_contact_block #accordion .accordion-item .wpcf7 {
  border-radius: 15px;
  padding: 50px;
  background: #fff;
}

.accordion_contact_block #accordion .accordion-item .wpcf7 label {
  font-weight: 700;
}

.accordion_contact_block #accordion .accordion-item .wpcf7 .form-control {
  margin-bottom: 40px;
  border: 0;
  border-bottom: 1px solid #1E8BDF;
  border-radius: 0;
  padding: 0;
}

.accordion_contact_block #accordion .accordion-item .wpcf7 .form-control.wpcf7-not-valid {
  border-bottom: 1px solid #f00;
}

.accordion_contact_block #accordion .accordion-item .wpcf7 .form-control:active,
.accordion_contact_block #accordion .accordion-item .wpcf7 .form-control:focus {
  box-shadow: none;
}

.accordion_contact_block #accordion .accordion-item .wpcf7 .wpcf7-not-valid-tip {
  display: none;
}

/* Horizontal Line Block */
.horizontal_line_block {
  background: #F5F5F5;
}

/* Portal Dashboard Block */
.portal_dashboard_block img.image {
  max-height: 125px;
  max-width: 240px;
}

.portal_dashboard_block .files_wrapper {
  margin-top: 60px;
  padding: 120px 0 240px;
  background: #F5F5F5;
}

.portal_dashboard_block .files_wrapper .nav .rounded_button {
  margin-bottom: 20px;
  position: relative;
  text-align: left;
}

.portal_dashboard_block .files_wrapper .nav .rounded_button:after {
  font-family: "Font Awesome 7 Pro";
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  content: '\f054';
  position: absolute;
  right: 35px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s;
}

.portal_dashboard_block .files_wrapper .nav .rounded_button:hover:after,
.portal_dashboard_block .files_wrapper .nav .rounded_button.active:after {
  right: 25px;
}

.portal_dashboard_block .files_wrapper .file {
  margin-bottom: calc(1rem * 1);
  border-radius: 12px;
  padding: 50px 40px;
  background: #fff;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.portal_dashboard_block .files_wrapper .file .icon {
  margin-bottom: 40px;
  max-height: 80px;
}

.portal_dashboard_block .files_wrapper .file a {
  color: #0B1C2B!important;
}

.portal_dashboard_block .files_wrapper #portal_accordion .accordion-item {
  margin-bottom: 10px;
  border: 0!important;
}

.portal_dashboard_block .files_wrapper #portal_accordion .accordion-item button {
  border: 0!important;
  padding: 15px 80px;
  box-shadow: none!important;
  background: transparent;
  color: #0B1C2B;
}

.portal_dashboard_block .files_wrapper #portal_accordion .accordion-item .accordion-body {
  padding: 30px 80px;
}

.portal_dashboard_block .files_wrapper #portal_accordion .accordion-item .accordion-body ul {
  padding-left: 18px;
}

.portal_dashboard_block .files_wrapper .content {
  margin-top: 60px;
}

.portal_dashboard_block .files_wrapper .content a {
  color: #0B1C2B!important;
  text-decoration: underline;
}

/* Speech Bubble Block */
.speech_bubble_block .bubble_wrapper {
  border-radius: 200px;
  padding: 60px 0;
  background: #0B1C2B;
  color: #fff;
  position: relative; /* keep arrow positioning relative */
}

.speech_bubble_block .bubble_wrapper .content p:last-child {
  margin-bottom: 0;
}

/* Arrow wrapper spans the full width of bubble wrapper */
.speech_bubble_block .bubble_wrapper .speech_bubble_arrow_wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  pointer-events: none;
}

/* Arrow positioned at col-11 offset */
.speech_bubble_block .bubble_wrapper .speech_bubble_arrow_wrapper .speech_bubble_arrow {
  width: 70px;
  height: 34px;
  background-image: url(/assets/2025/07/Dark-Blue-Down-Shape.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  left: calc(100% * 10 / 12);
  transform: translateX(-50%);
}

.speech_bubble_block .bubble_wrapper h3 {
  white-space: nowrap;
}

/* Social Block */
.social_block i {
  margin: 0 18px;
  color: #1E8BDF;
  font-size: 36px;
}

/* Property */
.property-search-form-thin_form {
  margin-top: 30px;
  display: flex!important;
}

.property-search-form-thin_form .control {
  padding: 0!important;
}

.property-search-form-thin_form .control-address_keyword {
  margin-right: 15px;
  flex: 1;
  position: relative;
}

.property-search-form-thin_form .control-address_keyword:before {
  content: '\f3c5';
  font: var(--fa-font-solid);
  font-size: 26px;
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
  color: #1e8bdf;
}

.property-search-form-thin_form .control-address_keyword input {
  border: 0!important;
  border-radius: 14px;
  padding: 5px 20px 5px 50px;
  width: 100%;
  height: 100%;
  min-height: 49px;
  outline: none;
}

.property-search-form-thin_form .control-department label {
  margin-right: 15px;
  border-radius: 13px;
  padding: 12px 30px;
  background: #1E8BDF;
  cursor: pointer;
  font-family: "roboto-slab", serif;
  font-weight: 400;
  text-transform: uppercase;
  transition: all 0.3s;
}

.property-search-form-thin_form .control-department label:hover {
  background: #87d1f4;
}

.property-search-form-thin_form .control-department label:last-child {
  margin-right: 0;
}

.property-search-form-thin_form .control-department input {
  opacity: 0;
  position: fixed;
  width: 0;
}

.property-search-form-thin_form input[type=submit] {
  margin: 0 0 0 15px;
  border: 0;
  border-radius: 13px;
  padding: 12px 30px;
  height: 49px;
  background: #1E8BDF;
  color: #fff;
  cursor: pointer;
  font-family: "roboto-slab", serif;
  font-weight: 400;
  text-transform: uppercase;
  transition: all 0.3s;
}

.property-search-form-thin_form input::-webkit-input-placeholder {
  color: #c6cacd;
}

.property-search-form-thin_form input::-moz-placeholder {
  color: #c6cacd;
}

.property-search-form-thin_form input::-ms-placeholder {
  color: #c6cacd;
}

.property-search-form-thin_form input::placeholder {
  color: #c6cacd;
}

.property-search-form-default {
  display: flex !important;
  flex-wrap: wrap;
  justify-content: center;
}

.property-search-form-default .control {
  margin-bottom: 20px;
  padding: 0 15px!important;
  flex-grow: 0;
  flex-shrink: 0;
  position: relative;
}

.property-search-form-default .control.control-radius::after,
.property-search-form-default .control.control-property_type::after,
.property-search-form-default .control.control-minimum_price::after,
.property-search-form-default .control.control-maximum_price::after,
.property-search-form-default .control.control-minimum_rent::after,
.property-search-form-default .control.control-maximum_rent::after {
  content: "\f078";
  font-family: "Font Awesome 7 Pro";
  font-weight: 400;
  position: absolute;
  right: 35px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  color: #1e8bdf;
}

.property-search-form-default .control select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-right: 2rem;
}

.property-search-form-default .control input[type="text"],
.property-search-form-default .control select {
  width: 100%;
}

.property-search-form-default .control-department {
  margin-bottom: 40px;
  display: flex !important;
  justify-content: center;
  flex-basis: 100%;
}

.property-search-form-default .control-department label {
  margin: 0 20px;
}

.property-search-form-default .control-department input[type="radio"] {
  margin: 0 15px 0 0;
  transform: scale(2.5);
  accent-color: #1E8BDF;
}

.property-search-form-default .control-address_keyword {
  flex-basis: 40%;
}

.property-search-form-default .control-address_keyword:before {
  content: '\f3c5';
  font: var(--fa-font-solid);
  font-size: 26px;
  position: absolute;
  top: 50%;
  left: 30px;
  transform: translateY(-50%);
  color: #1e8bdf;
}

.property-search-form-default .control-radius,
.property-search-form-default .control-property_type,
.property-search-form-default .control-minimum_price,
.property-search-form-default .control-maximum_price,
.property-search-form-default .control-minimum_rent,
.property-search-form-default .control-maximum_rent {
  flex-basis: 30%;
}

.property-search-form-default input[type="text"],
.property-search-form-default select {
  border: 0!important;
  border-radius: 14px;
  padding: 5px 20px;
  width: 100%;
  height: 49px;
  outline: none;
}

.property-search-form-default .control-address_keyword input {
  padding: 5px 20px 5px 50px;
}

.property-search-form-default input[type="submit"] {
  margin: 0 15px;
  border: 0;
  border-radius: 13px;
  padding: 12px 30px;
  height: 49px;
  background: #1E8BDF;
  color: #fff;
  cursor: pointer;
  font-family: "roboto-slab", serif;
  font-weight: 400;
  flex-basis: calc(40% - 30px);
  text-transform: uppercase;
  transition: all 0.3s;
}

.property-search-form-default input::-webkit-input-placeholder {
  color: #c6cacd;
}

.property-search-form-default input::-moz-placeholder {
  color: #c6cacd;
}

.property-search-form-default input::-ms-placeholder {
  color: #c6cacd;
}

.property-search-form-default input::placeholder {
  color: #c6cacd;
}

.ph-infinite-scroll-loading {
  display: none!important;
}

.search_results_form {
  padding-top: 120px;
  background: #0B1C2B;
  color: #fff;
}

.search_results_info {
  margin-top: 60px;
  padding: 74px 0 40px;
  background: #F5F5F5;
  color: #a3a3a3;
  position: relative;
}

.search_results_info:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 16.66666667%;
  width: 70px;
  height: 34px;
  background-image: url(/assets/2025/07/Dark-Blue-Down-Shape.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.search_results_info p {
  margin-bottom: 0;
}

.search_results_info .propertyhive-ordering select {
  margin: 0;
  border: 0;
  padding: 0 1em 0 0;
  background-color: transparent;
  outline: none !important;
  color: #a3a3a3;
}

.search_results_info .views a {
  margin: 0 20px;
  display: inline-flex;
  align-items: center;
  color: #0B1C2B!important;
  font-weight: 700;
}

.search_results_info .views a i {
  margin-right: 10px;
  font-size: 30px;
}

.no-results-message-wrapper {
  padding: 30px 0;
  background: #F5F5F5;
}

.propertyhive .nearby_properties_wrapper {
  background: #f5f5f5;
}

.propertyhive .properties_wrapper {
  overflow: hidden!important;
}

.propertyhive ul.properties {
  margin-left: calc(0.5rem * -.5)!important;
  margin-right: calc(0.5rem * -.5)!important;
  margin-bottom: 0!important;
  overflow: hidden;
  background: #f5f5f5;
  display: flex;
  flex-wrap: wrap;
}

.propertyhive ul.properties li {
  margin-left: calc(0.5rem * .5)!important;
  margin-right: calc(0.5rem * .5)!important;
  margin-bottom: 60px!important;
  border: 0!important;
  padding-top: 0!important;
  padding-bottom: 0!important;
  width: calc(50% - (0.5rem * 1))!important;
  transition: all 0.4s;
}

.propertyhive ul.properties .property_wrapper:nth-last-child(-n + 2) li {
  margin-bottom: 0!important;
}

.propertyhive ul.properties li {
  background: #fff;
}

.propertyhive ul.properties li:hover {
  background: #E5E5E6;
}

.propertyhive ul.properties li a {
  color: #0B1C2B!important;
}

.propertyhive ul.properties li .property_image_slider_wrapper {
  position: relative;
}

.propertyhive ul.properties li .property_image_slider .arrow_left,
.propertyhive ul.properties li .property_image_slider .arrow_right {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #FFFFFF;
  font-size: 40px;
  opacity: 0.5;
  transition: all 0.4s;
  cursor: pointer;
  z-index: 5;
}

.propertyhive ul.properties li .property_image_slider:hover .arrow_left,
.propertyhive ul.properties li .property_image_slider:hover .arrow_right {
  opacity: 1;
}

.propertyhive ul.properties li .property_image_slider .arrow_left {
  left: 15px;
}

.propertyhive ul.properties li .property_image_slider .arrow_right {
  right: 15px;
}

.propertyhive ul.properties li .property_image_slider .bg_image_main_property {
  height: 500px;
}

/* Single Property */
.propertyhive .property .single_property_image_slider_wrapper {
  margin-top: 80px;
  overflow: hidden;
  position: relative;
}

.propertyhive .property .single_property_image_slider_wrapper .flag {
  top: 70px;
  left: 235px;
}

.propertyhive .property .single_property_image_slider_wrapper .single_property_image_slider .slick-slide {
  margin: 0 3px;
}

.propertyhive .property .single_property_image_slider_wrapper .single_property_image_slider .slick-list {
  margin: 0 -3px;
}

.propertyhive .property .single_property_image_slider_wrapper .single_property_image_slider .bg_image {
  height: 600px;
}

.propertyhive .property .single_property_image_slider_wrapper .single_property_image_slider .video_slide {
  position: relative;
  overflow: hidden;
}

.propertyhive .property .single_property_image_slider_wrapper .single_property_image_slider .video_slide video {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover; /* ensures video fills the slide */
}

.propertyhive .property .single_property_image_slider_wrapper .single_property_image_slider .arrow_left,
.propertyhive .property .single_property_image_slider_wrapper .single_property_image_slider .arrow_right {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #FFFFFF;
  font-size: 40px;
  opacity: 0.5;
  transition: all 0.4s;
  cursor: pointer;
  z-index: 5;
}

.propertyhive .property .single_property_image_slider_wrapper .single_property_image_slider:hover .arrow_left,
.propertyhive .property .single_property_image_slider_wrapper .single_property_image_slider:hover .arrow_right {
  opacity: 1;
}

.propertyhive .property .single_property_image_slider_wrapper .single_property_image_slider .arrow_left {
  left: 15px;
}

.propertyhive .property .single_property_image_slider_wrapper .single_property_image_slider .arrow_right {
  right: 15px;
}

.propertyhive .property .content_wrapper {
  padding: 60px 0;
  background: #F5F5F5;
}

.propertyhive .property .content_wrapper .price {
  color: #1E8BDF;
  font-weight: 700;
  font-size: 28px !important;
  line-height: 34px !important;
}

.propertyhive .property .content_wrapper h1 {
  font-weight: 700!important;
}

.propertyhive .property .content_wrapper p.subheading {
  margin-top: 35px;
}

.propertyhive .property .content_wrapper .key_items {
  display: flex;
  flex-wrap: wrap;
}

.propertyhive .property .content_wrapper .key_items .key_item {
  margin-right: 35px;
  display: flex;
  align-items: center;
}

.propertyhive .property .content_wrapper .key_items .key_item i {
  margin-right: 10px;
  color: #1E8BDF;
  font-size: 21px;
}

.propertyhive .property .content_wrapper .key_items .key_item p {
  margin-bottom: 0;
}

.propertyhive .property .content_wrapper .property_agent {
  margin-bottom: 40px;
  background: #fff;
  border-radius: 12px;
  padding: 30px 40px;
}

.propertyhive .property .content_wrapper .property_agent .bg_image_wrapper {
  margin-right: 10px;
  border-radius: 50%;
  width: 110px;
  height: 110px;
  min-width: 110px;
  min-height: 110px;
  overflow: hidden;
}

.propertyhive .property .content_wrapper .property_agent .bg_image_wrapper .bg_image {
  min-width: 100%;
  min-height: 100%;
}

.propertyhive .property .content_wrapper .property_agent .contact_details {
  margin-top: 30px;
  margin-bottom: 40px;
}

.propertyhive .property .content_wrapper #downloads_accordion .accordion-item {
  border: 0;
  background: transparent;
}

.propertyhive .property .content_wrapper #downloads_accordion .accordion-item button.accordion-button {
  margin-bottom: 15px;
  border-radius: 40px!important;
  border: 0!important;
  padding: 10px 45px!important;
  font-size: 16px!important;
  line-height: 25px!important;
  font-weight: 700!important;
  text-transform: uppercase!important;
  box-shadow: none!important;
  background: #1E8BDF;
  color: #fff;
  justify-content: space-between;
  max-width: 280px;
  width: 100%;
}

.propertyhive .property .content_wrapper #downloads_accordion .accordion-item button.accordion-button:after {
  margin-left: 20px;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
  background-size: cover;
  width: 30px;
  height: 30px;
}

.propertyhive .property .content_wrapper #downloads_accordion .accordion-item .accordion-body .media_wrapper {
  margin-bottom: calc(0.5rem * 1);
}

.propertyhive .property .content_wrapper #downloads_accordion .accordion-item .accordion-body .media_wrapper.image:nth-child(even) {
  margin-right: 0;
}

.propertyhive .property .content_wrapper #downloads_accordion .accordion-item .accordion-body .bg_image {
  height: 100px;
}

.propertyhive .property .content_wrapper #downloads_accordion .accordion-item .accordion-body .media_wrapper.pdf .bg_image {
  background-size: contain!important;
}

.propertyhive .property .content_wrapper #downloads_accordion .accordion-item .accordion-body {
  padding: 20px 0;
}

.propertyhive .property #property_enquiry .modal-body {
  padding: 80px 40px 40px;
}

.propertyhive .property #property_enquiry .btn-close {
  position: absolute;
  top: 30px;
  right: 30px;
  cursor: pointer;
  z-index: 5;
}

.propertyhive .property #property_enquiry .wpcf7 .form-label {
  font-weight: 700;
}

.propertyhive .property #property_enquiry .wpcf7 .form-control {
  margin-bottom: 40px;
  border: 0;
  border-bottom: 1px solid #1E8BDF;
  border-radius: 0;
  padding: 0;
}

.propertyhive .property #property_enquiry .wpcf7 .form-control.wpcf7-not-valid {
  border-bottom: 1px solid #f00;
}

.propertyhive .property #property_enquiry .wpcf7 .form-control:active,
.propertyhive .property #property_enquiry .wpcf7 .form-control:focus {
  box-shadow: none;
}

.propertyhive .property #property_enquiry .wpcf7 .wpcf7-not-valid-tip {
  display: none;
}

.propertyhive .property #property_enquiry .wpcf7 .wpcf7-radio input[type="radio"] {
  display: none;
}

.propertyhive .property #property_enquiry .wpcf7 .wpcf7-radio .wpcf7-list-item-label {
  border-radius: 40px;
  padding: 10px 35px;
  font-size: 16px;
  line-height: 25px;
  font-weight: 700;
  text-transform: uppercase;
  display: inline-block;
  width: auto;
  transition: all 0.3s;
  cursor: pointer;
  border: 1px solid #0B1C2B;
  color: #fff;
  background-color: #0B1C2B;
}

.propertyhive .property #property_enquiry .wpcf7 .wpcf7-radio input[type="radio"]:checked + .wpcf7-list-item-label,
.propertyhive .property #property_enquiry .wpcf7 .wpcf7-radio .wpcf7-list-item-label:hover {
  border-color: #1E8BDF;
  background-color: #1E8BDF;
}

.propertyhive .property #property_enquiry .wpcf7 .wpcf7-radio .wpcf7-list-item {
  margin: 0 30px 50px 0;
  display: inline-block;
}

/* Property Listings */
.propertyhive ul.properties li .details {
  padding: 30px 50px;
  width: 100%!important;
}

.propertyhive ul.properties li .details p.price {
  margin-bottom: 0;
  color: #1E8BDF;
  font-weight: 700;
  font-size: 18px !important;
  line-height: 24px !important;
}

.propertyhive ul.properties li .details .key_items {
  display: flex;
  flex-wrap: wrap;
}

.propertyhive ul.properties li .details .key_items .key_item {
  margin-right: 35px;
  display: flex;
  align-items: center;
}

.propertyhive ul.properties li .details .key_items .key_item i {
  margin-right: 10px;
  color: #1E8BDF;
  font-size: 21px;
}

.propertyhive ul.properties li .details .key_items .key_item p {
  margin-bottom: 0;
}

.propertyhive ul.properties li .details h3 {
  font-weight: 700!important;
}

.propertyhive .propertyhive-pagination-wrapper {
  padding: 60px 0 185px;
  background: #f5f5f5;
}

.propertyhive .propertyhive-pagination-wrapper a.backtotop {
  margin-bottom: 40px;
  display: block;
  text-decoration: underline;
  color: #0B1C2B!important;
}

.propertyhive .propertyhive-pagination-wrapper .propertyhive-pagination li {
  margin: 0 4px;
  font-size: 18px;
}

.propertyhive .propertyhive-pagination-wrapper .propertyhive-pagination li a {
  font-weight: 700;
  color: #0B1C2B!important;
  letter-spacing: 0;
}

.propertyhive .propertyhive-pagination-wrapper .propertyhive-pagination li .page-numbers.current,
.propertyhive .propertyhive-pagination-wrapper .propertyhive-pagination li a:hover {
  color: #1E8BDF!important;
}

.propertyhive .propertyhive-map-canvas-wrapper {
  margin-bottom: 245px;
  height: 650px;
}

/* Ultimate Member Forms Default */
.um.um-login.um-110200 {
  margin: 0 0 0 45px!important;
  max-width: none !important;
  width: 100%!important;
}

.um-login .um-form form {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  position: relative;
}

.um-login .um-row._um_row_1,
.um-login .um-col-1 {
  display: contents;
}

.um-login .um-field {
  margin: 0 12px 0 0!important;
  padding: 0;
  flex: 1; /* Make fields grow equally */
}

.um-login .um-field input[type=text],
.um-login .um-field input[type=password] {
  border-radius: 14px!important;
  height: 45px!important;
}

.um-login .um-col-alt {
  margin: 0 !important;
  flex: 0 0 auto;
}

.um-login .um-col-alt input {
  min-width: auto!important;
}

.um-login .um-col-alt .um-field-c {
  margin-right: 0!important;
  position: absolute;
  bottom: -40px;
  right: 0;  
}

.um-login .um-col-alt-b .um-link-alt {
  position: absolute;
  bottom: -30px;
  right: 215px;
  color: #fff !important;
  text-decoration: underline !important;
}

.um-login .um-field-checkbox-option,
.um-login .um-field-radio-option {
  color: #fff!important;
}

.um-login .um-field-checkbox-state i,
.um-login .um-field-radio-state i {
  color: #fff!important;
}

.um-login .um-field-checkbox.active .um-field-checkbox-state i,
.um-login .um-field-radio.active .um-field-radio-state i {
  color: #3ba1da  !important;
}

footer.site-footer {
  padding: 120px 0;
  background: #0B1C2B;
  font-size: 15px;
}

footer.site-footer p {
  color: #FCF9F4;
}

footer.site-footer a {
  color: #eef0f0!important;
}

footer.site-footer a.blue {
  color: #87d1f4!important;
}

footer.site-footer p.heading {
  font-weight: 700;
}

footer.site-footer hr {
  margin: 60px 0;
  border-color: #87D1F4 ;
}

footer.site-footer img.logo {
  margin-bottom: 80px;
  max-height: 80px;
}

footer.site-footer span.heading {
  display: block;
  font-family: "roboto-slab", serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 32px;
  color: #fff;
}

footer.site-footer .logos {
  margin-bottom: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

footer.site-footer .logos img {
  margin: 30px 30px 0;
  max-height: 35px;
}

footer.site-footer p.copy,
footer.site-footer p.copy a {
  color: #87D1F4!important;
}


@media (max-width: 1399.98px) {

  #mega-menu-wrap-main-menu {
    display: none!important;
  }

  #nav-icon1 {
    margin-left: 20px;
    width: 40px;
    height: 28px;
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    display: inline-block;
  }

  #nav-icon1 span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #fff;
    border-radius: 4px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
  }

  #nav-icon1 span:nth-child(1) {
    top: 0px;
  }

  #nav-icon1 span:nth-child(2) {
    top: 12px;
  }

  #nav-icon1 span:nth-child(3) {
    top: 24px;
  }

  #nav-icon1.open span:nth-child(1) {
    top: 12px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
  }

  #nav-icon1.open span:nth-child(2) {
    opacity: 0;
    left: -60px;
  }

  #nav-icon1.open span:nth-child(3) {
    top: 12px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }

  .sliding_menu {
    position: fixed;
    top: 60px;
    left: -100%;
    width: 100%;
    height: calc(100% - 60px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    z-index: 20;
    transition: all 0.25s;
    overflow: hidden;
  }

  .sliding_menu.open {
    left: 0;
  }

  .sliding_menu .mobile-menu {
    padding-top: 60px;
    background: #1E8BDF;
    width: 100%;
    height: 100%;
    overflow-y: auto; /* enables scrolling */
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch; /* smooth scroll on iOS */
  }

  /* Base menu styling */
  .sliding_menu .menu,
  .sliding_menu .submenu {
    list-style: none;
    padding: 0;
    margin: 0;
  }

  .sliding_menu .menu a,
  .sliding_menu .submenu-toggle {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 12px 60px;
    text-align: left;
    background: none;
    border: none;
    outline: none;
    font-size: 16px;
    cursor: pointer;
  }

  .sliding_menu .menu li a,
  .sliding_menu .submenu-toggle {
    color: #fff!important;
  }

  /* LEVEL 1 (top-level items e.g. Our Services, Sales & Lettings, About Us) */
  .sliding_menu .menu > li > .submenu-toggle,
  .sliding_menu .menu > li > a {
    background-color: #1E8BDF; /* existing blue */
  }

  /* LEVEL 2 (e.g. Land Consultancy, Planning Consultancy, For Sale, To Let) */
  .sliding_menu .submenu-depth-1 > li > .submenu-toggle,
  .sliding_menu .submenu-depth-1 > li > a {
    background-color: #1771B8; /* slightly darker blue */
  }

  /* LEVEL 3 (e.g. Agency Sales & Lettings, Estate Management) */
  .sliding_menu .submenu-depth-2 > li > .submenu-toggle,
  .sliding_menu .submenu-depth-2 > li > a {
    background-color: #125A93; /* even darker */
  }

  /* Indentation for 2nd level */
  .sliding_menu .submenu-depth-1 > li > a,
  .sliding_menu .submenu-depth-1 > li > .submenu-toggle {
    padding-left: 80px;
  }

  /* Indentation for 3rd level */
  .sliding_menu .submenu-depth-2 > li > a,
  .sliding_menu .submenu-depth-2 > li > .submenu-toggle {
    padding-left: 100px;
  }

  /* Submenu hidden by default */
  .sliding_menu .submenu {
    display: none;
  }

  /* Arrow styling */
  .sliding_menu .arrow {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(45deg);
    transition: transform 0.3s ease;
    margin-left: 8px;
  }

  .sliding_menu .submenu-toggle.active .arrow {
    transform: rotate(-135deg);
  }

}

@media (max-width: 1199.98px) {

  .latest_news_block .news_items_wrapper .panel {
    height: 350px!important;
  }

  .latest_news_block .news_items_wrapper .panel .overlay {
    padding: 20px;
  }

  .latest_news_block .news_items_wrapper .panel .bg_image_wrapper .sub_bg_image {
    height: 100%;
  }

  .propertyhive ul.properties li .property_image_slider .bg_image_main_property {
    height: 380px;
  }

  .portal_dashboard_block .files_wrapper #portal_accordion .accordion-item button {
    padding: 15px;
  }

  .portal_dashboard_block .files_wrapper #portal_accordion .accordion-item .accordion-body {
    padding: 15px;
  }

  .portal_dashboard_block .files_wrapper .file {
    padding: 30px 15px;
  }

  .portal_dashboard_block .files_wrapper .nav .rounded_button {
    padding-right: 45px!important;
  }


}

@media (max-width: 991.98px) {

  a.rounded_button,
  button.rounded_button,
  select.rounded_button,
  input.um-button {
    padding: 6px 15px!important;
    font-size: 15px!important;
    line-height: 24px!important;
  }

  h1, h2.large, h3.largest {
    font-size: 32px!important;
    line-height: 40px!important;
  }

  h3.large {
    font-size: 26px !important;
    line-height: 32px !important;
  }

  p.subheading {
    margin-bottom: 15px;
    letter-spacing: 2px;
    font-size: 16px;
    line-height: 16px;
  }

  .large_image_panels_block .panel .text_overlay {
    padding: 20px;
  }

  .large_image_panels_block .panel.small {
    width: 100%;
  }

  .large_image_panels_block .panel {
    height: 450px!important;
  }

  .background_panels_block .panel_wrapper .panel_inner {
    padding: 20px;
  }

  .background_panels_block .masonry {
    grid-template-columns: repeat(2, 1fr);
  }

  .background_panels_block .panel_wrapper .panel_inner {
    height: 300px!important;
  }

  .background_panels_block .panel_wrapper {
    margin-top: 0!important;
  }

  .speech_bubble_block .bubble_wrapper h3 {
    white-space: wrap;
  }

  .speech_bubble_block .bubble_wrapper .speech_bubble_arrow_wrapper .speech_bubble_arrow {
    left: calc(100% * 9 / 12); /* offset by col-11 */
  }

  .propertyhive .property #property_enquiry .modal-body {
    padding: 60px 20px 20px;
  }

  .propertyhive .property .single_property_image_slider_wrapper .flag {
    left: 155px;
  }

  .propertyhive .property #property_enquiry .wpcf7 .wpcf7-radio .wpcf7-list-item {
    margin: 0 15px 15px 0;
  }

  .propertyhive .property #property_enquiry .wpcf7 .wpcf7-radio .wpcf7-list-item-label {
    padding: 6px 15px;
  }

  .propertyhive .property .content_wrapper #downloads_accordion .accordion-item .accordion-body .bg_image {
    height: 100px;
  }

  .propertyhive ul.properties li .details {
    padding: 25px 15px;
  }

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

  .um.um-login.um-110200 {
    margin: 20px 0 0 0!important;
  }

  footer.site-footer img.logo {
    margin-bottom: 0;
    margin-right: 35px;
  }

}

@media (max-width: 767.98px) {

  .standard_content_block,
  .standard_content_default_block,
  .background_with_content_slider_block .text_overlay,
  .left_and_right_panels_block,
  .background_panels_block,
  .large_image_panels_block,
  .accordion_contact_block,
  .case_study_slider_block,
  .case_study_single_block,
  .posts_block .news_articles_wrapper,
  .post_single_block,
  .team_block,
  .team_single_block,
  .speech_bubble_block,
  .horizontal_line_block,
  .latest_news_block,
  .social_block,
  .files_wrapper {
    padding-top: 60px!important;
    padding-bottom: 60px!important;
  }

  section:not(.background_slider_or_video_block):first-child {
    padding-top: 130px!important;
  }

  a.rounded_button,
  button.rounded_button,
  select.rounded_button,
  input.um-button {
    padding: 6px 15px!important;
    font-size: 14px!important;
    line-height: 21px!important;
  }

  .links {
    margin-top: 30px;
  }

  header.site-header .menu_buttons {
    margin-left: 10px;
  }

  header.site-header .navbar-brand img {
    height: 60px;
  }

  #speech_bubble_popup {
    padding-right: 0!important;
    bottom: 0;
    right: 0;
  }

  #speech_bubble_popup .modal-dialog {
    margin: 0;
    width: 100%;
  }

  #speech_bubble_popup .modal-dialog .modal-content {
    border-radius: 0;
  }

  #speech_bubble_popup .modal-dialog .modal-content .modal-body .btn-close {
    right: -35px;
  }

  .large_image_panels_block .panel {
    height: 350px!important;
  }

  .large_image_panels_block .left_column .panel:first-child {
    margin-top: 0;
  }

  .large_image_panels_block .panel .text_overlay .content {
    height: 100%;
  }

  .large_image_panels_block .panel .text_overlay {
    background: rgba(11, 28, 43, 0.5)!important;
  }

  .team_single_block .bg_image {
    height: 350px;
  }

  .speech_bubble_block {
    margin-top: 0!important;
  }

  .speech_bubble_block .bubble_wrapper .speech_bubble_arrow_wrapper .speech_bubble_arrow {
    left: calc(100% * 8 / 12); /* offset by col-11 */
  }

  .speech_bubble_block .bubble_wrapper {
    border-radius: 70px;
  }

  .left_and_right_panels_block .row_spacer {
    margin-top: 60px;
  }

  .left_and_right_panels_block .bg_image_wrapper {
    height: unset!important;
  }

  .left_and_right_panels_block .bg_image.main_bg_image {
    margin-top: 0;
    height: 500px!important;
  }

  .left_and_right_panels_block .bg_image {
    height: 300px!important;
  }

  .left_and_right_panels_block .content {
    padding-top: 40px;
    padding-bottom: 0;
  }

  .team_block.horizontal .team_members .team_member,
  .team_block.vertical .team_members .team_member {
    height: 380px;
  }

  .team_block .team_members .team_member .text_overlay {
    opacity: 1;
    background: rgba(11, 28, 43, 0.5);
  }

  .propertyhive ul.properties li .details p.price {
    margin-bottom: 10px;
  }

  .property-search-form-default .control {
    padding: 0 8px!important;
  }

  .property-search-form-default .control-address_keyword,
  .property-search-form-default .control-radius,
  .property-search-form-default .control-property_type,
  .property-search-form-default .control-minimum_price,
  .property-search-form-default .control-maximum_price,
  .property-search-form-default .control-minimum_rent,
  .property-search-form-default .control-maximum_rent {
    flex-basis: 33.33333%;
  }

  .property-search-form-default input[type="submit"] {
    flex-basis: calc(33.33333% - 30px);
  }

  .propertyhive .property .single_property_image_slider_wrapper .flag {
    top: 50px;
    left: 105px;
  }

  .propertyhive .property .single_property_image_slider_wrapper .single_property_image_slider .bg_image {
    height: 440px;
  }

  .post_single_block .content .featured_image,
  .case_study_single_block .content .featured_image {
    height: 300px;
  }

  .accordion_contact_block #accordion .accordion-item .wpcf7 {
    margin-top: 40px;
    padding: 20px;
  }

  .portal_dashboard_block img.image,
  .standard_content_block img.image {
    margin-bottom: 20px;
  }

  footer.site-footer {
    padding: 60px 0;
  }


}

@media (max-width: 575.98px) {

  .standard_content_block,
  .standard_content_default_block,
  .background_with_content_slider_block .text_overlay,
  .left_and_right_panels_block,
  .background_panels_block,
  .large_image_panels_block,
  .accordion_contact_block,
  .case_study_slider_block,
  .case_study_single_block,
  .posts_block .news_articles_wrapper,
  .post_single_block,
  .team_block,
  .team_single_block,
  .speech_bubble_block,
  .horizontal_line_block,
  .latest_news_block,
  .social_block,
  .files_wrapper {
    padding-top: 30px!important;
    padding-bottom: 30px!important;
  }

  .case_study_slider_block {
    padding-bottom: 60px!important;
  }

  #speech_bubble_popup .modal-dialog .modal-content .modal-body {
    padding: 20px 0px;
  }

  #speech_bubble_popup .modal-dialog .modal-content .modal-body .btn-close {
    right: 0;
  }

  hr {
    margin: 15px 0!important;
  }

  h1, h2.large, h3.largest {
    font-size: 26px!important;
    line-height: 32px!important;
  }

  h3.large {
    font-size: 23px !important;
    line-height: 30px !important;
  }

  h3 {
    font-size: 21px !important;
    line-height: 26px !important;
  }

  h3.small, h4 {
    font-size: 16px !important;
    line-height: 21px !important;
  }

  .select2-container--default {
    width: 100%!important;
  }

  .sliding_menu .menu a,
  .sliding_menu .submenu-toggle {
    padding: 12px 25px;
  }

  .sliding_menu .submenu-depth-1 > li > a,
  .sliding_menu .submenu-depth-1 > li > .submenu-toggle {
    padding-left: 40px;
  }

  .sliding_menu .submenu-depth-2 > li > a,
  .sliding_menu .submenu-depth-2 > li > .submenu-toggle {
    padding-left: 55px;
  }

  .property-search-form-thin_form {
    flex-direction: column;
  }

  .property-search-form-thin_form .control-address_keyword {
    margin-right: 0;
  }

  .property-search-form-thin_form input[type=submit] {
    margin-top: 10px;
    margin-left: 0;
  }

  .property-search-form-default .control-department {
    flex-wrap: wrap;
  }

  .property-search-form-default .control-department input[type="radio"] {
    margin: 20px 15px 0 10px;
  }

  .property-search-form-default .control-department label {
    margin: 0;
    flex-basis: 100%;
    text-align: left;
  }

  .property-search-form-default .control-address_keyword:before {
    left: 20px;
  }

  .property-search-form-default .control {
    padding: 0 5px!important;
  }

  .property-search-form-default .control-address_keyword {
    flex-basis: 100%;
  }

  .property-search-form-default .control-radius,
  .property-search-form-default .control-property_type,
  .property-search-form-default .control-minimum_price,
  .property-search-form-default .control-maximum_price,
  .property-search-form-default .control-minimum_rent,
  .property-search-form-default .control-maximum_rent {
    flex-basis: 50%;
  }

  .property-search-form-default input[type="submit"] {
    margin: 0 5px;
    flex-basis: 100%;
  }

  .propertyhive .property .single_property_image_slider_wrapper .flag {
    left: 75px;
  }

  .propertyhive .property .single_property_image_slider_wrapper .single_property_image_slider .bg_image {
    height: 280px;
  }

  .propertyhive .property .content_wrapper {
    padding: 30px 0;
    background: #F5F5F5;
  }

  .propertyhive .property .content_wrapper .property_agent {
    padding: 20px;
  }

  .propertyhive .property .content_wrapper .property_agent .bg_image_wrapper {
    margin-bottom: 15px;
  }

  .large_image_panels_block .panel {
    height: unset!important;
  }

  .large_image_panels_block .panel .text_overlay {
    position: relative;
  }

  .background_slider_or_video_block .background_wrapper .text_overlay {
    padding-top: 50px;
    padding-bottom: calc(50px + 42px);
  }

  .background_panels_block .masonry {
    grid-template-columns: repeat(1, 1fr);
  }

  .standard_content_block .content {
    margin-top: 0;
  }

  .standard_content_block .content .floating_icon,
  .standard_content_default_block .content .floating_icon {
    display: none;
  }

  .image_banner_block .bg_image_wrapper:nth-child(1) .bg_image {
    height: 220px;
  }

  .image_banner_block .bg_image_wrapper:nth-child(2) .bg_image {
    height: 140px;
  }

  .image_banner_block .bg_image_wrapper:nth-child(3) .bg_image {
    height: 100px;
  }

  .case_study_slider_block .case_study_slider_wrapper .case_study_slider .slider-text {
    padding: 25px 15px;
  }

  .latest_news_block .news_items_wrapper .panel .overlay {
    padding: 8px;
  }

  .team_single_block .bg_image {
    margin-top: 30px;
  }

  .team_block.horizontal .team_members .team_member,
  .team_block.vertical .team_members .team_member {
    height: 250px;
  }

  .propertyhive ul.properties li {
    margin-bottom: 30px!important;
    width: calc(100% - (0.5rem * 1))!important;
  }

  .team_block .team_members .team_member .text_overlay {
    padding: 10px;
  }

  .posts_block .news_articles_wrapper .news_articles .item img.main_image,
  .posts_block .news_articles_wrapper .news_articles .item .bg_image {
    height: 240px;
  }

  .posts_block .news_articles_wrapper .news_articles .item .content {
    padding: 25px 15px;
  }

  .post_single_block .posted_by .posted_by_inner,
  .case_study_single_block .posted_by .posted_by_inner {
    margin-top: 30px;
    align-items: start;
  }

  .accordion_contact_block #accordion .accordion-item .wpcf7 {
    padding: 20px;
  }

  .accordion_contact_block #accordion .accordion-item .accordion-body {
    padding: 0;
  }

  .accordion_contact_block #accordion .accordion-item iframe.map {
    margin: 30px 0;
    height: 400px;
  }


}

