    .ftco-section {
        padding: 7em 0;
        position: relative;
    }
    .heading-section h2 {
        font-size: 34px;
        font-weight: 400;
    }
    .pricing-entry > div {
        padding: 20px;
    }
    .pricing-entry {
        border: 1px solid #c8eaf5;
        position: relative;
    }
    .pricing-entry h3 {
        font-size: 16px;
        font-weight: 400;
    }
    .pricing-entry p .price {
        font-weight: 300;
        font-size: 28px;
        color: #46b7de;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }
    .pricing-entry ul li:nth-child(odd) {
        background: #fafafa;
    }
    .pricing-entry > div {
        padding: 20px;
    }
    .pricing-entry ul li {
        color: #999;
        list-style: none;
        padding: 10px 20px;
        font-size: 15px;
    }
    .pricing-entry ul {
        margin: 0;
        padding: 0;
    }
    .pricing-entry .button {
        position: absolute;
        bottom: -26px;
        left: 0;
        right: 0;
        margin-bottom: 0;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }
    .pricing-entry:hover .btn, .pricing-entry:focus .btn {
        background: #a8c337 !important;
        border: 1px solid #a8c337 !important;
        color: #fff !important;
    }
    .pricing-entry  .btn.btn-primary {
        background: #46b7de;
        border: 1px solid #46b7de;
        color: #fff;
    }