/* 
    =======================================================
    THIS IS THE CSS FILE - ALL THE CLASSES NAMED CLEARLY - 
    YOU CAN ALWAYS SEARCH CODE THROUGH PRESSING (CTRL + F)
    AND TYPING THE CLASS NAME OR PROPERTY.
    =======================================================
*/
:root{
  --primary: #1E6E5A;
}
body {
  margin: 0px;
  font-family: 'Montserrat', sans-serif;
  -webkit-print-color-adjust: exact !important;
  print-color-adjust: exact !important;
}
hr{
  margin: 0;
  margin-bottom: 10px;
}
.pointer{
  cursor:pointer;
}
.d-flex{
  display:flex;
}
.justify-content-center{
  justify-content:center;
}

.myContainer {
  margin-left: auto;
  margin-right: auto;
  max-width: 1160px;
  padding-inline: 1rem;
}

.bodyContainer {
  margin-left: auto;
  margin-right: auto;
  max-width: 1320px;
}

.logo{
  width: 6rem;
  /* aspect-ratio: 220 / 73; */
}

.property-watch-logo {
  color: #fff;
}

p {
  margin: 0%;
}

.content-section {
  margin-top: 3rem;
  margin-bottom: 3rem;
  padding-left: 4rem;
  padding-right: 4rem;
}


.img-print{
  height: 100%;
  position: relative;
}

.img-print::before{
  content: "";
  display: block;
  padding-top: 61.5%;
  width: 100%;
}
.img-print img{
  width: 100%;
  height: 100%;
  border-radius: 8px;
  position: absolute;
  top: 0;
  left: 0;
}
.headding-left {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  align-items: flex-end;
  gap: 2rem;
}

@media only screen and (min-width: 1024px) {
  .headding-left {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media only screen and (min-width: 1280px) {
  .headding-left {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.headding-left div:child {
  display: flex;
  justify-content: flex-start;
}

.title {
  margin: 0px;
  font-size: 26px;
  font-weight: 600;

  line-height :40px
}
.title-container{
  margin: 1rem 0;
}
.sub-title {
  margin-bottom: 0.75rem;
  margin-top: 0;
  color: #A1A1A1;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}

.tags {
  display: flex;
  align-items: flex-start;
}

.tags > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.75rem * var(--tw-space-x-reverse));
  margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
}

.tags span {
  display: flex;
  align-items: center;
  border-radius: 9999px;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity));
  border: 1px solid rgb(59 130 246 / var(--tw-text-opacity));
}

.tags div {
  display: flex;
  align-items: center;
}

.headding-right {
  display: flex;
  justify-content: flex-start;
}

@media only screen and (min-width: 1024px) {
  .headding-right {
    justify-content: flex-end;
  }
}

@media only screen and (min-width: 1280px) {
  .headding-right {
    justify-content: flex-end;
  }
}

.headding-right div:first-child > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}

.headding-right div:first-child {
  text-align: end;
}

@media only screen and (min-width: 1024px) {
  .headding-right div:first-child > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2rem * var(--tw-space-y-reverse));
  }
}

@media only screen and (min-width: 1280px) {
  @media only screen and (min-width: 1024px) {
    .headding-right div:first-child > :not([hidden]) ~ :not([hidden]) {
      --tw-space-y-reverse: 0;
      margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
      margin-bottom: calc(2rem * var(--tw-space-y-reverse));
    }
  }
}

.favorite-call-to-action {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 18px;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: #3498db;
  color: rgb(96 165 250 / var(--tw-text-opacity));
}
.favorite-call-to-action a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 18px;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: #3498db;
  color: rgb(96 165 250 / var(--tw-text-opacity));
}

@media only screen and (min-width: 1024px) {
  .favorite-call-to-action {
    justify-content: flex-end;
  }
}

@media only screen and (min-width: 1280px) {
  .favorite-call-to-action {
    justify-content: flex-end;
  }
}

.favorite-call-to-action a {
  -webkit-text-decoration-line: none;
  text-decoration-line: none;
}

.price-first {
  color: #131212;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
}
.price-first .currency{
  font-size: 12px;
  color: var(--primary);

}
.property-image-grid {
  margin-top: 2.5rem;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 0px;
  row-gap: 1rem;
}

@media only screen and (min-width: 768px) {
  .property-image-grid {
    grid-template-columns: repeat(8, minmax(0, 1fr));
    gap: 1rem;
  }
}

@media only screen and (min-width: 1024px) {
  .property-image-grid {
    grid-template-columns: repeat(8, minmax(0, 1fr));
    gap: 1rem;
  }
}

@media only screen and (min-width: 1280px) {
  .property-image-grid {
    grid-template-columns: repeat(8, minmax(0, 1fr));
    gap: 1rem;
  }
}

.main-image {
  position: relative;
  grid-column: span 5 / span 5;
}

.main-image img {
  height: 100%;
  aspect-ratio: inherit;
  width: 100%;
  border-radius: 8px;
}

.sub-images {
  grid-column: span 3 / span 3;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.sub-images img {
  aspect-ratio: inherit;
  width: 100%;
  height: 100%;
}

.sub-images iframe {
  aspect-ratio: inherit;
  width: 100%;
  height: 215px;
}
.property-details-left-container{
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1rem;
  display: grid;
}
@media only screen and (min-width: 768px) {
  .sub-images {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  
}

@media only screen and (min-width: 1024px) {
  .sub-images {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}

@media only screen and (min-width: 1280px) {
  .sub-images {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}

.property-details-left{
  min-height: 358px;
  grid-column: span 5 / span 5
}
.property-details {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  font-size: 18px;
  font-weight: 600;

  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 0px;
  row-gap: 2rem;
}

@media only screen and (min-width: 768px) {
  .property-details {
    row-gap: 2rem;
  }
}

@media only screen and (min-width: 1024px) {
  .property-details {
    /* grid-template-columns: repeat(8, minmax(0, 1fr));
    gap: 1rem; */
  }
  .property-details-left-container {
    grid-template-columns: repeat(8, minmax(0, 1fr));
    gap: 1rem;
  }
}

@media only screen and (min-width: 1280px) {
  .property-details {
    /* grid-template-columns: repeat(8, minmax(0, 1fr));
    gap: 1rem; */
  }
}

.details-section-main {
  grid-column: span 5 / span 5;
}

.details-hero {
  display: flex;
  justify-content: space-between;
  align-items: self-start;
}

@media only screen and (min-width: 1024px) {
  .details-hero {
    display: flex;
  }
}

@media only screen and (min-width: 1280px) {
  .details-hero {
    display: flex;
  }
}

.details-hero div h2 {
  margin: 0px;
  line-height: 3rem;
  font-size: 24px;
  line-height: 16px;
  line-height: 1.75rem;
}

.details-hero div h4 {
  margin-bottom: 0.75rem;
  margin-top: 1rem;
  font-size: 20px;
  --tw-text-opacity: 1;
  color: var(--primary);
}

.detials-price {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: var(--primary);
}

.property-detials-sub-section {
  margin-top: 2rem;
}

.property-detials-sub-section h2 {
  margin: 0px;
  font-size: 24px;
  line-height: 3rem;
  border-bottom: 2px solid rgb(243, 243, 243);
  width: fit-content;
  margin-bottom: 10px;
}

.property-detials-sub-section-detials {
  margin-top: 1rem;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 10px;
}

.property-details-sub-sub-section {
  margin-top: 4rem;
  margin-bottom: 2rem;
  border-radius: 24px;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

@media only screen and (min-width: 768px) {
  .property-details-sub-sub-section {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}

@media only screen and (min-width: 1024px) {
  .property-details-sub-sub-section {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media only screen and (min-width: 1280px) {
  .property-details-sub-sub-section {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.property-details-sub-sub-section {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color),
    0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000),
    var(--tw-shadow);
}

.key-details p {
  margin: 0px;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
}

.key-details p b {
  margin: 0px;
  padding-top: 2px;
  color: #555555;
  font-size: 16px;
  font-weight: 400;
}

.horizontal-line {
  margin-top: 1.5rem;
  grid-column: span 1 / span 1;
  width: 100%;
  margin-bottom: 1.5rem;
  border: 1px solid rgba(235, 235, 235, 0.562);
}

.key-details {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1rem;
}

@media only screen and (min-width: 768px) {
  .key-details {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 2rem;
  }
  .horizontal-line {
    grid-column: span 3 / span 3;
  }
}

@media only screen and (min-width: 1024px) {
  .key-details {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 2rem;
  }
  .horizontal-line {
    grid-column: span 3 / span 3;
  }
}

@media only screen and (min-width: 1280px) {
  .key-details {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
  }
  .horizontal-line {
    grid-column: span 3 / span 3;
  }
}

.unit-features-sub-section {
  margin-top: 4rem;
}

.unit-features-sub-section h2 {
  margin: 0px;
  font-size: 24px;
  line-height: 3rem;
  width: fit-content;
}

.unit-features {
  display: grid;
  font-size: 18px;
  font-weight: 600;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.property-detials-sub-section-detials div {
  margin-top: 1rem;
}

.unit-features div,.unit-features .unit-features-item-details {
  /* margin-top: .5rem; */
}

@media only screen and (min-width: 768px) {
  .unit-features {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media only screen and (min-width: 1024px) {
  .unit-features {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .profile-main {
    /* padding-top: 40px;
    padding-left: 40px; */
  }
}

@media only screen and (min-width: 1280px) {
  .unit-features {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .profile-main {
    /* padding-top: 40px;
    padding-left: 40px; */
  }
}

.description-sub-section {
  margin-top: 1rem;
}

.description-sub-section p {
  font-family: 'SF Pro Display', sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  max-width: 95%;
  color: #000000bf;
}

.description-sub-section h2 {
  font-size: 24px;

  line-height: 3rem;
  margin: 0px;
  margin-top: 1rem;
  border-bottom: 2px solid rgb(243, 243, 243);
  width: fit-content;
  margin-bottom: 10px;
}

.agent-profile {
  grid-column: span 3 / span 3;
}

.agent-profile .detials-price {
  justify-content: end;
  display: flex;
}
.profile-main {
  display: flex;
  /* border: 1px solid #E9F0F4; */
  padding-bottom: 0px;
  justify-content: center;
  border-radius: 8px;
  /* box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.10); */
}
.profile-main .content{
  display: flex;
  flex-direction: column;
  border: 1px solid #E9F0F4;
  padding-bottom: 0px;
  justify-content: center;
  border-radius: 8px;
  box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.10);
  padding: 24px 40px;
}
.contact-icon-container{
  display: block;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.10);
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
}

.agent-contact-method-name{
  font-family: SF Pro Display;
    font-weight: 400;
    font-size: .8rem;
}
.myIcon {
  border: 1.5px solid #000;
  color: #000;
  width: 24px;
  padding: 16px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;

  border-radius: 100%;
}

.features-item-details {
  display: block;
  justify-content: center;
  align-items: center;
  text-align: center;
  /* border: 1px solid #888888; */
  padding: 16px;

  --tw-shadow: 3px 3px 6px -3px rgb(0 0 0 / 0.08), 0 0px 8px 0px rgb(0 0 0 / 0.08);
  --tw-shadow-colored: 0 10px 15px 0px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(168, 168, 168, 0)),
    var(--tw-ring-shadow, 0 0 rgba(168, 168, 168, 0)), var(--tw-shadow);

  border-radius: 20px;
}

.unit-features-item-details {
  display: flex;
  align-items: center;
  /* padding: 8px; */
}

.unit-features-item-details img {
  margin-right: 16px;
}

.unit-features-item-details p {
  font-weight: 600;
  font-size: 16px;
}

.unit-features-item-details i {
  color:var(--primary);
  font-size:24px;
}

.features-item-details img {
  margin-top: 12px;
  margin-bottom: 12px;
}

.features-item-details p:first-child {
  font-weight: 500;
  font-size: 16px;
}

.features-item-details p {
  font-weight: 700;
  font-size: 16px;
}

.contact-icon {
  padding: 8px;
  margin: 2px;
  border-radius: 100%;
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color),
    0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000),
    var(--tw-shadow);
}

.profile-container {
  /* height: 100%; */
  position: relative;
}

@media only screen and (max-width: 768px) {
  .profile-container {
    position: static;
  }
  .sub-images iframe {
    height: 100%;
  }
  .profile-container .profile-main {
    position: static;
    top: 0;
  }
}

.profile-container .profile-main {
  position: sticky;
  top: 0;
}

.profile-sub {
  display: flex;
  align-items: center;
}

.profile-sub > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}

.profile-sub div p {
  font-size: 20px;
  line-height: 24px;
  padding: 2px;
  font-weight: 500;
}

.profile-sub div p span {
  color: #a1a1a1;
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}

.profile-contact {
  margin-top: 1rem;
  /* margin-bottom: 2rem; */
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  font-weight: 500;
}

@media only screen and (min-width: 768px) {
  .profile-contact {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 45px;
  }
}

@media only screen and (min-width: 1024px) {
  .profile-contact {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 45px;
  }
  .profile-main{
    justify-content: end;
  }
}

@media only screen and (min-width: 1280px) {
  .profile-contact {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 45px;
  }
}

@media only screen and (max-width: 768px) {
  .agent-profile .detials-price {
    display: none;
  }
}

.profile-contact div {
  text-align: center;
}

.profile-contact div a {
  -webkit-text-decoration-line: none;
  text-decoration-line: none;
  font-size: 14px;
  font-weight: 600;
  color: black;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.profile-contact div {
  /* margin-right: 20px; */
}

.sub-images img {
  height: 100%;
  width: 100%;
  border-radius: 8px;
}

.myShareBtn {
  color: rgb(114, 114, 114);
  background-color: transparent;
  outline: none;
  border: 1px solid rgb(114, 114, 114);
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-radius: 8px;
  cursor: pointer;
}

@media only screen and (max-width: 768px) {
  .price-share-wrapper {
    width: 100%;
    display: flex;
    flex-direction: column-reverse;
    gap: 1rem;
  }
  .price-first {
    text-align: start;
    display: none;
  }
}
.price-first.price-top {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .content-section{
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .price-share-wrapper {
    width: 100%;
    display: flex;
    flex-direction: column-reverse;
    gap: 1rem;
  }
  .price-first {
    text-align: start;
    display: none;
  }
  .price-first.price-top {
    display: flex;
  }
 
}

/* Style the modal */
.modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 1;
  /* Sit on top */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  user-select: none;
  overflow: auto;
  /* Enable scroll if needed */
  background-color: rgba(0, 0, 0, 0.5);
  /* Black w/ opacity */
}

/* Style the close button */
.close {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 28px;
  user-select: none;
  font-weight: bold;
  z-index: 2;
  color: #fff;
}

.close:hover,
.close:focus {
  text-decoration: none;
  cursor: pointer;
}

/* Style the popup */
.popup {
  margin: auto;
  padding-bottom: 0;
  width: 80%;
  user-select: none;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.copy-btn {
  cursor: pointer;
  font-size: 8px;
  width: 100px;
  user-select: none;
}
.share-icon{
  margin-right: 10px;
}
.mySharePopup {
  background-color: white;
  padding-top: 24px;

  padding-left: 24px;
  padding-right: 24px;
  border-radius: 20px;
  width: fit-content;
  max-width: 33rem !important;
}

.share-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}
.share-nav .close-icon-container{
  background-color: transparent; 
  cursor: pointer; 
  width: 33px;
  height: 32px; 
  background-image: url('/new-offer/offer-share-close.svg');outline: none; border:none; margin-right: 12px;
}
.share-nav h3 {
  font-family: SF Pro Display;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
}
.share-nav button {
  margin-right: 12px;
}
.sticky-card{
  position: fixed;
  top: 0;
  z-index: 100;
  right: 4rem;
}
.shareHR {
  margin: 0;
  margin-bottom: 14px;
  border-bottom: 1px solid #000;
}

.second-share-nav {
  margin-bottom: 20px;

  font-family: SF Pro Display;
    font-size: 16px;
    font-style: normal;
    text-align: left;
    font-weight: 400;
    line-height: 24px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}
.second-share-nav  p{
  max-width: 72%;
}
.share-icons {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 10px;
  gap: 1rem;
  margin-bottom: 10px;
  width: 25rem;
}

@media only screen and (min-width: 1024px) {
  .share-icons {
    display: flex;
    gap: 0;
  }
  
}

@media only screen and (min-width: 1280px) {
  .share-icons {
    display: flex;
  }

}

.share-icons a {
  font-size: 14px;
  text-decoration: none;
  text-align: center;
  color: black;
  /* margin-left: 20px;
  margin-right: 20px; */
}

.share-icons a p {
  margin-top: 12px;
  text-decoration: none;
  text-align: center;
  color: black;
}

.share-icons a img {
  text-align: center;
  margin-left: auto;
  margin-bottom: 0;
  margin-right: auto;
  object-fit: contain;
  display: flex;
  width: 55px;
  height: 55px;
  justify-content: center;
  align-items: center;
}


/* Responsive styles */
/* @media only screen and (max-width: 650px) {
  .popup {
    max-width: 90%;
  }
}
@media only screen and (min-width: 651px) and (max-width: 800px) {
  .popup {
    max-width: 83%;
  }
}
@media only screen and (min-width: 801px) and (max-width: 950px) {
  .popup {
    max-width: 70%;
  }
}
@media only screen and (min-width: 951px) and (max-width: 1150px) {
  .popup {
    max-width: 60%;
  }
}
@media only screen and (min-width: 1151px) and (max-width: 1300px) {
  .popup {
    max-width: 50%;
  }
}
@media only screen and (min-width: 1301px) and (max-width: 1921px) {
  .popup {
    max-width: 40%;
  }
}
@media only screen and (min-width: 1921px)  {
  .popup {
    max-width: 35%;
  }
} */
.popup {
  max-width: 47.5rem;
  /* max-width: 35%; */
}

.footer-main-content {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 4px;
}
.footer-main-content a {
  margin-left: 4px;
}

.modal-footer p {
  font-size: 12px;
}

.modal-footer a img {
  width: 84px;
}

.show-photos-cta {
  position: absolute;
  left: 3%;
  top: 90%;
}

.show-photos-cta img {
  width: 32px;
  height: 32px;
}

@media only screen and (max-width: 768px) {
  .show-photos-cta {
    top: 80%;
    font-size: 14px;
  }
}

@media only screen and (max-width: 1024px) {
  .show-photos-cta {
    top: 85%;
  }
}

@media only screen and (max-width: 420px) {
  .show-photos-cta {
    top: 75%;
  }
}

@media only screen and (max-width: 420px) {
  .show-photos-cta {
    top: 78%;
  }
}

.photo-btn {
  display: flex;
  align-items: center;
  outline: none;
  border: none;
}

.photo-btn > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.photo-btn {
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.photo-btn:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}

.meta-data {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.meta-data > span {
  border: 1px solid var(--primary);
  color: var(--primary);
  font-size: 10px;
  font-weight: 500;
  padding: 5px 10px;
  border-radius: 50px;
  margin-right: 5px;
  margin-bottom: 5px;
}

.meta-data > span.rent {
  border-color: #e67e22;
  color: #e67e22;
}

.meta-data > span.sale {
  border-color: #3498db;
  color: #3498db;
}

.meta-data > span.featured {
  border-color: #e74c3c;
  color: #e74c3c;
}

.meta-data > span.unit-rating {
  border-color: #f1c40f;
  color: #f1c40f;
}
.meta-data > span.pmstatus {
  border-color: #9b59b6;
  color: #9b59b6;
}

@media only screen and (max-width: 991px) {
  .meta-data {
    margin-bottom: 30px;
  }
}

/* Style the modal */
.modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 1;
  /* Sit on top */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  user-select: none;
  overflow: auto;
  /* Enable scroll if needed */
  background-color: rgba(0, 0, 0, 0.5);
  /* Black w/ opacity */
}

/* Style the close button */
.close {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 28px;
  user-select: none;
  font-weight: bold;
  z-index: 2;
  color: #fff;
}

.close:hover,
.close:focus {
  text-decoration: none;
  cursor: pointer;
}

/* Style the popup */
.popup {
  margin: auto;
  padding-bottom: 0;
  width: 100%;
  user-select: none;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transition: all;
  transition-duration: 200ms;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.swiper-container {
  width: 100%;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
}

.swiper-slide {
  background-size: cover;
  background-position: center;
  height: auto;
}

.gallery-top {
  height: 80%;
  width: 100%;
  transition: all;
  transition-duration: 200ms;
}

.gallery-thumbs {
  height: 20%;
  box-sizing: border-box;
  padding: 10px 0;
}

.gallery-thumbs .swiper-slide {
  width: 100%;
  height: 100%;
}

.gallery-thumbs .swiper-slide-active {
  opacity: 1;
}

.swiper-slide > img {
  object-fit: cover;
  
}

.gallery-top .swiper-slide > iframe {
  height: 100%;
  width: 100%;
}
/* @media only screen and (max-width: 400px) {
  .gallery-top .swiper-slide > iframe {
    height: 250px;
  }
}
@media only screen and (min-width: 401px) and (max-width: 500px) {
  .gallery-top .swiper-slide > iframe {
    height: 370px;
  }
}
@media only screen and (min-width: 501px) and (max-width: 600px) {
  .gallery-top .swiper-slide > iframe {
    height: 445px;
  }
}
@media only screen and (min-width: 601px) and (max-width: 700px) {
  .gallery-top .swiper-slide > iframe {
    height: 415px;
  }
}
@media only screen and (min-width: 701px) and (max-width: 768px) {
  .gallery-top .swiper-slide > iframe {
    height: 475px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 820px) {
  .gallery-top .swiper-slide > iframe {
    height: 385px;
  }
}
@media only screen and (min-width: 820px) and (max-width: 920px) {
  .gallery-top .swiper-slide > iframe {
    height: 430px;
  }
}
@media only screen and (min-width: 920px) and (max-width: 1050px) {
  .gallery-top .swiper-slide > iframe {
    height: 445px;
  }
}
@media only screen and (min-width: 920px) and (max-width: 1050px) {
  .gallery-top .swiper-slide > iframe {
    height: 445px;
  }
}
@media only screen and (min-width: 1051px) {
  .gallery-top .swiper-slide > iframe {
    height: 475px;
  }
}

.gallery-thumbs .swiper-slide > iframe {
  max-height: 56px;
} */

.swiper-button-next,.swiper-big-button-next {
  scale: 50%;
  color: #fff;
}

.swiper-button-prev,.swiper-big-button-prev {
  scale: 50%;
  color: #fff;
}

@media only screen and (max-width: 768px) {
  .gallery-top .swiper-slide img {
   /* height: 480px;
    width: 100%; */
  }

}
@media only screen and (max-width: 1024px) {
  .gallery-top .swiper-slide img {
   /* height: 600px;
    width: 100%; */
  }
}
@media only screen and (max-width: 410px) {
  
  .gallery-thumbs .swiper-slide > iframe {
    max-height:40px
  }
}

img {
  aspect-ratio: inherit;
}
* {
  font-weight: 500;
}
p {
  font-weight: 500;
}
p b {
  font-weight: 500;
}
.read-more-state {
  display: none;
}

.read-more-target {
  /* max-height: unset; */
  -webkit-transition: 0.25s ease;
  transition: 0.25s ease;
  overflow: hidden;
  color: #131212;
  font-family: 'SF Pro Display', sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}

.read-more-state:checked ~ .read-more-target {
  /* max-height: inherit; */
}
#myShareModal {
  z-index: 999999;
}
.modal {
  z-index: 999999999;
}
.read-more-state ~ .read-more-trigger:before {
  content: 'Read More';
}
.read-more-state:checked ~ .read-more-trigger:before {
  content: 'Read less';
}
.mySharePopup {
  z-index: 9999999999999;
}

.read-more-trigger {
  margin-top: 10px;
  cursor: pointer;
  display: inline-block;
  padding: 10px 20px;
  color: #666;
  font-size: 12px;
  line-height: 2;
  border: 1px solid #ddd;
  border-radius: 0.25em;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

*::-webkit-scrollbar {
  width: 16px;
}

*::-webkit-scrollbar-track {
  border-radius: 8px;
}

*::-webkit-scrollbar-thumb {
  height: 56px;
  border-radius: 8px;
  border: 4px solid transparent;
  background-clip: content-box;
  background-color: #888;
}
.swiper-pagination::-webkit-scrollbar-thumb {
  background-color: #fff;
}
.swiper-pagination::-webkit-scrollbar-thumb {
  background-color: #d3d3d3;
}

*::-webkit-scrollbar-thumb:hover {
  background-color: #555;
}
.meta-data {
  margin-top: 20px;
  margin-bottom: 8px;
}
.meta-data-sub-title {
  display: block;
}

.shown-price-on-mobile {
  display: none;
}
.hidden-price-on-mobile {
  display: block;
  font-size: 26px;
}
.myMobileShareButton {
  display: flex;
}
.header-main-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: start;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .myMobileShareButton {
    padding-top: 0.5rem;
    display: none;
  }
}

@media only screen and (max-width: 768px) {
  .headding-left {
    gap: 0.5rem;
  }

  .myShareBtn {
    padding-top: 0.5rem;
    display: flex;
    justify-content: center;
  }
  .shown-price-on-mobile {
    display: block;
    font-size: 26px;
  }
  .hidden-price-on-mobile {
    display: none;
  }
  .popup {
    z-index: 999999;
  }
  .mySharePopup {
    z-index: 999999;
  }
  .meta-data-sub-title h4 {
    text-align: start;
  }
  .header-main-wrapper {
    display: block;
  }
  .header-main-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: start;
    width: 75%;
    flex-direction: column-reverse;
  }
  .price-first {
    font-size: 1.5rem;
    line-height: 24px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  h4.sub-title span {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .myShareBtn {
    margin-top: 20px;
    margin-bottom: 20px;
    min-width: 100%;
    display: block;
  }
  .top-head-top {
    display: block;
  }

  .hiddenShareBtn {
    display: flex;
  }
}

h4.sub-title span {
  font-weight: 500;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 16px;
}
.top-head-top {
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  align-items: center;
}


.myShareBtn {
  padding-top: 0px;
}

.sales-lead-form .crmEntityFormView .section-title,
.sales-lead-form .crmEntityFormView .tab .tab-column:not(:first-child),
.sales-lead-form .crmEntityFormView .tab-title {
  display: none;
}

.sales-lead-form .crmEntityFormView .cell {
  padding: 10px 0;
}

.sales-lead-form .crmEntityFormView .tab-column:first-child {
  width: 100% !important;
}

.sales-lead-form .crmEntityFormView .tab-column fieldset:not(:first-child) {
  display: none;
}

.sales-lead-form .crmEntityFormView .actions {
  border: 0;
  margin: 0;
  padding: 0;
}

.unit-details-page .sales-lead-form .crmEntityFormView .actions [type='button'] {
  width: 100%;
}

.sales-lead-form .crmEntityFormView .tab {
  margin: 0;
}

.sales-lead-form .crmEntityFormView .section {
  margin: 0;
}

.sales-lead-form .crmEntityFormView .section tbody tr:first-child {
  display: none;
}

.sales-lead-form > h3 {
  margin: 0 0 5px;
  font-size: 18px;
  text-align: left;
}

.agent-details .sales-lead-form {
  padding-top: 30px;
  margin-top: 30px;
  border-top: 1px solid #ddd;
}

.footer-main-content.modal-footer{
border: 0;
padding: 0;
}
.modal .sales-lead-form .crmEntityFormView .cell .info {
  position: initial;
  top: 0;
}
.profile-container {
  /* height: 98%; */
  margin-top: 1.6rem;
}
@media only screen and (max-height: 768px) {
  .profile-container .profile-main {
    /* position: initial; */
  }
}

.d-none {
  display: none!important;
}
@media only screen and (min-width: 992px){
  .d-lg-inline {
      display: inline!important;
  }
}

.p-0{
  padding: 0;
}

.m-0{
  margin: 0;
}

.gallery-thumbs .swiper-slide:not(.swiper-slide-active)::before{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

/* new gallery test */
.gallery-container{
  margin-top: 10px;
}
.property-page__gallery {
  background-color: #fff;
  cursor: pointer;
  display: block;
  position: relative;
  width: 100%;
}

.property-page__gallery:before {
  content: "";
  display: block;
  padding-top: 61.5%;
  width: 100%;
}

@media only screen and (min-width: 1025px) {
  .property-page__gallery:before {
    padding-top: 61.5%;
  }
}

.property-page__gallery-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.property-page__gallery-left-area {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 100%;
}

.property-page__gallery-container--big {
  height: 100%;
  overflow: hidden;
  position: relative;
}

.property-page__gallery-small-image {
  height: 100%;
  max-width: 100%;
  width: 100%;
  cursor: pointer;
  border-radius: 8px;
}

.property-page__gallery-right-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 32.293%;
  width: 100%;
}
.unit-details-container{
  width: 100%;
}
@media only screen and (min-width: 1025px) {
  .property-page__gallery-right-area {
      max-width: 32.552%;
  }
  .unit-details-container{
    width: 62%;
  }
}

.gallery-mosaic {
  min-height: 49%;
  overflow: hidden;
  position: relative;
}
.property-page__gallery-button-area {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  bottom: calc(0.6rem *2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  left: calc(0.6rem *2);
  position: absolute;
  z-index: 1000;
}
.big-gallery{
  height: 100%;
  border-radius: 8px;
}
.swiper-btn-big{
  scale: none;
}
@media only screen and (min-width: 1025px){
  .property-page__gallery-button-area {
      bottom: calc(0.6rem *3);
  }
}
.property-page__gallery-button:not(:last-child) {
  margin-right: calc(0.6*2);
}
.button-floating--shadow {
  -webkit-box-shadow: 0 0.2rem 0.5rem 0.1rem rgba(0,0,0,0.2) ,0 0.1rem 0.2rem 0 rgba(0,0,0,0.15);
  box-shadow: 0 0.2rem 0.5rem 0.1rem rgba(0,0,0,0.2) ,0 0.1rem 0.2rem 0 rgba(0,0,0,0.15);
}
.button-floating {
  background-color: #fff;
    border: 0.1rem solid #e4e4e4;
    border-radius: 8px;
    color: #403b45;
    height: 2.9rem;
    padding: 0 calc(0.6rem *2);

    font-family: SF Pro Display;
    font-size: .9rem;
    font-style: normal;
    font-weight: 400;
}
.button-2 {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  text-decoration: none;
  -webkit-transition: background .3s;
  transition: background .3s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}
.button-2, button {
  line-height: normal;
}
button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  color: inherit;
  font: inherit;
  margin: 0;
  outline: none;
  overflow: visible;
  padding: 0;
  width: auto;
}
.button-floating--active, .button-floating--disabled, .button-floating:active {
  background: #efebea;
  border-color: #e8e1e0;
}
.for-type-container{
  display: flex;
    align-items: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    margin: 10px 0;
}
.for-type-container .type{
  margin: 0 10px 0 5px;
}
@media only screen and (min-width: 768px) {
  .myEmailPopup {
      top:75% !important;
  }
} 
@media only screen and (min-width: 1120px) {
  .myEmailPopup {
      top:50% !important;
  }
} 
@media only screen and (max-width: 768px) {
  .myEmailPopup {
      height:auto;
      top: 85% !important;
  }
}
@media only screen and (max-height: 768px) {
  .myEmailPopup {
      height:auto;
      top: 100% !important;
  }
  
}
@media only screen and (max-height: 420px) {
  .myEmailPopup {
      height:auto;
      top: 125% !important;
  }
}
@media only screen and (max-width: 1024px){
  .gallery-top .swiper-slide img {
    /*  height: 500px !important;*/
  }
}
.powered-by {
  font-size: 12px;
  text-transform: capitalize;
  font-family: SF Pro Display;
}
.powered-by span {
  color: #FFCE07;
}

.installment-table{
  width: 100%;
  text-align: left;
  border-collapse: collapse;
  margin: 10px 0;
}
.installment-table thead{
 background-color: var(--primary);
 color: #fff;
}
.installment-table th{
 padding:  8px 12px;
}
.installment-table td{
 padding:  8px 12px;
}

.installment-table tbody tr{
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.installment-table th:first-child {
  border-top-left-radius: 10px;
}
.installment-table th:last-child {
  border-top-right-radius: 10px;
}
.total-installments-container{
  display: flex;
  justify-content: space-around;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  padding: 5px 0;
}
.installment-details-container{
  margin: 20px 0;
}
.installment-details-container p{
  font-size: 16px;
}
.installment-details-container p span{
  color: #888;
}

.unit-plan-container{
  display: flex;
  justify-content: center;
}
.unit-plan-container img{
  width: 50rem;
}

.gallery-print-section{
  /* margin-bottom: 150px; */
}
.gallery-print-section-images{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border-radius: 8px;
}
.gallery-print-section-images img{
  border-radius: 8px;

}


.submit-email-btn {
  color: #fff;
  background-color: var(--primary);
  text-align: center;
}

.submit-email-btn:hover {
  background-color: #6db312;
  color: #fff;
}

.text-align-center {
  text-align: center;
}
.open-email-btn {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color),
      0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000),
      var(--tw-shadow);
  border-radius:100%;
}
.second-share-nav {
  /* margin-left:12px; */
}
.msg-topic {
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  background-color: #e9ecef;
  cursor: default;
}

.validation-summary {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.validation-summary h2 {
  font-size: 1.2em;
  font-family: Montserrat,sans-serif;
}

.validation-summary ul li {
  color: #175f96!important;
  font-size: 14px;
  font-weight: 600;
}

.custom-toast {
  position: fixed;
  top: 20px;
  right: 20px;
  background-color: #4CAF50;
  color: #fff;
  padding: 15px;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0,0,0,.2);
  z-index: 9999;
  display: none;
  width: 15rem;
}

.custom-toast.show {
  display: block;
  animation: fade-in .5s ease-in-out;
}

@keyframes fade-in {
  0% {
      opacity: 0
  }

  100% {
      opacity: 1
  }
}




.only-print{
  display: none;
 }
@media print {
  .no-print{
    display: none;
   }
   .only-print{
    display: block;
   }
   .header-main-wrapper{
    max-width: 75%;
   }
   .unit-details-container{
    width: 100%;
   }
   .property-details-left-container{
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 1rem;
    display: grid;
  }
  .content-section{
    padding-left: 2rem;
    padding-right: 2rem;
  }
 
  .unit-features {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .profile-contact {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .price-first.only-print{
    display: flex;
    align-items: center;
  }
  .price-first.only-print .currency{
    margin-left: 5px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid var(--primary);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 10px;
    font-weight: 600;
  }
}