/** additional/modified css **/

/** header  **/
header .mobile-menu .wp-menu {
  background-color: #0b1b30;
}

header .header-menu .menu-area ul.dp-plain-menu {
  position: relative;
  left: 17px;
  margin: 29px 0;
}

header .header-menu .menu-area ul.dp-plain-menu li {
  /* margin-right: 51.5px !important; */
  /* margin-right: 20px !important;
  margin-left: 20px !important; */
  margin-right: 30px !important;
  margin-left: 15px !important;
}

header .header-menu .menu-area ul.dp-plain-menu li:last-of-type {
  margin-right: 0 !important;
}

header .header-menu .menu-area ul.dp-plain-menu li a {
  border: 1px solid transparent;
  padding: 5px 0px !important;
  font-size: 18px !important;
}
header .header-menu .menu-area ul.dp-plain-menu li.current-menu-item > a {
  color: #f3e3a8;
}

header
  .header-menu
  .menu-area
  ul.dp-plain-menu
  li.current-menu-item
  > a::after {
  background-color: #f3e3a8;
}

header .header-menu .menu-area ul.dp-plain-menu li.current-menu-item a {
  /* border: 1px solid #ffffff; */
  border-bottom: 3px solid #f3e3a8;
}

header .header-menu .menu-area ul.dp-plain-menu li a:hover {
  border-bottom: 3px solid #f3e3a8;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
header .header-menu .logo-area a img {
  width: 110px !important;
}

@media only screen and (max-width: 1438px) {
  header .header-menu .menu-area ul.dp-plain-menu li {
    margin-right: 29.5px !important;
  }
}

@media only screen and (max-width: 1370px) {
  header .header-menu .menu-area ul.dp-plain-menu li {
    margin-right: 27.5px !important;
  }
}

@media only screen and (max-width: 1350px) {
  header .header-menu .menu-area ul.dp-plain-menu li {
    margin-right: 23.5px !important;
  }
}

@media only screen and (max-width: 1320px) {
  header .header-menu .menu-area ul.dp-plain-menu li {
    margin-right: 17.5px !important;
  }
}

@media only screen and (max-width: 1260px) {
  header .header-menu .menu-area ul.dp-plain-menu li {
    margin-right: 12.5px !important;
  }
}

/** header  **/

/** footer  **/

/** footer  **/

/** homepage **/

.wwc-home-text-section .text-section__wrapper {
  max-width: 91rem;
}

/** homepage **/

/** subpages **/

/** subpages **/

/** snippets **/
.text-section a {
  color: #0b1b30;
}

.gform_wrapper.gravity-theme input[type="text"],
.gform_wrapper.gravity-theme input[type="email"],
.gform_wrapper.gravity-theme input[type="tel"],
.gform_wrapper.gravity-theme select,
.gform_wrapper.gravity-theme textarea {
  border: 2px solid #0b1b30;
}

.gform_button.button {
  background: #0b1b30;
  font-family: "BarlowCondensed-Bold" !important;
  background-color: #0b1b30;
  font-weight: 500;
  font-size: 20px !important;
  letter-spacing: 2px;
  border-radius: 5px;
  position: relative;
  transition: all 0.3s ease-in-out;
}

#input_5_33_1 {
  margin-right: 14px;
}

/** snippets **/

/** property listings form layout **/
.property-listings-form-section {
}

.property-listings-form-section .inner-header {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding-top: 60px;
}

.property-listings-form-section .property-listings-form-wrapper {
  position: relative;
  z-index: 2;
  margin-top: 35px;
}

.property-listings-form-section .__custom_row {
  width: 100%;
  max-width: 63rem;
}

.property-listings-form-section .__no_padding {
  padding: 0;
}

.property-listings-form-section .__no_padding_right {
  padding-right: 0;
}

.property-listings-form-section .__range_padding {
  padding: 0 10px;
}

.property-listings-form-section .property-listings-form input.__input_search {
  width: 100%;
  height: 60px;
  background: #ffffff;
  color: #000000;
  padding: 5px 15px;
  border: 1px solid #000000;
  font-family: "OpenSans-Regular";
  font-weight: 400;
  font-size: 20px;
  letter-spacing: 0;
  text-transform: uppercase;
  border-left: 0;
  border-radius: 0 35px 35px 0;
}

.property-listings-form-section
  .property-listings-form
  input.__input_search:focus,
.property-listings-form-section
  .property-listings-form
  input.__input_search:focus-visible {
  outline: none;
  box-shadow: none;
}

.property-listings-form-section .property-listings-form select.__option_select {
  width: 100%;
  height: 60px;
  background: #ffffff;
  color: #000000;
  padding: 5px 15px;
  border: 1px solid #000000;
  font-family: "OpenSans-Regular";
  font-weight: 400;
  font-size: 20px;
  letter-spacing: 0;
  text-transform: uppercase;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  background-image: url(../images/arrow-dropdown.png);
  background-repeat: no-repeat;
  background-position: 93% center;
  background-size: 30px;
  cursor: pointer;
}

.property-listings-form-section .property-listings-form select.__first_sb {
  border-right: 0;
  border-radius: 35px 0 0 35px;
  padding: 5px 26px;
}

.property-listings-form-section
  .property-listings-form
  select.__option_select:focus,
.property-listings-form-section
  .property-listings-form
  select.__option_select:focus-visible {
  outline: none;
  box-shadow: none;
}

.property-listings-form-section
  .property-listings-form
  input.__input_search::-webkit-input-placeholder,
.property-listings-form-section
  .property-listings-form
  select.__option_select::-webkit-input-placeholder {
  color: #000000;
}

.property-listings-form-section
  .property-listings-form
  input.__input_search::-ms-input-placeholder,
.property-listings-form-section
  .property-listings-form
  select.__option_select::-ms-input-placeholder {
  color: #000000;
}

.property-listings-form-section
  .property-listings-form
  input.__input_search::-moz-placeholder,
.property-listings-form-section
  .property-listings-form
  select.__option_select::-moz-placeholder {
  color: #000000;
}

.property-listings-form-section
  .property-listings-form
  input.__input_search:-moz-placeholder,
.property-listings-form-section
  .property-listings-form
  select.__option_select:-moz-placeholder {
  color: #000000;
}

.property-listings-form-section
  .property-listings-form
  .property-search-btn-wrapper {
  text-align: center;
}

.property-listings-form-section
  .property-listings-form
  button.property-search-btn
  i {
  color: #000000;
  font-size: 30px;
  border: 1px solid #000000;
  border-radius: 50%;
  cursor: pointer;
  background: #fff;
  width: 60px;
  height: 60px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
}

.property-listings-form-section
  .property-listings-form
  button.property-search-btn:hover
  i {
  background: #0b1b30;
  color: #ffffff;
  border: 1px solid #ffffff;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.property-listings-form-section
  .property-listings-form
  button.property-search-btn
  i.fa-search:before {
  position: relative;
  top: 1px;
}

.property-listings-form-section .property-listings-form .property-price-range {
  text-align: center;
  margin-top: 25px;
}

.property-listings-form-section
  .property-listings-form
  .property-price-range
  p {
  margin: 0;
  color: #ffffff;
  font-family: "OpenSans-Regular";
  font-weight: 300;
  font-size: 18px;
  letter-spacing: 0.5px;
  margin-top: 10px;
}

.property-listings-form-section
  .property-listings-form
  .property-price-range
  .ui-slider-horizontal {
  height: 5px;
}

.property-listings-form-section
  .property-listings-form
  .property-price-range
  .ui-widget.ui-widget-content {
  border: 0;
  background: #0b1b30;
}

.property-listings-form-section
  .property-listings-form
  .property-price-range
  .ui-widget-header {
  color: #ffffff;
  background: #ffffff;
}

.property-listings-form-section
  .property-listings-form
  .property-price-range
  .ui-state-default {
  border: 0px;
  background: #ffffff;
  border-radius: 50%;
  width: 15px;
  height: 15px;
}

.property-listings-form-section
  .property-listings-form
  .property-price-range
  .ui-state-default:focus,
.property-listings-form-section
  .property-listings-form
  .property-price-range
  .ui-state-default:focus-visible {
  outline: none;
  box-shadow: none;
}

.property-listings-form-section
  .property-listings-form
  .property-price-range
  .ui-slider-horizontal
  .ui-slider-handle {
  top: -4.5px;
}
/** property listings form layout **/

/** property listings results layout **/
.property-listings-results-section {
  position: relative;
}

.property-listings-results-section .__custom_row {
  max-width: 80rem;
}

.property-listings-results-section .__property_padding {
  padding: 0 23px;
}

.property-listings-results-section .columns {
  position: relative;
}

.property-listings-results-section .property-listings-results-bg-image {
  position: relative;
  margin: 0 auto;
  padding: 80px 0 30px;
  width: 100%;
  max-width: 100%;
  height: auto;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.property-listings-results-section .property-listings-results-bg-image-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(24, 38, 94, 0.7);
}

.property-listings-results-section .section-title h2 {
  text-align: center;
  font-weight: 400;
  color: #fff;
  font-size: 62px;
  line-height: 45px;
  margin: 0 0 46px;
}

.property-listings-results-section .property-item {
  background: #ffffff;
  margin-bottom: 46px;
}

.property-listings-results-section .property-item a {
  text-decoration: none;
  padding-bottom: 0;
}

.property-listings-results-section .property-image {
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: 100%;
  height: 235px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.property-listings-results-section .property-content {
  padding: 35px 30px 25px;
}

.property-listings-results-section .property-content h4 {
  font-size: 22px;
  font-family: "Rockwell-Bold";
  font-weight: 700;
  color: #0b1b30;
  text-transform: uppercase;
  letter-spacing: 0;
  line-height: normal;
  margin: 0 0 16px;
}

.property-listings-results-section .property-content p {
  font-size: 13.5px;
  font-family: "OpenSans-Regular";
  color: #0b1b30;
  letter-spacing: 0;
  line-height: 1.5;
  margin: 0;
}

.property-listings-results-section .property-content ul.__rooms_count {
  padding: 0;
  margin: 17px 0 0;
}

.property-listings-results-section .property-content ul.__rooms_count li {
  list-style: none;
  display: inline-block;
  margin-right: 15px;
}

.property-listings-results-section
  .property-content
  ul.__rooms_count
  li:last-of-type {
  margin-right: 0;
}

.property-listings-results-section .property-content ul.__rooms_count li img {
  width: 25px;
  margin-right: 6px;
}

.property-listings-results-section .property-content ul.__rooms_count li span {
  font-family: "Rockwell-Bold";
  font-weight: 700;
  color: #0b1b30;
  position: relative;
  top: 4px;
}

.property-listings-results-section .property-results-not-found {
  text-align: center;
}

.property-listings-results-section .property-results-not-found h4 {
  font-size: 32px;
  font-family: "Rockwell-Bold";
  font-weight: 400;
  color: #ffffff;
  text-transform: capitalize;
  letter-spacing: 0;
  line-height: normal;
  margin-bottom: 40px;
}
/** property listings results layout **/

/** properties single page **/
.single-properties {
}

.single-properties .inner-header.smaller_height {
  min-height: 500px;
  padding-top: 70px;
}

.single-properties .related-properties-nearby-section {
  background-color: #0b1b30;
  padding: 40px 0 45px;
}

.single-properties .related-properties-nearby-section .__custom_row {
  max-width: 89rem;
}

.single-properties .related-properties-nearby-section .__rp_padding {
  padding: 0 15px;
}

.single-properties .related-properties-nearby-section .section-title h2 {
  font-size: 23px;
  font-family: "Rockwell-Bold";
  font-weight: bold;
  color: #ffffff;
  letter-spacing: 1.5px;
  line-height: normal;
  margin: 0 0 20px;
}

.single-properties
  .related-properties-nearby-section
  .properties-nearby-slider {
  position: relative;
  width: 100%;
  clear: both;
}

.single-properties
  .related-properties-nearby-section
  .properties-nearby-slider
  .swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.single-properties
  .related-properties-nearby-section
  .properties-nearby-slider
  .swiper-wrapper {
  box-sizing: inherit;
}

.single-properties .related-properties-nearby-section .property-item {
  display: flex;
  background-color: #ffffff;
}

.single-properties .related-properties-nearby-section .property-item a {
  display: flex;
  text-decoration: none;
  padding-bottom: 0;
}

.single-properties .related-properties-nearby-section .property-image {
  position: relative;
  margin: 0 auto;
  width: 41%;
  max-width: 100%;
  height: 230px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.single-properties .related-properties-nearby-section .property-content {
  width: 59%;
  padding: 30px 30px 20px;
}

.single-properties .related-properties-nearby-section .property-content h4 {
  font-size: 22px;
  font-family: "Rockwell-Bold";
  font-weight: 700;
  color: #0b1b30;
  text-transform: uppercase;
  letter-spacing: 0;
  line-height: normal;
  margin: 0 0 16px;
}

.single-properties .related-properties-nearby-section .property-content p {
  font-size: 13.5px;
  font-family: "OpenSans-Regular";
  color: #0b1b30;
  letter-spacing: 0;
  line-height: 1.5;
  margin: 0;
}

.single-properties
  .related-properties-nearby-section
  .property-content
  ul.__rooms_count {
  padding: 0;
  margin: 20px 0 0;
}

.single-properties
  .related-properties-nearby-section
  .property-content
  ul.__rooms_count
  li {
  list-style: none;
  display: inline-block;
  margin-right: 15px;
}

.single-properties
  .related-properties-nearby-section
  .property-content
  ul.__rooms_count
  li:last-of-type {
  margin-right: 0;
}

.single-properties .related-properties-nearby-section ul.__rooms_count li img {
  width: 25px;
  margin-right: 6px;
}

.single-properties .related-properties-nearby-section ul.__rooms_count li span {
  font-family: "Rockwell-Bold";
  font-weight: 700;
  color: #0b1b30;
  position: relative;
  top: 4px;
}

.single-properties .steps-section {
  background: #ffffff;
  padding: 70px 0 100px;
}

.single-properties .steps-section .__custom_row {
  max-width: 86.1rem;
}

.single-properties .steps-section .section-title {
  text-align: center;
}

.single-properties .steps-section .section-title h2 {
  font-size: 36px;
  font-family: "Rockwell-Bold";
  font-weight: 700;
  color: #1f1f1f;
  letter-spacing: 0;
  line-height: normal;
  margin: 0 0 35px;
}

.single-properties .steps-section .step-item {
  text-align: center;
}

.single-properties .steps-section .step-icon img {
  width: 115px;
  height: 115px;
}

.single-properties .steps-section .step-content {
  margin-top: 23px;
}

.single-properties .steps-section .step-content p {
  font-size: 17px;
  font-family: "OpenSans-Regular";
  color: #303030;
  letter-spacing: 0;
  line-height: 1.35;
  margin: 0;
}

.single-properties .steps-section .step-content p:first-of-type {
  line-height: 1.4;
}

.single-properties .steps-section .bottom-content {
  text-align: center;
  margin-top: 40px;
}

.single-properties .steps-section .bottom-content p {
  font-size: 15px;
  font-family: "OpenSans-Regular";
  color: #1f1f1f;
  letter-spacing: 0;
  line-height: 1.4;
  margin: 0;
}

.single-properties .gallery-section {
  background: #ffffff;
  padding: 70px 0 25px;
}

.single-properties .gallery-section .__custom_row {
  max-width: 89rem;
}

.single-properties .gallery-section .__slider_padding {
  padding: 0 15px;
}

.single-properties .gallery-section .gallery-full-slider {
  position: relative;
  width: 100%;
  clear: both;
}

.single-properties .gallery-section .gallery-full-slider .swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.single-properties .gallery-section .gallery-full-slider .swiper-wrapper {
  box-sizing: inherit;
}

.single-properties
  .gallery-section
  .gallery-full-slider
  .gallery-full-image
  img {
  width: 100%;
}

.single-properties .gallery-section .gallery-thumbnail-slider {
  position: relative;
  width: 100%;
  clear: both;
}

.single-properties
  .gallery-section
  .gallery-thumbnail-slider
  .swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.single-properties .gallery-section .gallery-thumbnail-slider .swiper-wrapper {
  box-sizing: inherit;
}

.single-properties
  .gallery-section
  .gallery-thumbnail-slider
  .gallery-thumbnail-image {
  background: #1f1f1f;
}

.single-properties
  .gallery-section
  .gallery-thumbnail-slider
  .gallery-thumbnail-image
  img {
  width: 100%;
  cursor: pointer;
}

.single-properties
  .gallery-section
  .gallery-thumbnail-slider
  .gallery-thumbnail-image
  img:hover {
  opacity: 0.35;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.single-properties
  .gallery-section
  .gallery-thumbnail-slider
  .swiper-slide-thumb-active
  img {
  opacity: 0.35;
}

.single-properties
  .gallery-section
  .gallery-thumbnail-slider
  .swiper-custom-navigation
  .thumbnail-btn-prev.__arrow_lg {
  outline: none;
  cursor: pointer;
  position: absolute;
  z-index: 5;
  top: 0;
  width: 100%;
  text-align: center;
}

.single-properties
  .gallery-section
  .gallery-thumbnail-slider
  .swiper-custom-navigation
  .thumbnail-btn-next.__arrow_lg {
  outline: none;
  cursor: pointer;
  position: absolute;
  z-index: 5;
  bottom: 0;
  width: 100%;
  text-align: center;
}

.single-properties
  .gallery-section
  .gallery-thumbnail-slider
  .swiper-custom-navigation
  .thumbnail-btn-prev.__arrow_lg
  img,
.single-properties
  .gallery-section
  .gallery-thumbnail-slider
  .swiper-custom-navigation
  .thumbnail-btn-next.__arrow_lg
  img {
  width: 61px;
}

.single-properties
  .gallery-section
  .gallery-thumbnail-slider
  .swiper-custom-navigation
  .thumbnail-btn-prev.__arrow_sm {
  outline: none;
  cursor: pointer;
  position: absolute;
  z-index: 5;
  left: 2px;
  top: 50%;
  transform: translateY(-50%);
  display: none;
}

.single-properties
  .gallery-section
  .gallery-thumbnail-slider
  .swiper-custom-navigation
  .thumbnail-btn-next.__arrow_sm {
  outline: none;
  cursor: pointer;
  position: absolute;
  z-index: 5;
  right: 2px;
  top: 50%;
  transform: translateY(-50%);
  display: none;
}

.single-properties
  .gallery-section
  .gallery-thumbnail-slider
  .swiper-custom-navigation
  .thumbnail-btn-prev.__arrow_sm
  img,
.single-properties
  .gallery-section
  .gallery-thumbnail-slider
  .swiper-custom-navigation
  .thumbnail-btn-next.__arrow_sm
  img {
  width: 22.18px;
  height: 61px;
}

.single-properties .address-links-section {
  background: #ffffff;
  padding: 0 0 55px;
}

.single-properties .address-links-section .__custom_row {
  max-width: 89rem;
}

.single-properties .address-links-section .address-info h2 {
  font-size: 53px;
  font-family: "Rockwell-Bold";
  font-weight: 700;
  color: #1f1f1f;
  letter-spacing: 0;
  line-height: 1;
  margin: 23px 0 0;
}

.single-properties .address-links-section .address-info h4 {
  font-size: 35px;
  font-family: "Rockwell-Bold";
  font-weight: 700;
  color: #1f1f1f;
  letter-spacing: 0;
  line-height: normal;
  margin: 0;
}

.single-properties .address-links-section .address-info ul.__rooms_count {
  padding: 0;
  margin: 19px 0 0;
}

.single-properties .address-links-section .address-info ul.__rooms_count li {
  list-style: none;
  display: inline-block;
  margin-right: 22px;
}

.single-properties
  .address-links-section
  .address-info
  ul.__rooms_count
  li:last-of-type {
  margin-right: 0;
}

.single-properties
  .address-links-section
  .address-info
  ul.__rooms_count
  li
  img {
  width: 36px;
  margin-right: 7px;
}

.single-properties
  .address-links-section
  .address-info
  ul.__rooms_count
  li
  span {
  font-family: "Rockwell-Bold";
  font-weight: 700;
  font-size: 24px;
  color: #1f1f1f;
  position: relative;
  top: 7px;
}

.single-properties .address-links-section .links-info {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: right;
}

.single-properties .address-links-section .links-info .icon-info {
  margin-right: 16px;
}
.single-properties .address-links-section .links-info .icon-info:last-of-type {
  margin-right: 0;
}

.single-properties .address-links-section .links-info .icon-info img {
  width: 135px;
}

.single-properties .content-section {
  background: #ffffff;
  padding: 0 0 100px;
}

.single-properties .content-section .__custom_row {
  max-width: 89rem;
}

.single-properties .content-section .__custom_column_left {
  padding: 0px 80px 0 15px;
  border-right: 1px solid #a88913;
  flex: 0 0 64%;
  max-width: 64%;
}

.single-properties .content-section .__custom_column_right {
  padding: 0 15px 0 45px;
  flex: 0 0 36%;
  max-width: 36%;
}

.single-properties .content-section .property-content {
  padding: 20px 0 16px;
}

.single-properties .content-section .property-content h4 {
  font-size: 17.5px;
  font-family: "Rockwell-Bold";
  font-weight: bold;
  color: #1f1f1f;
  letter-spacing: 0;
  line-height: normal;
  margin: 0 0 33px;
}

.single-properties .content-section .property-content p {
  font-size: 15.5px;
  font-family: "OpenSans-Regular";
  font-weight: 400;
  color: #1f1f1f;
  letter-spacing: 0;
  line-height: 1.35;
  margin: 0 0 18px;
}

.single-properties .content-section .for-sale-price h2 {
  font-size: 34px;
  font-family: "Rockwell-Bold";
  font-weight: bold;
  color: #1f1f1f;
  letter-spacing: 0;
  line-height: normal;
  margin: 0 0 30px;
}

.single-properties .content-section .monthly-price-wrapper {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: left;
  margin-bottom: 45px;
}

.single-properties .content-section .monthly-price-icon {
  padding-right: 28px;
}

.single-properties .content-section .monthly-price-icon img {
  width: 77px;
}

.single-properties .content-section .monthly-price-content p {
  font-size: 16.5px;
  font-family: "OpenSans-Regular";
  font-weight: 400;
  color: #1f1f1f;
  letter-spacing: 0;
  line-height: 1.35;
  margin: 0;
}

.single-properties .content-section .monthly-price-content p.__large_text {
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 0.2px;
  margin: 2px 0 2px;
}

.single-properties .content-section .agent-info-wrapper {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: left;
}

.single-properties .content-section .agent-image {
  padding-right: 35px;
}

.single-properties .content-section .agent-image img {
  width: 172px;
}

.single-properties .content-section .agent-info-content p {
  font-size: 16.5px;
  font-family: "OpenSans-Regular";
  font-weight: 400;
  color: #1f1f1f;
  letter-spacing: 0;
  line-height: 1.3;
  margin: 0 0 10px;
}

.single-properties .content-section .agent-info-content p.__enquiry_text {
  margin: 20px 0 0;
}

.single-properties .content-section .share-buttons {
  margin-top: 40px;
}

.single-properties .content-section .share-buttons h2 {
  font-size: 24px;
  font-family: "Rockwell-Bold";
  font-weight: 400;
  color: #1f1f1f;
  letter-spacing: 0;
  line-height: normal;
  margin: 0 0 11px;
}

.single-properties .content-section .share-buttons ul {
  padding: 0;
  margin: 0;
}

.single-properties .content-section .share-buttons ul li {
  list-style: none;
  display: inline-block;
  margin-right: 16px;
}

.single-properties .content-section .share-buttons ul li:last-of-type {
  margin-right: 0;
}

.single-properties .content-section .share-buttons ul li span a img {
  width: 39px;
  height: 39px;
}
/** properties single page **/

/* big buttons text images start */

.bigbuttons_text_image_section .row {
  max-width: 87.5rem;
  align-items: center;
}
.bigbuttons_list_of_images_wrap img {
  aspect-ratio: 12 / 8;
  background-size: cover;
  object-fit: cover;
  background-position: center;
  width: 100%;
}
.bigbuttons-left-container-btn {
  justify-content: center;
  align-items: center;
  display: flex;
  flex-direction: column;
  /* gap: 20px; */
}
.bigbuttons-left-container-btn-list-wrap {
  gap: 20px;
  display: flex;
  flex-direction: column;
}
.bigbuttons-left-wrap a {
  text-align: center;
  color: #f3e3a8;
  background-color: #0b1b30;
  margin: auto;
  padding: 23px 17px;
  padding-bottom: 13px;
  border-radius: 20px;
  font-size: 40px;
  font-family: "Rockwell-Bold";
  width: 100%;
}
.bigbuttons_text_image_section .row .bbl-container-left {
  /* justify-content: center;
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 20px; */
}
.js__bigbuttons-text-images-slick {
  position: relative;
}
.js__bigbuttons-text-images-slick .slick-prev,
.js__bigbuttons-text-images-slick .slick-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  width: 35px;
  height: 35px;
}
.js__bigbuttons-text-images-slick .slick-prev {
  left: 20px;
}
.js__bigbuttons-text-images-slick .slick-next {
  right: 20px;
}
.js__bigbuttons-text-images-slick .slick-prev:before,
.js__bigbuttons-text-images-slick .slick-next:before {
  content: "" !important;
  display: none !important;
}

@media only screen and (max-width: 550px) {
  .bigbuttons-left-wrap a {
    /* font-size: 25px; */
    font-size: 18px;
    width: 270px;
    padding: 18px 17px;
  }
}
/* big buttons text images end */

/* image slider start */
.image-slider-section .row {
  max-width: 78rem;
}
.image-slider-container img {
  aspect-ratio: 12 / 7;
  background-size: cover;
  object-fit: cover;
  background-position: center;
  width: 100%;
  border: 7px #f3e3a8 solid;
}
.js__image-slider-slick {
  position: relative;
}
.js__image-slider-slick .slick-prev,
.js__image-slider-slick .slick-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  width: 35px;
  height: 35px;
}
.js__image-slider-slick .slick-prev {
  left: 35px;
}
.js__image-slider-slick .slick-next {
  right: 35px;
}
.js__image-slider-slick .slick-prev:before,
.js__image-slider-slick .slick-next:before {
  content: "" !important;
  display: none !important;
}

.text-section__column.col-is-big .is_big_button {
  text-align: center;
  color: #f3e3a8;
  background-color: #0b1b30;
  margin: auto;
  padding: 25px 35px;
  padding-bottom: 16px;
  border-radius: 20px;
  font-size: 40px;
  font-family: "Rockwell-Bold";
  letter-spacing: 0;
  line-height: 1;
}
/* image slider end */

/* line separator section start */
.line-sep-wrap hr {
  border: none;
  height: 7px;
  background: #0b1b30;
  max-width: 60rem;
  margin-top: 3rem;
  margin-bottom: 3rem;
}
@media only screen and (max-width: 768px) {
  .line-sep-wrap hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
}
/* line separator section end */

/* two col buttons start  */
.buttons-section {
  position: relative;
}

.buttons-container {
  gap: 1rem;
  position: relative;
  z-index: 2;
  justify-content: space-evenly;
}

.buttons-section.has-overlay:before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgb(243, 227, 168);
  opacity: 0.5;
  z-index: 1;
}

.buttons-container .button-item {
  padding: 0px 30px;
}

.buttons-container .button-item a {
  text-align: center;
  color: #f3e3a8;
  background-color: #0b1b30;
  margin: auto;

  /* padding: 25px 100px; */
  padding: 25px 15px;
  padding-bottom: 16px;
  border-radius: 20px;
  font-size: 40px;
  font-family: "Rockwell-Bold";
  letter-spacing: 0;
  line-height: 1;
  text-transform: uppercase;
  width: 600px;
}
@media only screen and (max-width: 678px) {
  .buttons-container .button-item a {
    /* padding: 23px 35px;
    font-size: 25px; */
    font-size: 18px;
    width: 270px;
    padding: 18px 17px;
  }
  .buttons-section {
  }
  .text-section__column.col-is-big .is_big_button {
    /* padding: 23px 35px;
    font-size: 25px; */
    font-size: 18px;
    width: 270px;
    padding: 18px 17px;
  }
}
/* two col buttons end  */

/* our team start */
.our-team {
  max-width: 88rem;
  margin: auto;
}
.our-team__person-portrait {
  text-align: center;
  align-items: center;
}
.our-team__person-portrait img {
  width: 100%;
  background-size: cover;
  object-fit: cover;
  background-repeat: no-repeat;
  aspect-ratio: 12 / 12;
  padding: 0.5rem;
}
.our-team__person-details .person-name {
  font-family: "Rockwell-Bold";
  text-transform: uppercase;
  font-size: 31px;
}
.our-team__person-details .person-position {
  text-align: center;
  color: #f3e3a8;
  background-color: #0b1b30;
  margin: auto;
  padding: 5px 17px 0;
  border-radius: 12px;
  font-size: 22px;
  width: 90%;
  font-family: "Rockwell";
}
.our-team__container {
  justify-content: center;
}
@media only screen and (max-width: 768px) {
  .our-team__person-portrait {
    margin-bottom: 1rem;
  }
}
/* our team start */

/* events calendar design for grid and slider start*/

.type1 .__events-pd-wrap {
  /* padding: 2rem 1rem; */
}

.type1 .__events-pd-wrap .event-card-img,
.type1 .__events-pd-wrap > img {
  position: relative;
  width: 100%;
  aspect-ratio: 9 / 12;
  overflow: hidden;
  display: block;
  border-radius: 6px;
}

.type1 .__events-pd-wrap .event-card-img img,
.type1 .__events-pd-wrap > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.__events-pd-section .row {
  max-width: 85.5rem;
  justify-content: center;
}

/* .__events-pd-wrap img {
  padding: 2rem 1rem;
} */

.__events-type-big {
  margin-bottom: 1rem;
}

.slick-prev-ca-event:before,
.slick-next-ca-event:before {
  display: none;
}
.slick-prev-ca-event,
.slick-next-ca-event {
  width: 28px !important;
  height: 25px !important;
}

@media only screen and (max-width: 1420px) {
  .__events-pd-section {
    padding: 1.5rem 2rem !important;
  }
}

@media only screen and (max-width: 1023px) {
  .__events-pd-section {
    padding: 1rem 2rem !important;
  }
}

@media only screen and (max-width: 600px) {
  .__events-pd-wrap img {
    padding: 0.5rem 1rem;
  }
}

/* events calendar design for grid and slider end*/

/* events calendar design start*/
.evt-main-section {
  padding: 0 2rem;
}
.evt-main-section .row {
  max-width: 89rem;
  justify-content: center;
}
.event-item .event-image-link .event-image {
  width: 100%;
  object-fit: cover;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  aspect-ratio: 12 / 7 !important;
}
.event-item .event-image-link .event-image:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(11, 27, 48);
  opacity: 0.8;
}
.event-image-link {
  display: block;
}
.events-main-title h2 {
  text-align: center;
  text-transform: uppercase;
  font-family: "BarlowCondensed-Bold";
  font-size: 70px;
}
.no-events-found {
  text-align: center;
}
.inner-header.no-hero-image {
  background: #0b1b30;
}
.no-hero-padding {
  padding: 20px 2rem 10px !important;
}

@media only screen and (max-width: 768px) {
  .events-main-title h2 {
    font-size: 45px;
  }
}
/* events calendar design end*/

/** custom-media **/

/* Large only */
/*min width = '1,024px' and max width = '1,199px'*/
@media screen and (min-width: 64em) and (max-width: 74.9375em) {
}

@media screen and (min-width: 1024px) and (max-width: 1100px) {
  .property-listings-form-section .__form_wrapper_padding {
    padding: 0 40px;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1320px) {
  .single-properties .address-links-section .address-info h2 {
    font-size: 38px;
  }
}

@media screen and (min-width: 1161px) and (max-width: 1320px) {
  .single-properties .related-properties-nearby-section .property-content {
    padding: 20px 30px 10px;
  }
}

/* Medium only */
/*min width = '640px' and max width = '1,023px'*/
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .property-listings-form-section .__no_padding {
    padding: 0 10px;
  }

  .property-listings-form-section .property-listings-form select.__first_sb {
    border: 1px solid #000000;
    border-radius: 35px 35px;
    padding: 5px 15px;
  }

  .property-listings-form-section
    .property-listings-form
    select.__option_select {
    border-radius: 35px 35px;
    padding: 5px 25px;
    margin-bottom: 15px;
  }

  .property-listings-form-section .property-listings-form input.__input_search {
    border: 1px solid #000000;
    border-radius: 35px 35px;
    padding: 5px 25px;
    margin-bottom: 15px;
  }

  .property-listings-form-section
    .property-listings-form
    .property-search-btn-wrapper {
    text-align: left;
  }

  .property-listings-results-section .__property_padding {
    padding: 0 20px;
  }

  .property-listings-results-section .property-item {
    margin-bottom: 40px;
  }

  .property-listings-results-section .property-content {
    padding: 35px 20px 25px;
  }

  .single-properties .address-links-section .links-info .icon-info img {
    width: 120px;
  }

  .single-properties .steps-section .step-item {
    margin-bottom: 30px;
  }

  .single-properties .steps-section .bottom-content {
    margin-top: 10px;
  }
}

/* Small only */
/*min width = '320px' and max width = '639px'*/
@media screen and (min-width: 20em) and (max-width: 39.9375em) {
  .property-listings-form-section .__no_padding {
    padding: 0 10px;
  }

  .property-listings-form-section .property-listings-form select.__first_sb {
    border: 1px solid #000000;
    border-radius: 35px 35px;
    padding: 5px 25px;
  }

  .property-listings-form-section
    .property-listings-form
    select.__option_select {
    border-radius: 35px 35px;
    padding: 5px 25px;
    margin-bottom: 15px;
    height: 55px;
  }

  .property-listings-form-section .property-listings-form input.__input_search {
    border: 1px solid #000000;
    border-radius: 35px 35px;
    padding: 5px 25px;
    margin-bottom: 15px;
    height: 55px;
  }

  .property-listings-form-section
    .property-listings-form
    .property-search-btn-wrapper {
    text-align: left;
  }

  .property-listings-results-section .__property_padding {
    padding: 0 20px;
  }

  .property-listings-results-section .property-item {
    margin-bottom: 40px;
  }

  .property-listings-form-section
    .property-listings-form
    .property-price-range {
    margin-left: 10px;
  }

  .property-listings-form-section .inner-header {
    padding-top: 40px;
    min-height: 700px;
  }

  .property-listings-form-section
    .inner-header
    .herobg-content-container
    .herobg-content-wrap
    h1 {
    line-height: normal;
  }

  .single-properties .address-links-section .links-info .icon-info img {
    width: 105px;
  }

  .single-properties .steps-section .step-item {
    margin-bottom: 30px;
  }

  .single-properties .steps-section .bottom-content {
    margin-top: 10px;
  }
}

/* Large and up */
@media screen and (max-width: 74.99875em) {
}

@media screen and (min-width: 64em) {
}

@media (max-width: 1300px) {
  .single-properties .content-section .agent-image img {
    width: 100%;
  }

  .single-properties .content-section .agent-image {
    padding-right: 25px;
  }

  .property-slider > .outer-wrap {
    padding: 0 50px;
  }

  .property-slider > .outer-wrap .property-prev {
    left: 5px !important;
  }

  .property-slider > .outer-wrap .property-next {
    right: 5px !important;
  }

  .review-slider .outer-wrap {
    padding: 0 50px;
  }

  .review-slider > .outer-wrap .property-prev {
    left: 5px !important;
  }

  .review-slider > .outer-wrap .property-next {
    right: 5px !important;
  }

  .review-slider .section-title > h2 {
    text-align: center;
  }
}

@media (max-width: 1220px) {
  header.header .hide-for-large {
    display: flex !important;
  }

  header.header .show-for-large {
    display: none !important;
  }

  header.header .mobile-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;

    background-color: transparent;
    transition: background-color 0.3s ease;
  }

  header.header .mobile-menu.scrolled {
    background-color: rgba(11, 27, 48, 0.9) !important;
  }
}

@media (max-width: 1160px) {
  .single-properties .related-properties-nearby-section .property-item {
    display: block;
  }

  .single-properties .related-properties-nearby-section .property-item a {
    display: block;
  }

  .single-properties .related-properties-nearby-section .property-image {
    width: 100%;
  }

  .single-properties .related-properties-nearby-section .property-content {
    width: 100%;
    padding: 25px 30px 25px;
  }

  .single-properties
    .related-properties-nearby-section
    .property-content
    ul.__rooms_count
    li {
    margin-right: 20px;
  }
}

@media (max-width: 1100px) {
  section.review-slider .review {
    max-width: 100%;
  }
}

/* Medium and up */
@media screen and (min-width: 40em) {
}

@media (max-width: 1024px) {
  .text-img .wrap .content {
    padding: 20px 15px 60px !important;
  }
}

@media (max-width: 1023.2px) {
  .single-properties .address-links-section {
    padding: 0 0 40px;
  }

  .single-properties .address-links-section .links-info {
    justify-content: left;
    margin-top: 40px;
  }

  .single-properties .content-section .__custom_column_left {
    padding: 0 15px;
    border-right: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .single-properties .content-section .__custom_column_right {
    padding: 0 15px;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .single-properties .content-section .property-content {
    padding: 0 0 20px;
  }

  .single-properties .content-section .agent-image img {
    width: 175px;
  }

  .single-properties .content-section .agent-image {
    padding-right: 30px;
  }

  .single-properties .gallery-section .gallery-thumbnail-slider {
    margin-top: 15px;
  }

  .single-properties
    .gallery-section
    .gallery-thumbnail-slider
    .swiper-container {
    height: 100% !important;
  }

  .single-properties
    .gallery-section
    .gallery-thumbnail-slider
    .swiper-custom-navigation
    .thumbnail-btn-prev.__arrow_lg {
    display: none;
  }

  .single-properties
    .gallery-section
    .gallery-thumbnail-slider
    .swiper-custom-navigation
    .thumbnail-btn-next.__arrow_lg {
    display: none;
  }

  .single-properties
    .gallery-section
    .gallery-thumbnail-slider
    .swiper-custom-navigation
    .thumbnail-btn-prev.__arrow_sm {
    display: block;
  }

  .single-properties
    .gallery-section
    .gallery-thumbnail-slider
    .swiper-custom-navigation
    .thumbnail-btn-next.__arrow_sm {
    display: block;
  }

  section.property-slider .room {
    max-width: 100%;
  }
}

@media (max-width: 820px) {
  .single-properties .address-links-section .address-info h2 {
    font-size: 44px;
  }
}

@media (max-width: 768px) {
  .single-properties
    .related-properties-nearby-section
    .property-content
    ul.__rooms_count
    li {
    margin-right: 15px;
  }
}

@media (max-width: 670px) {
  .single-properties .address-links-section .address-info h2 {
    font-size: 40px;
  }
}

/***small devices***/
@media (max-width: 600px) {
  .single-properties .address-links-section .address-info h2 {
    font-size: 36px;
  }

  .single-properties .address-links-section .address-info h4 {
    font-size: 34px;
  }
}

@media (max-width: 580px) {
  .single-properties .related-properties-nearby-section .property-content {
    padding: 25px 20px 25px;
  }
}

@media (max-width: 530px) {
}

@media (max-width: 480px) {
  .single-properties .content-section .agent-image {
    padding-right: 25px;
  }
}

@media (max-width: 431px) {
  .review .details .title-wrap {
    display: block !important;
  }
}

@media (max-width: 430px) {
  .single-properties .content-section .agent-image img {
    width: 100%;
  }
}

@media (max-width: 420px) {
}

@media (max-width: 411px) {
}

@media (max-width: 379px) {
}

.mobile-menu-opener {
  z-index: 999;
  /* background: #0a1b31 !important; */
}

.mobile-menu-opener > .active {
  position: fixed !important;
  right: 25%;
  top: 1rem !important;
  z-index: 999999;
}

.event-title-desc {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-top: 10px;
}

.event-title-desc a {
  text-decoration: none;
  color: inherit;
}

.event-title-desc h4 {
  margin: 0;
  padding: 0;
  line-height: 1.3;
}

.event-title-desc .event-date {
  margin: 0;
  padding: 0;
  line-height: 1.3;
}

.event-title-desc p {
  margin: 0;
  padding: 0;
  line-height: 1.5;
}

.button_wrap_dl {
  display: flex;
  justify-content: center;
}

.event-post-btn {
  background-color: #0b1b30;
  font-weight: 500;
  font-size: 20px;
  padding: 7px 28px 9px 28px;
  letter-spacing: 2px;
  border-radius: 5px;
  font-family: "BarlowCondensed-Bold";
  position: relative;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
  color: #fff;
}

/* ── TYPE 1 & 2 ── */
.__events-pd-wrap {
  display: flex;
  flex-direction: column;
}

.__events-pd-wrap .event-title-desc {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 10px 0 0;
}

/* Title: min-height locks 2 lines so short titles don't shift content below */
.__events-pd-wrap .event-title-desc a h4,
.__events-pd-wrap .event-title-desc h4 {
  line-height: 1.4;
  min-height: 2.8em;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 0 0 8px;
}

/* Date */
.__events-pd-wrap .event-date {
  display: block;
  margin: 0 0 8px;
}

/* Description: clamp to 3 lines, flex-grow absorbs leftover space */
.__events-pd-wrap .event-title-desc p {
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 0;
  flex: 1;
}

/* Button always flush to bottom */
.__events-pd-wrap .button_wrap_dl {
  margin-top: 12px;
}

/* ── TYPE 3 ── */
.__events-type-big .event-item {
  display: flex;
  flex-direction: column;
}

.__events-type-big .event-title-desc {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 10px 0 0;
}

/* Title: same 2-line anchor */
.__events-type-big .event-title-desc a .event-card-title,
.__events-type-big .event-title-desc .event-card-title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.4;
  min-height: 2.8em;
  margin: 0 0 8px;
}

/* Date */
.__events-type-big .event-card-date {
  display: block;
  margin: 0 0 8px;
}

/* Description: clamp to 3 lines */
.__events-type-big .event-card-desc {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.5;
  margin: 0;
  flex: 1;
}

/* Button flush to bottom */
.__events-type-big .button_wrap_dl {
  margin-top: 12px;
}

.__events-pd-container.type3 {
  justify-content: flex-start !important;
}
