.slz-pricing-table-01 {
background-color: #FFF;
padding: 30px;
position: relative;
text-align: center;
border: 1px solid #ddd;
transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
}
.slz-pricing-table-01 .pricing-label {
position: absolute;
padding: 8px 16px;
color: #FFF;
background-color: #db0f31;
top: 0;
right: 0;
transform: rotate(90deg) translate(100%, 0);
-ms-transform: rotate(90deg) translate(100%, 0);
-webkit-transform: rotate(90deg) translate(100%, 0);
-ms-transform-origin: right top;
transform-origin: right top;
-webkit-transform-origin: right top;
}
.slz-pricing-table-01 .pricing-header {
margin-bottom: 30px;
}
.slz-pricing-table-01 .pricing-header .title {
font-weight: 700;
font-size: 30px;
color: #213047;
margin-bottom: 30px;
}
.slz-pricing-table-01 .pricing-section {
font-size: 30px;
font-weight: 700;
color: #666c72;
}
.slz-pricing-table-01 .pricing-section .unit {
top: 0;
vertical-align: top;
font-size: inherit;
line-height: inherit;
}
.slz-pricing-table-01 .pricing-section .per {
font-size: 60%;
display: inline-block;
font-weight: 500;
}
.slz-pricing-table-01 .pricing-section .sub-title {
font-size: 16px;
margin: 0;
}
.slz-pricing-table-01 .pricing-body .pricing-option {
color: #666c72;
margin-bottom: 10px;
}
.slz-pricing-table-01 .pricing-footer {
margin-top: 30px;
}
.slz-pricing-table-01 .pricing-footer .btn {
width: 180px;
border: none;
color: #fff;
background-color: #337ab7;
border-radius: 0;
-webkit-border-radius: 0;
-moz-border-radius: 0;
}
.slz-pricing-table-01.active,
.slz-pricing-table-01:hover {
box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.15);
}