.property-main-details h5.label a {
  width: 100%;
  display: block;
}

.checked::before {
  background: url('/themes/custom/brickman/assets/switch_on.png') no-repeat center center;
  width: 40px;
  height: 20px;
  display: inline-block;
  content: "";
}

.unchecked::before {
  background: url('/themes/custom/brickman/assets/switch_off.png') no-repeat center center;
  width: 40px;
  height: 20px;
  display: inline-block;
  content: "";
}