/* Pricing
-----------------------------------------------------------------*/
.price-style1 .item {
  padding: 40px;
  border: 1px solid rgba(0, 0, 0, 0.1); }
  .price-style1 .item .info {
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
  .price-style1 .item ul {
    padding: 0; }
  .price-style1 .item li {
    position: relative;
    margin: 10px 0;
    padding-left: 30px; }
    .price-style1 .item li:before {
      content: '';
      position: absolute;
      top: 40%;
      left: 0;
      width: 5px;
      height: 5px;
      background: #000;
      border-radius: 50%; }
