.suburb-report .suburb-container {
  width: 100%;
  max-width: 1425px;
  margin: 0 auto;
  padding: 0 30px;
}
.suburb-report .row {
  margin-left: 0;
  margin-right: 0;
}
.suburb-report .row_col_wrap_12.col.span_12 {
  display: flex;
  display: -ms-flexbox;
  -ms-flex-wrap: wrap;
  float: none;
  gap: 30px;
}
.suburb-report .vc_col-sm-6 {
  width: 50%;
  padding: 0 15px;
  box-sizing: border-box;
  position: relative;
}
.suburb-report .vc_col-sm-3 {
  width: 25%;
  padding: 0 15px;
  box-sizing: border-box;
}
.main-content .row_col_wrap_12:last-child {
  margin-bottom: 0 !important;
}
.suburb-report .trend-box {
  background: #f3f3f5;
  padding: 40px 30px;
  border-radius: 15px;
  position: relative;
  box-sizing: border-box;
}
.suburb-report .trend-box .icon-box {
  background: #e67300;
  display: block;
  margin: 0 auto 20px;
  width: 70px;
  height: 70px;
  text-align: center;
  line-height: 70px;
  border-radius: 100%;
  font-size: 30px;
  color: #fff;
}
.trend-box-small small {
  font-size: 12px;
  display: block;
  line-height: 18px;
}
.suburb-report .trend-box h3 {
  text-align: center;
  font-size: 30px;
  line-height: 40px;
  font-weight: 500;
  margin: 0 0 15px;
}
.suburb-report ul.stats-box {
  display: flex;
  margin: 0;
  padding: 0;
  width: 100%;
  list-style: none;
  align-items: center;
  column-gap: 20px;
  text-align: center;
}
.suburb-report ul.stats-box li {
  width: 33.3333%;
  border: 1px solid #cbcbcd;
  border-radius: 15px;
  padding: 55px 20px 20px;
  position: relative;
  height: 200px;
  box-sizing: border-box;
  list-style: none;
}
.suburb-report .rental-stats-box li:last-child:after,
.suburb-report .rental-stats-box li:last-child:before,
.suburb-report ul.stats-box li:last-child:before,
.suburb-report ul.stats-box li:last-child:after {
  display: none;
}
.suburb-report .rental-stats-box li:after,
.suburb-report ul.stats-box li:after {
  content: "";
  width: 40px;
  height: 30px;
  position: absolute;
  right: -30px;
  top: 0;
  bottom: 0;
  background: #f3f3f5;
  margin: auto;
  z-index: 1;
}
.suburb-report .rental-stats-box li:before,
.suburb-report ul.stats-box li:before {
  content: "";
  width: 40px;
  height: 2px;
  position: absolute;
  right: -30px;
  top: 0;
  bottom: 0;
  background: #bdbdbe;
  margin: auto;
  z-index: 4;
}
.suburb-report .stats-box h6 {
  color: #5d5d5d;
  font-size: 26px;
  line-height: 40px;
  margin: 0;
  font-weight: 500;
}
.row_col_wrap_12.col.span_12.pricefinder {
  display: block;
}
.row_col_wrap_12.col.span_12.pricefinder p {
  display: block;
  padding-bottom: 0px;
  margin-bottom: 5px;
}
.suburb-report .stats-box h5,
.suburb-report .stats-box h5 span {
  color: #1a1e29;
  font-size: 40px;
  line-height: 40px;
  margin: 0;
  font-weight: 500;
}
.suburb-report .stats-box p {
  color: #5d5d5d;
  font-size: 14px;
  line-height: 40px;
  margin: 0;
  font-weight: 500;
  text-transform: uppercase;
}
.suburb-report .stats-box p span {
  background: #141414;
  border-radius: 50px;
  color: #fff;
  display: inline-block;
  line-height: 40px;
  padding: 0 20px;
  margin: 15px 0 0;
}
.suburb-report .Learn-More a {
  border: 1px solid #141414;
  color: #141414;
  display: inline-block;
  height: 44px;
  padding: 0 30px;
  line-height: 44px;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  transition: all ease-in-out 0.3s;
}
.suburb-report .Learn-More {
  text-align: center;
  padding: 30px 0 0;
}
.suburb-report .Learn-More a:hover {
  border: 1px solid #141414;
  background: #141414;
  color: #fff;
}
.suburb-report .trend-box-small {
  background: #f3f3f5;
  padding: 55px 30px 0;
  border-radius: 15px;
  margin: 0 0 30px;
  text-align: center;
  height: 220px;
  box-sizing: border-box;
}
.suburb-report .trend-box-small h3 {
  font-size: 40px;
  line-height: 40px;
  color: #141414;
  margin: 0 0 20px;
}
.suburb-report .trend-box-small h3 span {
  font-weight: 500;
}
.suburb-report .trend-box-small p {
  color: #141414;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
}
.suburb-report .trend-box-buttons ul {
  display: flex;
  gap: 15px;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
.suburb-report .trend-box-buttons ul li {
  width: 50%;
  list-style: none;
  margin: 0 auto;
}
.suburb-report .trend-box-buttons ul li a.learn-more {
  border: 1px solid #141414;
  background: #141414;
  color: #fff;
  display: block;
  height: 50px;
  padding: 0 30px;
  line-height: 50px;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  transition: all ease-in-out 0.3s;
  box-sizing: border-box;
}
.suburb-report .trend-box-buttons ul li a.learn-more:hover {
  border: 1px solid #141414;
  background: #f3f3f5;
  color: #141414;
}
.suburb-report .view-data {
  border: 1px solid #141414;
  background: #f3f3f5;
  color: #141414;
  display: block;
  height: 50px;
  padding: 0 30px;
  line-height: 50px;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  transition: all ease-in-out 0.3s;
  box-sizing: border-box;
}
.suburb-report .view-data:hover {
  border: 1px solid #141414;
  background: #141414;
  color: #fff;
}
.suburb-report .trend-box-buttons {
  margin-top: 40px;
}
.suburb-report .trend-wrap {
  position: relative;
  margin: 0 0 30px;
}
.suburb-report .rental-box,
.suburb-report .graph-box {
  background: #f3f3f5;
  padding: 20px 30px;
  border-radius: 15px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
  box-sizing: border-box;
}
.suburb-report button.hide-btn {
  position: absolute;
  top: 20px;
  right: 30px;
  background: #141414;
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  font-size: 18px;
  border: 0;
  border-radius: 100%;
  cursor: pointer;
}
.suburb-report .graph-box h5 {
  color: #1a1e29;
  font-size: 22px;
  font-weight: 500;
  margin: 0 0 20px;
  line-height: 32px;
  text-align: left;
}
.suburb-report .graph-table table {
  width: 100%;
  text-align: left;
  border: 0;
  border-collapse: collapse;
  width: 100%;
}
body:not(.woocommerce-cart) .main-content table {
  border: 0 !important;
  background: none;
  margin: 0;
}
body:not(.woocommerce-cart) .main-content table tr:nth-child(2n + 1) {
  background-color: #f3f3f5;
}
.graph-table.rental tr td:first-child {
  font-weight: 500;
}
.suburb-report .graph-table.rental table tr th {
  font-size: 16px;
  font-weight: 500;
  color: #1a1e29;
  border: 0;
  padding: 15px;
}
.suburb-report .graph-table.rental table tr td {
  border: 0;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  padding: 15px;
}
.suburb-report .graph-table table thead tr {
  background: #f3f3f5;
}
.suburb-report .graph-table table tr th {
  font-size: 14px;
  font-weight: 500;
  color: #1a1e29;
  border: 0;
  padding: 5px 10px;
}
.suburb-report .graph-table table tr td {
  border: 0;
  font-size: 15px;
  line-height: 22px;
  font-weight: 400;
  padding: 5px 10px;
}
.suburb-report .graph-table table tbody tr:nth-child(odd) {
  background-color: #e8e8ea;
}
.suburb-report .graph-table table tbody tr:nth-child(even) {
  background-color: #f5f5f5;
}
.suburb-report .graph-table {
  width: 100%;
  margin: 0 0 10px;
}
.suburb-report .rental-box {
  text-align: center;
  padding: 30px;
}
.suburb-report .rental-box h5 {
  font-size: 16px;
  font-weight: 500;
  margin: 0 0 15px;
}
.suburb-report .rental-box h6 {
  font-size: 30px;
  font-weight: 400;
  margin: 0 0 30px;
  line-height: 40px;
}
.suburb-report .rental-stats-box li p {
  color: #4a4a4a;
  font-size: 16px;
  margin: 0 0 15px;
  font-weight: 500;
  padding: 0;
}
.suburb-report .rental-stats-box li h5,
.suburb-report .rental-stats-box li h6 {
  font-size: 40px;
  font-weight: 500;
  margin: 0;
  line-height: 50px;
}
.suburb-report .rental-stats-box li h5 span,
.suburb-report .rental-stats-box li h5 {
  color: #e67300;
  font-weight: 500;
}
.suburb-report .rental-stats-box li h6 sup {
  font-size: 0.5em;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
}
.row.other-stats p {
  padding: 0;
  margin: 0 0 40px;
}
.suburb-report .rental-stats-box {
  display: flex;
  margin: 0 0 40px;
  padding: 0;
  width: 100%;
  list-style: none;
  align-items: center;
  column-gap: 20px;
  text-align: center;
}
.suburb-report .rental-stats-box li {
  width: 33.3333%;
  border: 1px solid #cbcbcd;
  border-radius: 15px;
  padding: 55px 15px 20px;
  position: relative;
  height: 200px;
  box-sizing: border-box;
  list-style: none;
}
.suburb-report .back-btn {
  height: 50px;
  line-height: 50px;
  color: #141414;
  font-size: 16px;
  border: 1px solid #141414;
  padding: 0 40px;
  box-sizing: border-box;
  transition: all ease-in-out 0.3s;
}
.suburb-report .back-btn:hover {
  border: 1px solid #141414;
  background: #141414;
  color: #fff;
}
.wrapper.suburb-report {
  margin: 40px 0 0 0;
}
.suburb-report .trend-box-small p {
  padding: 0;
  margin: 0;
}
.suburb-report .row_col_wrap_12.col.span_12 {
  text-align: center;
}
.row .col .pricefinder-logo {
  width: 120px !important;
  margin: 0 auto !important;
}
@media only screen and (min-width: 200px) and (max-width: 767px) {
  .suburb-report .vc_col-sm-3 {
    padding: 0;
  }
  .suburb-report .graph-table.rental table tr th,
  .suburb-report .graph-table.rental table tr td {
    font-size: 14px;
  }
  h6.vc_custom_heading.report-hero-sub {
    font-size: 20px !important;
    line-height: 26px !important;
  }
  h1.vc_custom_heading.report-hero-sub.hero-title {
    font-size: 46px !important;
    line-height: 55px !important;
    margin: 10px 0 !important;
  }
  h3.vc_custom_heading.rabout-title {
    font-size: 22px !important;
    line-height: 32px !important;
  }
  .suburb-report h3.vc_custom_heading {
    font-size: 30px !important;
    line-height: 40px !important;
  }
  .suburb-report .row_col_wrap_12.col.span_12 {
    display: block;
  }
  .suburb-report .vc_col-sm-6 {
    width: 100%;
  }
  .suburb-report .trend-box {
    text-align: center;
  }
  .suburb-report .trend-box .icon-box {
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
  .suburb-report .trend-box h3 {
    font-size: 20px;
    line-height: 30px;
  }
  .suburb-report ul.stats-box {
    display: block;
  }

  .suburb-report .rental-stats-box li,
  .suburb-report ul.stats-box li {
    width: 100%;
    border: 0px solid #cbcbcd;
    border-radius: 0;
    padding: 0 0 30px;
    height: auto;
  }
  .suburb-report .stats-box h6 {
    font-size: 20px;
    line-height: 30px;
  }
  .suburb-report .stats-box p {
    font-size: 12px;
    line-height: 22px;
  }

  .suburb-report .rental-stats-box li:after,
  .suburb-report ul.stats-box li:after,
  .suburb-report ul.stats-box li:after {
    display: none;
  }
  .suburb-report .rental-stats-box li:before,
  .suburb-report ul.stats-box li:before {
    content: "";
    width: 1px;
    height: 20px;
    position: absolute;
    right: 0;
    top: inherit;
    bottom: 0;
    background: #bdbdbe;
    margin: auto;
    z-index: 4;
    left: 0;
  }
  .suburb-report ul.stats-box li:last-child {
    padding: 0;
  }
  .suburb-report .trend-box-buttons ul {
    display: block;
  }
  .suburb-report .trend-box-buttons ul li {
    width: 100%;
    list-style: none;
    margin-bottom: 10px;
  }
  .suburb-report .stats-box p span {
    line-height: 30px;
  }
  .suburb-report .rental-box,
  .suburb-report .graph-box {
    padding: 15px;
  }
  .suburb-report .graph-box h5 {
    font-size: 14px;
  }
  .suburb-report button.hide-btn {
    top: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
    line-height: 32px;
    font-size: 14px;
  }
  .suburb-report .rental-stats-box {
    display: block;
    margin: 0;
  }
  .suburb-report .rental-stats-box li {
    width: 100%;
    height: auto;
    margin: 0 0 10px;
  }
  .suburb-report .vc_col-sm-3 {
    width: 100%;
  }
  .suburb-report .trend-box-small {
    padding: 20px;
    margin: 0 0 30px;
    height: auto;
  }
  .suburb-report .trend-box-small p {
    padding: 0;
  }
  .suburb-report .trend-box-small p {
    padding: 0;
    margin: 0;
    font-size: 16px;
  }
  .vc_custom_heading.rtitle {
    font-size: 30px !important;
    line-height: 40px !important;
  }

  .suburb-report .rental-stats-box li h5,
  .suburb-report .rental-stats-box li h6,
  .suburb-report .stats-box h5,
  .suburb-report .stats-box h5 span {
    font-size: 30px;
  }

  .suburb-report .rental-stats-box li:last-child {
    padding-bottom: 0;
  }

  .suburb-report .graph-table table tr th {
    font-size: 12px;
    padding: 5px;
  }

  .suburb-report .graph-table table tr td {
    font-size: 13px;
    padding: 5px;
  }

  .suburb-report .rental-stats-box li p {
    margin: 0;
  }
}

/******************************************************/

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .container.main-content {
    max-width: 100%;
    padding: 0 15px;
  }
  .suburb-report .row_col_wrap_12.col.span_12 {
    margin: 0;
    display: block !important;
  }
  .suburb-report .row_col_wrap_12.col.span_12 .vc_col-sm-6 {
    width: 100%;
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .suburb-report .row_col_wrap_12.col.span_12 {
    display: flex;
    display: -ms-flexbox;
    -ms-flex-wrap: wrap;
    float: none;
    gap: 0;
  }
  .suburb-report .row_col_wrap_12.col.span_12 > :last-child {
    margin-right: 0; /* if you are using margin for gap */
    padding-right: 0; /* if padding is causing the gap */
  }
  .suburb-report .trend-box {
    text-align: center;
  }
  .suburb-report .trend-box .icon-box {
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
  .suburb-report .trend-box h3 {
    font-size: 20px;
    line-height: 30px;
  }
  .suburb-report ul.stats-box {
    display: block;
  }

  .suburb-report .rental-stats-box li,
  .suburb-report ul.stats-box li {
    width: 100%;
    border: 0px solid #cbcbcd;
    border-radius: 0;
    padding: 0 0 30px;
    height: auto;
  }
  .suburb-report .stats-box h6 {
    font-size: 20px;
    line-height: 30px;
  }
  .suburb-report .stats-box p {
    font-size: 12px;
    line-height: 22px;
  }
  .suburb-report .rental-stats-box li:after,
  .suburb-report ul.stats-box li:after {
    display: none;
  }
  .suburb-report .rental-stats-box li:before,
  .suburb-report ul.stats-box li:before {
    content: "";
    width: 1px;
    height: 20px;
    position: absolute;
    right: 0;
    top: inherit;
    bottom: 0;
    background: #bdbdbe;
    margin: auto;
    z-index: 4;
    left: 0;
  }
  .suburb-report ul.stats-box li:last-child {
    padding: 0;
  }
  .suburb-report .trend-box-buttons ul {
    display: block;
  }
  .suburb-report .trend-box-buttons ul li {
    width: 100%;
    list-style: none;
    margin-bottom: 10px;
  }
  .suburb-report .stats-box p span {
    line-height: 30px;
  }
  .suburb-report .rental-box,
  .suburb-report .graph-box {
    padding: 15px;
  }
  .suburb-report .graph-box h5 {
    font-size: 14px;
  }
  .suburb-report button.hide-btn {
    top: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
    line-height: 32px;
    font-size: 14px;
  }
  .suburb-report .rental-stats-box {
    display: block;
    margin: 0 0 20px;
  }

  .suburb-report .vc_col-sm-3 {
    width: 100%;
  }
  .suburb-report .trend-box-small {
    padding: 20px;
    margin: 0 0 30px;
    height: 180px;
  }
  .suburb-report .trend-box-small p {
    padding: 0;
  }
  .suburb-report .trend-box-small p {
    padding: 0;
    margin: 0;
    font-size: 16px;
  }
  .row.other-stats .vc_col-sm-3 {
    float: left;
    width: 50%;
  }
}
body:not(.woocommerce-cart) .main-content tr td:first-child,
body:not(.woocommerce-cart) .main-content tr th:first-child {
  border: 0;
}
.row.other-stats {
  display: block;
}
@media (min-width: 268px) and (max-width: 992px) {
  .container.main-content {
    padding: 0 15px;
  }
}
