.plan-style-5 {
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    text-align: center;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.plan-style-5:hover {
    position: relative;
    z-index: 3;
    box-shadow: 0px 0px 10px rgba(68, 68, 68, 0.2);
}

.plan-style-5 .plan-header {
    padding: 5px;
    position: relative;
    background: #fff;
    color: #000;
}

.plan-style-5 .plan-header .plan-title {
    margin: 5px 0 4px 0;
    line-height: 40px;
    font-size: 20px;
    font-weight: 400;
}

.plan-style-5 .plan-price .price {
    margin-bottom: -15px;
    font-size: 45px;
    font-weight: 600;
    line-height: 46px;
    color: #fff;
}

.plan-style-5 .plan-price .price span {
    padding: 0 5px;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
}

.plan-style-5 .plan-list {
    padding: 0;
    margin-bottom: 0;
    position: relative;
    z-index: 1;
}

.plan-style-5 .plan-list li {
    margin: 0;
    position: relative;
    list-style-type: none;
    color: #777;
    line-height: 42px;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.02rem;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.plan-style-5 .plan-list li i.far.fa-check-circle {
    color: #02d639;
}

.plan-style-5 .plan-list li p {
    margin: -10px 0 0 0;
    padding-bottom: 10px;
    font-weight: 600;
    line-height: 20px;
    display: none;
}

.plan-style-5 .plan-list li:nth-child(even) {
    background: #fff;
}

.plan-style-5 .plan-list li:nth-child(odd) {
    background: #fafafa;
}

.plan-style-5 .plan-list li i {
    margin: 0;
    position: relative;
    font-size: 13px;
    line-height: 41px;
}

.plan-style-5 .plan-list li i.far.fa-times-circle {
    color: red;
}

.plan-style-5 .plan-list .tooltip-info {
    cursor: pointer;
}

.plan-style-5 .plan-list .tooltip-info i {
    position: absolute;
    top: 10px;
    right: 17px;
    z-index: 2;
    font-size: 10px;
    color: #fff;
    line-height: 18px;
}

.plan-style-5 .plan-list .tooltip-info:after {
    content: '';
    width: 20px;
    height: 20px;
    position: absolute;
    top: 10px;
    right: 10px;
    border-style: none;
    background-color: #ddd;
    border-radius: 50%;
}

.plan-style-5 .tooltip-info .tooltiptext {
    visibility: hidden;
    width: 150px;
    background-color: rgba(0, 0, 0, 1);
    font-size: 12px;
    letter-spacing: 0.02rem;
    color: #fff;
    text-align: center;
    line-height: 20px;
    border-radius: 6px;
    padding: 5px;
    position: absolute;
    z-index: 2;
    bottom: 85%;
    left: 0;
    right: 0;
    margin: auto;
}

.plan-style-5 .tooltip-info .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0.8) transparent transparent transparent;
}

.plan-style-5 .tooltip-info:hover .tooltiptext {
    visibility: visible;
}

.plan-style-5 .dark-skin li:nth-child(even) {
    background: #fff;
}

.plan-style-5 .light-skin li:nth-child(odd) {
    background: #fafafa !important;
}

.plan-style-5 .plan-bottom {
    padding: 0 0 15px 0;
    position: relative;
    overflow: hidden;
    background: #fff;
    color: #000;
}

.plan-style-5 .plan-bottom p {
    padding: 5px;
    font-size: 14px;
    background-color: #eee;
    color: #666;
}

.plan-style-5 .plan-bottom p span {
    font-size: 20px;
    font-weight: 900;
    color: #333;
}

.plan-style-5 .plan-button {
    padding: 10px 18px;
    font-size: 14px;
    color: #111;
    border: 1px solid #111;
    text-transform: uppercase;
    text-decoration: none;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.plan-style-5 .plan-button:hover {
    background: #111;
    color: #fff;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.plan-tables-5 .border-cell-bold {
    border-bottom: 2px solid #ccc;
}

.plan-tables-5 .border-cell {
    border-bottom: 1px solid #eee;
}

.plan-style-5.active {
    position: relative;
    z-index: 3;
    box-shadow: 0px 0px 10px rgba(68, 68, 68, 0.2);
}

.plan-detail-style-5 {
    position: absolute;
    top: 0;
    right: 0;
}

.plan-detail-style-5 .plan-header {
    padding: 5px;
    background-color: #fff;
    text-align: center;
}

.plan-detail-style-5 .plan-header .plan-title {
    margin: 5px 0 4px 0;
    line-height: 40px;
    font-size: 20px;
    font-weight: 600;
    color: #666;
}

.plan-detail-style-5 .plan-detail {
    padding: 0;
}

.plan-detail-style-5 .plan-detail li {
    margin: 0;
    padding: 0 20px;
    list-style-type: none;
    color: #fff;
    line-height: 42px;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.02rem;
    text-align: right;
}

.plan-detail-style-5 .plan-detail li:nth-child(even) {
    background: #fff;
    color: #444;
}

.plan-detail-style-5 .plan-detail li:nth-child(odd) {
    background: #fafafa;
    color: #333;
}