body {
  font-family: 'Lato', sans-serif;
}

.noscroll::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.noscroll {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}

.search-reports {
  padding: 25px 0px;
}

#search-place-section {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

#input-search-place {
  border-radius: 25px;
  height: 40px;
  padding: 10px 40px;
}

#input-search-place:focus {
  border-color: lightgray;
  outline: none;
  box-shadow: none;
}

.search-icon {
  background-image: url('../img/search.svg');
  background-repeat: no-repeat;
  background-size: 1.75rem 1.25rem;
  background-position: center left 0.5rem;
}

.report-card-container {
  padding: 10px 0px;
}

.report-card {
  width: 280px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 10px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  transition: 0.3s;
}

.report-card:hover {
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}

.report-card .card-img-top {
  width: 278px;
  max-width: 278px;
  height: 175px;
  max-height: 175px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background-repeat: no-repeat;
}

.report-card-property-name {
  color: #333333;
  font-size: 16px;
  font-weight: bold;
}

.report-card-property-address {
  font-size: 16px;
  font-weight: 500;
}

.report-card-property-price {
  font-size: 20px;
  vertical-align: middle;
  font-weight: 500;
}

.report-buy-now {
  float: right;
  background-color: #55a2a4;
  border-color: #55a2a4;
}

.report-buy-now:active,
.report-buy-now:hover,
.report-buy-now:focus {
  background-color: #55a2a4 !important;
  border-color: #55a2a4 !important;
}

#explore-filterd-reports {
  display: none;
}

#filterd-reports-section,
#reports-list-section {
  padding-bottom: 30px;
}

.pac-container:after {
  content: none;
}

.pac-item {
  padding: 5px;
  background: #F6F6F6;
  border-bottom: #cfcfcf;
}

.pac-item .pac-icon {
  display: none;
}

@media screen and (max-width: 576px) {
  #input-search-place {
    font-size: 12px;
    height: 35px;
    padding: 10px 30px;
  }

  .search-icon {
    background-size: 1rem 1rem;
  }

  #search-place-section {
    margin-top: 1.5rem !important;
  }

  #filterd-reports-section,
  #reports-list-section {
    padding-bottom: 20px;
  }
}

@media screen and (min-width: 576px) {
  .report-card {
    width: 260px;
  }

  .report-card .card-img-top {
    width: 258px;
    max-width: 258px;
    height: 175px;
    max-height: 175px;
  }
}

@media screen and (min-width: 768px) {
  .report-card {
    width: 340px;
  }

  .report-card .card-img-top {
    width: 338px;
    max-width: 338px;
    height: 215px;
    max-height: 215px;
  }
}

@media screen and (min-width: 992px) {
  .report-card {
    width: 260px;
  }

  .report-card .card-img-top {
    width: 258px;
    max-width: 258px;
    height: 165px;
    max-height: 165px;
  }
}

@media screen and (min-width: 1200px) {
  .report-card {
    width: 300px;
  }

  .report-card .card-img-top {
    width: 298px;
    max-width: 298px;
    height: 185px;
    max-height: 200px;
  }
}