﻿
.nav-tabs > li {
    float: none !important;
    display: inline-block !important;
    zoom: 1 !important;
    border: none;
    width: 150px !important;
    background-color: #e4edf2 !important;
}

.nav-tabs li a {
    color: #000 !important;
    border: none !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.nav-tabs > li.active > a {
    border: none !important;
    /* transition: 1s ease-in-out;
    -webkit-transition: 1s ease-in-out;
    -moz-transition: 1s ease-in-out;
    -o-transition: 1s ease-in-out;*/
    background-color: #f2b3a1 !important;
}

    .nav-tabs > li.active > a:hover {
        color: #333 !important;
        background-color: #f2b3a1 !important;
    }

    .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus {
        color: #333 !important;
        /*        transition: 1s ease-in-out;
        -webkit-transition: 1s ease-in-out;
        -moz-transition: 1s ease-in-out;
        -o-transition: 1s ease-in-out;*/
        background-color: #f2b3a1 !important;
    }

.nav-tabs {
    text-align: center !important;
    border-bottom: none !important;
}

.price-wrapper-dark-blue {
    border: 1px solid rgba(0, 0, 0, 0.175) !important;
}

.price-wrapper-yellow {
    border: 1px solid rgba(0, 0, 0, 0.175) !important;
}

.price-wrapper-pink {
    border: 1px solid rgba(0, 0, 0, 0.175) !important;
}

.price-wrapper {
    /*background-color: #f3f4f7 !important;*/
    background-color: #ffffff !important;
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
    border-radius: 5px !important;
}

    .price-wrapper .price-header {
        border-top-left-radius: 5px !important;
        border-top-right-radius: 5px !important;
        text-align: left;
        padding-top: 1.5rem !important;
        padding-left: 1.5rem !important;
        font-size: 18px !important;
    }

    .price-wrapper .price-body {
        padding: 0 1.5rem 1.5rem 1.5rem !important;
    }

        .price-wrapper .price-body li {
            padding-bottom: 1rem !important;
            color: #565656 !important;
        }

    .price-wrapper .price-container {
        text-align: left !important;
    }

        .price-wrapper .price-container h5 {
            font-size: 18px !important;
            text-align: left !important;
        }

    .price-wrapper .price-footer {
        text-align: left;
        padding: 1rem !important;
    }

.price-footer a {
    padding-left: .8rem !important;
    color: #333 !important;
}

.price-wrapper .price-footer .btn {
    border-radius: 5px !important;
    border: none !important;
    padding: .6rem 3.5rem !important;
    color: #54534e !important;
    width: 100% !important;
}


.price-wrapper .price-body .list-unstyled {
    margin-bottom: 0 !important;
    padding-top: 1rem !important;
}

/*.price-wrapper .price-body li:before {
    content: "\f00c";*/ /* this is your text. You can also use UTF-8 character codes as I do here */
/*font-family: FontAwesome;
    font-size: 12px;
    top: 0;
    margin-right: .7rem !important;
    color: #fff !important;
    border-radius: 360px !important;
    padding: 2.5px 2.5px 3px 2.5px !important;
}*/

/*.price-wrapper .price-body .list-unstyled-free li:nth-child(1):before,
.price-wrapper .price-body .list-unstyled-free li:nth-child(3):before,
.price-wrapper .price-body .list-unstyled-free li:nth-child(5):before,
.price-wrapper .price-body .list-unstyled-free li:nth-child(6):before,
.price-wrapper .price-body .list-unstyled-free li:nth-child(7):before,
.price-wrapper .price-body .list-unstyled-student li:nth-child(1):before,
.price-wrapper .price-body .list-unstyled-student li:nth-child(3):before,
.price-wrapper .price-body .list-unstyled-student li:nth-child(6):before {
    content: "\f00d";*/ /* this is your text. You can also use UTF-8 character codes as I do here */
/*font-family: FontAwesome;
    font-size: 12px;
    top: 0;
    margin-right: .7rem !important;
    color: #fff !important;
    border-radius: 360px !important;
    padding: 2.5px 4.5px 3px 4.5px !important;
    background-color: #c1c1c1 !important;
}*/



/*.bg-price-dark-blue,*/
.btn-price-dark-blue, .price-wrapper .price-body .list-unstyled-free li:before {
    background-color: #f9ece0 !important;
}
/*  .bg-price-yellow,*/
.btn-price-yellow, .price-wrapper .price-body .list-unstyled-student li:before {
    background-color: #f9ece0 !important;
}
/*.bg-price-pink,*/
.btn-price-pink, .price-wrapper .price-body .list-unstyled-family li:before {
    background-color: #f9ece0 !important;
}



.nav-tabs .nav-link {
    width: 100% !important;
}

.price-wrapper .display-6 {
    line-height: 1.9rem !important;
}
