.property_types_links
{
  background: #d3d3d359;
  padding: 20px;
  border-radius: 10px;
  margin: 0 auto;
}
.property_types_links a
{
      color: #605b5b !important;
}
.cst-link h6
{
  font-size: 16px !important;
      text-decoration: underline;
}
.cst-box
{
      background-color: #fbfbfb;
    border-radius: 8px;
  box-shadow:0 2px 2px 0 rgba(28, 36, 51, .102);
}
.cst-link
{
    text-align: center !important;
    padding: 20px 5px !important;
}
.property-more-links
{
  margin-bottom:30px;
}
.property-more-links ul
{
  display:flex;
  border-bottom:solid 1px lightgray;
}
.property-more-links .active-tab
{
  border-bottom: solid #CD380F;
}
.property-more-links ul li
{
  margin-left: 20px;
  width: 50px;
  text-align: center;
}
.property-more-links .active-button
{
    border: none;
    background: #cd380f;
    color: white;
    text-decoration: underline;
    border-radius: 5px;
    font-weight: 600;
}
.property-more-links button
{
  border: none;
  background: #d3d3d366;
  text-decoration: underline;
  border-radius: 5px;
  font-weight: 600;
}