.mobile-tables {
    overflow: hidden;
    visibility: hidden;
    height: 0;
    opacity: 0;
    transition: opacity 2s ease-in;
    padding: 0;
}

.mobile-table {
    display: grid;
    margin: 45px 0;
}

.mobile-table.tailbasify {
    background-color: #eefceb!important;
}

.mobile-table.four-column {
    grid-template-columns: repeat(4, 1fr);
}

.mobile-table.three-column {
    grid-template-columns: repeat(3, 1fr);
}

.table-header.solution { 
    text-align: center;
    font-size: 20px;
    padding-bottom: 20px;
    font-size: 18px;
}

.table-header.solution.green {
    border-bottom: 5px solid #a7d341;
}

.table-header.solution.blue {
    background-color: transparent;
    border-bottom: 5px solid #4fdcfc;
}

.table-header.solution.primary {
    background-color: transparent;
    border-bottom: 5px solid #4fdcfc;
}

.table-header.solution.flex {
    background-color: transparent;
    border-bottom: 5px solid #a14efb;
}

.table-header.solution.platinum {
    background-color: transparent;
    border-bottom: 5px solid #b7b7b7;
}

.features-title {
    font-weight: 700;
    align-self: center;
    padding-bottom: 20px;
}

.primary-flex-platinum .features-title {
    color: #00a5ff;
}

.et-pb-icon {
    text-align: center;
}

.tailbasify .table-header {
    color: #064f00;
    font-size: 14px;
    font-weight: 700;
}

.table-feature {
    justify-self: start;
    align-self: center;
    font-size: 14px;
    font-weight: 400;
    margin-right: 20px;
}

.my-icon.green.last {
    border-bottom: 2px solid #064f00;
}

.my-icon.primary.last {
    border-bottom: 2px solid #00a5ff;
}

.my-icon.flex.last {
    border-bottom: 2px solid #a14efb;
}

.my-icon.platinum.last {
    border-bottom: 2px solid #b7b7b7;
}

.my-icon.blue {
    color: #0089d3;
}

.my-icon.green {
    color: #46791c;
}

.my-icon.primary {
    color: #00a5ff;
}

.my-icon.flex {
    color: #a14efb;
}

.my-icon.platinum {
    color: #404040;
}

.mobile-table.three-column span:nth-of-type(4n + 3) {
    background-color: #e8f7ff;
}

.mobile-table.three-column span:nth-of-type(4n + 2),
.mobile-table.four-column.tailbasify span:nth-of-type(6n + 4),
.mobile-table.four-column.tailbasify span:nth-of-type(6n + 5),
.mobile-table.four-column.tailbasify span:nth-of-type(6n + 6) {
    background-color: #e2f5dd;
}

.mobile-table.four-column .my-icon.primary:nth-of-type(2n - 1) {
    background-color: #d6f0fe;
}

.mobile-table.four-column .flex.my-icon:nth-of-type(2n) {
    background-color: #e4e8fe;
}

.mobile-table.four-column .my-icon.platinum:nth-of-type(2n - 1) {
    background-color: #dde8ef;
}

.card-buttons a {
    font-family: 'Roboto',Helvetica,Arial,Lucida,sans-serif;
    font-weight: 700;
    font-size: 27px;
    color: #FFFFFF!important;
    text-align: center;
    cursor: pointer;
    padding: 30px 0;
}

.card-buttons a:first-of-type {
    display: block;
}

.tailbasify .card-buttons a {
    background: linear-gradient(90deg,#064f00 0%,#005611 100%);
}

.primary .card-buttons a {
    background: linear-gradient(30deg,#002384 0%,#002d9e 100%);
}

.platinum .card-buttons a {
    background: linear-gradient(-337deg,#404040 0%,#636363 100%);
}

.flex .card-buttons a {
    background: linear-gradient(-50deg,#520099 0%,#3d0089 100%);
}

.et_pb_module.et_pb_icon {
    margin-bottom: 0 !important;
}

.et_pb_icon_wrap {
    width: 100%;
    padding: 24px;
}

/* Tablet and UP */
@media (min-width: 767px) {}

/* Mobile Only */
@media (max-width: 767px) {}

/* Tablet Only */
@media (min-width: 768px) and (max-width:980px) {
    .table-header.solution {
        padding: 30px;
    }

    .table-feature {
        font-size: 18px;
    }
}

/* Tablet and under */
@media (max-width: 980px) {

    .white-logo {
        display: none;
    }

    .table-header-logo {
        height: 30px;
    }

    
    .pricing-features-cards.main-container {
        position: relative;
        left: 0;
        transition: left .5s;
    }

    
    .pricing-features-cards .mobile-card-buttons a {
        font-size: 20px;
        width: 50%;
        margin: auto;
    }

    .mobile-card-buttons a:first-of-type {
        margin-right: 3px;
    }

    .to-pricing {
        display: block;
        margin: auto;
        border-radius: 30px;
        
        outline: none;
        border: none;
        font-size: 20px;
        color: white;
        padding: 15px 30px;
        font-family: 'Roboto',Helvetica,Arial,Lucida,sans-serif;
        cursor: pointer;
    }

    .to-pricing.green {
        background-color: #46791c;
    }

    .to-pricing.blue {
        background-color: #00a5ff;
    }


    .mobile-card-buttons {
        display: flex;
    }

    .pricing-features-cards.et_pb_row .et_pb_column_1_3 .et_pb_module.et_pb_blurb,
    .pricing-features-cards.et_pb_row .et_pb_column_1_3 .et_pb_module.card-features-title {
        display: none;
    }

}

/* Desktop Only */
@media (min-width:980px) {
    .compare-button {
        display: none;   
    }

    .main-logo {
        display: none;
    }

    .desktop-table.three-column {
        grid-template-columns: max-content 1fr 1fr;
        column-gap: 30px;
    }
    

    .table-feature {
        font-size: 20px;
    }

    .mobile-table.three-column span:nth-of-type(4n + 2),
    .mobile-table.three-column span:nth-of-type(4n + 1) {
        background-color: #ffffff;
    }

    .table-header.solution {
        border-radius: 15px 15px 0 0;
        border-width: 0 3px 0 3px;
        border-style: solid;
        padding: 45px;
    }

    .table-header.solution.blue {
        background-image: linear-gradient(90deg,#0b2ebc 0%,#0c43ce 100%);
        border-color: #00a5ff;
    }

    .table-header.solution.green {
        background-image: linear-gradient(90deg,#064f00 0%,#005611 100%);
        border-color: #46791c;
    }

    .my-icon {
        border-width: 0 3px 0 3px;
        border-style: solid;
    }

    .my-icon.blue {
        border-color: #00a5ff;
    }

    .my-icon.last {
        border-radius: 0 0 15px 15px;
        border-width: 0 3px 3px 3px;
    }

    .my-icon.green {
        border-color: #46791c;
    }
    

    .pricing-features-cards.et_pb_row .et_pb_column_1_3 .et_pb_module.et_pb_blurb,
    .pricing-features-cards.et_pb_row .et_pb_column_1_3 .et_pb_module.card-features-title  {
        display: flex;
        margin-bottom: 0;
        padding: 0 30px 30px 30px;
    }

    .pricing-features-cards.et_pb_row .et_pb_column_1_3 .et_pb_module.et_pb_blurb.last {
        padding: 0 30px 40px 30px;
    }

    .pricing-features-cards.et_pb_row .et_pb_column_1_3 .et_pb_module.et_pb_blurb h4,
    .pricing-features-cards.et_pb_row .et_pb_column_1_3 .et_pb_module.card-features-title h4 {
        padding-bottom: 0;
    }

    .pricing-features-cards.et_pb_row .et_pb_column_1_3 .et_pb_module.card-features-title {
         padding: 40px 30px 30px 30px;
    }
    
}