.realestate-hero-wrap {
  margin: 0 auto 35px;
  max-width: 980px;
  width: 980px;
}

#hero-carousel {
  background: #222;
  border: 1px solid #d9dde2;
  border-radius: 4px;
  height: 280px;
  overflow: hidden;
  position: relative;
  width: 100%;
}

#hero-carousel .hero-slide {
  display: none;
  height: 280px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

#hero-carousel .hero-slide.active {
  display: block;
}

#hero-carousel .hero-slide a {
  color: #fff;
  display: block;
  height: 100%;
}

#hero-carousel .hero-slide img {
  display: block;
  height: 280px;
  object-fit: fill;
  object-position: center center;
  width: 100%;
}

#hero-carousel .hero-caption {
  background: rgba(0, 0, 0, 0.56);
  bottom: 0;
  color: #fff;
  left: 0;
  padding: 24px 28px 26px;
  position: absolute;
  right: 0;
}

#hero-carousel .hero-caption h2 {
  color: #fff;
  font-size: 32px;
  font-weight: normal;
  line-height: 38px;
  margin: 0 0 8px;
}

#hero-carousel .hero-caption p {
  color: #e9eef2;
  font-size: 15px;
  line-height: 21px;
  margin: 0;
}

#hero-carousel .hero-button {
  background: #29b4d4;
  border: 1px solid #239ab5;
  border-radius: 4px;
  color: #fff;
  display: inline-block;
  font-size: 13px;
  line-height: 16px;
  margin-top: 12px;
  padding: 8px 13px;
}

#hero-carousel .hero-dots {
  position: absolute;
  right: 12px;
  top: 12px;
  z-index: 2;
}

#hero-carousel .hero-dots button {
  background: rgba(255, 255, 255, 0.62);
  border: 0;
  border-radius: 8px;
  cursor: pointer;
  display: block;
  float: left;
  font-size: 0;
  height: 10px;
  line-height: 0;
  margin-left: 6px;
  padding: 0;
  width: 10px;
}

#hero-carousel .hero-dots button.active {
  background: #29b4d4;
}

body {
  background: #f5f9ff;
  color: #071b3d;
}

a {
  color: #1457d9;
}

a:hover {
  color: #071b3d;
}

#header {
  background: #f5f9ff;
  border-bottom: 1px solid #d6e2f5;
}

#header-shadow {
  display: none;
}

#user_menu,
#user_menu a {
  color: #1457d9;
}

@media (min-width: 821px) {
  #user_menu {
    align-items: center;
    display: flex;
    flex-direction: row-reverse;
    gap: 18px;
    top: 34px;
  }

  #user_menu ul {
    margin-bottom: 0;
  }

  #form_publish {
    align-items: center;
    box-sizing: border-box;
    display: inline-flex;
    height: auto;
    justify-content: center;
    line-height: 20px;
    min-height: 44px;
    padding: 10px 20px;
    white-space: nowrap;
  }
}

#form_publish,
.ui-button,
.ui-button-big {
  background: #1457d9;
  background-image: none;
  border-color: #0b3ea4;
  color: #fff;
}

#form_publish:link,
#form_publish:visited,
.ui-button:link,
.ui-button:visited,
.ui-button-big:link,
.ui-button-big:visited {
  color: #fff;
}

#form_publish:hover,
#form_publish:focus,
#form_publish:active,
.ui-button:hover,
.ui-button:focus,
.ui-button:active,
.ui-button-big:hover {
  background: #0b3ea4;
  background-image: none;
  border-color: #082e78;
  color: #fff;
}

#home-search h2,
h1,
.home h2 {
  color: #071b3d;
}

#home-search h2 span {
  color: #1457d9;
}

#home-search .input-text {
  border-color: #c8d8f5;
  color: #071b3d;
}

#search-placeholder {
  color: #4f6285;
}

#home-search .categories a {
  color: #1457d9;
}

#home-search .categories a:hover {
  color: #071b3d;
}

#latest-ads,
#sidebar,
.ui-content-box,
.ui-item {
  background: #fff;
  border-color: #d6e2f5;
}

.ui-item .frame .price,
.details-box .price,
#hero-carousel .hero-button,
#hero-carousel .hero-dots button.active {
  background: #1457d9;
  border-color: #0b3ea4;
}
