﻿/*---------------------------------
*----------------------------------
# Plan Cards / Beneftis Table
----------------------------------*/

.fa-plus {
    color: #176095;
}

.fa-check {
    color: #7fca1d;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, .01);
}

.button {
    background: #81c342;
    padding: 12px 24px;
    border-radius: 4px;
    border: none !important;
    font-size: 16px;
    text-shadow: none;
    text-transform: uppercase;
    padding: 12px 24px;
    font-weight: 700;
    color: white !important;
    transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
}

.button:hover {
    background-color: #171717;
}

/*------------------
# Plan Cards
-------------------*/

.monthly.price-slash {
    position: relative;
}

.monthly.price-slash:before {
    content: " ";
    display: block;
    width: 100%;
    border-top: 3px solid rgba(255, 0, 0, 1);
    height: 10px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: rotate(-7deg);
}

.monthly.price-slash .dollars {
}

.coupon-code {
    color: #81c342;
}

.plan-cards-wrapper {
    display: flex;
    margin-bottom: 45px;
}

.plan-card {
    background: white;
    border: 3px solid #fff;
    border-radius: 10px;
    display: flex;
    flex: 1 0 calc(25% - 35px);
    flex-direction: column;
    margin: 0 17.5px;
    position: relative;
    text-align: center;
}

.plan-card .features ul {
    padding-left: 0;
    margin: 30px;
}

.plan-card .features ul li {
    display: flex;
    align-items: center;
}

.plan-card.preferred {
    border: 4px solid #176095;
}

.plan-card.preferred:before {
    color: white;
    content: "Most Popular";
    font-size: 14px;
    left: 50%;
    letter-spacing: 0.075em;
    position: absolute;
    text-transform: uppercase;
    top: -45px;
    transform: translateX(-50%);
    background: #176095;
    border-radius: 14px 14px 0px 0px;
    min-width: 160px;
    padding: 10px 5px;
}

.plan-card .name {
    font-weight: bold;
    background: #f5f5f5;
    color: #000;
    font-size: 16px;
    letter-spacing: .15em;
    margin-bottom: 15px;
    padding: 15px;
    text-transform: uppercase;
    border-radius: 6px 6px 0 0;
}


.plan-card .dollars {
    display: flex;
    align-items: center;
    font-size: 55px;
}

.plan-card .sign {
    font-size: 36px;
    margin-right: 5px;
}

.plan-card .monthly {
    color: black;
    display: flex;
    font-weight: bold;
    justify-content: center;
    margin: 0 auto;
    max-width: 90%;
    font-size: 45px;
}

.plan-card .features {
    margin-bottom: 15px;
}

.plan-card .features ul {
    display: inline-block;
    text-align: left;
    list-style-type: none;
}

.plan-card .features ul i {
    margin-right: 10px;
}

.plan-card .button {
    margin: auto 15px 15px;
}

@media(max-width: 768px) {

    .plan-card {
        margin: 0px 5px;
    }

    .plan-card .name {
        font-size: 14px;
        padding: 10px;
        margin: 0;
    }

    .plan-card .features ul li {
        margin-bottom: 7px;
        line-height: initial;
    }

    .plan-card .features ul li i {
        margin-right: 3px;
        font-size: 10px;
    }

    .plan-card .features {
        /* display: none; */
        font-size: 13px;
        padding: 5px;
    }

    .plan-card.preferred:before {
        font-size: 12px;
        padding: 10px 5px;
        top: -40px;
    }

    .plan-card .sign {
        font-size: 24px;
        margin: 0;
    }

    .plan-card .dollars {
        font-size: 30px;
        margin: 15px;
    }

    .plan-card .month {
        font-size: 20px;
    }

    .plan-card .button {
        margin: auto 10px 10px;
    }
}

@media(max-width: 376px) {

    .plan-cards-wrapper {
        display: flex;
        flex-direction: column;
    }

    .plan-cards-wrapper .plan-card:first-child {
        margin-bottom: 75px;
    }
}



/*------------------
# Plan Benefits Feature Table
-------------------*/


/* Hide COLUMNS no plans */
#feature-table tr td {
    display: none;
}

#feature-table thead tr .plan-th,
#feature-table tr td {
    display: none;
}


#toggleButton {
    position: relative;
    z-index: 1;
    font-size: 21px;
    font-weight: bold;
}

/*
#toggleButton:after {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: '\f0d7';
    color: #81c342;
    margin-left: 5px;
}

#toggleButton.direction:after {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: '\f0d8';
    color: #81c342;
    margin-left: 5px;
}
    */

.table-wrapper .table {
    border: 1px solid rgba(249,222,201,0.35);
}

.table-wrapper.comparison thead tr th:not(:first-child) {
    background: #6999bb;
    color: white;
}

.table-wrapper div {
    position: relative;
    padding: 15px;
    z-index: 1;
    max-width: 1100px;
    margin: 0 auto;
}


.table-wrapper.comparison thead tr th.th-gradient {
    /*
background: rgb(129,195,66);
background: linear-gradient(180deg, rgba(129,195,66,1) 75%, rgba(105,153,187, 1) 100%);
	*/
    background: rgba(129, 195, 66, 0.75);
    border-top: 3px solid #176095;
    border-left: 3px solid #176095;
    border-right: 3px solid #176095;
    color: ##6999bb;
}

.table {
    border-collapse: separate;
    border-spacing: 0;
}

.table-wrapper.comparison td.td-highlight-border {
    /*
	 *   box-shadow: inset 2px 0px 0px #176095, inset -2px -2px 0px #176095;
	 */

    border-left: 3px solid #176095;
    border-right: 3px solid #176095;
}


.table-wrapper.comparison tbody tr td {
    border-right: 1px solid #dee2e6;
}


.table-wrapper.comparison td.td-last-highlight-border {
    border-bottom: 3px solid #176095;
}


.table thead tr th:first-child {
    background: white;
    !important;
    border: none;
    font-size: 22px !important;
}

.table thead tr th:not(:first-child) {
    position: relative;
    background: white;
    -webkit-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, .1);
    -moz-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, .1);
    box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, .1);
    z-index: 9999;
}

.table thead tr th:not(:first-child) {
    border-bottom: none;
}

.table {
    margin-top: 20px;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
    display: table;
    background: white;
}

.table-wrapper {
    display: block;
    opacity: 1;
}

.table-wrapper.hidden {
    opacity: 0;
    display: none;
}

.table-wrapper thead tr th {
    letter-spacing: .15em;
    font-size: 16px;
    text-transform: uppercase;
}


.table-wrapper tbody {
    -webkit-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, .1);
    -moz-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, .1);
    box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, .1);
}

.table-wrapper tbody th {
    font-weight: normal;
}

.table-wrapper th,
.table-wrapper td {
    vertical-align: middle;
}

.benefit-heading {
    background: #6999bb !important;
}

.benefit-heading th {
    background: #6999bb !important;
    color: white;
}

.benefit-heading th strong {
    color: white !important;
}

.table-responsive-sm .table {
    min-width: 600px;
}

/*
.table {
    border-left: 2px solid #fdf3ec !important;
    border-right: 0px solid #fdf3ec !important;
}
*/

@media (min-width: 576px) {
    .sticky-thead {
        position: sticky;
        top: 0px;
        background: #fff;
        z-index: 10;
    }


    .sticky-thead::before {
        position: absolute;
        top: -50px;
        content: "";
        width: 100%;
        height: 50px;
        background: white;
        z-index: 999;
    }
}

@media (max-width: 575px) {
    .sticky-thead tr th {
        z-index: 1 !important;
    }
}
