﻿
/*============================================================
GENERAL STYLES
============================================================*/
.db-wrapper {
    font-family: Arial;
}
/*============================================================
BACKGROUND COLORS
============================================================*/
.db-bk-color-one {
    background-color: #5D5D5D;
}

.db-bk-color-two {
    background-color: #46A6F7;
}

.db-bk-color-three {   
    background-color: #00B8B0;
    
}

.db-bk-color-four {    
    background-color: #580E5B;
}
/*============================
PRICING TABLES EIGHT STYLES
==============================*/

.db-pricing-eight {
    margin-bottom: 30px;
    margin-top: 30px;
    text-align: center;
    color: #fff;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

    .db-pricing-eight:hover {
        margin-top: 5px;
        -moz-transition: margin-top 0.25s ease 0s;
        -ms-transition: margin-top 0.25s ease 0s;
        transition: margin-top 0.25s ease 0s;
    }

    .db-pricing-eight ul {
        list-style: none;
        margin: 0;
        text-align: center;
        padding-left: 0px;
    }

        .db-pricing-eight ul li {
            padding-top: 20px;
            padding-bottom: 20px;
            cursor: pointer;
            text-transform: uppercase;
            border-bottom: 2px solid rgba(0, 0, 0, 0.12);
        }

            .db-pricing-eight ul li.price {
                padding: 40px 20px 20px 20px;
                font-size: 20px;
                font-weight: 900;
            }

                .db-pricing-eight ul li.price i {
                    border-radius: 50%;
                    -webkit-border-radius: 50%;
                    -moz-border-radius: 50%;
                    height: 80px;
                    margin: -85px auto 20px;
                    width: 80px;
                    font-size: 18px;
                    padding: 25px;
                    display: block;                    
                    color: #fff;
                    border: 4px solid #FFF;
                }


    .db-pricing-eight .pricing-footer {
        padding: 20px;
    }

        .db-pricing-eight .pricing-footer a i {
            margin: 5px;
        }
