#pricing {
    padding:180px 0 80px 0;
    text-align: center;
}

@media (max-width: 768px) {
    #pricing {
        padding:120px 0 80px 0;
    }
}

#pricing .plans {
    padding-top:60px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-direction: row wrap;
    flex-direction: row wrap;
    flex-flow: row wrap;
    align-items: stretch;
    flex-wrap: wrap;
    justify-content: space-between;
}

.plans .col-lg-4 {
    align-self:stretch;
    -webkit-flex: 0 1 auto;
    flex: 0 1 auto;
    margin-bottom:20px;


}

@media (min-width: 992px) {
    .plans .col-lg-4 {
        -webkit-flex: 0 0 33.333%;
        flex: 0 0 33.333%;

    }
}

@media (min-width: 768px) and (max-width: 992px) {
    .plans .col-lg-4 {
        -webkit-flex: 0 0 50%;
        flex: 0 0 50%;
    }
}

@media (max-width: 1200px) {
    .plans .col-lg-4 {
        padding-left:20px;
        padding-right:20px;
    }
}

#pricing .plan {
    box-shadow: 0 50px 100px rgba(50,50,93,.1), 0 15px 35px rgba(50,50,93,.15), 0 5px 15px rgba(0,0,0,.1);
    height:100%;
}

#pricing .nav-pills {
    align-items: center;
    justify-content: center;
    margin:20px 0;
}

#pricing .nav-pills .nav-link {
    font-size: 15px;
    padding-top: 3px;
    padding-bottom: 3px;
}

.plan-header {
    position: relative;
}

@media (max-width: 768px) {
    .plan-header {
        margin-top:40px;
    }

    .inverted {
        margin-top:40px;
    }
}

.inverted {
    color:#fff;
    background-color:#112544;

    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: column wrap;
    -ms-flex-direction: column wrap;
    flex-direction: column wrap;
    flex-flow: column wrap;
    align-items: stretch;
    flex-wrap: wrap;
    justify-content: space-between;
}

.inverted .plan-title {
    color:#fff;
}

.inverted .btn {
    background:#fff;
    border-color:#fff;
    color:#112544;
}

.plan-header:after {
    content: 'MEEST GEKOZEN';
    width: 100%;
    height: 40px;
    background: #000;
    color: #fff;
    /* padding: 10px 0; */
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: absolute;
    top: -40px;
    left: 0;
    line-height: 40px;
}

.plan-title {
    font-size: 28px;
    line-height: 32px;
    padding: 20px 0;
    font-weight: 300;
    color: #292e31;
}

.plan .btn {
    margin:0 0 20px 0;
    display: block;
    white-space: normal;
}

.yearly-message {
    background: #f1f5f9;
}

.plan-price {
    color: #000;
    font-weight:600;
}

.plan-term {
    text-transform: uppercase;
    font-size:15px;
}

.amount {
    position: relative;
    font-size: 54px;
    line-height: 60px;
}

.currency {
    position: absolute;
    left: -20px;
    top: -8px;
    font-size: 24px;
}

.plan-content {
    padding:20px;
}

ul.plan-features {
    margin:0;
    padding:0;
}

ul.plan-features li {
    list-style-type: none;
    padding:5px 0;
}

.payment-details {
    padding-top:40px;
    font-size:14px;
}

#faq {
    padding:80px 0;
}

#faq h3, #faq .sub-title {
    text-align: center;
}

#faq strong {
    color: #292e31;
}

#faq .col-lg-6 {
    padding-top:40px;
}


