/* Pricing Table 1
-------------------------------------------------- */

.w-pricing-table.pt-type1 {
    text-align: center;
    margin-bottom: 35px;
    border: 5px solid #f3f3f3;
    border-radius: 5px;
    transition: all .36s ease;
    -webkit-transition: all .36s ease;
}

.w-pricing-table.pt-type1 .price-header,
.w-pricing-table.pt-type1 .price-footer {
    border-radius: 5px 5px 0 0;
}

.w-pricing-table.pt-type1 .plan-price:after {
    content: '';
    position: absolute;
    top: 100%;
    right: 50%;
    transform: translate(50%, 0);
    -webkit-transform: translate(50%, 0);
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 10px solid #f3f3f3;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
}

.w-pricing-table.pt-type1 .price-footer {
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 1px solid #e5e5e5;
    border-radius: 0 0 5px 5px;
}

.w-pricing-table.pt-type1 .price-footer a {
    margin-bottom: 0px;
    color: #777;
    font-weight: bold;
}

.w-pricing-table.pt-type1 .price-footer a:hover {
    color: #437df9;
}

.w-pricing-table.pt-type1 .price-header {
    border-bottom: 1px solid #e5e5e5;
}

.w-pricing-table.pt-type1 ul.features {
    padding-top: 16px;
}

.w-pricing-table.pt-type1 ul.features li {
    list-style: none;
    padding-top: 12px;
}

.w-pricing-table.pt-type1 ul.features li:nth-child(1) {
    border: none;
    border-radius: 5px;
}

.w-pricing-table.pt-type1 .plan-title {
    text-transform: capitalize;
    font-weight: 700;
    font-size: 22px;
    line-height: 36px;
    padding: 16px 15px 8px;
    margin-bottom: 0;
    background: #f3f3f3;
    color: #4a4a4a;
}

.w-pricing-table.pt-type1 .plan-price {
    line-height: normal;
    margin: 0;
}

.w-pricing-table.pt-type1 .plan-price span {
    font-weight: 700;
    font-size: 34px;
    color: #465155;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.3);
}

.w-pricing-table.pt-type1.featured .plan-title,
.w-pricing-table.pt-type1 .plan-price span,
.w-pricing-table.pt-type1 .plan-price small {
    color: #fff;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
}

.plan-price small {
    font-size: 14px;
    font-weight: 400;
}

.w-pricing-table.pt-type1.featured .plan-title,
.w-pricing-table.pt-type1 .pt-footer {
    line-height: 46px;
    background: #f3f3f3;
    padding: 12px 15px 0;
    font-size: 23px;
    font-weight: 700;
    color: #235769;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
}

.w-pricing-table.pt-type1 .pt-footer p {
    margin-bottom: 0;
}

.w-pricing-table.pt-type1 .plan-price {
    background: #f3f3f3;
    padding: 0 12px 37px;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
}

.w-pricing-table.pt-type1 .plan-price span {
    font-size: 23px;
}

.w-pricing-table.pt-type1 .plan-price span,
.w-pricing-table.pt-type1 .plan-price small {
    color: #5dc738;
    transition: all .8s ease;
    -webkit-transition: all .8s ease;
}

.w-pricing-table.pt-type1 .pt-features {
    padding-top: 44px;
}

.w-pricing-table.pt-type1 .pt-features li,
.w-pricing-table.pt-type1 .pt-features li {
    padding: 3px 0;
    list-style: none;
    font-size: 13px;
    font-weight: 400;
    color: #616161;
}

.w-pricing-table.pt-type1 .pt-features li:last-child:before,
.w-pricing-table.pt-type1 .pt-features li:last-child:before {
    display: none;
}

.w-pricing-table.pt-type1 .pt-features .feature-icon {
    font-family: 'themify';
    padding-right: 5px;
    color: #437df9;
}

.w-pricing-table.pt-type1 .pt-features .not-available-icon:before {
    content: "\e646";
}

.w-pricing-table.pt-type1 .pt-features .available-icon:before {
    content: "\e64c";
}

.w-pricing-table.pt-type1 .pt-features .feature-icon.not-available-icon {
    color: #cc8383;
}

.w-pricing-table.pt-type1 .pt-features .feature-icon.empty-icon {
    display: none;
}

.w-pricing-table.pt-type1 .pt-footer a,
.w-pricing-table.pt-type1 .pt-footer a {
    display: inline-block;
    font-size: 11px;
    color: #437df9;
    background: #fff;
    border: 2px solid;
    border-radius: 60px;
    padding: 0px 19px;
    line-height: 34px;
    margin-bottom: 14px;
    text-transform: uppercase;
    border: none;
    box-shadow: 0 12px 22px -10px rgba(0, 0, 0, 0.1);
    transition: all .25s ease;
    -webkit-transition: all .25s ease;
}

.w-pricing-table.pt-type1 .pt-footer a:hover,
.w-pricing-table.pt-type1 .pt-footer a:hover {
    color: #fff;
    background: #393939;
}

.w-pricing-table.pt-type1 .pt-footer a:after,
.w-pricing-table.pt-type1 .pt-footer a:after {
    display: none;
}

.w-pricing-table.pt-type1 .plan-price {
    position: relative;
}

.w-pricing-table.pt-type1.featured {
    border-color: #437df9;
}

.w-pricing-table.pt-type1.featured .plan-title,
.w-pricing-table.pt-type1.featured .plan-price,
.w-pricing-table.pt-type1.featured .pt-footer,
.w-pricing-table.pt-type1.featured .pt-footer {
    background: #437df9;
    border: none;
}

.w-pricing-table.pt-type1.featured .plan-price:after {
    border-top-color: #437df9;
}

.w-pricing-table.pt-type1.featured .plan-price span,
.w-pricing-table.pt-type1.featured .plan-price small,
.w-pricing-table.pt-type1.featured .plan-title {
    color: #fff;
}

.w-pricing-table.pt-type1.featured .pt-footer a,
.w-pricing-table.pt-type1.featured .pt-footer a {
    color: #437df9;
}

@media (min-width: 481px) and (max-width: 1280px) {

    .w-pricing-table.pt-type1 .pt-features li:before,
    .w-pricing-table.pt-type1 .pt-features li:before {
        margin-top: 31px;
    }
}

@media (max-width:479px) {

    .w-pricing-table.pt-type1 .pt-features li:before,
    .w-pricing-table.pt-type1 .pt-features li:before {
        margin-top: 31px;
    }
}