

.pricing-table {
  text-align: center;
}
@media (min-width: 768px) {
    /* Each pricing-item*/
    .pricing-item {
        border-radius: 3px;
        display: inline-block;
        width: 18.5%;
        height: auto;
        background: #fff;
        margin: 5px;
        vertical-align: top;
        position: relative;
        overflow: hidden;
        box-shadow: 0 1.5px 4px rgba(0, 0, 0, 0.24), 0 1.5px 6px rgba(0, 0, 0, 0.12);
        transition: all 0.2s cubic-bezier(0.3, 0.6, 0.2, 1.8);
    }
}
.pricing-item {
        border-radius: 3px;
        display: inline-block;       
        height: auto;
        background: #fff;
        margin: 5px;
        vertical-align: top;
        position: relative;
        overflow: hidden;
        box-shadow: 0 1.5px 4px rgba(0, 0, 0, 0.24), 0 1.5px 6px rgba(0, 0, 0, 0.12);
        transition: all 0.2s cubic-bezier(0.3, 0.6, 0.2, 1.8);
    }
.pricing-item:hover {
  -webkit-transform: scale(1.04);
  transform: scale(1.04);
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.23), 0 3px 12px rgba(0, 0, 0, 0.16);
}
.pricing-item .pricing-title {
  width: 100%;
  color: white;
  display: block;
  position: relative;
  background: #0074D9;
  padding: 7px;
  font-weight: bold;
  font-size: 20px;
}
.pricing-item.pricing-featured .pricing-title {
  background: #FF4136;
}


/* Each pricing-item*/
@media (min-width: 768px) {
    .pricing-item1 {
        border-radius: 3px;
        display: inline-block;
        width: 32%;
        height: auto;
        background: #fff;
        margin: 5px;
        vertical-align: top;
        position: relative;
        overflow: hidden;
        box-shadow: 0 1.5px 4px rgba(0, 0, 0, 0.24), 0 1.5px 6px rgba(0, 0, 0, 0.12);
        transition: all 0.2s cubic-bezier(0.3, 0.6, 0.2, 1.8);
    }
}
    .pricing-item1 {
        border-radius: 3px;
        display: inline-block;       
        height: auto;
        background: #fff;
        margin: 5px;
        vertical-align: top;
        position: relative;
        overflow: hidden;
        box-shadow: 0 1.5px 4px rgba(0, 0, 0, 0.24), 0 1.5px 6px rgba(0, 0, 0, 0.12);
        transition: all 0.2s cubic-bezier(0.3, 0.6, 0.2, 1.8);
    }

.pricing-item1:hover {
  -webkit-transform: scale(1.04);
  transform: scale(1.04);
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.23), 0 3px 12px rgba(0, 0, 0, 0.16);
}
.pricing-item1 .pricing-title {
  width: 100%;
  color: white;
  display: block;
  position: relative;
  background: #0074D9;
  padding: 7px;
  font-weight: bold;
  font-size: 20px;
}
.pricing-item1.pricing-featured .pricing-title {
  background: #FF4136;
}

/* pricing-value */
.pricing-value {
  width: 130px;
  height: 130px;
  padding-top: 30px;
  border-radius: 50%;
  color: #fff;
  font-size: 36px;
  font-weight: 300;
  margin: 10px auto;
}

.pricing-value .smallText {
  font-size: 14px;
}

.pricing-value .undertext {
  display: block;
  font-size: 16px;
}

.pricing-item .pricing-value {
  background: #0074D9;
  border: 2px solid #0074D9;
}

.pricing-item.pricing-featured .pricing-value {
  background: #FF4136;
  border: 2px solid #FF4136;
}

/* List */
.pricing-item .pricing-features {
  margin: 10px 0;
  padding: 0;
  list-style: none;
}
.pricing-item .pricing-features li {
  display: block;
  width: 90%;
  padding-top:5px;
  padding-bottom:5px; 
  line-height: 20px;
  font-size: 15px;
  font-weight: 400;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  margin: 0 auto;
}
.pricing-item .pricing-features li .keywords {
  font-weight: bold;
}


.pricing-item1 .pricing-value {
  background: #0074D9;
  border: 2px solid #0074D9;
}

.pricing-item1.pricing-featured .pricing-value {
  background: #FF4136;
  border: 2px solid #FF4136;
}

/* List */
.pricing-item1 .pricing-features {
  margin: 10px 0;
  padding: 0;
  list-style: none;
}
.pricing-item1 .pricing-features li {
  display: block;
  width: 90%;
  padding-top:5px;
  padding-bottom:5px; 
  line-height: 20px;
  font-size: 15px;
  font-weight: 400;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  margin: 0 auto;
}
.pricing-item1 .pricing-features li .keywords {
  font-weight: bold;
}

.button {
  width: 140px;
  height: 38px;
  font-weight: 300;
  font-size: 16px;
  line-height: 32px;
  margin: 0 auto;
  background: #fff;
  color: #0074D9;
  border: 2px solid #0074D9;
  cursor: pointer;
  margin-bottom: 10px;
  transition: .2s ease-out;
  /*-webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2), 0 2px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2), 0 2px 3px rgba(0, 0, 0, 0.05);*/
}
.button:hover {
  background: #0074D9;
  color: #fff;
  border: none;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

.pricing-item.pricing-featured .button {
  color: #FF4136;
  border: 2px solid #FF4136;
}
.pricing-item.pricing-featured .button:hover {
  background: #FF4136;
  color: #fff;
}

.pricing-item1.pricing-featured .button {
  color: #FF4136;
  border: 2px solid #FF4136;
}
.pricing-item1.pricing-featured .button:hover {
  background: #FF4136;
  color: #fff;
}

.selected {
  z-index: 10;
  width: 180px;
  height: 32px;
  padding: 0 20px;
  font-size: 12px;
  line-height: 25px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  box-shadow: 0px 2px 5px #888888;
  background: gold;
  border-top: 5px solid gold;
  border-bottom: 5px solid gold;
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
  position: absolute;
  right: -47px;
  top: 17px;
}
