.property-details > *:not(:last-child) {
  margin-bottom: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .property-details > *:not(:last-child) {
    margin-bottom: 40px;
  }
}
.property-details h3 {
  margin-bottom: 30px;
}
@media only screen and (max-width: 479px) {
  .property-details h3 {
    font-size: 20px !important;
  }
}

.property-details-header h2 {
  margin-bottom: 5px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .property-details-header h2 {
    font-size: 32px !important;
  }
}
@media only screen and (max-width: 767px) {
  .property-details-header h2 {
    font-size: 28px !important;
  }
}
@media only screen and (max-width: 479px) {
  .property-details-header h2 {
    font-size: 24px;
  }
}
.property-details-header p {
  margin: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .property-details-header p {
    font-size: 20px !important;
  }
}
@media only screen and (max-width: 767px) {
  .property-details-header p {
    font-size: 18px !important;
  }
}
.property-details-thumbnail {
  display: flex;
  overflow: hidden;
  border-radius: 8px;
}
.property-details-thumbnail img {
  width: 100%;
}
.property-details-content-wrapper-1 {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
  gap: 30px 0;
}
.property-details-content-wrapper-1 > .col {
  flex: 0 0 auto;
  max-width: auto;
  padding: 0 15px;
}
.property-details-content-wrapper-1 > .col:nth-child(1) {
  width: 100%;
  max-width: 400px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .property-details-content-wrapper-1 > .col:nth-child(1) {
    flex: 1 0 50%;
    max-width: 50%;
  }
}
.property-details-content-wrapper-1 > .col:nth-child(2) {
  align-self: center;
  flex: 1 0;
  padding-left: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .property-details-content-wrapper-1 > .col:nth-child(2) {
    flex: 1 0 50%;
    max-width: 50%;
    padding-left: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .property-details-content-wrapper-1 > .col {
    flex: 1 0 100%;
    max-width: 100% !important;
    padding: 0 15px !important;
  }
}
.property-details-content-wrapper-1 img {
  display: flex;
  width: 100%;
  border-radius: 4px;
}
.property-details-content-wrapper-1 p {
  line-height: 1.875;
}

.property-details-content-wrapper-1 p:not(:last-child) {
  margin-bottom: 20px;
}
.property-details-content-wrapper-1 p span {
  color: var(--primary);
}
.property-details-content-wrapper-2 {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
  gap: 30px 0;
}
.property-details-content-wrapper-2 > .col {
  flex: 0 0 auto;
  max-width: auto;
  padding: 0 15px;
}
.property-details-content-wrapper-2 > .col:nth-child(1) {
  align-self: center;
  flex: 1 0;
  padding-right: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .property-details-content-wrapper-2 > .col:nth-child(1) {
    flex: 1 0 50%;
    max-width: 50%;
    padding-right: 15px;
  }
}
.property-details-content-wrapper-2 > .col:nth-child(2) {
  width: 100%;
  max-width: 440px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .property-details-content-wrapper-2 > .col:nth-child(2) {
    flex: 1 0 50%;
    max-width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .property-details-content-wrapper-2 > .col {
    flex: 1 0 100%;
    max-width: 100% !important;
    padding: 0 15px !important;
  }
}
.property-details-content-wrapper-2 img {
  display: flex;
  width: 100%;
  border-radius: 4px;
}
.property-details-content-wrapper-2 p {
  line-height: 1.875;
}
.property-details-content-wrapper-2 p:not(:last-child) {
  margin-bottom: 20px;
}
.property-details-content-wrapper-2 p span {
  color: var(--primary);
}
.property-details-content-image-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
  margin-bottom: 60px;
  gap: 30px 0;
}
.property-details-content-image-wrapper > .col {
  flex: 1 0 50%;
  max-width: 50%;
  padding: 0 15px;
}
.property-details-content-image-wrapper img {
  border-radius: 4px;
}
.property-details-amenities h3 {
  margin-bottom: 55px;
}
@media only screen and (max-width: 479px) {
  .property-details-amenities h3 {
    margin-bottom: 30px;
  }
}
.property-details-amenities ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
  gap: 50px 0;
}
@media only screen and (max-width: 479px) {
  .property-details-amenities ul {
    gap: 30px 0;
  }
}
.property-details-amenities ul li {
  line-height: 1.39;
  position: relative;
  display: flex;
  flex: 1 0 25%;
  flex-wrap: wrap;
  max-width: 25%;
  padding-right: 15px;
  padding-left: 37px;
}
.property-details-amenities ul li::before {
  position: absolute;
  top: 1px;
  left: 0;
  display: flex;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .property-details-amenities ul li {
    flex: 1 0 33.33%;
    max-width: 33.33%;
  }
}
@media only screen and (max-width: 767px) {
  .property-details-amenities ul li {
    flex: 1 0 50%;
    max-width: 50%;
    font-size: 16px;
  }
}
.property-details-floor-plan-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
  gap: 40px 0;
}
.property-details-floor-plan-wrapper > .col {
  flex: 1 0 50%;
  max-width: 50%;
  padding: 0 15px;
}
.property-details-floor-plan-item {
  display: inline-flex;
  align-items: center;
  flex-direction: column;
}
.property-details-floor-plan-item img {
  max-width: 100%;
  margin-bottom: 30px;
}
.property-details-floor-plan-item p {
  line-height: 1;
  margin: 0;
}
.property-details-nearby-places h3 {
  text-align: center;
}
.property-details-nearby-places-tab-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 50px;
  padding: 0;
  list-style: none;
  gap: 0 35px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .property-details-nearby-places-tab-list {
    gap: 0 25px;
  }
}
.property-details-nearby-places-tab-list li {
  cursor: pointer;
  transition: all 0.3s ease 0s;
  color: var(--headings-color);
}
.property-details-nearby-places-tab-list li.active {
  color: var(--primary);
}
.property-details-nearby-places-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px;
  gap: 40px 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .property-details-nearby-places-wrapper {
    margin: 0 -15px;
    gap: 30px 0; 
  }
}
.property-details-nearby-places-wrapper > .col {
  flex: 1 0 33.33%;
  max-width: 33.33%;
  padding: 0 20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .property-details-nearby-places-wrapper > .col {
    flex: 1 0 50%;
    max-width: 50%;
    padding: 0 15px;
  }
}
@media only screen and (max-width: 575px) {
  .property-details-nearby-places-wrapper > .col {
    flex: 1 0 100%;
    max-width: 100%;
  }
}
.property-details-nearby-places .nearby-place {
  display: flex;
  flex-direction: column;
  padding: 30px 25px 20px;
  border-radius: 6px;
  gap: 40px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (max-width: 767px) {
  .property-details-nearby-places .nearby-place {
    gap: 25px;
  }
}
.property-details-nearby-places .nearby-place-body {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 25px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (max-width: 767px) {
  .property-details-nearby-places .nearby-place-body {
    align-items: flex-start;
    flex-direction: column;
    gap: 15px;
  }
}
@media only screen and (max-width: 575px) {
  .property-details-nearby-places .nearby-place-body {
    align-items: center;
    flex-direction: row;
    gap: 25px;
  }
}
.property-details-nearby-places .nearby-place-icon {
  display: flex;
}
.property-details-nearby-places .nearby-place-icon img {
  max-width: 100%;
}
.property-details-nearby-places .nearby-place-content h4 {
  margin-bottom: 3px;
}
.property-details-nearby-places .nearby-place-footer {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.property-details-nearby-places .nearby-place-footer span {
  line-height: 1;
}
.property-details-nearby-places .nearby-place-footer a {
  line-height: 1;
  display: flex;
  padding: 5px 0;
  color: var(--primary);
}
.property-details-nearby-places .nearby-place-footer a svg {
  width: 28px;
  height: 10px;
}
.property-details-nearby-places .nearby-place-footer a svg path {
  fill: currentColor;
}

.property-details-reviews h3 {
  margin-bottom: 50px;
}
.property-details-reviews-image {
  display: flex;
  overflow: hidden;
  border-radius: 4px;
}
.property-details-reviews-image img {
  width: 100%;
}
.property-details-reviews-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.property-details-reviews-wrapper > .col:nth-child(1) {
  flex: 1 0;
}
.property-details-reviews-wrapper > .col:nth-child(2) {
  width: 390px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .property-details-reviews-wrapper > .col {
    flex: 1 0 100%;
    width: 100%;
    max-width: 100%;
  }
}
.property-details-reviews-list {
  display: flex;
  flex-direction: column;
  gap: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .property-details-reviews-list {
    gap: 40px;
  }
}
.property-details-reviews .review-login-link {
  color: var(--secondary);
}
.property-details-review-item {
  display: flex;
  flex-wrap: wrap;
  max-width: 650px;
  gap: 25px;
}
.property-details-review-thumb {
  overflow: hidden;
  width: 70px;
  height: 70px;
  border-radius: 50%;
}
.property-details-review-content {
  flex: 1 0;
}
.property-details-review-content > p {
  margin-bottom: 20px;
}
.property-details-review-content > span {
  line-height: 1;
  display: flex;
  align-items: center;
  color: var(--secondary);
  gap: 10px;
}
.property-details-review-content > span svg {
  color: #F34343;
  width: 16px; 
  height: 16px;
}
.property-details-review-content > span svg path {
  fill: currentColor;
  stroke: currentColor; 
}
.property-details-review-author-info {
  margin-bottom: 20px;
}
.property-details-review-author-info h5 {
  line-height: 1;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 10px;
  color: var(--primary);
  gap: 5px 20px;
}
.property-details-review-author-info h5 span {
  line-height: 1;
  color: var(--base-color);
}
.property-details-review-author-info > span {
  display: block;
}
