html, body {
  font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

html {
  scroll-behavior: smooth;
}


#map {
  height: 100%;
  width: 100%;
}

.widget-property-search .drop-menu .select {
  height: 46px;
}

.logo-nav {
  max-width: 100px
}

.pager-sec {
  background-position: center;
  background-image: url("/static/images/header-bg.83887e8a31e1.jpg");
}

h2 {
  font-size: 34px;
}

#agent-card img {
  /*width: 25z0px ;*/
  height: 250px;
  object-fit: cover;
}

.social_links a {
  display: inline-block;
  color: #242526;
  font-size: 13px;
  margin-right: 10px;
}

.text-black-50 {
  color: #67686c !important;
}

.footer-content .copyright a {
  color: #aeb4b6;
}

.neighborhood-photo {
  width: 370px;
  height: 370px;
  object-fit: cover;
}

.details-info ul li {
  float: left;
  width: 50%;
}

.property-img > img {
  width: 100%;
  float: left;
  height: 600px;
  object-fit: contain;
}

.thumb-carous .property-img > img {
  width: 100%;
  float: left;
  height: 150px;
  object-fit: cover;
}

.card .img-block img {
  height: 235px;
  object-fit: cover;
}

#video-home {
  top: 0;
  left: 0;
  position: absolute;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.slick-list {
  padding-bottom: 20px;
}

.slick-active button {
  background-color: #6a7be7 !important;
}

select {
  cursor: pointer;
  /*display: block;*/
  /*padding: 10px;*/
  color: #7e7f82;
  font-weight: 500;
  font-size: 14px;
  text-transform: capitalize;
  border: 1px solid #e0e1e6;
  margin: 0;
  /*width: 100%;*/
}

select.form-control:not([size]):not([multiple]) {
  height: calc(2.25rem + 12px);
}


#map-container, .fullwidth-home-map {
  width: 100%;
  height: 100%;
}

#map-container > div {
  position: relative;
  width: 100%;
  height: 100% !important;
  padding-bottom: 0 !important;
}

#map-container > div > div {
  position: relative;
  width: 100%;
  height: 100% !important;
  padding-bottom: 0 !important;
}

.virtual-tour-block {
  float: left;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding: 40px 23px 20px 23px;
  z-index: 2;
}

.virtual-tour-link {
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  background: rgba(145, 147, 152, 0.7);
  border-radius: 50px;
  padding: 5px 13px;
  /* margin-right: 24px; */
  margin-top: 2px;
}

.virtual-tour-link:hover {
  text-decoration: none;
  color: white;
}

.bottom-logo img {
  max-width: 200px;
}

.div-disabled {
  opacity: 0.8;
  pointer-events: none;
}

#inlineform select {
  border-left: 1px solid #e0e1e6;
}

#spread-widget-wrapper {
  width: 100%;
  margin: 20px 0;
}

.carousel-control-prev,
  .carousel-control-next {
    width: 5%;
    background-color: rgba(0,0,0,0.2);
  }

  .carousel-control-prev {
    left: -50px;
  }

  .carousel-control-next {
    right: -50px;
  }

  #propertiesCarousel {
    padding: 0 50px;
  }

  .carousel-item {
    padding: 10px 0;
  }
