.it-rra-hoa-tabs .pp-tabs {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.it-rra-hoa-tabs .pp-tabs-labels {
  border-bottom: 1px solid #000000;
  margin: 0;
}
.it-rra-hoa-tabs .pp-tabs-labels .pp-tabs-label {
  margin-right: 25px;
  font-weight: 700;
  font-size: 18px;
  line-height: 100%;
  padding-bottom: 10px;
  outline: none !important;
}
.it-rra-hoa-tabs .pp-tabs-labels .pp-tabs-label:focus,
.it-rra-hoa-tabs .pp-tabs-labels .pp-tabs-label:focus-visible,
.it-rra-hoa-tabs .pp-tabs-labels .pp-tabs-label:active {
  outline: none !important;
  box-shadow: none !important;
}
.it-rra-hoa-tabs .pp-tabs-labels .pp-tabs-label.pp-tab-active {
  position: relative;
}
.it-rra-hoa-tabs .pp-tabs-labels .pp-tabs-label.pp-tab-active::after {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: -3px;
  left: 0;
  width: 100%;
  height: 5px;
  background-color: #829399;
}
.it-rra-hoa-tabs .pp-tabs-panel-content {
  font-size: 18px;
  font-weight: 400;
  color: #000;
}
.it-rra-hoa-tabs .pp-tabs-panel-content a {
  transition: color 0.2s;
}
.it-rra-hoa-tabs .pp-tabs-panel-content a:hover {
  color: #00222B;
}

@media (max-width: 768px) {
  .it-rra-hoa-tabs .pp-tabs-panels {
    width: 100%;
  }
  .it-rra-hoa-tabs .pp-tabs-panel {
    width: 100%;
    border-top: 1px solid #000000;
    padding-top: 39px;
    padding-bottom: 39px;
  }
  .it-rra-hoa-tabs .pp-tabs-panel:last-of-type {
    border-bottom: 1px solid #000000;
  }
  .it-rra-hoa-tabs .pp-tabs .pp-tab-title {
    font-size: 17px;
    line-height: 100%;
    font-weight: 800;
  }
  .it-rra-hoa-tabs .pp-tabs-panel-label .pp-toggle-icon::before {
    font-size: 0;
  }
  .it-rra-hoa-tabs .pp-tabs-panel-label .pp-toggle-icon {
    transition: transform 0.2s;
    width: 22px;
    height: 22px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("data:image/svg+xml,%0A%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M22 11C22 4.92568 17.0743 -2.15309e-07 11 -4.80825e-07C4.92568 -7.46342e-07 -2.12266e-06 4.92568 -2.38817e-06 11C-2.65369e-06 17.0743 4.92568 22 11 22C17.0743 22 22 17.0743 22 11ZM10.0343 16.4074L5.8659 12.2389C5.3541 11.7272 5.3541 10.8981 5.8659 10.3863C6.37768 9.87453 7.20674 9.87453 7.71853 10.3863L9.70316 12.3895L9.70316 6.51663C9.70316 5.79642 10.2867 5.21053 11.0093 5.21053C11.7295 5.21053 12.3154 5.7941 12.3154 6.51663L12.3154 12.3617L14.2884 10.3909C14.8002 9.87916 15.6293 9.87916 16.1411 10.3909C16.6528 10.9027 16.6528 11.7318 16.1411 12.2436L11.9726 16.412C11.7156 16.6691 11.3636 16.8057 11 16.7895L10.9583 16.7895C10.6109 16.7895 10.2798 16.6528 10.0343 16.4074Z' fill='black'/%3E%3C/svg%3E%0A");
  }
  .it-rra-hoa-tabs .pp-tabs-label.pp-tab-active .pp-toggle-icon {
    transform: rotate(180deg);
  }
}
.it-single-property-hero-section {
  padding: 55px 50px 15px;
}

.it-single-property-hero-section h1 {
  color: #00222B;
  font-size: 47px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.it-single-property-hero-section .available-now {
  padding: 7px 10px;
  text-align: center;
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  background-color: #00222B;
  border-radius: 20px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
}

.it-single-property-hero-section .price {
  color: #C52D1F;
  font-size: 24px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}

@media (max-width: 1200px) {
  .it-single-property-hero-section h1 {
    font-size: 36px;
  }
}
@media (max-width: 768px) {
  .it-single-property-hero-section {
    padding: 23px 15px 15px;
  }
  .it-single-property-hero-section h1 {
    font-size: 30px;
  }
  .it-single-property-hero-section .available-now {
    font-size: 13px;
  }
  .it-single-property-hero-section .price {
    font-size: 17px;
  }
}
.it-single-property-gallery-section {
  padding: 0 50px;
  height: 533px;
  width: 100%;
  position: relative;
}
@media (max-width: 991px) {
  .it-single-property-gallery-section {
    height: 100%;
  }
  .it-single-property-gallery-section .fl-mosaicflow {
    margin: 0;
  }
}
@media (max-width: 768px) {
  .it-single-property-gallery-section {
    padding: 0 15px;
  }
}
.it-single-property-gallery-section .it-gallery-images-count {
  position: absolute;
  z-index: 2;
  bottom: 15px;
  right: 72px;
  padding: 10px 19px 10px 15px;
  color: #00222B;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  text-transform: uppercase;
  border-radius: 45px;
  background: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .it-single-property-gallery-section .it-gallery-images-count {
    right: 30px;
    bottom: 12px;
  }
}
.it-single-property-gallery-section .it-gallery-images-count svg {
  display: block;
  width: 12px;
  height: 12px;
  margin-left: 4px;
}
.it-single-property-gallery-section .fl-row-content-wrap {
  position: static;
}
.it-single-property-gallery-section .fl-row-content {
  width: 100%;
  max-width: 100%;
}
.it-single-property-gallery-section .fl-mosaicflow-col {
  width: 50% !important;
}
@media (max-width: 991px) {
  .it-single-property-gallery-section .fl-mosaicflow-col {
    width: 100% !important;
  }
}
.it-single-property-gallery-section .fl-mosaicflow-item {
  display: none;
  margin: 0;
}
.it-single-property-gallery-section .fl-mosaicflow-item .fl-photo {
  width: 100%;
  height: 100%;
}
.it-single-property-gallery-section .fl-mosaicflow-item .fl-photo-content {
  width: 100%;
  height: 100%;
}
.it-single-property-gallery-section .fl-mosaicflow-item .fl-photo-content a {
  display: flex;
  width: 100%;
  height: 100%;
}
.it-single-property-gallery-section .fl-mosaicflow-item .fl-photo-content a img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.it-single-property-gallery-section #mosaic-0-itemid-1 {
  display: flex;
  position: absolute;
  top: 0;
  left: 50px;
  z-index: 1;
  width: calc(40% - 50px);
}
@media (max-width: 991px) {
  .it-single-property-gallery-section #mosaic-0-itemid-1 {
    width: 100%;
    position: static;
  }
}
.it-single-property-gallery-section #mosaic-0-itemid-1 img {
  border-radius: 15px 0 0 15px;
  max-height: 533px;
  min-height: 533px;
}
@media (max-width: 991px) {
  .it-single-property-gallery-section #mosaic-0-itemid-1 img {
    border-radius: 15px;
    height: 100%;
    min-height: 0;
    max-height: 100%;
  }
}
.it-single-property-gallery-section #mosaic-0-itemid-2 {
  display: flex;
  position: absolute;
  top: 0;
  right: calc(30% + 25px);
  height: 262px;
  width: calc(30% - 35px);
}
@media (max-width: 991px) {
  .it-single-property-gallery-section #mosaic-0-itemid-2 {
    display: none;
  }
}
.it-single-property-gallery-section #mosaic-0-itemid-3 {
  display: flex;
  position: absolute;
  top: 0;
  right: 50px;
  width: calc(30% - 35px);
  height: 262px;
}
@media (max-width: 991px) {
  .it-single-property-gallery-section #mosaic-0-itemid-3 {
    display: none;
  }
}
.it-single-property-gallery-section #mosaic-0-itemid-3 img {
  border-radius: 0 15px 0 0;
}
.it-single-property-gallery-section #mosaic-0-itemid-4 {
  display: flex;
  position: absolute;
  top: 270px;
  right: calc(30% + 25px);
  width: calc(30% - 35px);
  height: 262px;
}
@media (max-width: 991px) {
  .it-single-property-gallery-section #mosaic-0-itemid-4 {
    display: none;
  }
}
.it-single-property-gallery-section #mosaic-0-itemid-5 {
  display: flex;
  position: absolute;
  top: 270px;
  right: 50px;
  width: calc(30% - 35px);
  height: 262px;
}
@media (max-width: 991px) {
  .it-single-property-gallery-section #mosaic-0-itemid-5 {
    display: none;
  }
}
.it-single-property-gallery-section #mosaic-0-itemid-5 img {
  border-radius: 0 0 15px 0;
}
.it-single-property-gallery-section .it-share-listing {
  display: flex;
  align-items: center;
  position: absolute;
  bottom: -47px;
  right: 57px;
}
@media (max-width: 991px) {
  .it-single-property-gallery-section .it-share-listing {
    bottom: auto;
    top: -45px;
  }
}
@media (max-width: 768px) {
  .it-single-property-gallery-section .it-share-listing {
    right: 15px;
  }
}
.it-single-property-gallery-section .it-share-listing .it-share-label {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  margin-right: 7px;
}
@media (max-width: 991px) {
  .it-single-property-gallery-section .it-share-listing .it-share-label {
    display: none;
  }
}
.it-single-property-gallery-section .it-share-listing .icons {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}
@media (max-width: 991px) {
  .it-single-property-gallery-section .it-share-listing .icons a {
    display: none !important;
  }
}
.it-single-property-gallery-section .it-share-listing .icons a, .it-single-property-gallery-section .it-share-listing .icons button {
  padding: 0;
  margin: 0;
  border-radius: 0;
  border: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0);
}
.it-single-property-gallery-section .it-share-listing .icons a svg, .it-single-property-gallery-section .it-share-listing .icons button svg {
  display: block;
}

.it-single-property-details-section {
  padding: 75px 50px 56px;
}
@media (max-width: 768px) {
  .it-single-property-details-section {
    padding: 45px 15px 56px;
  }
}
.it-single-property-details-section h2 {
  font-size: 35px;
}
@media (max-width: 768px) {
  .it-single-property-details-section h2 {
    font-size: 26px;
  }
}
.it-single-property-details-section .info-box,
.it-single-property-details-section .info-icon-box {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  min-height: 42px;
  padding: 5px 20px;
  border: 1px solid #000;
  border-radius: 5px;
}
.it-single-property-details-section .info-icon-box {
  font-weight: bold;
}
.it-single-property-details-section .info-icon-box p {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
}
.it-single-property-details-section .info-icon-box p br {
  display: none;
}
.it-single-property-details-section .info-icon-box p svg {
  margin-right: 10px;
  max-width: 33px;
  max-height: 31px;
}

.it-single-property-tabs-map-section {
  padding: 0 50px 50px;
  margin-bottom: -100px !important;
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .it-single-property-tabs-map-section {
    margin-bottom: 0 !important;
  }
}
@media (max-width: 768px) {
  .it-single-property-tabs-map-section {
    padding: 0 15px 50px;
  }
}
.it-single-property-tabs-map-section .map-title {
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  border-bottom: 1px solid #000;
  padding-bottom: 10px;
  margin-bottom: 27px;
  font-family: "Inter", sans-serif;
}
.it-single-property-tabs-map-section .pp-google-map {
  width: 100%;
  border-radius: 30px;
}
@media (max-width: 768px) {
  .it-single-property-tabs-map-section .pp-google-map {
    border-radius: 15px;
  }
}
.it-single-property-tabs-map-section .fl-module-pp-advanced-tabs {
  width: 100%;
}

.it-testimonials-slider-section {
  margin-bottom: -300px;
  position: relative;
  z-index: 2;
}

.it-testimonials-slider {
  padding: 0 0 30px;
}
.it-testimonials-slider .it-testimonials-slide {
  opacity: 0 !important;
  transition: opacity 1000ms ease, transform 1000ms ease !important;
  margin: 20px 0;
}
.it-testimonials-slider .it-testimonials-slide.current-slide {
  opacity: 1 !important;
}
.it-testimonials-slider .it-testimonials-slide.leaving-slide {
  opacity: 0 !important;
}
.it-testimonials-slider .it-testimonials-slide.next-slide {
  opacity: 0 !important;
  transform: translateY(40px) !important;
}
.it-testimonials-slider .it-testimonials-slide.next-slide.enter {
  opacity: 1 !important;
  transform: translateY(0) !important;
}
.it-testimonials-slider .it-testimonials-slide .it-testimonials-slide-cards {
  display: flex;
  align-items: flex-start;
  gap: 33px;
  padding: 0 50px;
}
@media (max-width: 768px) {
  .it-testimonials-slider .it-testimonials-slide .it-testimonials-slide-cards {
    padding: 0 15px;
  }
}
@media (max-width: 1200px) {
  .it-testimonials-slider .it-testimonials-slide .it-testimonials-slide-cards {
    flex-wrap: wrap;
  }
}
.it-testimonials-slider .it-testimonials-card {
  background-color: white;
  width: 25%;
  padding: 42px 55px 15px 35px;
  border-radius: 14px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.08);
  transition: all 0.2s;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  position: relative;
}
@media (max-width: 1200px) {
  .it-testimonials-slider .it-testimonials-card {
    width: calc(50% - 17px);
    padding: 42px 35px 15px;
  }
}
@media (max-width: 768px) {
  .it-testimonials-slider .it-testimonials-card {
    width: 100%;
    padding: 42px 20px 15px;
  }
}
.it-testimonials-slider .it-testimonials-card:hover {
  background-color: rgba(207, 204, 214, 0.5);
}
.it-testimonials-slider .it-testimonials-card > svg {
  position: absolute;
  top: -10px;
  left: -17px;
  width: 28px;
  height: 38.748px;
}
@media (max-width: 768px) {
  .it-testimonials-slider .it-testimonials-card > svg {
    width: 22px;
    height: 32.748px;
    left: -10px;
  }
}
.it-testimonials-slider .it-testimonials-card > svg:nth-of-type(2) {
  left: 15px;
}
.it-testimonials-slider .it-testimonials-card__content {
  font-size: 18px;
  font-weight: 400;
  line-height: 122%;
}
.it-testimonials-slider .it-testimonials-card__title {
  font-size: 18px;
  font-weight: 800;
  padding-top: 17px;
  margin-top: auto;
}