#price {
    text-align: center;
}

.plan {
    display: inline-block;
    margin: 10px 1%;
    font-family: 'Lato', Arial, sans-serif;
}

.plan-inner {
    background: #fff;
    margin: 0 auto;
    min-width: 160px;
    max-width: 100%;
    position:relative;
}

.entry-title {
    background: #2FCAFE;
    height: 140px;
    position: relative;
    text-align: center;
    color: #fff;
    margin-bottom: 30px;
}

.entry-title>h3 {
    background: #01B7F2;
    font-size: 20px;
    padding: 5px 0;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0;
}

.entry-title .price {
    position: absolute;
    bottom: -25px;
    background: #01B7F2;
    height: 125px;
    width: 125px;
    margin: 0 auto;
    left: 0;
    right: 0;
    overflow: hidden;
    border-radius: 50px;
    border: 5px solid #fff;
    line-height: 115px;
    font-size: 40px;
    font-weight: 700;
}

.price span {
    position: absolute;
    font-size: 9px;
    bottom: -10px;
    left: 30px;
    font-weight: 400;
}

.entry-content {
    /*color: #323232;*/
}

.entry-content ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
}

.entry-content li {
    border-bottom: 1px solid #E5E5E5;
    padding: 10px 0;
}

.entry-content li:last-child {
    border: none;
}

.pbtn {
    padding: 3em 0;
    text-align: center;
}

.pbtn a {
    background: #323232;
    padding: 10px 30px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    text-decoration: none
}
.hot {
    position: absolute;
    top: -12px;
    background: #F80;
    color: #fff;
    text-transform: uppercase;
    z-index: 2;
    padding: 2px 5px;
    font-size: 10px;
    border-radius: 2px;
    right: -10px;
    font-weight: 700;
}

.red .entry-title {
    background: var(--mz-one-hover);
}

.red .entry-title > h3 {
    background: var(--mz-one);
}

.red .price {
    background: var(--mz-one);
}


.blue .entry-title {
    background: var(--mz-two-hover);
}

.blue .entry-title > h3 {
    background: var(--mz-two);
}

.blue .price {
    background: var(--mz-two);
}

.blue2 .entry-title {
    background: var(--mz-three-hover);
}

.blue2 .entry-title > h3 {
    background: var(--mz-three);
}

.blue2 .price {
    background: var(--mz-three);
}
