.blue-strip-heading h5 {
    margin-bottom: 0px;
    color: #fff;
    font-size: 36px;
    font-weight: 800;
    line-height: 52px;
}

ul,
li {
    margin: 0;
    list-style: none;
}

.pricing-wrapper ul li:before {
    content: '\f00c';
    font-family: 'FontAwesome';
    float: left;
    margin-left: -1.8em;
    color: #2851A5;
}

.pricing-wrapper ul li p {
    font-size: 14px;
    font-weight: 300;
    color: #666666;
    line-height: 25px;
    margin-bottom: 2px;
}

.developer-table td {
    border: none;
}

table.table.table-hover.developer-table {
    border: 1px solid #DBDBDB;
}

.price-developer-head h2 {
    font-size: 25px;
    font-weight: 800;
    color: #666666;
    line-height: 25px;
    margin-bottom: 13px;
}

.developer-table th {
    font-size: 14px;
    font-weight: 800;
    color: #666666;
}

.developer-table td {
    font-size: 12px;
    font-weight: 400;
    color: #666666;
}

.developer-table td:last-child {
    font-size: 12px;
    font-weight: 800;
}

.price-list-block {
    padding-top: 50px;
}

.developer-block {
    padding-top: 100px;
}

.developer-margin {
    padding-bottom: 28px;
}

table.table.table-hover.developer-table tbody tr:hover {
    background-color: hsla(209, 100%, 32%, 0.2);
}

p.header-sub-text {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
}

h1.price-text {
    margin-bottom: 2px !important;
}

@media (max-width: 480px) {
    .price-developer-head h2 {
        font-size: 18px;
    }
    table.table.table-hover.developer-table {
        margin-bottom: 30px;
    }
    .developer-margin {
        padding-bottom: 0;
    }
}