.property_details_wrapper {
  background: #e7e7eb;
  padding-top: 13px;
  padding-left: 12px;
  padding-right: 12px;
  padding-bottom: 15px;
}
.property_details_wrapper .first_card {
  border-radius: 8px;
  background-color: #fff;
  margin-bottom: 8px;
  overflow: hidden;
}
.property_details_wrapper .first_card .product__carousel {
  display: block;
  width: 100%;
}
.property_details_wrapper .first_card .product__carousel .gallery-top {
  margin-bottom: 8px;
}
.property_details_wrapper .first_card .product__carousel .gallery-top .swiper-slide {
  position: relative;
  overflow: hidden;
}
.property_details_wrapper .first_card .product__carousel .gallery-top .swiper-slide a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.property_details_wrapper .first_card .product__carousel .gallery-top .swiper-slide a img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.property_details_wrapper .first_card .product__carousel .gallery-top .swiper-slide .easyzoom-flyout img {
  min-width: 100%;
  min-height: 100%;
}
.property_details_wrapper .first_card .product__carousel .gallery-thumbs {
  width: calc(100% - 20px);
}
.property_details_wrapper .first_card .product__carousel .gallery-thumbs .swiper-slide {
  position: relative;
  transition: border 0.15s linear;
  border: 1px solid transparent;
  border-radius: 14px;
  cursor: pointer;
  overflow: hidden;
  height: calc(100% - 2px);
}
.property_details_wrapper .first_card .product__carousel .gallery-thumbs .swiper-slide img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 100%;
}
.property_details_wrapper .first_card .product__carousel .gallery-thumbs .swiper-slide.swiper-slide-thumb-active {
  border-color: #000;
}
.property_details_wrapper .first_card .card_details {
  padding-top: 16px;
  padding-bottom: 12px;
  padding-left: 12px;
  padding-right: 12px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.property_details_wrapper .first_card .card_details .left_sec {
  padding-right: 8px;
}
.property_details_wrapper .first_card .card_details .left_sec h6 {
  color: #000;
  font-size: 15px;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.3px;
  margin-bottom: 2px;
}
.property_details_wrapper .first_card .card_details .left_sec p {
  color: #000;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.3px;
  margin-bottom: 0;
}
.property_details_wrapper .first_card .card_details .right_sec {
  padding-left: 8px;
  text-align: right;
}
.property_details_wrapper .first_card .card_details .right_sec div {
  color: #000;
  text-align: center;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 3px;
  display: inline-block;
  padding-left: 13px;
  position: relative;
}
.property_details_wrapper .first_card .card_details .right_sec div::before {
  position: absolute;
  content: "";
  border-radius: 100%;
  height: 9px;
  width: 9px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.property_details_wrapper .first_card .card_details .right_sec div.active::before {
  background-color: #8FCE7F;
}
.property_details_wrapper .first_card .card_details .right_sec p {
  color: #5563e7;
  text-align: right;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.3px;
  margin-bottom: 0;
}
.property_details_wrapper .second_card {
  background-color: #fff;
  padding-top: 16px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 12px;
  border-radius: 8px;
}
.property_details_wrapper .second_card .propert_type {
  margin-bottom: 20px;
}
.property_details_wrapper .second_card .propert_type h6 {
  text-align: center;
  color: #211f1e;
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 7px;
}
.property_details_wrapper .second_card .propert_type span {
  display: block;
  text-align: center;
  color: #5c5c5c;
  text-align: center;
  font-size: 12px;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 4px;
}
.property_details_wrapper .second_card .propert_type ul {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
}
.property_details_wrapper .second_card .propert_type ul li {
  list-style: none;
  color: #211f1e;
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-left: 11px;
  padding-right: 11px;
  position: relative;
}
.property_details_wrapper .second_card .propert_type ul li::after {
  position: absolute;
  content: "";
  height: 6px;
  width: 6px;
  border-radius: 100%;
  background: #4252e4;
  right: -3px;
  top: 50%;
  transform: translateY(-50%);
}
.property_details_wrapper .second_card .propert_type ul li:first-child {
  padding-left: 0;
}
.property_details_wrapper .second_card .propert_type ul li:last-child {
  padding-right: 0;
}
.property_details_wrapper .second_card .propert_type ul li:last-child::after {
  display: none;
}
.property_details_wrapper .second_card .property_column_data {
  background: #f2f2f2;
  padding: 18px 30px;
  overflow: hidden;
  margin-bottom: 6px;
}
.property_details_wrapper .second_card .property_column_data .overflow_hidden {
  overflow: hidden;
}
.property_details_wrapper .second_card .property_column_data .row {
  margin-top: -19px;
  margin-bottom: -19px;
  margin-left: -8px;
  margin-right: -8px;
}
.property_details_wrapper .second_card .property_column_data .row > * {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 8px;
  padding-right: 8px;
  border-top: 1px solid rgba(151, 151, 151, 0.2);
}
.property_details_wrapper .second_card .property_column_data .property_column h6 {
  color: #000;
  text-align: center;
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  margin-bottom: 8px;
}
.property_details_wrapper .second_card .property_column_data .property_column p {
  color: #5c5c5c;
  text-align: center;
  font-size: 12px;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 0;
}
.property_details_wrapper .second_card .property_table_wrp {
  overflow-x: auto;
  margin-bottom: 12px;
}
.property_details_wrapper .second_card .property_table_wrp table {
  width: 100%;
}
.property_details_wrapper .second_card .property_table_wrp table tr td {
  padding: 6px 12px;
  width: 50%;
  border-bottom: 1px solid #979797;
}
.property_details_wrapper .second_card .property_table_wrp table tr td:first-child {
  padding-left: 0;
  color: #000;
  font-size: 12px;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
}
.property_details_wrapper .second_card .property_table_wrp table tr td:last-child {
  padding-right: 0;
  color: #211f1e;
  font-size: 12px;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.property_details_wrapper .second_card .peroperty_description_wrp h6 {
  margin-bottom: 6px;
  color: #000;
  font-size: 13px;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
}
.property_details_wrapper .second_card .peroperty_description_wrp p {
  color: #000;
  font-size: 12px;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 300;
  line-height: 19px;
  margin-bottom: 8px;
}
.property_details_wrapper .second_card .peroperty_description_wrp > *:last-child {
  margin-bottom: 0;
}/*# sourceMappingURL=propert-details.css.map */