/* .properties-data {
    padding: 100px 0;
} */
/* .properties-data {
    display: flex;
    flex-direction: column;
    align-items: center;
} */

.single .fancybox-container .fancybox-inner .fancybox-stage {
  /* background: #000; */
}
.post-type-archive-properties .desktop_filter_form,
.post-type-archive-development .desktop_filter_form {
  display: block !important;
}
div#sort_loader {
  max-width: 17.361vw;
  max-height: 17.361vw;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.property_filter_sort{
  display: flex;
  justify-content: end;
  margin-bottom: 2.08vw;
}
.property_filter_sort .property_sort {
  display: flex;
  align-items: center;
  gap: 15px;
}
.property_filter_sort .sortBy {
  min-height: 2.430555555555556vw;
  padding: 0.6944444444444444vw 1.833333vw 0.6944444444444444vw 0.833333vw;
  border-style: solid;
  border-width: 0.06944444444444445vw;
  border-radius: 0.2777777777777778vw;
  cursor: pointer;
  background-color: #fff;
  border-color: #ededed;
  width: 100% !important;
  height: auto;
  outline: none;
  appearance: none;
  -webkit-appearance: none;
  font-family: "Halyard Display", sans-serif;
  font-size: 1.11vw;
  font-weight: 300;
  line-height: 1.4361111111111112vw;
  color: #666;
  position: relative !important;
}
.property_filter_sort .sortBy {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6' fill='none'%3E%3Cpath d='M1 1L5.03265 5L9 1' stroke='%23C4C4C4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.6944444444444444vw center;
  background-size: 0.6944444444444444vw;
  position: absolute;
  width: 30px;
  top: 0;
  right: 0;
  height: 100%;
}
.property_filter_sort .property_sort span {
  width: 100%;
  display: block;
  max-width: max-content;
  font-family: "Halyard Display", sans-serif;
  font-size: 1.11vw;
  font-weight: 300;
  line-height: 1.4361111111111112vw;
  color: #484848;
}



.properties-data .properties-tabs .tabs_button {
  padding: 0.3472222222222222vw;
  border-radius: 8.055555555555555vw;
  background: #f2f2f2;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 3.25vw;
  max-width: max-content;
}

.devlopment_slider_wrapper {
  max-height: 100vw;
  position: relative;
}
.devlopment_slider_wrapper.devlopment_wrapper_overlay:before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgb(0 0 0 / 50%);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  pointer-events: none;
}
.single-properties .devlopment_slider_wrapper:before {
  display: none;
}
.devlopment_slider_wrapper .slick-track {
  display: flex;
}
/* .devlopment_slider_wrapper .devlopment_slider_inner{
  display: flex;
} */
.devlopment_slider_wrapper .slick-track .dev_slide.slick-slide {
  height: inherit;
  -webkit-backface-visibility: hidden;
}
.devlopment_slider_wrapper .slick-track,
.devlopment_slider_wrapper .slick-list
{
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
-o-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
transition-delay: 10ms;
}
.devlopment_slider_wrapper .slick-track .dev_slide img {
  height: 100%;
}

.properties-data .properties-tabs .tabs_button::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.properties-data .properties-tabs .tabs_button a.tab {
  font-family: "Halyard Display", sans-serif;
  font-size: 1.25vw;
  font-weight: 300;
  line-height: 1.7361111111111112vw;
  color: #48484833;
  padding: 0.6944444444444444vw 1.5277777777777777vw;
  transition: all 0.3s;
}
.properties-data .properties-tabs .tabs_button a.tab:hover {
  color: #002930;
}

.properties-data .properties-tabs .tabs_button a.tab.active {
  color: #002930;
  padding: 0.6944444444444444vw 1.3888888888888888vw;
  /* margin-right: 1.563vw; */
  background: #fff;
  border-radius: 20.833333333333336vw;
}

.properties-data .properties-tabs .tabs_button a.tab.active:last-of-type {
  margin: 0;
}

/* ---- */

.proprty-details .proprty-type-location {
  display: flex;
  align-items: center;
  /* gap: 15px; */
  padding-bottom: 1.083333333333333vw;
}

.proprty-item .proprty-type-location span.type,
.proprty-item .proprty-type-location span.location {
  font-family: "Halyard Display", sans-serif;
  font-size: 0.7638888888888888vw;
  font-weight: 400;
  line-height: 1.736vw;
  letter-spacing: 0.278vw;
  color: #484848;
  text-transform: uppercase;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-width: 14.583333333333334vw;
  word-wrap: break-word;
}

.development_list .proprty-item .proprty-type-location span.type,
.development_list .proprty-item .proprty-type-location span.location {
  color: #ef9f80;
}

.proprty-type-location span:not(:last-child) {
  padding-right: 0.833vw;
  margin-right: 0.833vw;
  border-right: 1px solid #e7e7e7;
}

.proprty-item .proprty-title h2 {
  font-family: "Halyard Display", sans-serif;
  font-size: 1.25vw;
  font-weight: 300;
  line-height: 1.722vw;
  margin: 0;
  margin-bottom: 1.83vw;
  color: #484848;
  min-height: auto;
}

.development_list .proprty-item .proprty-title h2 {
  color: #fff;
}

.proprty-item .proprty-price {
  font-family: "Halyard Display", sans-serif;
  font-size: 0.9722222222222222vw;
  font-weight: 500;
  line-height: 1.339vw;
  color: #484848;
  padding-bottom: 2.083vw;
}
.proprty-list.number_str {
  color: #484848;
  display: flex;
  align-items: start;
  gap: 0;
  flex-direction: column;
}
.development_list .proprty-item .proprty-price {
  color: #fff;
}

.proprty-list {
  display: flex;
  align-items: center;
  gap: 1.736vw;
}
.tab-content-properties .proprty-list {
  display: flex;
  align-items: start;
  gap: 0.536vw;
  flex-direction: column;
}
.tab-content-properties .proprty-list span {
  color: #484848;
}

.proprty-icon-info .detail_title {
  font-family: "Halyard Display", sans-serif;
  font-size: 0.8333333333333334vw;
  font-weight: 300;
  line-height: 1.181vw;
  text-align: center;
  color: #484848;
  text-transform: capitalize;
}

.development_list .proprty-icon-info .detail_title {
  color: #fff;
}

.proprty-icon-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.4861111111111111vw;
}

.proprty-icon-info img.detail_icons {
  display: block;
  min-width: 1.597222222222222vw;
  max-width: 1.9444444444444444vw;
  max-height: 1.7361111111111112vw;
}

.proprty-item {
  max-width: 27.578vw;
  border: 1px solid #eee;
  border-radius: .694vw;
  transition: all .3s;
}

.tab-content-developments .proprty-item {
  background: #002930;
}

.properties_list_data .proprty-item:nth-child(1),
.properties_list_data .proprty-item:nth-child(2) {
  max-width: 48.4%;
}

.tab-content-developments .proprty-item {
  max-width: 48.4%;
  width: 100%;
}

.proprty-item:hover {
  box-shadow: 0px 0px 70px 0px #0000000d;
}

.properties-tabs-contents .properties_list_data {
  justify-content: start;
}

.properties_list_data {
  display: flex;
  flex-flow: wrap;
  gap: 2.778vw;
  justify-content: space-between;
}
.properties-data .properties_list_data {
  padding-bottom: 3.8194444444444446vw;
}

.property-slider .slick-track {
  display: flex;
}
.similar_property_list .proprty-list {
  display: flex;
  align-items: start;
  gap: 0.536vw;
  flex-direction: column;
}
.similar_property_list .proprty-list span {
  color: #484848;
}
.similar_property_list .property-slider .slick-track {
  display: flex;
  margin: 0;
}
.similar_property_list .property-slider .slick-slide {
  margin: 0;
  max-height: 14.514vw !important;
  min-height: 14.514vw !important;
}
.similar_property_list .slick-track {
  display: flex;
  margin: 0 -1.0416666666666665vw 0 -1.0416666666666665vw;
}
.similar_property_list .slick-slide {
  margin: 0 1.0416666666666665vw 0 1.0416666666666665vw;
  height: inherit;
}

.properties_list_data .property-slider,
.similar_property_list .property-slider,
.search_result_data .property-slider {
  overflow: hidden;
  border-radius: 0.694vw 0.694vw 0 0;
}
.properties_list_data .property-slider,
.similar_property_list .property-slider,
.search_result_data .property-slider {
  display: flex;
}

.properties_list_data .property-slider .slide,
.similar_property_list .property-slider .slide,
.search_result_data .property-slider .slide {
  float: left;
  height: auto;
  min-height: 100%;
  overflow: hidden;
  flex: 0 0 100%;
}
.properties_list_data .property-slider.slick-initialized .slide,
.similar_property_list .property-slider.slick-initialized .slide,
.search_result_data .property-slider.slick-initialized .slide {
  flex: none;
}
 /* #home_properties_list .property-slider{
  display: flex;
  max-width: 26.94vw;
} */

.property-slider .slick-track .slick-slide {
  height: inherit;
  max-height: 17.153vw;
  min-height: 17.153vw;
}

.tab-content-developments .property-slider .slick-track .slick-slide,
.development_list_area .property-slider .slick-track .slick-slide {
  min-height: 26.52777777777778vw;
}

.properties_list_data .proprty-item:nth-child(1) .slick-track .slick-slide,
.properties_list_data .proprty-item:nth-child(2) .slick-track .slick-slide {
  max-height: 26.528vw;
}

.properties_list .proprty-item:nth-child(1) .slick-track .slick-slide {
  /* min-height: 26.597vw; */
}

.property-slider img.gallery-img {
  /* border-radius: 0.694vw 0.694vw 0 0; */
  height: 100%;
  width: 100%;
  object-fit: cover;
}

/* .similar_property_list .property-slider img.gallery-img {
  height: 14.583333333333334vw;
} */

.properties_list_data .proprty_details_inner a {
  padding: 2.083vw;
  display: block;
}

.proprty_details_inner.dev_block a {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.development_list .development_logo {
  text-align: center;
  width: 100%;
  max-width: 40%;
}

.development_list .proprty-details {
  width: 100%;
  max-width: 60%;
}

.development_logo .dev_image {
  max-height: 17.36111111111111vw;
  filter: brightness(0) invert(1);
}

.property-images {
  position: relative;
  border-radius: 0.6944444444444444vw 0.6944444444444444vw 0 0;
  background: #FFF;
}

.proprty-category .category-name {
  position: absolute;
  top: 2.083vw;
  left: 2.083vw;
  background: #002930;
  border-radius: 2.083vw;
  font-family: "Halyard Display", sans-serif;
  font-size: 0.972vw;
  font-weight: 400;
  line-height: 1.736vw;
  text-align: center;
  color: #fff;
  padding: .208vw .694vw;  
  letter-spacing: .05vw;
  pointer-events: none;
  text-transform: uppercase;
}
.proprty-category .category-name.sold,
.proprty-category .category-name.Sold,
.proprty-category .category-name.Vendido,
.proprty-category .category-name.vendido {
  background-image: linear-gradient(60deg, #ef9f80, #a35539);
}
.tab-content-developments .proprty-category .category-name{
  background: linear-gradient(26.55deg, #ef9f80 -1.79%, #a35539 119.64%);
  text-transform: capitalize;
}
.single-development .proprty-category .category-name {
  background: linear-gradient(26.55deg, #ef9f80 -1.79%, #a35539 119.64%);
  text-transform: capitalize;
}
.properties_list_data .property-slider .slick-prev {
  background-color: #002930e6;
  /* background-image: url(/wp-content/uploads/2024/05/slider_arrow.svg); */
  height: 2.083vw;
  width: 2.083vw;
  z-index: 10;
  position: absolute;
  left: 2.083vw;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 20.833vw;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}

.properties_list_data .property-slider .slick-prev:after {
  position: absolute;
  content: "";
  background: url(/wp-content/uploads/2024/05/slider_arrow.svg);
  width: 0.9027777777777777vw;
  height: 0.5555555555555556vw;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(180deg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 0.9027777777777777vw;
}

.properties_list_data .property-slider .slick-next {
  background-color: #002930e6;
  top: 44% !important;
  height: 2.083vw;
  width: 2.083vw;
  z-index: 10;
  position: absolute;
  right: 2.083vw;
  border-radius: 20.833vw;
  opacity: 0 !important;
  visibility: hidden !important;
  transition: all 0.3s;
}
.properties_list_data.similar_property_list .property-slider .slick-next,
.properties_list_data.similar_property_list .property-slider .slick-prev {
  top: 45%;
}

.properties_list_data .property-slider .slick-next:after {
  position: absolute;
  content: "";
  background: url(/wp-content/uploads/2024/05/slider_arrow.svg);
  width: 0.9027777777777777vw;
  height: 0.5555555555555556vw;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 0.9027777777777777vw;
}

.property-slider:hover .slick-next,
.property-slider:hover .slick-prev {
  opacity: 1 !important;
  visibility: visible !important;
}

.properties_list_data .property-slider .slick-prev:before,
.properties_list_data .property-slider .slick-next:before {
  display: none;
}

.search_result_data .proprty-list {
  display: flex;
  align-items: start;
  gap: 0.536vw;
  flex-direction: column;
}
.search_result_data .proprty-list span {
  color: #484848;
}


.search_result_data .property-slider .slick-prev {
  background-color: #002930e6;
  /* background-image: url(/wp-content/uploads/2024/05/slider_arrow.svg); */
  height: 2.083vw;
  width: 2.083vw;
  z-index: 10;
  position: absolute;
  left: 2.083vw;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 20.833vw;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}

.search_result_data .property-slider .slick-prev:after {
  position: absolute;
  content: "";
  background: url(/wp-content/uploads/2024/05/slider_arrow.svg);
  width: 0.9027777777777777vw;
  height: 0.5555555555555556vw;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(180deg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 0.9027777777777777vw;
}

.search_result_data .property-slider .slick-next {
  background-color: #002930e6;
  /* background-image: url(/wp-content/uploads/2024/05/slider_arrow.svg); */
  top: 50%;
  height: 2.083vw;
  width: 2.083vw;
  /* background-repeat: no-repeat;
  background-size: 0.694vw; */
  z-index: 10;
  position: absolute;
  right: 2.083vw;
  /* background-position: center; */
  border-radius: 20.833vw;
  opacity: 0 !important;
  visibility: hidden !important;
  transition: all 0.3s;
}
.search_result_data.similar_property_list .property-slider .slick-next,
.search_result_data.similar_property_list .property-slider .slick-prev {
  top: 45%;
}

.search_result_data .property-slider .slick-next:after {
  position: absolute;
  content: "";
  background: url(/wp-content/uploads/2024/05/slider_arrow.svg);
  width: 0.9027777777777777vw;
  height: 0.5555555555555556vw;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 0.9027777777777777vw;
}

.property-slider:hover .slick-next,
.property-slider:hover .slick-prev {
  opacity: 1 !important;
  visibility: visible !important;
}

.search_result_data .property-slider .slick-prev:before,
.search_result_data .property-slider .slick-next:before {
  display: none;
}



button#load-more-properties-optimize,
button#load-more-properties,
button#load-more-developments,
button#load-more-developments-optimize,
a#load_more_data,
a#load-more-filter-btn {
  color: #fff;
  background: #002930;
  font-family: "Halyard Display", sans-serif;
  font-size: 1.25vw;
  font-weight: 300;
  line-height: 1.7361111111111112vw;
  text-align: center;
  border-radius: 20.833333333333336vw;
  border: none;
  outline: none;
  box-shadow: none;
  padding: 0.625vw 1.667vw;
  margin: 0 auto;
  display: block;
  transition: all 0.3s;
  max-width: max-content;
  width: 100%;
}
/* .property_filter_result a#load-more-filter-btn {
  max-width: 15vw;
} */
 
.load_more_data a#load_more_data {
  width: max-content;
}
button#load-more-developments.disabled {
  display: none;
}

button#load-more-properties-optimize:hover,
button#load-more-properties:hover,
button#load-more-developments-optimize:hover,
button#load-more-developments:hover,
a#load_more_data:hover,
a#load-more-filter-btn:hover {
  background: linear-gradient(80deg, #ef9f80, #a35539) !important;
}

/* Properties detail page css */

.devlopment_slider_wrapper {
  height: 100%;
  min-height: 500px;
  max-height: 100svh;
  overflow: hidden;
}

img.dev_img {
  max-height: 45vw;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.devlopment_slider_inner {
  min-height: 45vw;
}

.dev_slide a {
  width: 100%;
  height: 100%;
  max-height: 45vw;
  display: block;
  line-height: 0;
}

.devlopment_slider_inner .slick-prev {
  background-color: #fff;
  height: 3.125vw;
  width: 3.125vw;
  z-index: 10;
  position: absolute;
  left: 2.778vw;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 20.833vw;
  transition: all 0.3s;
}

.devlopment_slider_inner .slick-prev:after {
  position: absolute;
  content: "";
  background: url(/wp-content/uploads/2024/05/slider_arrow.svg);
  width: 60%;
  height: 60%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(180deg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 60%;
  filter: brightness(0) saturate(100%) invert(11%) sepia(62%) saturate(1695%)
    hue-rotate(158deg) brightness(95%) contrast(103%);
}

.devlopment_slider_inner .slick-next {
  background-color: #fff;
  top: 47%;
  height: 3.125vw;
  width: 3.125vw;
  z-index: 10;
  position: absolute;
  right: 2.778vw;
  border-radius: 20.833vw;
  transition: all 0.3s;
}

.devlopment_slider_inner .slick-next:after {
  position: absolute;
  content: "";
  background: url(/wp-content/uploads/2024/05/slider_arrow.svg);
  width: 60%;
  height: 50%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 60%;
  filter: brightness(0) saturate(100%) invert(11%) sepia(62%) saturate(1695%)
    hue-rotate(158deg) brightness(95%) contrast(103%);
}

.devlopment_slider_inner .slick-prev:before,
.devlopment_slider_inner .slick-next:before {
  display: none;
}

.properties_details .container {
  width: 100%;
  max-width: 58.75vw;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}
.property_details_list .container,
.about_gallery_sec .container {
  width: 100%;
  max-width: 88.88888888888889vw;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.properties_inner {
  margin: 5.555555555555555vw auto 3.888888888888889vw;
  grid-column-gap: 1.389vw;
  grid-row-gap: 1.389vw;
  flex-flow: row;
  justify-content: space-between;
  max-width: 58.75vw;
  display: flex;
}

.properties_left {
  width: 65%;
}

.properties_right {
  width: 35%;
  text-align: right;
}

.properties_inner .main-title {
  color: #002930;
  font-family: "Halyard Display", sans-serif;
  font-size: 2.778vw;
  line-height: 3.125vw;
  margin-top: 0;
  margin-bottom: 0.694vw;
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
}

.properties_inner .location {
  font-family: "Halyard Display", sans-serif;
  color: #484848;
  font-size: 1.1111111111111112vw;
  letter-spacing: 0.25em;
  line-height: 1.736vw;
  width: 100%;
  font-weight: 300;
}

.properties_inner .coordinate {
  font-family: "Halyard Display", sans-serif;
  color: #484848;
  font-size: 1.111vw;
  line-height: 1.7361111111111112vw;
  font-weight: 300;
  letter-spacing: 0.25em;
}

.w-layout-hflex {
  display: inline-flex;
  align-items: center;
  justify-content: end;
  gap: 0.294444vw;
}

.detail-flex-new {
  display: flex;
  align-items: center;
  justify-content: end;
  margin-bottom: 0.694vw;
}

.property-detail-price.main-title {
  margin: 0 !important;
}

.prop-video,
.layout-image {
  opacity: 0;
  transition: opacity ease-in 0.25s;
  position: relative;
}

.prop-video.active,
.layout-image.active {
  opacity: 1;
  z-index: 9;
}

.video_main {
  position: relative;
}

.layout-image {
  background-color: #fff;
  opacity: 0;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}

.prop-video {
  border-radius: 0.694vw;
  max-width: 58.75vw;
  margin-left: auto;
  margin-right: auto;
}

.img_wrapper {
  height: 100%;
  line-height: 0;
}

.img_wrapper img {
  max-height: 100%;
}
.floor_plan_slider .img_wrapper img {
  max-height: 33.02vw;
  width: 100%;
}

.rll-youtube-player{
  border-radius: 0.694vw;
}


.no-video, .no-image {
  background-color: #002930;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  height: 33.05555555555556vw;
  display: flex;
}
.no-video-title, .no-image-title {
  background-image: linear-gradient(180deg, #ef9f80, #a35539);
  color: #ffffff;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  line-height: 120%;
  font-family: Halyard Display,sans-serif;
  font-size: 2.778vw;
  margin-top: 1.3888888888888888vw;
  margin-bottom: 0.6944444444444444vw;
  font-weight: 300;
}



a.property_intro_btn.property_btn {
  color: #fff;
  background-color: #002930;
  border: 1px #000;
}

.property_intro_btn {
  width: 100%;
  max-width: 25.694vw;
  border-radius: 6.944vw;
  text-align: center;
  width: auto;
  padding: 0.6944444444444444vw 1.7361111111111112vw 0.7638888888888888vw;
  font-size: 1.25vw;
  font-weight: 300;
  line-height: 1.736vw;
  font-family: "Halyard Display", sans-serif;
  border-radius: 4.444vw;
}
a.property_intro_btn.property_btn:hover {
  background-color: #ef9f80;
  background-image: linear-gradient(to bottom, #ef9f80, #a35539);
}

.video_and_floorplan {
  display: flex;
  align-items: center;
  gap: 1.0416666666666665vw;
}

.video_and_floorplan a.property_intro_btn.floorplans_btn {
  margin-bottom: 0;
}
.property_intro_btn.floorplans_btn {
  color: #002930;
  border: 1px solid #ef9f80;
  text-decoration: none;
  transition: 0.3s all;
  margin-bottom: 0.804vw;
  display: inline-block;
}
.property_intro_btn.floorplans_btn:hover {
  color: #ef9f80;
}

.below-video {
  margin-top: 2.431vw;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.video_main iframe {
  border-radius: 0.694vw;
  max-width: 58.75vw;
  overflow: hidden;
  height: 33.33333333333333vw;
}

.property_details_list .p_detail_inner {
  display: flex;
  flex-wrap: wrap;
  margin-top: 5.764vw;
  margin-bottom: 6.944vw;
  max-width: 62.708vw;
  grid-column-gap: 4.167vw;
  grid-row-gap: 6.181vw;
  margin-left: auto;
  margin-right: auto;
  justify-content: center;
}

.property_details_list .p_detail_inner .item {
  text-align: center;
  width: 100%;
  min-width: 0;
  max-width: 8.333vw;
  position: relative;
}

.property_details_list .p_detail_inner .list_icon {
  margin-bottom: 1.111vw;
}
.property_details_list .p_detail_inner .list_icon img {
  object-fit: contain;
  max-height: 100%;
  transition: all 0.3s;
  height: 2.639vw;
}

.list_title {
  font-family: "Halyard Display", sans-serif;
  border-radius: 3.472vw;
  background-color: #013741;
  color: #fff;
  font-size: 0.833vw;
  line-height: 1.042vw;
  font-weight: 400;
  transition: all 0.3s;
  display: block;
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translate(-50%);
  width: max-content;
  opacity: 0;
  padding: 0.417vw 1.042vw;
}

.list_value {
  font-family: "Halyard Display", sans-serif;
  color: #002930;
  font-size: 1.25vw;
  line-height: 1.528vw;
  font-weight: 400;
}
.property_details_list .p_detail_inner .item:hover .list_title {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(-1.042vw);
}

.property_details_list .p_detail_inner .item:hover img {
  transform: translateY(-0.347vw);
}

.property-detail-dwnld {
  display: flex;
  gap: 0.556vw;
}
.property-detail-dwnld p {
  font-family: "Halyard Display", sans-serif;
  font-size: 1.25vw;
  font-weight: 300;
  line-height: 1.806vw;
  color: #002930;
  transition: 0.3s all;
}
.property-detail-dwnld:hover p {
  color: #ef9f80;
}
.property-detail-dwnld .downloadbtn {
  width: 1.389vw;
  height: 1.458vw;
  object-fit: contain;
}

.about_gallery_sec .about_row {
  display: flex;
  gap: 4.653vw;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.about_gallery_sec .about_details,
.about_gallery_sec .about_slider {
  align-self: stretch;
  width: 50%;
}
.about_gallery_sec .about_slider .devlopment_slider_wrapper {
  min-height: auto;
  height: auto;
  max-height: inherit;
}
.about_gallery_sec .about_row .slick-arrow,
.image-form_row .about_slider .slick-arrow {
  display: none !important;
}
.about_gallery_sec .about_slider .devlopment_slider_inner {
  border-radius: 0.694vw;
  overflow: hidden;
  min-height: inherit;
}
.about_gallery_sec .about_slider {
  display: flex;
  flex-direction: column;
  gap: 2.778vw;
}

.about_gallery_sec .about_details h2 {
  background-image: linear-gradient(0deg, #ef9f80, #a35539);
  font-size: 2.778vw;
  line-height: 3.125vw;
  font-weight: 300;
  color: #002930;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-family: "Halyard Display", sans-serif;
  margin: 0 0 1.389vw 0;
}
.about_gallery_sec .about_details .content p,
.about_gallery_sec .about_details .content ul li {
  font-family: "Halyard Display", sans-serif;
  font-size: 1.25vw;
  line-height: 1.736vw;
  margin-bottom: 0.6944444444444444vw;
  font-weight: 200;
}
.about_gallery_sec .about_details .content p:last-child {
  margin-bottom: 0;
}

/* .about_gallery_sec .about_slider .devlopment_slider_inner .dev_slide img {
  height: 22.917vw;
} */
.image-form_row {
  display: flex;
  gap: 4.653vw;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
  margin-top: 2.778vw;
}

.about_details,
.form-box {
  align-self: stretch;
  width: 50%;
}

/* .image-slider-row {
  margin-top: 2.778vw;
} */

.image-slider-row .about_slider {
  width: 100%;
}
.image-slider-row .dev_slide a {
  max-height: 51.7vw;
}
.image-slider-row .dev_slide a .dev_img {
  max-height: 51.7vw;
}

.image-slider-row .about_slider .devlopment_slider_inner .slick-arrow:after {
  filter: initial;
}
.image-slider-row .about_slider .devlopment_slider_inner .slick-next,
.image-slider-row .about_slider .devlopment_slider_inner .slick-prev {
  background-color: #002930e6;
}
.gallery_btn {
  margin-top: 3.4722222222222223vw;
  font-size: 1.25vw;
  line-height: 1.7361111111111112vw;
  text-align: center;
  font-weight: 300;
}
.gallery_btn .view-link {
  font-family: "Halyard Display", sans-serif;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 2.083vw;
  padding: 0.833vw 1.667vw;
  font-size: 1.25vw;
  font-weight: 300;
  line-height: 1.806vw;
  display: inline-block;
  background-color: #002930;
  border-style: none;
  border-width: 0;
}
.gallery_btn .view-link:hover {
  background-image: linear-gradient(80deg, #ef9f80, #a35539);
}
.about_gallery_sec .about_slider .devlopment_slider_inner .half_slide {
  border-radius: 0.6944444444444444vw;
  height: 22.917vw;
}
section.about_gallery_sec {
  background: #fff;
  /* padding: 6.756756756756757vw 0 3vw 0; */
}

/* development detail css Start  */
.development_inner {
  width: 100%;
  max-width: 49.30555555555556vw;
  padding: 5.555555555555555vw 0 0;
  margin: 0 auto;
}

.development_inner-top h2,
.development_inner-top h1 {
  font-family: "Halyard Display", sans-serif;
  color: #002930;
  font-size: 2.7777777777777777vw;
  font-weight: 400;
  line-height: 3.8194444444444446vw;
  text-align: center;
  margin: 0;
  padding-bottom: 0.6944444444444444vw;
}
.development_inner-top p {
  color: #484848;
  font-family: "Halyard Display", sans-serif;
  font-size: 1.25vw;
  font-weight: 200;
  line-height: 1.7361111111111112vw;
  text-align: center;
  margin: 0;
  padding-bottom: 0.6944444444444444vw;
}

.development_inner-bottom {
  margin-top: 3.125vw;
  padding: 2.430555555555556vw;
  border-radius: 0.6944444444444444vw;
  background-color: #002930;
  margin-left: auto;
  margin-right: auto;
}

.development_inner-bottom-inn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
.mian-title-price {
  display: flex;
  gap: 0.5555555555555556vw;
  font-family: "Halyard Display", sans-serif;
  color: #fff;
  font-size: 2.7777777777777777vw;
  font-weight: 400;
  line-height: 3.125vw;
  margin: 0;
  padding-bottom: 10px;
}
.calendar__block {
  display: flex;
  gap: 0.5555555555555556vw;
}
.flex-col .property-detail-intro-link {
  display: flex;
  gap: 0.5555555555555556vw;
  color: #fff;
  font-size: 1.25vw;
  line-height: 1.7361111111111112vw;
  font-family: "Halyard Display", sans-serif;
  font-weight: 300;
}
.flex-col .property-detail-intro-link img {
  width: 1.3888888888888888vw;
}

.calendar__block img {
  width: 1.5277777777777777vw;
}
.calendar__block .calendar-text {
  color: #fff;
  font-size: 1.1111111111111112vw;
  line-height: 1.3888888888888888vw;
  letter-spacing: 0.20833333333333334vw;
  text-transform: uppercase;
  font-family: "Halyard Display", sans-serif;
  font-weight: 300;
}
.top-anchor {
  text-align: end;
}
.city_name_btn {
  font-family: "Halyard Display", sans-serif;
  padding: 0.625vw 1.1111111111111112vw 0.6944444444444444vw;
  border-radius: 300px;
  color: #fff;
  font-size: 0.9722222222222222vw;
  line-height: 1.1333333333333334vw;
  text-align: center;
  background-image: linear-gradient(26.55deg, #ef9f80, #a35539);
  font-weight: 400;
  transition: all 0.3s linear;
  display: inline-block;
  margin-bottom: 10px;
}
.city_name_btn:hover {
  background-color: #fff;
  color: #002930;
  background-image: none;
}

.seeds-floor-plan {
  padding: 5.555555555555555vw 0;
  background-color: rgba(236, 236, 236, 0.3);
}
.table-header-grid {
  padding-right: 4.166666666666666vw;
  padding-left: 4.166666666666666vw;
  grid-column-gap: 1.3888888888888888vw;
  grid-row-gap: 1.3888888888888888vw;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  display: grid;
}
.table-header-grid .table-heading {
  text-align: center;
  padding-bottom: 1.4583333333333333vw;
}
.table-header-grid .table-heading-text {
  color: #002930;
  font-family: "Halyard Display", sans-serif;
  font-size: 1.25vw;
  font-weight: 500;
  line-height: 1.7361111111111112vw;
}
.table-content-grid {
  padding-right: 4.166666666666666vw;
  padding-left: 4.166666666666666vw;
  grid-column-gap: 1.3888888888888888vw;
  grid-row-gap: 1.3888888888888888vw;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  align-items: center;
  justify-items: center;
  display: grid;
  border-top: 1px solid #e6e6e6;
  border-bottom: 0.069vw #e6e6e6;
  grid-template-rows: auto;
  transition: color 0.4s cubic-bezier(0.77, 0, 0.175, 1),
    background-color 0.4s cubic-bezier(0.77, 0, 0.175, 1);
}
.table-content-grid .table-content-text-main {
  text-align: center;
  padding-top: 2.2222222222222223vw;
  padding-bottom: 2.2222222222222223vw;
}
.table-content-grid .table-content-text {
  color: #484848;
  font-family: "Halyard Display", sans-serif;
  font-size: 1.25vw;
  font-weight: 300;
  line-height: 1.7361111111111112vw;
}

.table-content-grid .pdf-text {
  grid-column-gap: 0.5555555555555556vw;
  grid-row-gap: 0.5555555555555556vw;
  justify-content: center;
  align-items: center;
  display: flex;
}
.table-content-grid .pdf-text img {
  width: 1.0416666666666665vw;
}
.table-content-grid .booknow_btn {
  border: 1px solid #002930;
  border-radius: 300px;
  color: #002930;
  font-size: 0.9722222222222222vw;
  line-height: 0.6944444444444444vw;
  padding: 0.6944444444444444vw 1.1111111111111112vw;
  font-weight: 400;
  transition: all 0.3s linear;
  display: inline-block;
}
.table-content-grid .booknow_btn:hover {
  border-color: #fff;
  background: #fff;
  color: #002930 !important;
}

.table-content-text.rs-btn {
  max-width: 6.666666666666667vw;
  padding: 0.4166666666666667vw 1.1111111111111112vw 0.4861111111111111vw;
  border-radius: 300px;
  color: #fff;
  font-family: "Halyard Display", sans-serif;
  font-size: 0.9722222222222222vw;
  line-height: 1.3888888888888888vw;
  text-transform: capitalize;
  object-fit: fill;
  background-color: #3baf7b;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  font-weight: 400;
}
.table-content-text.rs-btn.sold {
  background-color: #a35539;
}

.property-details-logo {
  z-index: 9;
  justify-content: center;
  align-items: center;
  width: 18.056vw;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.dev-inner-logo {
  object-fit: contain;
  width: 100%;
  max-width: 18.056vw;
  height: 100%;
  max-height: 15vw;
  filter: brightness(0) invert(1);
}
.devlopment_slider_wrapper {
  position: relative;
}
.seeds-property-form .get-in-touch-form input[type="email"],
.seeds-property-form .get-in-touch-form input[type="tel"],
.seeds-property-form .get-in-touch-form input[type="text"],
.seeds-property-form .get-in-touch-form textarea {
  border: 1px solid rgba(238, 238, 238);
  color: #484848;
  margin-bottom: 1.3888888888888888vw;
}
.seeds-property-form .get-in-touch-form input::placeholder,
.seeds-property-form .get-in-touch-form textarea::placeholder {
  color: #c8c8c8 !important;
}
.seeds-property-form .get-in-touch-form input:focus,
.seeds-property-form .get-in-touch-form textarea:focus {
  border: 1px solid rgba(238, 238, 238) !important;
}
.seeds-property-form .get-in-touch-form .name-surname p,
.seeds-property-form .get-in-touch-form .email-phone p {
  display: inline;
  width: 100%;
  gap: 1.3888888888888888vw;
  margin-bottom: 1.3888888888888888vw;
}
.seeds-property-form .get-in-touch-form .submit p {
  padding: 0;
}
.seeds-property-form .get-in-touch-form .submit {
  text-align: center;
  margin-top: -8px;
}
.seeds-property-form .my-button .elementor-button-wrapper {
  width: 100% !important;
  border-radius: 0.6944444444444444vw;
}
.seeds-property-form .my-button .elementor-button-wrapper a {
  width: 100% !important;
  border-radius: 0.6944444444444444vw !important;
}
.seeds-property-form
  .my-button
  .elementor-button-wrapper
  a
  .elementor-button-icon {
  width: 1.389vw;
  height: 1.389vw;
  display: flex;
  align-items: center;
}
.seeds-property-form .my-button .elementor-button-wrapper a:hover svg *,
.seeds-property-form .my-button .elementor-button-wrapper a:focus svg * {
  fill: #ffffff;
}
.seeds-property-form .get-in-touch-form input {
  height: 3.125vw;
}
.seeds-property-form .get-in-touch-form .submit input {
  height: auto;
}
.get-in-touch-form textarea {
  max-height: 6.25vw;
  min-height: 6.25vw;
  height: auto;
}
.seeds-property-form
  .my-button
  .elementor-button-wrapper
  a:hover
  .elementor-align-icon-left {
  filter: brightness(0) saturate(100%) invert(95%) sepia(100%) saturate(2%)
    hue-rotate(269deg) brightness(106%) contrast(101%);
}
.seeds-property-form .my-button .elementor-button-content-wrapper {
  margin: 0 auto;
  flex-direction: row-reverse;
  align-items: center;
  gap: 10px;
}
.seeds-property-form .my-button .elementor-align-icon-left {
  display: flex;
  align-items: center;
}

.seeds-property-form .my-button .elementor-button-text {
  display: contents;
}

.seeds-property-form .my-button {
  width: 100%;
}
.proper-forms-section img.dev_img {
  /* max-height: 51vw; */
  object-fit: cover;
  width: 100%;
  height: 100%;
  /* min-height: 51vw; */
  border-radius: 0.6944444444444444vw;
}

.proper-forms-section .image-form_row {
  margin-top: 0;
  height: 100%;
}
.proper-forms-section .form_left_img .elementor-shortcode {
  height: 100%;
}
/* .proper-forms-section .dev_slide {
  min-height: 51vw;
} */
.proper-forms-section .dev_slide a {
  width: 100%;
  height: 100%;
  /* max-height: 51vw; */
  display: block;
  line-height: 0;
}
/* .proper-forms-section .devlopment_slider_wrapper {
  min-height: 51vw;
} */
.about_singl_image * {
  height: 100%;
  min-height: 100%;
}
.table-content-grid {
  transition: 0.3s all;
}
.table-content-grid:hover {
  background: #002930;
}

.table-content-grid:hover .table-content-text {
  color: #fff;
}
.table-content-grid:hover .booknow_btn {
  border: 1px solid #fff;
  color: #fff;
}
.seeds_property_btm_slider .about_gallery_sec {
  padding-bottom: 6.944444444444445vw;
}
.map_area iframe {
  width: 100%;
  height: 45.764vw;
}
.map_area .leaflet-tile {
  filter: brightness(1) saturate(15%) invert(4%) saturate(0.5);
}
#map {
  z-index: 0;
}
.similar_property_list .property-slider .slick-next,
.similar_property_list .property-slider .slick-prev {
  background-image: none;
}
.single .seed-six-slide-main::after {
  background-image: url("/wp-content/uploads/2024/06/back-img.png");
}
/* development detail css END  */

/* property Search-result css */
.search_result_data {
  display: flex;
  flex-flow: wrap;
  gap: 2.778vw;
  padding-top: 2.778vw;
  padding-bottom: 3.8194444444444446vw;
  /* justify-content: center; */
}

.search_result_data .proprty-item {
  width: 100%;
}
.search_result_data .proprty_details_inner a {
  padding: 2.083vw;
  display: block;
}
.search_result_wrapper .search_by_data h2 {
  color: #002930;
  font-family: "Halyard Display", Sans-serif;
  font-size: 2.7777777777778vw;
  font-weight: 300;
  line-height: 3.8194444444444446vw;
  text-align: center;
  margin: 0 0 3.4722222222222223vw;
}
.search_result_data.development .proprty-item {
  background-image: linear-gradient(to bottom, #fff 10%, #002930 20%);
  max-width: 48.4%;
}
.search_result_data.development .proprty-category {
  background: linear-gradient(26.55deg, #ef9f80 -1.79%, #a35539 119.64%);
}
.search_result_data.development .proprty-item .proprty-type-location span.type,
.search_result_data.development
  .proprty-item
  .proprty-type-location
  span.location {
  color: #ef9f80;
}
.search_result_data.development .proprty-item .proprty-title h2 {
  color: #fff;
}
.search_result_data.development .proprty-item .proprty-price {
  color: #fff;
}
.search_result_data.development .proprty_details_inner.dev_block a {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.search_result_data.development .proprty-icon-info .detail_title {
  color: #fff;
}
.search_result_data.development .development_logo {
  text-align: center;
  width: 100%;
  max-width: 40%;
}

.similer_properties .proprty-item {
  max-width: 100% !important;
  min-width: 23.611vw;
  background-color: #fff;
}
.similar_property_list {
  display: block;
}
.similar_property_list > .slick-list {
  padding-right: 22%;
}
.similar_item_section_wrapper .no_more_data {
  /* padding-left: 5.555555555555555vw; */
  width: 100% !important;
  margin: 0;
}
.similar_item_section_wrapper .no_more_data .err_msg {
  background-color: #ddd;
  padding: 0.6944444444444444vw;
  font-family: Halyard Display, sans-serif;
  font-size: 1vw;
  color: #002930;
  font-weight: 300;
  line-height: 1.4;
}
.properties-template-default button.fancybox-button:hover {
  background: transparent !important;
}

/* floor popup css */
#floor_plan_popup .floor_plan_content.popup-content {
  margin: 0 auto;
    padding: 0;
    width: 100%;
    max-width: 800px;
    background-color: white;
    border-radius: 10px;
    text-align: center;
    height: 100%;
}
.floor_popup_form .get-in-touch-form input::placeholder,
.floor_popup_form .get-in-touch-form textarea::placeholder {
  color: #00293066 !important;
}
.floor_popup_form .get-in-touch-form input,
.floor_popup_form .get-in-touch-form textarea {
  color: #002930 !important;
  border: 1px solid #002930 !important;
}
.floor_popup_form .get-in-touch-form textarea {
  max-height: 10vw;
  min-height: 6.25vw;
  height: auto;
}
.floor_popup_form  .get-in-touch-form .submit p input {
  background: transparent !important;
  color: #fff!important;
  border: none !important;
}
.floor_popup_form .get-in-touch-form .submit p input:hover {
  background-image: linear-gradient(80deg, #a35539, #ef9f80) !important;
}
.floor_popup_form h2 {
  background-image: linear-gradient(to top, #ef9f80, #a35539);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin: 0;
}
.floor_popup_main .dialog-message {
  border-radius: .694vw .694vw .694vw .694vw;
  background: #fff9f7;
}
.floor_popup_main .dialog-widget-content {
  padding: .069vw;
}
.floor_popup_main .dialog-close-button {
  top: 1.667vw;
  right: 1.667vw;
}
.floor_popup_main .e-eicon-close.eicon-close {
  background: url(http://seed.stagingtraction.com/wp-content/uploads/2024/06/ec_popup_close_icon.svg);
  background-repeat: no-repeat;
  font-size: 40px;
  color: transparent;
  fill: transparent;
  max-height: 1.667vw;
  max-width: 1.667vw;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
}
#result_loader {
  max-width: 17.361vw;
  max-height: 17.361vw;
  margin-left: auto;
  margin-right: auto;
  display: none;
}
.seed_propery_images_slider {
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s ease;
  -webkit-transition: opacity 1s ease;
}

.seed_propery_images_slider.slick-initialized {
  visibility: visible;
  opacity: 1;
}
/* property filter css */
.search_result_wrapper .data_not_found {
  border-radius: .694vw;
  background-color: #f8f8f8;
  padding: 3rem;
  font-size: 1.25rem;
  text-align: center;
  margin-top: 6.25vw;
  justify-content: center;
}
.search_result_wrapper .data_not_found p {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Halyard Display, sans-serif;
  font-size: 2.778vw;
  font-style: normal;
  font-weight: 300;
  line-height: 3.819vw;
  text-decoration: none;
}

.property-slider .slick-slide {
  margin-left: 0.3472222222222222vw;
  margin-right: 0.3472222222222222vw;
}
.property-slider .slick-list {
  margin-left: -0.3472222222222222vw;
  margin-right: -0.3472222222222222vw;
}
.single-properties .wpcf7-not-valid + span.wpcf7-not-valid-tip , .single-development .wpcf7-not-valid + span.wpcf7-not-valid-tip{
  margin-top: -1.5vw;
  margin-bottom: 1.088889vw;
  width: 100%;
}

.single-properties .floor_popup_form .wpcf7-not-valid + span.wpcf7-not-valid-tip, .single-development .floor_popup_form .wpcf7-not-valid + span.wpcf7-not-valid-tip {
  margin: 0;
}
.load_more_data .loader ,
#load-more-properties-optimize .loader,
#load-more-properties .loader,
#load-more-developments-optimize,
#load-more-developments .loader {
  width: 100%;
  max-width: 1.536111vw;
  max-height: 1.536111vw;
  display: inline-flex;
  vertical-align: middle;
  margin-left: 0.6944444444444444vw;
  justify-content: center;
  align-items: center;
}


.floor_plan_slider .slick-prev {
  background-color: #002930e6;
  height: 3.125vw;
  width: 3.125vw;
  z-index: 10;
  position: absolute;
  left: 2.778vw;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 20.833vw;
  transition: all 0.3s;
}

.floor_plan_slider .slick-prev:after {
  position: absolute;
  content: "";
  background: url(/wp-content/uploads/2024/05/slider_arrow.svg);
  width: 60%;
  height: 60%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(180deg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 60%;
}

.floor_plan_slider .slick-next {
  background-color: #002930e6;
  top: 50%;
  height: 3.125vw;
  width: 3.125vw;
  z-index: 10;
  position: absolute;
  right: 2.778vw;
  border-radius: 20.833vw;
  transition: all 0.3s;
}

.floor_plan_slider .slick-next:after {
  position: absolute;
  content: "";
  background: url(/wp-content/uploads/2024/05/slider_arrow.svg);
  width: 60%;
  height: 50%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 60%;
}
.floor_plan_slider .slick-prev:before,
.floor_plan_slider .slick-next:before {
  display: none;
}

.properties_details .development_inner-bottom-right {
  width: 100%;
  max-width: 250px;
}


@media (max-width: 1280px) {
  .single-properties .wpcf7-not-valid + span.wpcf7-not-valid-tip , .single-development .wpcf7-not-valid + span.wpcf7-not-valid-tip{
    margin-top: -1.5vw;
    margin-bottom: 1.5625vw;
  }
  .seeds_property_btm_slider .about_gallery_sec {
    padding-bottom: 6.944444444444445vw;
  }
  section.about_gallery_sec {
    background: #fff;
    /* padding: 7.8125vw 0; */
  }
  button#load-more-properties,
  button#load-more-developments,
  a#load_more_data,
  a#load-more-filter-btn {
    font-size: 1.40625vw;
    line-height: 1.953125vw;
    border-radius: 23.4375vw;
    padding: 0.78125vw 1.953125vw;
  }

  .properties-data .properties-tabs .tabs_button {
    padding: 0.390625vw;
    border-radius: 9.0625vw;
    margin: 0 auto 4.03125vw;
  }

  .properties-data .properties-tabs .tabs_button a.tab {
    font-size: 1.40625vw;
    line-height: 1.953125vw;
    padding: 0.78125vw 1.7187500000000002vw;
  }

  .properties-data .properties-tabs .tabs_button a.tab.active {
    padding: 0.78125vw 1.5625vw;
    /* margin-right: 1.563vw; */
    border-radius: 23.4375vw;
  }

  .proprty-item .proprty-type-location span.type,
  .proprty-item .proprty-type-location span.location {
    font-size: 0.8593750000000001vw;
    line-height: 1.953125vw;
  }

  .proprty-type-location span:not(:last-child) {
    padding-right: 0.9375vw;
    margin-right: 0.9375vw;
  }

  .proprty-item .proprty-title h2 {
    font-size: 1.40625vw;
    line-height: 1.93671875vw;
    margin-bottom: 1.171875vw;
  }

  .proprty-item .proprty-price {
    font-size: 1.171875vw;
    line-height: 1.50625vw;
    padding-bottom: 2.34375vw;
  }

  .proprty-list {
    display: flex;
    align-items: center;
    gap: 1.953125vw;
  }

  .proprty-icon-info .detail_title {
    font-size: 0.9375vw;
    line-height: 1.290625vw;
  }

  .proprty-icon-info img.detail_icons {
    max-width: 2.1875vw;
  }

  .proprty-item {
    max-width: 27.678vw;
    border-radius: 10px;
  }

  .property-slider .slick-track .slick-slide {
    max-height: 19.296875vw;
    min-height: 19.296875vw;
  }

  .similar_property_list .property-slider .slick-track .slick-slide {
    max-height: max-content;
    min-height: auto;
  }
  .properties_list_data .proprty-item:nth-child(1) .slick-track .slick-slide,
  .properties_list_data .proprty-item:nth-child(2) .slick-track .slick-slide {
    max-height: 29.843750000000004vw;
    min-height: 29.843750000000004vw;
  }

  .similar_property_list .proprty-item:nth-child(1) .slick-track .slick-slide,
  .similar_property_list .proprty-item:nth-child(2) .slick-track .slick-slide {
    max-height: max-content;
    min-height: max-content;
  }
  .home_properties_list .property-slider .slick-track .slick-slide {
    max-height: 19.296875vw !important;
    min-height: 19.296875vw !important;
  }
  .property-slider img.gallery-img {
    /* border-radius: 0.78125vw 0.78125vw 0 0; */
  }

  .properties_list_data .proprty_details_inner a {
    padding: 2.34375vw;
  }

  .proprty-category .category-name {
    top: 2.34375vw;
    left: 2.34375vw;
    border-radius: 2.34375vw;
    font-size: 1.09375vw;
    line-height: 1.953125vw;
    padding: 0.234375vw 1.171875vw;
  }

  .properties_list_data .property-slider .slick-prev {
    height: 2.34375vw;
    width: 2.34375vw;
    background-size: 0.78125vw;
    left: 2.34375vw;
  }

  .properties_list_data .property-slider .slick-next {
    height: 2.34375vw;
    width: 2.34375vw;
    background-size: 0.8593750000000001vw;
    right: 2.34375vw;
  }
  .search_result_data .property-slider .slick-prev {
    height: 2.34375vw;
    width: 2.34375vw;
    background-size: 0.78125vw;
    left: 2.34375vw;
  }

  .search_result_data .property-slider .slick-next {
    height: 2.34375vw;
    width: 2.34375vw;
    background-size: 0.8593750000000001vw;
    right: 2.34375vw;
  }
  .tab-content-developments .property-slider .slick-track .slick-slide,
  .development_list_area .property-slider .slick-track .slick-slide {
    min-height: 29.843750000000004vw;
  }

  .development_logo .dev_image {
    max-height: 19.53125vw;
  }

  /* .properties_list_data {
    padding-bottom: 4.296875vw;
  } */
  .properties-data .properties_list_data {
    padding-bottom: 4.296875vw;
  }

  .properties_list_data .property-slider .slick-next:after {
    width: 1.015625vw;
    height: 0.625vw;
  }

  .properties_list_data .property-slider .slick-prev:after {
    width: 1.015625vw;
    height: 0.625vw;
  }
  .search_result_data .property-slider .slick-next:after {
    width: 1.015625vw;
    height: 0.625vw;
  }

  .search_result_data .property-slider .slick-prev:after {
    width: 1.015625vw;
    height: 0.625vw;
  }
  /* property detail css */
  .about_gallery_sec .about_details .content p,
  .about_gallery_sec .about_details .content ul li {
    font-size: 1.40625vw;
    line-height: 1.953125vw;
    margin-bottom: 0.78125vw;
  }
  .property_intro_btn {
    padding: 0.78125vw 1.953125vw 0.8593750000000001vw;
    font-size: 1.40625vw;
    line-height: 1.953125vw;
  }
  .property-detail-dwnld {
    gap: 0.625vw;
  }
  .property-detail-dwnld .downloadbtn {
    width: 1.5625vw;
    height: 1.5625vw;
  }
  .property-detail-dwnld p {
    font-size: 1.40625vw;
    line-height: 1.953125vw;
  }
  .list_value {
    font-size: 1.40625vw;
    line-height: 1.953125vw;
  }
  .gallery_btn .view-link {
    font-size: 1.40625vw;
    line-height: 1.953125vw;
  }

  /* development detail css Start  */
  .devlopment_slider_wrapper {
    min-height: 450px;
  }
  .wrap_choices {
    grid-column-gap: 3.167vw;
    grid-row-gap: 3.167vw;
  }
  .development_inner {
    max-width: 54.30555555555556vw;
  }

  .development_inner-top h2,
  .development_inner-top h1 {
    font-size: 3.125vw;
    line-height: 4.296875vw;
    padding-bottom: 0.78125vw;
  }
  .development_inner-top p {
    font-size: 1.40625vw;
    line-height: 1.953125vw;
    padding-bottom: 0.78125vw;
  }

  .development_inner-bottom {
    margin-top: 3.515625vw;
    padding: 2.734375vw;
    border-radius: 0.78125vw;
  }

  .mian-title-price {
    gap: 0.625vw;
    font-size: 3.125vw;
    line-height: 3.515625vw;
    padding-bottom: 0.78125vw;
  }
  .calendar__block {
    gap: 0.625vw;
  }
  .flex-col .property-detail-intro-link {
    gap: 0.625vw;
    font-size: 1.40625vw;
    line-height: 1.953125vw;
  }
  .flex-col .property-detail-intro-link img {
    width: 1.5625vw;
  }

  .calendar__block img {
    width: 1.7187500000000002vw;
  }
  .calendar__block .calendar-text {
    line-height: 1.5625vw;
    letter-spacing: 0.234375vw;
  }
  .city_name_btn {
    padding: 0.703125vw 1.25vw 0.78125vw;
    font-size: 1.09375vw;
    line-height: 0.9375vw;
    margin-bottom: 0.78125vw;
  }

  .table-header-grid {
    padding-right: 4.6875vw;
    padding-left: 4.6875vw;
    grid-column-gap: 1.5625vw;
    grid-row-gap: 1.5625vw;
  }
  .table-header-grid .table-heading {
    padding-bottom: 1.640625vw;
  }
  .table-header-grid .table-heading-text {
    font-size: 1.40625vw;
    line-height: 1.953125vw;
  }
  .table-content-grid {
    padding-right: 4.6875vw;
    padding-left: 4.6875vw;
    grid-column-gap: 1.5625vw;
    grid-row-gap: 1.5625vw;
    border-top: 0.089vw solid #e6e6e6;
    border-bottom: 0.089vw #e6e6e6;
  }
  .table-content-grid .table-content-text-main {
    padding-top: 2.34375vw;
    padding-bottom: 2.34375vw;
  }
  .table-content-grid .table-content-text {
    font-size: 1.40625vw;
    line-height: 1.953125vw;
  }

  .table-content-grid .pdf-text {
    grid-column-gap: 0.625vw;
    grid-row-gap: 0.625vw;
  }
  .table-content-grid .pdf-text img {
    width: 1.171875vw;
  }
  .table-content-grid .booknow_btn {
    font-size: 1.09375vw;
    line-height: 0.78125vw;
    padding: 0.78125vw 1.25vw;
  }

  .table-content-text.rs-btn {
    max-width: 7.03125vw;
    padding: 0.46875vw 1.25vw 0.546875vw;
    font-size: 1.09375vw;
    line-height: 1.5625vw;
  }
  /* development detail css END  */

}

@media (max-width: 1024px) {
	.property_intro_btn.floorplans_btn{
		margin-bottom:10px;
	}
	.properties_right {
    width: 40%;
}
	.properties_left {
    width: 60%;
}
	
  .property_filter_sort .sortBy {
    background-size: 12px;
    background-position: right 10px center;
  }

  .property_filter_sort {
    margin-bottom: 30px;
}
  .property_filter_sort .property_sort span {
    font-size: 16px;
    line-height: 24px;
}
.property_filter_sort .property_sort{
  gap: 10px;
}
.property_filter_sort .sortBy {
  min-height:auto;
  padding: 10px 30px 10px 15px;
  border-style: solid;
  border-width:1px;
  border-radius: 5px;
  font-size:16px;
  line-height:24px;

}
  .load_more_data .loader ,
#load-more-properties .loader,
#load-more-developments .loader {
    max-width: 25px;
    margin-left: 10px;
}
  .property-images {
    border-radius:10px 10px 0 0;
  }
  .single-properties .wpcf7-not-valid + span.wpcf7-not-valid-tip , .single-development .wpcf7-not-valid + span.wpcf7-not-valid-tip{
    margin-top: -7px;
    margin-bottom: 15px;
    padding: 0;
  }
  .property-slider .slick-slide {
    margin-left: 5px;
    margin-right: 5px;
  }
  .property-slider .slick-list {
    margin-left: -5px;
    margin-right: -5px;
  }
  .search_result_wrapper .data_not_found {
    padding: 40px;
    margin-top: 20px;
}
.search_result_wrapper .data_not_found p {
  font-size: 24px;
  line-height: 30px;
  }
  div#result_loader {
    max-width: 200px;
    max-height: 200px;
  }
  .property_filter_result a#load-more-filter-btn {
    max-width: 255px;
  }
  .floor_popup_main .dialog-close-button {
    top: 20px;
    right: 20px;
  }
  .floor_popup_main .e-eicon-close.eicon-close {
    max-height: 25px;
    max-width: 25px;
    width: 100%;
  }
  .floor_popup_form .get-in-touch-form input {
    color: #002930 !important;
    border: 1px solid #002930 !important;
    height: 39px;
  }
  .floor_popup_form .get-in-touch-form .name-surname p,
  .floor_popup_form .get-in-touch-form .email-phone p {
    margin-bottom: 20px;
  }
  .floor_popup_form .get-in-touch-form textarea {
    min-height: 90px;
    margin: 0;
  }
  .floor_popup_form .get-in-touch-form .submit {
    margin-top: 34px;
  }
  .map_area iframe {
    height: 500px;
  }
  .floor_popup_main .dialog-message{
    border-radius: 10px;
  }
  .seeds-property-form
    .my-button
    .elementor-button-wrapper
    a
    .elementor-button-icon {
    width: 16px;
    height: 16px;
  }
  .seeds-property-form .my-button .elementor-button-wrapper a {
    border-radius: 10px !important;
  }
  .seeds-property-form .my-button .elementor-button-wrapper {
    border-radius: 12px;
  }
  .seeds-property-form .get-in-touch-form input[type="email"],
  .seeds-property-form .get-in-touch-form input[type="tel"],
  .seeds-property-form .get-in-touch-form input[type="text"],
  .seeds-property-form .get-in-touch-form textarea {
    margin-bottom: 10px;
  }
  .seeds-property-form .get-in-touch-form input {
    height: 38px;
  }
  .get-in-touch-form textarea {
    max-height: 90px;
    min-height: 90px;
    height: auto;
  }
  .proper-forms-section img.dev_img {
    border-radius: 10px;
  }
  .seeds-property-form .get-in-touch-form .submit {
    margin-top: 5px;
  }
  .similar_property_list .property-slider .slick-slide {
    margin: 0;
    max-height: 210px !important;
    min-height: 210px !important;
  }
  /* .similar_property_list .property-slider img.gallery-img {
    height: 210px;
  } */
  .seeds_property_btm_slider .about_gallery_sec {
    padding-bottom: 50px;
  }
  img.dev_img {
    max-height: 450px;
  }
  .list_title {
    border-radius: 300px;
    font-size: 12px;
    line-height: 15px;
    padding: 3px 6px 4px;
  }
  .property_details_list .p_detail_inner .item:hover .list_title {
    transform: translateX(-50%) translateY(-15px);
  }
  .dev_slide a {
    max-height: 450px;
  }

  .properties-data .properties-tabs .tabs_button {
    padding: 5px 5px 5px 5px;
    border-radius: 116px;
    margin: 0 auto 30px;
  }

  .properties-data .properties-tabs .tabs_button a.tab {
    font-size: 18px;
    line-height: 25px;
    padding: 10px 22px;
  }

  .properties-data .properties-tabs .tabs_button a.tab.active {
    padding: 10px 20px;
    /* margin-right: 1.563vw; */
    border-radius: 300px;
  }

  .proprty-item {
    max-width: 48.4%;
  }

  .proprty-item .proprty-type-location span.type,
  .proprty-item .proprty-type-location span.location {
    font-size: 11px;
    line-height: 25px;
    letter-spacing: 0.25em;
    max-width: 160px;
  }

  .proprty-type-location span:not(:last-child) {
    padding-right: 12px;
    margin-right: 12px;
  }

  .proprty-item .proprty-title h2 {
    font-size: 18px;
    line-height: 24.79px;
    margin-bottom: 15px;
    min-height: 50px;
  }

  .proprty-item .proprty-price {
    font-size: 14px;
    line-height: 19.28px;
    padding-bottom: 30px;
  }

  .proprty-icon-info .detail_title {
    font-size: 12px;
    line-height: 16.52px;
  }

  .proprty-icon-info img.detail_icons {
    max-width: 28px;
    min-width: 22px;
    max-height: 25px;
  }

  .properties_list_data {
    gap: 30px 20px;
  }

  .proprty-list {
    gap: 25px;
  }

  .property-slider .slick-track .slick-slide {
    max-height: 236px;
    min-height: 236px;
  }

  .properties_list_data .proprty-item:nth-child(1) .slick-track .slick-slide,
  .properties_list_data .proprty-item:nth-child(2) .slick-track .slick-slide {
    max-height: 236px;
    min-height: 236px;
  }
  .home_properties_list .proprty-item:nth-child(1) .slick-track .slick-slide,
  .home_properties_list .proprty-item:nth-child(2) .slick-track .slick-slide,
  .home_properties_list .property-slider .slick-track .slick-slide {
    max-height: 210px !important;
    min-height: 210px !important;
  }
  .home_properties_list .proprty-details {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
  .property-slider img.gallery-img {
    /* border-radius: 10px 10px 0 0; */
  }

  .properties_list_data .proprty_details_inner a {
    padding: 30px;
  }

  .proprty-category .category-name {
    top: 30px;
    left: 30px;
    font-size: 14px;
    line-height: 25px;
    padding: 2px 16px;
    border-radius: 300px;
  }

  .properties_list_data .property-slider .slick-prev {
    height: 30px;
    width: 30px;
    /* background-size: 10px; */
    left: 30px;
  }

  .properties_list_data .property-slider .slick-next {
    top: 46% !important;
    height: 30px;
    width: 30px;
    /* background-size: 11px; */
    right: 30px;
    border-radius: 300px;
  }
  .search_result_data .property-slider .slick-prev {
    height: 30px;
    width: 30px;
    /* background-size: 10px; */
    left: 30px;
  }

  .search_result_data .property-slider .slick-next {
    top: 50%;
    height: 30px;
    width: 30px;
    /* background-size: 11px; */
    right: 30px;
    border-radius: 300px;
  }
  .properties_list_data .property-slider .slick-next, .properties_list_data .property-slider .slick-prev,
  .search_result_data .property-slider .slick-next, .search_result_data .property-slider .slick-prev {
    opacity: 1 !important;
    visibility: visible !important;
  }
  .tab-content-developments .property-slider .slick-track .slick-slide,
  .development_list_area .property-slider .slick-track .slick-slide {
    min-height: 272px;
  }

  .development_logo .dev_image {
    max-height: 250px;
  }

  /* .properties_list_data {
    padding-bottom: 45px;
  } */
  .properties-data .properties_list_data {
    padding-bottom: 45px;
    justify-content: space-between;
  }

  button#load-more-properties,
  button#load-more-developments,
  a#load_more_data,
  a#load-more-filter-btn {
    font-size: 18px;
    line-height: 25px;
    padding: 8px 25px 12px;
    max-width: 255px;
  }
  button#load-more-developments{
    max-width: max-content;
  }

  .proprty-details .proprty-type-location {
    padding-bottom: 30px;
  }

  .properties_list_data .property-slider .slick-next:after {
    width: 13px;
    height: 8px;
    background-size: 10px;
  }

  .properties_list_data .property-slider .slick-prev:after {
    width: 13px;
    height: 8px;
    background-size: 10px;
  }
  .search_result_data .property-slider .slick-next:after {
    width: 13px;
    height: 8px;
    background-size: 10px;
  }

  .search_result_data .property-slider .slick-prev:after {
    width: 13px;
    height: 8px;
    background-size: 10px;
  }

  .devlopment_slider_wrapper {
    min-height: auto;
  }
  /* property details css */
  .properties_details .container {
    max-width: 846px;
    padding: 0 30px;
  }
  .properties_inner .main-title {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 10px;
  }
  .prop-video {
    max-width: 846px;
  }
  .properties_inner {
    margin: 60px 0 30px;
    grid-column-gap: 20px;
    grid-row-gap: 30px;
    max-width: 846px;
  }
  .properties_inner .location {
    font-size: 16px;
    letter-spacing: 0.05em;
    line-height: 23px;
  }
  .properties_inner .coordinate {
    font-size: 16px;
    line-height: 23px;
  }
  .devlopment_slider_inner .slick-prev {
    height: 35px;
    width: 35px;
    left: 25px;
  }
  
  .devlopment_slider_inner .slick-next {
    height: 35px;
    width: 35px;
    right: 25px;
  }
  .below-video {
    margin-top: 35px;
    flex-direction: column;
  }
  .video_and_floorplan {
    width: 100%;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-self: center;
    align-items: center;
    justify-items: stretch;
    width: 100%;
    display: grid;
    padding: 0 30px;
  }
  a.property_intro_btn {
    width: 100%;
    margin-top: 0;
    max-width: 100%;
  }
  .property-detail-dwnld .downloadbtn {
    width: 20px;
    height: 20px;
  }
  .property-detail-dwnld p {
    font-size: 16px;
    line-height: 30px;
  }
  .property-detail-dwnld {
    gap: 8px;
    margin-top: 20px;
    align-items: center;
  }
  .property_intro_btn {
    padding: 7px 12px 9px;
    font-size: 18px;
    line-height: 30px;
  }
  .property_intro_btn.floorplans_btn {
    font-size: 16px;
    line-height: 30px;
}
  .property_details_list .p_detail_inner .item {
    max-width: 120px;
  }
  .property_details_list .p_detail_inner .list_icon {
    margin-bottom: 16px;
    height: 38px;
  }
  .property_details_list .p_detail_inner .list_icon img {
    height: 100%;
  }
  .list_value {
    font-size: 16px;
    line-height: 20px;
  }
  .property_details_list .p_detail_inner {
    gap: 50px;
    max-width: 900px;
    margin: 50px 0 60px;
    padding: 0 20px;
  }
  /* section.about_gallery_sec {
    padding: 60px 0 30px 0;
  } */
  .property_details_list .container,
  .about_gallery_sec .container {
    width: 100%;
    max-width: 100%;
    padding: 0 30px;
  }
  .about_gallery_sec .about_details h2 {
    font-size: 40px;
    line-height: 45px;
    margin: 0 0 20px 0;
  }
  .about_gallery_sec .about_details .content p,
  .about_gallery_sec .about_details .content ul li {
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 10px;
  }
  .about_gallery_sec .about_slider {
    gap: 30px;
  }
  .about_gallery_sec .about_slider .devlopment_slider_inner .half_slide {
    border-radius: 10px;
    height: 270px;
  }
  .image-form_row {
    gap: 0 30px;
    margin-top: 30px;
  }
  /* .image-slider-row {
    margin-top: 30px;
  } */
  .about_slider .dev_slide a {
    max-height: 500px;
  }
  .about_slider .dev_img {
    max-height: 500px;
    border-radius: 10px;
  }
  .image-slider-row .dev_slide a {
    max-height: 500px;
  }
  .image-slider-row .dev_slide a .dev_img {
    max-height: 500px;
  }
  .gallery_btn .view-link {
    border-radius: 35px;
    padding: 8px 16px;
    font-size: 16px;
    line-height: 20px;
  }
  .gallery_btn {
    margin-top: 50px;
    font-size: 18px;
    line-height: 25px;
  }
  .video_main iframe {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
  }
  div#video-iframe {
    /* padding-top: 56.2% !important;
    height: 320px; */
    display: block;
  }
  .prop-video .rll-youtube-player {
    border-radius: 10px;
    height: 100%;
  } 
  .prop-video {
    border-radius: 10px;
  }

  /* development detail css Start  */

  .seeds-floor-plan .container {
    padding: 0 !important;
  }
  .development_inner {
    width: 100%;
    max-width: 710px;
    padding: 50px 0 0;
  }

  .development_inner-top h2,
  .development_inner-top h1 {
    font-size: 32px;
    line-height: 42px;
    padding-bottom: 10px;
  }
  .development_inner-top p {
    font-size: 18px;
    line-height: 25px;
    padding-bottom: 10px;
  }

  .development_inner-bottom {
    margin-top: 30px;
    padding: 25px;
    border-radius: 10px;
  }

  .mian-title-price {
    gap: 8px;
    font-size: 32px;
    line-height: 35px;
    padding-bottom: 10px;
  }
  .calendar__block {
    gap: 8px;
  }
  .flex-col .property-detail-intro-link {
    gap: 8px;
    font-size: 18px;
    line-height: 25px;
  }
  .flex-col .property-detail-intro-link img {
    width: 20px;
  }

  .calendar__block img {
    width: 22px;
  }
  .calendar__block .calendar-text {
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 3px;
  }
  .city_name_btn {
    padding: 9px 16px 10px;
    border-radius: 300px;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 10px;
  }
  .seeds-floor-plan {
    padding: 50px 0;
  }
  .table-header-grid {
    padding-right: 10px;
    padding-left: 10px;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }
  .table-header-grid .table-heading {
    padding-bottom: 21px;
  }
  .table-header-grid .table-heading-text {
    font-size: 18px;
    line-height: 25px;
  }
  .table-content-grid {
    padding-right: 10px;
    padding-left: 10px;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px #e6e6e6;
  }
  .table-content-grid .table-content-text-main {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .table-content-grid .table-content-text {
    font-size: 18px;
    line-height: 25px;
  }

  .table-content-grid .pdf-text {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }
  .table-content-grid .pdf-text img {
    width: 15px;
  }
  .table-content-grid .booknow_btn {
    border: 1px solid #002930;
    font-size: 14px;
    line-height: 10px;
    padding: 10px 16px;
  }

  .table-content-text.rs-btn {
    max-width: 90px;
    padding: 6px 16px 7px;
    font-size: 14px;
    line-height: 20px;
  }
  .sedd-table-data-inner {
    overflow: auto;
    width: 100%;
    /* min-width: 1200px;
  background-color: rgba(236, 236, 236, .3);
  padding: 50px 0; */
  }
  .table-header-grid,
  .table-content-grid {
    width: 1280px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .sedd-table-data-inner::-webkit-scrollbar {
    width: 10px;
    height: 4px;
    border-radius: 15px;
  }

  .sedd-table-data-inner::-webkit-scrollbar-thumb,
  .sedd-table-data-inner::-webkit-scrollbar-thumb:hover {
    background: #ef9f80;
    border-radius: 15px;
  }
  .sedd-table-data-inner::-webkit-scrollbar-track {
    background: #e6e6e6;
    border-radius: 15px;
  }
  .dev-inner-logo {
    object-fit: contain;
    width: 100%;
    max-width: 217px !important;
  }
  .devlopment_slider_inner {
    min-height: auto;
  }
  .properties_list_data .property-slider,
   .similar_property_list .property-slider,
   .search_result_data .property-slider {
    border-radius: 10px 10px 0 0;
}
  /* development detail css END  */
  .search_result_data {
    gap: 30px 20px;
    padding-top: 20px;
    padding-bottom: 45px;
  }
  .search_result_wrapper .search_by_data h2 {
    font-size: 26px;
    line-height: 36px;
    margin: 0 0 40px;
  }
  .search_result_data .proprty_details_inner a {
    padding: 30px;
  }
  .similer_properties .proprty-item {
    min-width: 340px;
  }
  .similar_item_section_wrapper .no_more_data .err_msg {
    padding: 10px;
    font-size: 15px;
  }
  .similar_item_section_wrapper .no_more_data {
    /* padding-left: 40px; */
    width: 100% !important;
  }
  /* .no-video, .no-image {
    height: 300px;
  } */
  .no-video-title, .no-image-title {
    font-size: 35px;
    margin-top: 20px;
    margin-bottom: 10px;
  }
  .floor_plan_slider .img_wrapper img {
    max-height: 400px;
    width: 100%;
    height: 100%;
}
.no-video, .no-image {
  min-height: 440px;
  height: 100%;
}
.floor_plan_slider .slick-prev {
  height: 35px;
  width: 35px;
  left: 25px;
}
.floor_plan_slider .slick-next {
  height: 35px;
  width: 35px;
  right: 25px;
}
}
@media (min-width:768px) {
  .single-development .seed-six-slide .slick-next:focus,
.single-development .seed-six-slide .slick-next:hover,
.single-development .seed-six-slide .slick-prev:focus,
.single-development .seed-six-slide .slick-prev:hover {
  background-color: #ffffff !important;
  background-image: url(/wp-content/uploads/2024/06/Vector-9.svg) !important;
}

.single-development .seed-six-slide .slick-next,
.single-development .seed-six-slide .slick-prev {
  background-color: #ffffffe6;
  background-image: url(/wp-content/uploads/2024/06/Vector-9.svg);
}
}
@media (max-width: 767px) {
  div#result_loader {
    max-width: 160px;
    max-height: 160px;
  }
  .floor_popup_main .dialog-close-button {
    top: 10px;
    right: 10px;
  }
  .floor_popup_main .dialog-message {
    padding: 40px 20px 20px !important;
}
  .proprty-item .proprty-title h2 {
    min-height: auto;
  }
  .properties_list_data .property-slider .slick-next {
    right: 15px;
  }
  .search_result_data .property-slider .slick-next {
    right: 15px;
  }

  img.dev_img {
    max-height: 350px;
  }

  .dev_slide a {
    max-height: 430px;
  }

  .properties_details .development_inner-bottom-right {
    width: 100%;
    max-width: 100%;
  }
  .property_details_list div#floor_plan_popup {
    max-width: 95%;
    padding: 0;
    min-height: 40%;
    max-height: 60%;
}
.property_details_list .floor_plan_popup .close { 
  right: 10px;
  top: 3px;
}
  .properties-data .properties-tabs .tabs_button {
    padding: 5px 5px 5px 5px;
    border-radius: 116px;
    width: 100%;
    overflow: auto;
    white-space: nowrap;
    justify-content: start;
  }

  .properties-data .properties-tabs .tabs_button a.tab {
    font-size: 14px;
    line-height: 25px;
    padding: 3px 12px;
  }

  .properties-data .properties-tabs .tabs_button a.tab.active {
    padding: 3px 14px;
    /* margin-right: 13px; */
    border-radius: 300px;
  }

  .properties_list_data .proprty-item:nth-child(1),
  .properties_list_data .proprty-item:nth-child(2) {
    max-width: 100%;
  }

  .proprty-item {
    max-width: 100%;
  }

  .properties_list_data .proprty-item:nth-child(1) .slick-track .slick-slide,
  .properties_list_data .proprty-item:nth-child(2) .slick-track .slick-slide,
  .properties_list_data .property-slider .slick-track .slick-slide {
    max-height: 236px;
    min-height: 236px;
  }

  .tab-content-developments .proprty-item {
    max-width: 100%;
  }

  .tab-content-developments .property-slider .slick-track .slick-slide,
  .development_list_area .property-slider .slick-track .slick-slide {
    min-height: auto;
  }

  .devlopment_slider_inner .slick-prev {
    height: 25px;
    width: 25px;
    left: 20px;
  }

  .devlopment_slider_inner .slick-next {
    height: 25px;
    width: 25px;
    right: 20px;
  }
  .properties_details .container {
    max-width: 100%;
    padding: 0 16px;
  }
  .properties_inner .main-title {
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 5px;
  }
  .properties_inner .location {
    font-size: 14px;
    line-height: 18px;
  }
  .properties_inner {
    margin: 40px 0 20px;
  }
  .properties_inner .coordinate {
    font-size: 14px;
    line-height: 18px;
  }
  div#video-iframe {
    min-height: 260px;
  }
  .video_main iframe {
    border-radius: 10px;
  }
  .propertie-details .below-video {
    margin-top: 35px;
  }
  .property_details_list .p_detail_inner {
    grid-column-gap: 16px;
    grid-row-gap: 32px;
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .property_details_list .p_detail_inner .item {
    max-width: 105px;
  }
  .about_gallery_sec .about_details,
  .about_gallery_sec .about_slider {
    align-self: stretch;
    width: 100%;
  }
  .about_gallery_sec .about_row {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    align-items: stretch;
  }
  .property_details_list .container,
  .about_gallery_sec .container {
    padding: 0 16px;
  }
  /* section.about_gallery_sec {
  background: rgba(236,236,236,.3);
} */
  .about_gallery_sec .about_details h2 {
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 20px;
    margin-top: 0;
  }
  .image-form_row {
    flex-direction: column;
  }
  .image-slider-row .about_slider .devlopment_slider_inner .slick-next,
  .image-slider-row .about_slider .devlopment_slider_inner .slick-prev {
    display: none !important;
  }

  /* .single-development .seed-six-slide .slick-next,
  .single-development .seed-six-slide .slick-prev {
    background: linear-gradient(to bottom, #ef9f80, #a35539);
    display: none !important;
  } */
  .single-development .seed-six-slide .slick-list {
    padding-left: 16px;
    /* margin-top: 270px;
    margin-bottom: 60px; */
  }
  /* .single-development .seed-six-slide .slick-next:focus,
  .single-development .seed-six-slide .slick-next:hover,
  .single-development .seed-six-slide .slick-prev:focus,
  .single-development .seed-six-slide .slick-prev:hover {
    background: linear-gradient(to bottom, #ef9f80, #a35539);
  } */
  .search_result_wrapper .search_by_data h2 {
    font-size: 24px;
    line-height: 27px;
    margin: 0;
  }
  .search_result_data.development .proprty-item {
    max-width: 100%;
  }
  .similar_property_list > .slick-list {
    padding-right: 12%;
  }
  .similar_item_section_wrapper .no_more_data {
    /* padding-left: 0; */
  }
  .no-video-title, .no-image-title {
    font-size: 25px;
  }
  .single-properties .floor_popup_form .wpcf7-not-valid + span.wpcf7-not-valid-tip,
  .single-development .floor_popup_form .wpcf7-not-valid + span.wpcf7-not-valid-tip {
    margin: -12px 0 15px;
  }
  .single-development .floor_popup_form textarea .wpcf7-not-valid + span.wpcf7-not-valid-tip {
    margin: -12px 0 15px;
  }
  .single-development .floor_popup_form .message .wpcf7-not-valid + span.wpcf7-not-valid-tip {
    margin: -2px 0 15px;
  }
  .no-video, .no-image {
    min-height: 300px;
    height: 100%;
  }
  .floor_plan_slider .img_wrapper img {
    max-height: 300px;
    width: 100%;
}
}

@media (max-width: 479px) {
  .property_filter_sort{
    justify-content: center;
  }
  .map_area iframe {
    height: 311px;
  }
  .seeds-property-form
    .my-button
    .elementor-button-wrapper
    a
    .elementor-button-icon {
    width: 14px;
    height: 14px;
  }
  .proper-forms-section img.dev_img {
    max-height: 424px;
    min-height: 424px;
  }
  img.dev_img {
    max-height: 250;
  }
  .below-video {
    margin-top: 20px;
  }
  .similar_property_list .slick-slide {
    margin-bottom: 10px;
  }
  .video_and_floorplan {
    padding: 0;
  }
  .properties_inner {
    flex-flow: column;
    max-width: 100%;
  }
  .properties_left,
  .properties_right {
    width: 100%;
    text-align: center;
  }
  .detail-flex-new {
    justify-content: center;
  }
  .video_and_floorplan {
    display: block;
  }
  a.property_intro_btn.property_btn {
    margin-bottom: 10px;
    line-height: 32px;
    width: 100%;
    display: block;
  }
  .property_intro_btn {
    display: block;
    border-radius: 300px;
  }
  .property_details_list .p_detail_inner .item {
    max-width: 95px;
  }
  .property_details_list .p_detail_inner {
    grid-column-gap: 20px;
    justify-content: center;
  }
  .property_details_list .p_detail_inner .list_icon {
    height: 30px;
  }
  .development_inner-bottom-inn {
    display: inline;
  }
  .top-anchor {
    text-align: center;
  }
  .flex-col .property-detail-intro-link {
    justify-content: center;
  }
  .development_inner-bottom-right {
    margin-top: 30px;
  }
  .dev-inner-logo {
    min-width: 180px !important;
    max-height: 180px;
    width: 100%;
  }
  div#video-iframe {
    height: 214px;
  }
}


@media (max-width: 400px) {
  .properties-data .properties-tabs .tabs_button{
    flex-wrap: wrap;
      justify-content: center;
      gap: 5px;
  }
}



.optimize_version .property-item-image {
  overflow: hidden;
  border-radius: 0.694vw 0.694vw 0 0;
}
.properties_list_data .proprty-item:nth-child(1) .property-item-image .slide.thumbnail_image, 
.properties_list_data .proprty-item:nth-child(2) .property-item-image .slide.thumbnail_image {
  max-height: 26.528vw!important;
  min-height: 26.52777777777778vw!important;
}
.optimize_version .property-item-image .slide.thumbnail_image {
  height: inherit;
  max-height: 17.153vw;
  min-height: 17.153vw;
}

.optimize_version .property-item-image .slide.thumbnail_image img.gallery-img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
