* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}

body {
  font-family: "Poppins", sans-serif;
  color: rgb(0, 0, 0);
  background-color: var(--siteGrey2);
}

:root {
  --mainWhiteColor: #fff;
  --siteBrown1: #c2a07a;
  --siteBrownLight: #f5f2eb;
  --siteBrown2: #2d1913;
  --siteBlack: #0c0301;
  --siteBrown3: #735432;
  --siteGrey0: #f3f3f2;
  --siteGrey1: #e1e2e4;
  --siteGrey2: #adaea9;
  --siteGrey3: #d0d0d2;
  --siteGrey4: #6b6b6b;
  --siteGreydark: #292929;
}

.real-main-con {
  width: 1245px;
  margin: 0 auto;
  background-color: var(--mainWhiteColor);
}

.top-menu-bar {
  width: 100%;
  padding: 20px;
  position: relative;
  /* contain-intrinsic-width: auto; */
  background-color: var(--siteBrown1);
}

.Nav-menu-bar {
  width: 100%;
  height: 100px;
  background-color: var(--siteBrown2);
  display: flex;
  align-items: center;
  position: relative;
}

.Site-logo {
  width: 140px;
  height: fit-content;
  margin-left: 20px;
}

.Nav-link-con {
  margin-left: 90px;
  display: flex;
  align-items: center;
}

.Nav-link-con a {
  color: white;
  text-decoration: none;
  margin: 0 15px;
  font-size: 14px;
}

.Nav-link-con a:hover {
  color: var(--siteBrown1);
}

a.link-active {
  color: var(--siteBrown1);
  border-bottom: 2px solid var(--siteBrown1);
}

.Nav-contact-con {
  width: 300px;
  height: 100px;
  background-color: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  clip-path: polygon(16% 0, 100% 0, 100% 100%, 0% 100%);
  position: absolute;
  right: 0;
}

.Nav-contact-con img {
  width: 45px;
}

.call-number-con {
  color: white;
}

.not_exists {
  padding: 50px 0;
}

.top-banner-con {
  width: 100%;
  height: 260px;
  background-color: var(--siteBrown3);
  position: relative;
  background: url(https://cdn.ghanaweb.com/realestate/topBannerBg.jpg);
  background-position: 0 50%;
}

.top-banner-con::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0.4;
}

.introText-von {
  margin: 0 auto;
  width: max-content;
  top: 120px;
  position: relative;
  z-index: 1;
  text-align: center;
}

.introText-von img {
  width: 285px;
}

.text-area {
  color: white;
}

.toptext {
  font-size: 18px !important;
  font-weight: 500;
}

.text-area p {
  font-size: 15px;
}

.Search-section-banner {
  width: 100%;
  height: 95px;
  border-radius: 20px;
  background-color: white;
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  bottom: 30%;
  filter: drop-shadow(10px 20px 20px 0.5);
  display: flex;
  gap: 15px;
  align-items: center;
  padding: 0 20px;
  max-width: 1245px;
  margin: 0 auto;
}

.Search-section-banner input {
  padding: 10px;
  border: 1px solid var(--siteGrey2);
  border-radius: 5px;
  display: inline-block;
  height: max-content;
  outline: none;
}

.Search-section-banner select {
  width: max-content;
  display: block;
  border: 1px solid #ccc;
  box-shadow: inset 0 1px 3px #ddd;
  border-radius: 4px;
  padding: 10px 15px;
  height: max-content;
  outline: none;
  flex-grow: 1;
}

.searchBtn {
  background-color: var(--siteBrown3);
  color: white;
  padding: 10px 25px !important;
  outline: none;
  border: 0;
}

.searchBtn:hover {
  cursor: pointer;
  background-color: var(--siteBrown2);
}

.search-tabs-con {
  width: max-content;
  position: absolute;
  left: 25%;
  transform: translate(-50%);
  bottom: 78%;
}

.search-tab {
  width: 120px;
  height: 120px;
  background-color: var(--siteBrown1);
  padding: 12px 30px;
  border-radius: 5px;
  position: relative;
  text-decoration: none;
  color: black;
  margin: 0 5px;
}

.search-tab.active {
  width: 120px;
  height: 120px;
  background-color: white;
  border-radius: 5px;
  position: relative;
  text-decoration: none;
  color: black;
}

.search-tab.active::before {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translate(-50%);
  width: 30px;
  height: 20px;
  background-color: rgb(255, 255, 255);
  clip-path: polygon(0 0, 52% 100%, 100% 0);
}

.featured-deals-con {
  width: 900px;
  min-height: max-content;
  background: url(https://cdn.ghanaweb.com/realestate/wallBg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: -15px 15%;
  padding: 20px 0;
}

.section-title {
  margin: 0 auto;
  padding: 20px 0;
  width: max-content;
  text-align: center;
}

.section-title .main-text {
  font-size: 20px;
  font-weight: 600;
  color: var(--siteGrey4);
}

.section-title p {
  font-size: 14px;
}

.feat-contents-con {
  width: 90%;
  height: max-content;
  position: relative;
  background-color: white;
  margin: 30px auto;
  border-radius: 20px;
  padding: 10px 20px;
}

.hot-deal-title {
  position: absolute;
  top: -20px;
  left: 40px;
  padding: 8px 18px;
  border-radius: 18px;
  background-color: var(--siteBrown3);
  color: white;
  font-size: 12px;
}

#nextBtn,
#backBtn {
  position: absolute;
  font-size: 34px;
  height: 50px;
  width: 50px;
  background-color: var(--siteGrey2);
  border-radius: 50%;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 5px solid white;
  cursor: pointer;
  top: 45%;
}

#nextBtn:hover,
#backBtn:hover {
  background-color: var(--siteGrey4);
}

#nextBtn {
  right: -20px;

  transform: translateY(-50%);
}

#backBtn {
  left: -20px;
  transform: translateY(-50%);
}

.feat-list-wrapper {
  margin: 20px 15px;
  overflow: auto;
  display: flex;
}

.feat-list {
  display: flex;
  gap: 12px;
  margin-bottom: auto;
  flex-basis: 100%;
  /* width: 100%; */
  justify-content: start;
  align-items: center;
}

.feat-list .feature-item {
  list-style: none;
  max-height: 349px;
  box-shadow:
    0 1px 1px #0000001a,
    0 1px 2px #0003;
  overflow: hidden;
  margin: 10px 0;
}

.feat-list .feature-item .feat-link {
  width: 216px;
  /* height: 352px; */
  display: block;
  padding: 10px;
  text-decoration: none;
  border-radius: 10px;
  /* border: 1px solid grey; */
  color: black;
  position: relative;
}

.featured-deals-con .feat-list .feature-item .feat-link {
  width: 206px;
}

.feat-list .feature-item .feat-link:hover {
  background-color: var(--siteGrey1);
  transition: 0.2s ease-in-out;
}

.feat-list .feat-link .feat-image {
  width: 100%;
  height: 120px;
  object-fit: cover;
  border-radius: 10px;
}

.type-of-post {
  position: absolute;
  padding: 3px 12px;
  background-color: white;
  border-radius: 8px;
  font-size: 12px;
  top: 96px;
  left: 23px;
}

.text-con {
  max-height: 55px;
  font-weight: 500;
  line-height: 1.3;
  padding: 10px 0 13px;
  border-bottom: 1px solid grey;
  margin: 0 0 13px;
  overflow: hidden;
}

.feat-link .sub-text {
  font-size: 12px;
  font-weight: 600;
}

.feat-link .sub-text span {
  font-weight: 400;
}

.roomSpec {
  display: flex;
  font-size: 12px;
  margin: 5px 0;
  gap: 6px 15px;
  font-weight: 600;
  flex-wrap: wrap;
}

.post-by {
  width: 100%;
  height: 55px;
  border-top: 1px solid var(--siteGrey4);
  border-bottom: 0px solid var(--siteGrey4);
  display: flex;
  gap: 15px;
  align-items: center;
  padding: 10px 0;
}

.agent-photo {
  width: 35px;
  height: 35px;
}

.agent-photo img {
  width: inherit;
  height: inherit;
  object-fit: cover;
  border-radius: 50%;
}

.agent-name {
  font-size: 12px;
}

.agent-name span {
  display: block;
  font-weight: 600;
}

.AdvertSpace-horizontal {
  width: 900px;
  height: 153px;
  background-color: var(--siteGrey3);
  margin: 15px 0;
}

.Abnb-section {
  width: 100%;
  margin-bottom: 80px;
}

.section-title.Abnb {
  width: 100%;
  background-color: var(--siteGrey0);
}

.bookAbnB {
  height: 480px;
  background: url(https://cdn.ghanaweb.com/realestate/homehotel.jpg);
  background-position: 100% 80%;
  background-repeat: no-repeat;
  background-color: var(--siteGrey3);
  position: relative;
}

.booking-form {
  width: max-content;
  min-height: 280px;
  background-color: white;
  border-radius: 20px;
  top: 60px;
  left: 60px;
  position: absolute;
  padding: 30px 20px;
  z-index: 1;
}

.booking-form.outline {
  width: 320px;
  height: 400px;
  background-color: transparent;
  border-radius: 20px;
  border: 3px solid white;
  top: 40px;
  left: 40px;
  position: absolute;
}

.booking-form .main-text {
  font-size: 18px;
  width: 300px;
  font-weight: 600;
  line-height: 1.1;
  color: var(--siteGrey4);
  margin: 0 0 10px;
}

.booking-form .sub-text {
  font-size: 12px;
  font-weight: 600;
  color: var(--siteBrown3);
  margin: 0 0 10px;
}

.booking-form input {
  padding: 10px;
  border: 1px solid var(--siteGrey2);
  border-radius: 5px;
  display: inline-block;
  height: max-content;
  outline: none;
}

.booking-form .searchBtn {
  background-color: var(--siteBrown3);
  color: white;
  padding: 10px 25px !important;
  width: 100%;
}

.booking-form .searchBtn:hover {
  cursor: pointer;
  background-color: var(--siteBrown2);
}

.locateAbnb {
  border: 1px solid var(--siteGrey2);
  padding: 10px;
  border-radius: 5px;
}

.checkOutIn-grp {
  display: flex;
  padding: 10px;
  border: 1px solid var(--siteGrey2);
  margin: 10px 0;
  gap: 10px;
  border-radius: 5px;
}

.checkOutIn-grp input,
.locateAbnb input {
  width: 100%;
  padding: 10px;
  border: 0px;
  border-radius: 5px;
  display: inline-block;
  height: max-content;
  outline: none;
  background-color: var(--siteGrey1);
}

.checkInOut p,
.locateAbnb p {
  font-size: 13px;
  font-weight: 400;
  margin: 0 0 5px;
}

.make-enquiry-form-con {
  height: 400px;
  background-color: var(--siteGrey4);
  position: relative;
  background: url(https://cdn.ghanaweb.com/realestate/homehotel2.jpg);
  margin: 25px 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.make-enquiry-form-con::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0.3;
}

.make-enquiry-form-con .text-area {
  position: absolute;
  z-index: 1;
  top: 30%;
  left: 150px;
}

.make-enquiry-form-con .text-area .main-text {
  font-size: 34px;
  font-weight: 500;
  width: 100%;
  max-width: 500px;
  line-height: 1;
  margin-bottom: 10px;
}

.enquiry-form {
  position: absolute;
  z-index: 1;
  right: 130px;
  top: 40%;
  border-radius: 5px;
}

.headtext {
  padding: 5px 15px;
  background-color: var(--siteBrown3);
  color: white;
  width: max-content;
  position: relative;
  z-index: 1;
  top: -15px;
  left: 60px;
}

.enquiry-form .text-area {
  position: relative;
  z-index: 1;
  top: 0;
  left: 0px;
  color: black;
}
.enquiry-form .text-area .main-text {
  font-size: 23px;
  font-weight: 500;
  width: 300px;
  line-height: 1.2;
  margin-bottom: 10px;
}

.enquiry-form .text-area .sub-text {
  font-size: 12.5px;
  margin-bottom: 20px;
}

.enquiry-form input {
  width: 100%;
  padding: 10px;
  border: 0px solid var(--siteGrey2);
  border-radius: 0px;
  display: inline-block;
  height: max-content;
  outline: none;
  margin-bottom: 10px;
}

.enquiry-form .searchBtn {
  background-color: var(--siteBrown1);
  color: white;
  padding: 13px 25px !important;
  font-size: 24px;
  text-transform: uppercase;
}

.recent-uploads-con {
  width: 900px;
  height: max-content;
  /* background-color: #dcdcdc; */
}

.section-title.recentUploads {
  width: 100%;
  background-color: var(--siteBrown3);
  color: white;
}

.section-title.recentUploads .main-text {
  color: white;
}

.select-interest-con {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 15px 0;
  border-bottom: 1px solid var(--siteBrown1);
  justify-content: space-between;
}

.select-interest-con select {
  width: max-content;
  display: block;
  border: 0px solid #ccc;
  box-shadow: inset 0 1px 3px #ddd;
  border-radius: 0px;
  padding: 10px 15px;
  height: max-content;
  outline: none;
  background-color: var(--siteBrown1);
  color: white;
}

.NewPosts-con .feat-list {
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 10px 15px;
}

.NewPosts-con .feat-list .feature-item .feat-link {
  width: 200px;
}

.NavigtionBar {
  display: flex;
  padding: 10px 20px;
  background-color: var(--siteBrown3);
  width: max-content;
  margin: 0 auto;
  border-radius: 25px;
}

.NavigtionBar.agencies {
  margin: 30px auto;
}

.NavigtionBar a {
  margin: 0 10px;
  color: white;
  text-decoration: none;
  text-wrap-mode: nowrap;
}

.NavigtionBar a:hover {
  text-decoration: underline;
}

.NavigtionBar .active {
  text-decoration: underline;
}

.nav-pages {
  margin: 0 15px;
}

.recent-uploads-con.agents {
  background-color: var(--siteGrey1);
  margin: 30px 0 0;
  min-height: max-content;
  padding: 0 20px 75px;
}

.Agents-con {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 10px;
}

.agent {
  width: 269px;
  background-color: white;
  padding: 15px;
  border-radius: 15px;
}

.agent-project {
  width: 100%;
  display: flex;
  margin: 10px 0 15px;
  gap: 5px;
}

.agent .post-by {
  border-top: 0;
  border-bottom: 0;
}

.agent .project-photo {
  width: 80px;
  height: 60px;
}

.agent .project-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
}

.agent .btn-links {
  display: flex;
  justify-content: end;
}

.agent .btn-links .searchBtn {
  background-color: var(--siteBrown1);
  color: white;
  padding: 5px 15px !important;
  outline: none;
  border: 0;
  border-radius: 10px;
}

.list-pro-link {
  text-decoration: none;
  color: var(--siteBrown3);
  margin: 5px 10px;
  font-size: 12px;
}

.become-agent {
  height: 115px;
  background-color: var(--siteBrownLight);
  width: 900px;
  position: relative;
  display: flex;
  margin: 0 0 10px;
}

.AgentPosterPhoto {
  position: absolute;
  left: 25px;
  bottom: 0;
}

.become-agent .section-title {
  width: 300px;
  margin: auto;
}

.become-agent .section-title .main-text {
  font-size: 16px;
  font-weight: 600;
  color: var(--siteGrey4);
}

.become-agent .searchBtn {
  position: absolute;
  right: 35px;
  bottom: 30%;
  border: 0;
  outline: none;
  transform: translate(-50%);
}

.section-title.shop {
  border-bottom: 3px solid black;
  width: 100%;
  margin-bottom: 10px;
}

.footer-sub {
  width: 100%;
  display: flex;
  justify-content: start;
  margin: 0 auto;
  padding: 20px 20px 10px;
  gap: 30px;
  max-width: 1245px;
  position: relative;
}

.footer-sub.top {
  border-bottom: 2px solid var(--siteGreydark);
}

.footer-sub.bottom {
  border-bottom: 0px solid var(--siteGreydark);
}

.footer .sections {
  width: 25%;
  height: auto;
  display: flex;
  align-items: center;
  font-size: 13px;
}

.footer-sub.bottom .sections {
  align-items: initial;
}

.sections.mail {
  gap: 10px;
}

.sections .icons {
  width: 35px;
}

.sections .textInfo {
  color: white;
  padding: 0 12px;
}

.sections .textInfo span {
  display: block;
  font-weight: 700;
  /* color: var(--siteBrown1); */
}

.footer-sub.bottom .sections .textInfo span {
  display: block;
  font-weight: 700;
  margin-bottom: 10px;
}

.footer-sub.bottom a {
  text-decoration: none;
  color: var(--siteGrey2);
  display: flex;
  gap: 6px;
}

.footer-sub.bottom a:hover {
  text-decoration: underline;
}

.footer-sub.bottom a span {
  color: var(--siteBrown3);
}

.footer-sub.bottom .newsletter-sub-info {
  padding: 10px 15px;
  background-color: transparent;
  border: 1px solid var(--siteGreydark);
  border-radius: 8px;
  outline: none;
  margin: 0 0 10px;
  color: white;
}

.footer-sub.bottom .searchBtn {
  background-color: var(--siteBrown3);
  color: white;
  padding: 10px 25px !important;
  outline: none;
  border-radius: 8px;
  border: 0;
  width: 100%;
}

.innnerpage-con {
  /* height: 800px; */
  padding: 20px;
}

.inner-top-section {
  display: flex;
  gap: 10px;
  position: relative;
  /* background-color: red; */
  width: 900px;
  margin-top: 30px;
}

.BigPhoto-display {
  width: 640px;
  height: 380px;
  border-radius: 15px;
  border: 2px solid var(--siteGrey4);
  border-radius: 6px;
}

.thumbnails {
  display: flex;
  gap: 10px;
  width: 100%;
  max-width: 640px;
  overflow-x: scroll;
}

.thumbnails img {
  width: 100px;
  height: 90px;
  border-radius: 6px;
  object-fit: cover;
  margin: 10px 0;
}

.thumbnails img:hover {
  cursor: pointer;
}

#expandedImg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 6px;
  background: url(https://cdn.ghanaweb.com/realestate/prevBg.jpg);
  background-size: cover;
  background-position: 40%;
}

.Agent-contact {
  width: 250px;
  height: max-content;
  padding: 15px 12px;
  border-radius: 15px;
  border: 2px solid var(--siteGrey4);

  p {
    text-align: center;
  }
}

.Agent-contact .post-by {
  width: 100%;
  height: 50px;
  border-top: 0;
  border-bottom: 0;
  display: flex;
  gap: 5px;
  align-items: center;
  justify-content: center;
  padding: 10px 0;
  margin-bottom: 50px;
}

.Agent-contact .agent-photo {
  width: 50px;
  height: 50px;
}

.agent-contact-info {
  font-size: 11px;
}

.agent-contact-info .name.one {
  font-weight: 600;
  margin: 0 0 5px;
}

.agent-contact-info span img {
  width: 15px;
  margin-right: 5px;
  vertical-align: sub;
}

.Agent-contact p {
  margin: 0 0 10px;
  font-size: 12px;
  font-weight: 600;
}

.Agent-contact input {
  width: 100%;
  padding: 10px;
  border: 1px solid var(--siteGrey2);
  border-radius: 5px;
  display: inline-block;
  height: max-content;
  outline: none;
  margin: 0 0 10px;
}

.Agent-contact textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 14px;
  line-height: 1.4;
  resize: none;
  transition: all 0.3s ease;
  outline: none;
}

.Agent-contact .searchBtn {
  background-color: var(--siteBrown3);
  color: white;
  padding: 10px 25px !important;
  width: 100%;
  margin-top: 10px;
}

.Price-Con {
  position: relative;
  padding: 19px;
  background-color: var(--siteBrown3);
  border-radius: 8px;
  width: 250px;
  font-size: 23px;
  font-weight: 600;
  color: #fff;
  margin-top: 10px;
  text-align: center;
}

/* .Price-Con span {
  font-size: 13px;
} */

.description-con {
  width: 900px;
}

.Room-specs-con {
  width: 900px;
  height: max-content;
  border: 2px solid var(--siteGreydark);
  border-radius: 18px;
  margin: 40px 0;
}

.Room-specs-con .sale-title {
  padding: 20px;
  font-size: 25px;
  font-weight: 600;
  border-bottom: 1px solid var(--siteGreydark);
}

.allSpecs {
  padding: 20px;
}

.extra-info-con .description-con {
  width: 48%;
}

.description-con .sale-title {
  padding: 10px 0;
  font-size: 20px;
  font-weight: 600;
}

.extra-info-con {
  width: 900px;
  display: flex;
  margin: 30px 0 0;
  gap: 10px;
  flex-wrap: wrap;
}

.extra-info-con .description-con span {
  color: var(--siteBrown1);
}

.content-box {
  margin: 5px 0 0;
  border: 1px solid var(--siteGreydark);
  height: 300px;
  border-radius: 12px;
  overflow: hidden;
}

.icons-div {
  margin: 40px 0;
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
}

.iconR {
  /* width: 200px; */
  display: flex;
  gap: 15px;
  font-size: 15px;
  /* background-color: red; */
}

.iconSmall {
  width: 60px;
  height: 60px;
  border-radius: 12px;
  border: 2px solid var(--siteGrey2);
  display: grid;
  place-items: center;
}

.iconSmall img {
  width: 35px;
}

.specType-con span {
  display: block;
  font-size: 18px;
  font-weight: 600;
  color: var(--siteGrey2);
}

.listing {
  width: 900px;
  padding-bottom: 30px;
}

.listing .feat-list {
  flex-wrap: wrap;
}

.mid-feture-advert-con {
  height: max-content;
  background-color: var(--siteBrown1);
  display: flex;
  padding: 25px 0;
  gap: 20px;
}

.photo-display {
  width: 600px;
}

.photo-display img {
  width: 100%;
}

.name0fseller {
  width: 400px;
}

.name0fseller p {
  width: 300px;
}

.name0fseller .name1 {
  font-size: 38px;
  font-weight: 700;
}

.name0fseller .name2 {
  font-size: 58px;
  font-weight: 700;
  margin-top: -30px;
}

.mini-nav {
  display: flex;
  gap: 10px;
  padding: 20px 0 10px;
  font-size: 10px;
  line-height: 0;
}

.mini-nav a {
  text-decoration: none;
  font-size: 12.5px;
  color: black;
}

.mini-nav a:hover {
  text-decoration: underline;
}

.mini-nav .active {
  color: var(--siteBrown3);
}

.innnerpage-con .Search-section-banner {
  border-radius: 0px;
  background-color: transparent;
  position: relative;
  left: 0;
  top: 0;
  transform: translate(0);
  padding: 9px 0;
  margin: 25px 0;
  height: max-content;
}

.innnerpage-con .Search-section-banner input {
  width: 203px;
}

.property-results {
  padding: 20px 0;
  position: relative;
  width: 890px;
  display: flex;
  justify-content: space-between;
}

.property-sort {
  padding: 2px 5px;
  border-radius: 8px;
  /*font-size: 11px;*/
}

.listing-type {
  font-weight: 600;
  font-size: 16px;
}

.results {
  font-size: 13px;
}

.results span {
  color: var(--siteBrown3);
  font-weight: 500;
}

.Agents-listing-con {
  width: 900px;
}

.the-agents {
  width: 100%;
  padding: 20px 0;
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
}

.agent-info {
  width: 250px;
}

.agent-photo-con {
  width: 100%;
  height: 300px;
  border-radius: 12px;
  overflow: hidden;
}

.agent-info img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.agent-name-other-info {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
  margin: 10px 0;
}

.agent-name .Mname {
  font-size: 16px;
  font-weight: 600;
  width: 150px;
  overflow: hidden;
}

.contact-icons {
  display: flex;
  gap: 10px;
  height: 30px;
}

.contact-icons a {
  border: 1px solid var(--siteBrown3);
  border-radius: 50%;
  padding: 4px;
}

.contact-icons a:hover {
  background-color: var(--siteBrown1);
  border: 0px;
}

.contact-icons a:hover img {
  filter: brightness(200);
}

.contact-icons img {
  width: 20px;
  object-fit: contain;
}

.agencies-featured-listings {
  display: flex;
  justify-content: space-between;
}

.agencies-con {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.the-agency {
  width: 31%;
  overflow: hidden;
  border-radius: 15px;
  border: 1px solid black;
}

.the-agency .photo-con {
  width: 100%;
  height: 150px;
  position: relative;
  margin-bottom: 50px;
}

.the-agency .photo-con img {
  width: inherit;
  height: inherit;
  object-fit: cover;
}

.the-agency .agency-logo-con {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
  margin: -30px 0px 0 20px;
  border: 1px solid black;
}

.the-agency .agency-logo-con img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.the-agency .info-box {
  padding: 10px 20px 30px;
}

.the-agency .info-box p {
  font-size: 13px;
}

.the-agency .details-link {
  padding: 10px 15px;
  border: 1px solid var(--siteBrown3);
  margin: 20px 0 0 0;
  display: block;
  width: max-content;
  border-radius: 8px;
  text-decoration: none;
  color: var(--siteBrown3);
}

.the-agency .details-link:hover {
  background-color: var(--siteBrown1);
  color: white;
  border: 0;
}

.the-agency .agency-name {
  font-size: 16px !important;
  font-weight: 700;
}

.the-agency .agency-loc {
  margin: 0 0 15px;
}

.info-box .phone,
.info-box .email,
.info-box .website {
  font-weight: 600;
}

.info-box span {
  font-weight: 400;
}

.featured-lists-con {
  width: 400px;
}

.mobileNavOpener {
  display: none;
}

p.success {
  text-align: center;
  color: green;
  font-size: 14px;
}

.sub-filter {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  background: #444;
  color: #f2f2f2;
  font-size: 13px;
  margin-bottom: 10px;
  min-height: 35px;
}

.sub-filter input {
  padding: 0 5px;
  width: 90px;
}

.Img-ConL {
  width: 40px;
  height: 40px;
  margin: 0;
  /*border: 3px solid var(--siteGrey4);*/
  border-radius: 50%;
  overflow: hidden;
  background: #eee;
  text-align: center;
  display: table;
}

.Img-ConL .name {
  font-family: "Inter", sans-serif;
  display: flex;
  vertical-align: middle;
  font-size: 14px;
  color: #696f75;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  font-weight: 600;
}

.agent-photo a {
  text-decoration: none;
}

.feat-list .agent-photo .Img-ConL {
  width: 35px;
  height: 35px;
  border: none;
}

.feat-list .agent-photo .Img-ConL .name {
  width: 35px;
  height: 35px;
}

/* CSS for mobile Responsive .................................................. */

/*@media screen and (max-width: 640px) {
    .top-menu-con {
        padding: 0 10px;
        max-height: 211px;
    }
}
*/
@media screen and (max-width: 640px) {
  .top-menu-bar {
    padding: 8px;
    h6 {
      font-size: 14px !important;
    }
  }

  .sub-filter {
    flex-wrap: wrap;
    padding: 20px 10px 10px;
  }

  .sub-filter input[type="number"] {
    width: 48%;
    padding: 5px 10px;
  }

  .sub-filter label {
    display: none;
  }

  .real-main-con {
    width: 100%;
    position: relative;
  }

  .Site-logo {
    width: 90px;
  }

  .Nav-menu-bar {
    height: 80px;
    position: sticky;
    top: 0;
    left: 0;
    z-index: 2;
  }

  .Nav-contact-con {
    width: 233px;
    display: none;
  }

  .Nav-link-con {
    display: none;
  }

  .top-banner-con {
    height: 320px;
  }

  .introText-von {
    top: 50px;
  }

  .introText-von img {
    width: 310px;
  }

  .text-area {
    width: 100%;
  }

  .toptext {
    font-size: 15px !important;
    font-weight: 500;
  }

  .text-area p {
    font-size: 12px;
  }

  .Search-section-banner {
    width: 100%;
    height: max-content;
    border-radius: 15px;
    left: 0;
    transform: translate(0%);
    top: 100px;
    gap: 10px;
    padding: 20px;
    flex-wrap: wrap;
    margin: 0 auto;
    position: relative;
  }

  .Search-section-banner input {
    flex-grow: 1;
  }

  .search-tabs-con {
    width: max-content;
    /* position: relative; */
    left: 50%;
    transform: translate(-50%);
    bottom: 80%; /*changed 89*/
  }

  .search-tab {
    padding: 8px 19px;
  }

  .featured-deals-con {
    width: 100%;
    background-position: -215px 15%;
  }

  .hot-deal-title {
    left: 15px;
  }

  .NavigtionBar {
    padding: 10px;
    width: 90%;
  }

  .NavigtionBar.agencies {
    margin: 30px auto 0;
  }

  .recent-uploads-con {
    width: 100%;
  }

  .nav-pages {
    margin: 0 15px;
    width: 50%;
    display: flex;
    overflow: hidden;
  }

  .AdvertSpace-horizontal {
    width: 300px;
    height: 250px;
    margin: 15px auto;
    display: none;
    margin: 12px auto !important;
  }

  .agent-photo-con {
    width: 100%;
    height: 160px;
    overflow: hidden;
  }

  .agent-info img {
    object-position: top;
  }

  .bookAbnB {
    display: grid;
    place-content: center;
  }

  .booking-form {
    width: max-content;
    position: relative;
    top: initial;
    left: initial;
  }

  .booking-form.outline {
    width: 100%;
    height: 400px;
    top: 37px;
    left: 0;
    position: absolute;
  }

  .textInfo {
    width: 100%;
  }

  .make-enquiry-form-con .text-area {
    position: relative;
    top: -11px;
    left: initial;
  }

  .enquiry-form {
    width: 100%;
    position: relative;
    right: initial;
    top: initial;
    margin-top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .make-enquiry-form-con {
    height: max-content;
    position: relative;
    display: grid;
    place-content: center;
    padding: 20px;
  }

  .headtext {
    top: -35px;
    left: 22%;
  }

  .make-enquiry-form-con .text-area .main-text {
    font-size: 20px;
    margin-bottom: 10px;
    width: 80%;
    text-overflow: ellipsis;
    line-height: 1.2;
  }

  .enquiry-form .searchBtn {
    width: auto;
    font-size: 22px;
  }

  .select-interest-con {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    padding: 10px;
  }

  .select-interest-con select {
    flex-grow: 1;
  }

  .NewPosts-con .feat-list {
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 5px;
  }

  .NewPosts-con .feat-list .feature-item .feat-link {
    width: 195px;
  }

  .feat-list .text-con {
    font-size: 13px;
  }

  .feat-list .feature-item .feat-link {
    padding: 5px;
  }

  .agent {
    width: 100%;
  }

  .roomSpec {
    font-size: 11px;
    font-weight: 400;
  }

  .feat-link .sub-text {
    font-size: 12px;
    margin: 5px 0;
  }

  .section-title .main-text {
    font-size: 17px;
  }

  .become-agent {
    height: 135px;
    width: 100%;
    display: block;
    margin: 0 0 10px;
  }

  .become-agent .searchBtn {
    right: 20px;
    bottom: 8%;
    transform: translate(0);
  }

  .AgentPosterPhoto {
    left: 15px;
    width: 73px;
  }

  /* .footer {
    height: max-content;
    padding: 40px 0;
    background-color: black;
  } */

  .footer-sub {
    width: 100%;
    display: block;
    margin: 0 auto;
    padding: 20px 20px 10px;
    gap: 20px;
  }

  .footer .sections {
    width: 100%;
    height: max-content;
    display: flex;
    padding: 20px 10px;
  }

  .footer-sub.bottom .newsletter-sub-info {
    width: 100%;
    padding: 10px 15px;
    border: 1px solid #a0a0a0;
  }

  .property-results {
    width: 100%;
    padding: 40px 10px 20px;
  }

  .top-menu-con {
    padding: 0 10px;
    max-height: 211px;
  }

  .top-menu-con.innerPage {
    height: 20px;
  }

  .Agents-listing-con {
    width: 100%;
    padding: 0 0 50px;
  }

  .the-agency {
    width: 48%;
  }

  .the-agency .photo-con {
    width: 100%;
    height: 91px;
    margin-bottom: 45px;
  }

  .the-agency .info-box {
    padding: 10px 8px 14px;
  }

  .the-agency .details-link {
    padding: 3px 15px;
  }

  .agencies-con {
    flex-wrap: wrap;
    padding: 0 10px;
    gap: 15px;
    /* justify-content: space-between; */
  }

  .agencies-featured-listings {
    overflow: scroll;
  }

  .the-agents {
    padding: 10px;
    flex-wrap: wrap;
    gap: 15px;
  }

  .agent-info {
    width: 48%;
  }

  .agent-name-other-info {
    display: block;
    margin: 0;
  }

  .the-agents .agent-name {
    font-size: 12px;
    margin: 0 0 13px;
    padding: 0 0 10px;
    border-bottom: 1px solid var(--siteBrown3);
  }

  .feat-list {
    gap: 0;
    justify-content: space-evenly;
  }

  .featured-lists-con {
    width: 100%;
  }

  .innnerpage-con {
    padding: 0;
  }

  .innnerpage-con .Search-section-banner {
    margin: 7px 0;
  }

  .listing {
    width: 100%;
  }

  .mid-feture-advert-con {
    display: flex;
    padding: 15px 0;
    flex-wrap: wrap-reverse;
  }

  .mid-feture-advert-con .photo-display {
    width: 100%;
  }

  .name0fseller {
    width: 100%;
    padding: 0 20px;
  }

  .inner-top-section {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding: 0 10px;
  }

  .BigPhoto-display {
    width: 100%;
    /* border: 2px solid var(--siteGrey4); */
  }

  .thumbnails {
    width: 100%;
    overflow: scroll;
  }

  .Room-specs-con {
    width: 95%;
    margin: 20px auto;
  }

  .description-con {
    width: 100%;
    padding: 0 10px;
  }

  .extra-info-con .description-con {
    width: 90%;
  }

  .extra-info-con {
    width: 100%;
    /* flex-wrap: wrap; */
    display: flex;
    flex-wrap: wrap;
    height: max-content;
    padding: 0 0 20px;
    justify-content: center;
  }

  .Apartment-gallery {
    width: 100%;
  }

  .AgentProductPrice {
    width: 100%;
    display: flex;
    flex-wrap: wrap-reverse;
  }

  .Price-Con {
    position: relative;
    bottom: 0;
    width: 100%;
    margin: 10px 0;
  }

  .Agent-contact {
    width: 100%;
  }

  .icons-div {
    gap: 18px;
    margin: 20px 0;
  }

  .iconR {
    width: 157px;
    display: flex;
  }

  .iconSmall {
    width: 50px;
    height: 50px;
  }

  .specType-con span {
    font-size: 15px;
  }

  .Room-specs-con .sale-title {
    font-size: 19px;
  }

  .agent-contact-info {
    font-size: 14px;
    z-index: 0 !important;
  }

  #expandedImg {
    background-position: 52%;
  }

  .mobileNavOpener {
    width: 36px;
    height: max-content;
    right: 20px;
    position: absolute;
    padding: 5px 0;
    display: block;
    z-index: 2;
  }

  .mobileNavOpener .bar {
    height: 5px;
    background-color: white;
    margin: 0 0 5px;
  }

  .navBarMobile-con {
    width: 100%;
    margin: 0 auto;
    padding: 60px 10px;
    position: fixed;
    top: 0;
    background: #adaea9;
    height: 100%;
    z-index: 2;
  }

  .navBarMobile-inn {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 15px;
  }

  .navBarMobile-inn a {
    width: 45%;
    min-height: 60px;
    text-decoration: none;
    color: white;
    background-color: var(--siteBrown3);
    flex-grow: 1;
    display: grid;
    place-content: center;
    font-size: 16px;
    text-wrap: wrap;
    padding: 10px;
    text-align: center;
    border-radius: 4px;
  }
}

@media screen and (max-width: 480px) {
  .the-agency {
    width: 270px;
  }

  .the-agency .photo-con {
    width: 100%;
    height: 130px;
    margin-bottom: 45px;
  }

  .NewPosts-con .feat-list .feature-item .feat-link {
    width: 174px;
  }

  .make-enquiry-form-con .text-area .main-text {
    width: 292px;
    line-height: 1;
    /* margin: 0 20px 15px; */
    font-size: 20px;
    padding: 10px 0 0 0;
  }

  .booking-form .main-text {
    width: 239px;
  }

  .booking-form {
    padding: 22px 13px;
  }

  .enquiry-form {
    padding: 16px;
    height: max-content;
  }

  .make-enquiry-form-con {
    padding: 15px;
  }

  .agent-info {
    width: 47%;
  }

  .the-agency .info-box {
    padding: 10px 16px 14px;
  }

  .agencies-con {
    flex-wrap: nowrap;
  }

  .feat-list .feature-item .feat-link {
    width: 171px;
  }
}
.dropdown-wrapper {
  position: relative;
  display: inline-block;
}

.p-container {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 10;
  display: none;
  min-width: 210px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  background-color: #f9f9f9;
  padding: 8px 0;
}

.p-container ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-transform: capitalize;
}

.p-container li a {
  color: black;
  padding: 8px 10px;
  text-decoration: none;
  display: block;
}

.p-container li a:hover {
  background-color: #ddd;
}

.show {
  display: block;
}

* {
  -webkit-tap-highlight-color: transparent;
}
:root {
  --spacing: 0.25rem;
}

.gap-3 {
  gap: calc(var(--spacing) * 3);
}

.gap-2 {
  gap: calc(var(--spacing) * 2);
}

.items-center {
  align-items: center;
}
.justify-center {
  justify-items: center;
}

.content-center {
  justify-content: center;
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex-row {
  flex-direction: row;
}

.flex {
  display: flex;
}

:root {
  --mainWhiteColor: #fff;
  --siteBrown1: #022744;
  --siteBrownLight: #ebf5f5;
  --siteBrown2: #2d1913;
  --siteBlack: #0c0301;
  --siteBrown3: #038cb3;
  --siteGrey0: #f3f3f2;
  --siteGrey1: #f1f1f1;
  --siteGrey2: #d7d7d7;
  --siteGrey3: #d0d0d2;
  --siteGrey4: #6b6b6b;
  --siteGreydark: #292929;
}

.real-main-con {
  width: 100%;
}

.inner-nav-content-div {
  width: 1245px;
  margin: 0 auto;
  display: flex;
}

.Nav-contact-con {
  position: relative;
  right: 0;
}

.mid-content {
  width: 1245px;
  margin: 0 auto;
  position: relative;
}

.featured-deals-con {
  width: 100%;
  /* background-color: #d0eefb; */
  background: linear-gradient(#b8dbf7, #1ce4eb, #3ed1f0);
}

.make-enquiry-form-con {
  max-width: 900px;
}

.make-enquiry-form-con .text-area {
  left: 50px;
}

.Nav-link-con a {
  color: #000000;
}

.top-banner-con::before {
  opacity: 0;
}

.feat-contents-con {
  width: 95%;
  max-width: 1200px;
  margin: 0 auto;
}

.search-tab {
  background-color: var(--siteGrey3);
}

.Nav-menu-bar {
  /* background-color: #b8dbf7; */
  background: linear-gradient(#51ddef, #39cef0);
}

.top-banner-con {
  width: 100%;
  height: max-content;
  background-color: white;
  position: relative;
  /* background: url(https://cdn.ghanaweb.com/realestate/topBannerBg.jpg); */
  background: none;
  background-position: 0 50%;
}

.Search-section-banner {
  background-color: rgb(241, 241, 241);
  border: 0px solid;
}

.Search-section-banner {
  position: relative;
  margin: 30px 0;
}

.Advert-image-container {
  height: 250px;
  width: 1245px;
  margin: 0 auto;
  overflow: hidden;
}

.search-tabs-con {
  position: relative;
}

.search-tab.active {
  height: max-content;
  background-color: var(--siteBrown3);
  display: inline-block;
  margin: 20px 0 0;
}

.search-tab.active::before {
  background-color: var(--siteBrown3);
}

.AdvertSpace-horizontal {
  background-color: #f3f3f3;
}

.Search-section-banner .searchBtn {
  padding: 10px;
  /* border: 1px solid var(--siteGrey2); */
  background-color: var(--siteBrown3);
  border-radius: 5px;
  display: inline-block;
  height: max-content;
  outline: none;
}

.search-tab.active {
  color: #ffffff;
}

.footer {
  height: max-content;
  padding: 40px 0;
  background-color: var(--siteBrown1);
}

.footer-sub.top {
  border-bottom: 2px solid var(--siteBrown3);
}

.sections .icons {
  width: 35px;
  filter: brightness(100);
}

@media screen and (max-width: 640px) {
  .Advert-image-container {
    width: 100%;
    display: none;
  }

  .innnerpage-con .Search-section-banner {
    margin: 7px 0;
    display: flex;
    flex-wrap: wrap;
  }

  .innnerpage-con .Search-section-banner input {
    width: 100%;
  }

  .mid-content {
    width: 100%;
    margin: 0 auto;
  }

  .feat-contents-con {
    width: 80%;
    margin: 0 auto;
  }

  .make-enquiry-form-con {
    width: 100%;
  }

  .top-banner-con {
    max-height: 320px;
    margin: 20px 0;
  }

  .Search-section-banner {
    margin: 0;
    top: 33px;
  }

  .hot-deal-title {
    left: -4px;
    top: -6px;
  }

  .footer {
    height: max-content;
    background-color: var(--siteBrown1);
  }
  .side-mid-content {
    display: none;
  }
}

.side-mid-content {
  width: 340px;
  height: 100%;
  background-color: inherit;
  position: absolute;
  top: 0;
  right: 0;
  padding-left: 10px;
}

img.side-advert-container-300-900 {
  width: 300px;
  height: 900px;
  overflow: hidden;
  margin: 0 0 20px;
}
.login-signup-btns {
  width: 40%;
  /* width: 300px; */
  justify-content: right;
  margin-left: 15px;
  display: flex;
  align-items: center;
}

.login-signup-btns a {
  padding: 6px 18px;
  background-color: white;
  margin: 0 0 0 12px;
  border-radius: 12px;
  text-decoration: none;
  color: black;
}

.login-signup-btns a:hover {
  text-decoration: none;
  background-color: rgb(2, 117, 162);
  color: white;
}

.agent-contact-info .name.one {
  font-weight: 600;
  margin: 0 0 5px;
  padding: 0;
  background-color: transparent;
}
.phone-shown {
  display: none;
}
.name.phone,
.name.email {
  background-color: #038cb3;
  display: flex;
  padding: 8px 11px;
  align-items: center;
  border-radius: 20px;
  color: #fff !important;
  justify-content: center;
  margin: 6px auto;
  width: 100%;
}
.name.email {
  user-select: all;
  a {
    color: #fff;
    text-decoration: none;
  }
}

.agent-contact-info span img {
  width: 15px;
  margin-right: 5px;
  vertical-align: sub;
  filter: brightness(100);
}

.Agent-contact .post-by {
  width: 100%;
  height: max-content;
  border-top: 0;
  border-bottom: 0;
  display: flex;
  gap: 5px;
  align-items: center;
  justify-content: center;
  padding: 10px 0;
  margin-bottom: 11px;
}

.accesories {
  padding: 12px;
}

.accesories-con {
  width: 100%;
  max-width: 900px;
  padding: 20px 0;
  display: flex;
  border-top: 1px solid;
  gap: 20px;
  flex-wrap: wrap;
}

.accesory {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  min-width: 114px;
}

.icon-box {
  width: 50px;
  height: 50px;
  background-color: var(--siteGrey1);
  display: grid;
  place-content: center;
  border-radius: 12px;
}

.icon-text {
  font-weight: 800;
}

.allSpecs.accesories h3 {
  margin: 0 0 15px;
}
