﻿.row {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.box-pricing {
    position: relative;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    padding: 70px 15px 0;
    border-radius: 8px;
    box-shadow: 0 0 10px 0 rgba(0,0,0,.17);
}

.box-pricing-black {
    color: #fff;
    background: #1b1929;
}

.box-pricing-body {
    max-width: 260px;
    margin-left: auto;
    margin-right: auto;
}

.box-pricing-title {
    letter-spacing: .1em;
    text-transform: uppercase;
}

.box-pricing-time {
    letter-spacing: .2em;
}

.box-pricing-divider {
    position: relative;
    padding: 35px 0;
}

    .box-pricing-divider + .box-pricing-list {
        margin-top: 0;
    }

.box-pricing-list > li {
    text-indent: -25px;
    padding-left: 25px;
    color: #9b9b9b;
}

.box-pricing-button {
    margin-top: 40px;
    margin-left: -15px;
    margin-right: -15px;
}

.box-pricing-black .button-gray-4, .box-pricing-black .button-gray-4:focus {
    color: #fff;
    background-color: #3f3f3f;
    border-color: #494c51;
}

.box-pricing-popular .box-pricing-badge {
    display: inline-block;
}

.box-pricing-popular .box-pricing-badge {
    display: inline-block;
}

.box-pricing-black .button {
    border: none !important;
}

.box-pricing-badge {
    position: absolute;
    top: 15px;
    right: 15px;
    display: none;
    padding: 8px 13px;
    font-size: 14px;
    line-height: 1;
    font-weight: 600;
    letter-spacing: .075em;
    text-transform: uppercase;
    font-family: Poppins,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
    color: #fff;
    background: #e85d0b;
    border-radius: 4px;
}

.box-pricing-button a {
    background-color: #e85d0b;
    border-color: #e85d0b;
}

.box-pricing-black .box-pricing-list > li.active {
    color: inherit;
}

.button {
    position: relative;
    overflow: hidden;
    display: inline-block;
    min-width: 200px;
    padding: 17px 33px 15px;
    font-size: 14px;
    line-height: 1.34;
    border: 2px solid;
    font-family: Poppins,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
    font-weight: 500;
    letter-spacing: .075em;
    text-transform: uppercase;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: center;
    cursor: pointer;
    vertical-align: middle;
    user-select: none;
    transition: 250ms all ease-in-out;
    width: 100%;
    color: white;
}

.box-pricing-black .divider {
    background: #e85d0b;
}

.divider {
    font-size: 0;
    line-height: 0;
    height: 1px;
    width: 100%;
    background: #e1e1e1;
}

.box-pricing-list > li {
    padding-left: 25px;
    color: #9b9b9b;
    margin-bottom: 10px;
}


