.page6-custom {
  background-color: #fff;
  padding-top: 20px;
  margin-top: -20px;
}

.page-6-container {
  max-width: 60%;
  box-shadow: 0px 0px 4px #00000029;
  padding: 10px;
  font-family: "Roboto Condensed", sans-serif;
  margin: 20px auto 90px;
}

.page-6-container .home-top-section,
.page-6-container .home-address-details {
  display: flex;
  justify-content: space-between;
  flex: 1;
}

.page-6-container .home-top-section .home-t {
  color: #000000;
  width: 100%;
  font-size: 26px;
}

.page-6-container .home-top-section .home-price {
  color: #4d4d4d;
  font-size: 25px;
  display: flex;
  width: 100%;
  text-align: right;
  line-height: 48px;
}

.page-6-container .home-address-details .home-address-desc {
  color: #000000;
  font-size: 16px;
}

.page-6-container .home-address-details .home-distance {
  color: #4d4d4d;
  font-size: 25px;
}

.page-6-container .home-address-details .home-distance .price {
  font-size: 19px;
}

.page-6-container .home-address-details .home-distance .location {
  font-size: 19px;
}

/* .page-6-container .house-detail-banner img {
  width: 100%;
  margin: 15px 0px;
  height: 368px;
  object-fit: fill;
} */
.page-6-container .house-detail-banner img {
  width: 100%;
  margin: 15px 0px;
  height: 368px;
  object-fit: cover;
}

.page-6-container .house-detail-description .t-t-t {
  color: #000000;
  font-size: 26px;
}

.page-6-container .house-detail-description .desc-p {
  color: #000000;
  font-size: 16px;
  margin: 0%;
}

/* .page-6-container .house-map iframe {
  width: 100px;
  height: 200px;
  position: relative;
} */
/* Default styling for all screen sizes */
.your-element {
  position: relative;
  width: 100%;
}

.page-6-container .house-map .add-to-cart {
  background-color: #639f06;
  width: 100%;
  color: #fff;
  border-radius: 3px;
  font-size: 18px;
  border: none;
  height: 48px;
}

.page-6-container .house-map .cart-btn-container {
  text-align: right;
}

.flow-navbar .conditional-location {
  margin-left: 100px;
}

.flow-navbar .conditional-location button {
  background-color: #e5e5ea;
  border: none;
  color: #1c1c1e;
  box-shadow: none !important;
  width: 222px;
  font-family: "Roboto Condensed", sans-serif;
  color: #1c1c1e;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.flow-navbar .conditional-location button span {
  margin-right: auto;
  margin-left: 10px;
}

.flow-navbar .conditional-location .dropdown-menu {
  width: 222px;
}

.flow-navbar .conditional-location .dropdown button::before {
  content: url("../images/icon-location-svg.png");
}

.flow-navbar .conditional-location button:focus {
  box-shadow: none !important;
}

.flow-navbar .btn-secondary:not(:disabled):not(.disabled).active,
.flow-navbar .btn-secondary:not(:disabled):not(.disabled):active,
.flow-navbar .show > .btn-secondary.dropdown-toggle {
  background-color: #e5e5ea;
  border: none;
  color: #1c1c1e;
  box-shadow: none;
}

.home-price select {
  width: 160px;
  border: 1px solid #e2e2e2;
  background-color: transparent;
  border-radius: 4px;
  color: #1c1c1e;
  font-size: 17px;
  height: 36px;
}

@media (min-width: 768px) {
  .page-6-container .house-map .add-to-cart {
    width: 60%;
  }

}


@media screen and (width<768px) {
  .page-6-container {

    max-width: 98% !important;
  }
  
}
@media (max-width: 991px) {
  .flow-navbar .conditional-location {
    margin-left: 0px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

@media (max-width: 800px) {
  .page6-custom {
    margin-left: 15px;
    margin-right: 15px;
  }
}

@media (max-width: 767px) {
  .page-6-container .home-top-section,
  .page-6-container .home-address-details {
    display: block;
  }


  .page-6-container .home-top-section .home-t {
    font-size: 24px;
    text-align: left;
  }

  .page-6-container .home-top-section .home-price,
  .page-6-container .home-address-details .home-distance {
    font-size: 20px;
    text-align: left;
  }
}
/* Media query for large screens */
@media (width< 768px) {
  .your-element {
    height: 200px; /* Adjust the height for large screens */
  }
}

/* Media query for extra-large screens */
@media (width> 768px) {
  .your-element {
    height: 300px; /* Adjust the height for extra-large screens */
  }
}
