.viewBox {
  padding: 15px 28px;
  box-shadow: 7px 0px 14px rgba(99, 98, 98, 0.22);
  background: #fff;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 28px;
  margin-top: 28px;
}
.viewBox .headlisting {
  color: var(--red-color);
  font-size: 28px;
  font-weight: 500;
  margin: 0;
}
.viewBox .itsButton {
  display: block;
  margin: 0 auto;
  font-size: 12px;
  padding: 7px;
  background-color: #666;
  color: #fff;
  border-radius: 5px;
  margin-top: 10px;
  border: 0;
}
.viewBox .price a {
  width: 100%;
  padding: 15px 15px;
  font-size: 18px;
  font-weight: 500;
}
.viewBox .price .rate {
  display: inline-block;
  background: #30302c;
  color: #fff;
  text-decoration: none;
  margin-bottom: 20px;
}
.viewBox .price .viewListing {
  display: inline-block;
  background: var(--red-color);
  color: #fff;
  text-decoration: none;
}
.viewBox .cityLink {
  margin-top: 35px;
}
.viewBox .cityLink a {
  font-size: 14px;
  text-decoration: none;
  font-style: italic;
  color: #c7cdd2;
}
.viewBox .property {
  margin-top: 20px;
  width: 100%;
  background: none repeat scroll 0 0 #f8f8f8;
  color: #666;
}
.viewBox .property span {
  font-size: 16px;
  line-height: 24px;
  padding: 8px;
  border-right: 1px solid #efefef;
  display: block;
  float: left;
  text-align: center;
  text-transform: uppercase;
  width: 25%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.viewBox .property span strong {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (max-width: 992px) {
  .inputContainer {
    flex-direction: column;
    align-items: flex-start !important;
    font-size: 16px !important;
  }
  .title {
    width: auto !important;
    font-size: 18px !important;
    text-align: start !important;
  }
}
@media (max-width: 768px) {
  .continueBtn {
    height: 55px !important;
    padding: 0px 35px !important;
    font-size: 24px !important;
  }
}
@media (max-width: 480px) {
  .property {
    display: grid;
    grid-template-columns: auto auto;
  }
  .property span {
    font-size: 11px !important;
    white-space: nowrap;
    width: 100% !important;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .property span strong {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
.ListImg {
  position: relative;
  height: 175px;
}
.ListImg img {
  width: 100%;
  height: 100%;
}
.ListImg .bgGradeList {
  position: absolute;
  width: 33%;
  height: 46%;
  right: 5%;
  bottom: 14%;
}/*# sourceMappingURL=agentListCard.module.css.map */