/*** Pricing table ***/
/* Plan price text setting */
.intro {
    margin-bottom: 0;
}

.intro p.alert {
    width: 44rem;
}

.plan {
    width: 10.4375rem;
    margin-right: .75rem;
}

.plan:last-child {
    margin-right: 0;
}

.white-bg {
    background-color: #fff;
}

[class*="checkbox-slider-"] {
    outline: none;
    display: inline-block;
}

.packages-btn [class*="checkbox-slider-"] {
    margin: 0 20px;
}

.packages-btn [class*="checkbox-slider-"] label {
    padding: 0;
}

.billing-switch {
    margin: 4% 0;
    font-size: 20px;
}

@media (max-width: 400px) {
    .billing-switch,
    .plan_matrix  {
        padding: 0;
    }

    .billing-switch {
        font-size: 16px;
    }

    .billing-switch .checkbox-slider-md {
        line-height: 30px;
        width: 75px;
        padding: 0 6px;
        position: relative;
        left: 12px;
    }
}

.billing-switch .discount {
    width: 110px;
    display: inline-block;
    vertical-align: middle;
}

.billing-switch .discount > span {
    display: block;
    font-size: 24px;
    font-weight: 800;
}

.checkbox-slider--b-flat input[type=checkbox]:focus {
    outline: none;
}

/* .checkbox-slider--b-flat input:checked+span:before {
    background: rgba(100,100,100,.2) !important;
} */

.checkbox label::before {
    content: none;
    display: inline-block;
    position: static;
    width: auto;
    height: auto;
    left: auto;
    margin-left: 0px;
    border: none;
    border-radius: 0;
    background-color: transparent;
    -webkit-transition: unset;
    -o-transition: unset;
    transition: unset;
}

.plan_card.plan_card_coming_soon:after {
    top: 4rem;
    font-size: 1rem;
}

.plan_price {
    font-size: 4.5rem;
    line-height: 6rem;
    position: relative;
    display: block;
    height: 6rem;
    font-size: 5.5rem;
    line-height: 6.5rem;
    font-weight: 900;
    margin-bottom: .5rem;
    letter-spacing: -2px;
}

.plan_price .currency {
    font-size: 2.5rem;
    position: relative;
    top: -1.75rem;
    font-weight: 400;
    font-size: 3rem;
    letter-spacing: 0;
}

.localized_plan_price {
    font-size: 3.5rem;
}

.pricing_matrix .pricing_tabs {
    max-width: 960px;
}

.pricing_matrix .pricing_tabs .plan {
    width: auto;
}

.pricing_matrix .panel_teams {
    padding: 64px 30px 58px;
}

.pricing_matrix .pricing_card_header {
    max-width: 520px;
}

.pricing_matrix .plan_card {
    padding: 0;
    min-height: 14rem;
}

.pricing_matrix .plan_card span > strong {
    font-size: 18px;
}

.pricing_matrix .plan_card .plan_price_details {
    margin: 0;
}

.pricing_matrix .pricing_tabs .plan .plan_content.active {
    max-height: none;
}

.pricing_matrix a.plan_price_details {
    margin: 0;
    display: block;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 13.1px;
    font-weight: 700;
}

.pricing_matrix .show_on_desktop {
    display: none;
}

@media screen and (min-width:769px) {
    .pricing_matrix .show_on_desktop {
        display: table;
    }
}

.pricing_matrix .show_on_tablet {
    display: none;
}

@media screen and (max-width:768px) {
    .pricing_matrix .panel_teams {
        padding-left: 0;
        padding-right: 0;
    }
    .pricing_matrix .show_on_tablet {
        display: block;
    }
}

.plan_matrix .our_plans {
    background-color: #42c299;
    padding: .9rem 1.4rem;
    color: #fff;
    font-size: 26px;
    font-weight: 700;
    text-align: right;
    width: 200px;
    position: absolute;
    left: -38px;
    top: 60px;
}

.plan_matrix .our_plans:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-top: 16px solid transparent;
    border-bottom: 16px solid transparent;
    border-left: 16px solid #358A6F;
    position: absolute;
    -webkit-transform: scaleY(.8) rotate(45deg);
    -moz-transform: scaleY(.8) rotate(45deg);
    -ms-transform: scaleY(.8) rotate(45deg);
    transform: scaleY(.8) rotate(45deg);
    top: -20px;
    left: 9px;
    z-index: -1;
}

.packages-btn .plan_matrix .our_plans:before {
    z-index: 1;
}

.plan_matrix table {
    position: relative;
    width: 100%;
    color: #555459;
    font-size: 15.1px;
}

.plan_matrix table tr {
    border-bottom: none;
    border-top: 1px solid #CFCFD0;
    vertical-align: top;
}

.plan_matrix table tr:first-child {
    border-top: none;
}

.plan_matrix table tr.table_sep {
    background-color: #F5F5F5;
    border-top: none;
}

.plan_matrix table tr.table_sep td:first-child {
    font-weight: 700;
    color: #2C2D30;
}

.plan_matrix table tr.bottom_ctas,
.plan_matrix table tr.table_sep+tr {
    border-top: none;
}

.plan_matrix table tr.bottom_ctas td {
    padding-top: 2rem;
    padding-bottom: 0;
}

.plan_matrix table td {
    padding: 1rem 1.25rem;
    line-height: 1.4;
    text-align: center;
    border-left: 1px solid #CFCFD0;
}

.plan_matrix table td.plan {
    padding-top: .2rem;
}

.plan_matrix table td:first-child {
    border-left: none;
    text-align: left;
}

.plan_matrix .fa-check-circle {
    font-size: 30px;
    color: #2FC398;
}



/* Pricing tabel in tablet View */

.plan_matrix .show_on_tablet .plan {
    overflow: visible;
}

.plan_matrix .show_on_tablet .detail_button+.plan_price_details,
.plan_matrix .show_on_tablet form+.plan_price_details,
.plan_matrix .show_on_tablet span.current_plan+.plan_price_details {
    margin-top: 1.2rem;
}

.plan_matrix .show_on_tablet .plan_subhead {
    border-bottom: none;
    padding-bottom: 0;
}

.plan_matrix .show_on_tablet .plan_subhead h3 {
    color: #42c299;
    font-weight: 700;
    text-align: center;
}

.plan_matrix .show_on_tablet .plan_subhead h3 b {
    font-weight: 900;
}

.plan_matrix .show_on_tablet .plan_content ul {
    margin: 0;
    list-style-type: none;
}

.plan_matrix .show_on_tablet .plan_content ul li {
    margin: 0;
    padding: .9rem 1.2rem;
    color: #555459;
    position: relative;
}

.plan_matrix .show_on_tablet .plan_content ul li.table_sep {
    background-color: #F5F5F5;
    font-weight: 900;
    color: #2C2D30;
}

.plan_matrix .show_on_tablet .plan_content ul li:not(.table_sep) {
    padding-left: 45px;
}

.plan_matrix .show_on_tablet .plan_content ul li:not(.table_sep):before {
    position: absolute;
    display: inline-block;
    font-family: FontAwesome;
    font-size: 20px;
    content: '\f058';
    color: #42c299;
    left: 16px;
}

.plan_matrix .show_on_tablet .plan_content ul li .ts_icon_question_circle {
    float: right;
}

.plan_matrix .show_on_tablet .plan_content ul li:not(.table_sep)~li:not(.table_sep) {
    padding-top: 0;
}

.plan_matrix .show_on_tablet .plan_content ul li:not(.table_sep)~li:not(.table_sep):before {
    top: -2px;
}

.plan_matrix .show_on_tablet .plan_content ul li.table_sep+li:not(.table_sep) {
    padding-top: .9rem;
}

.plan_matrix .show_on_tablet .plan_content ul li.table_sep+li:not(.table_sep):before {
    top: 12px;
}


/* Pricing Tab menu */
@media screen and (max-width:768px) {
    .intro {
        padding-top: 269px!important;
    }
    .pricing_header {
        display: none;
    }
}

.pricing_tabs {
    -webkit-tap-highlight-color: transparent;
    border: 0;
    max-width: 1040px;
    width: 100%;
    padding-bottom: 50px;
    margin: 0 auto 50px;
    color: #2C2D30;
    box-shadow: 0 1px 30px rgba(0,0,0,.1);
}

@media screen and (max-width:768px) {
    .pricing_tabs {
        margin-bottom: 0;
        border-radius: 0;
        box-shadow: none;
        padding-bottom: 0;
    }
    .pricing_tabs ul {
        padding-left: 0;
    }
    .pricing_tabs .tab_menu {
        background-color: #4d6dc3;
        color: #fff;
        position: fixed;
        top: 80px;
        width: 100%;
        z-index: 10;
    }
}

@media screen and (max-width:640px) {
    .intro {
        padding-top: 196px!important
    }
}

.pricing_tabs .alert {
    margin: 1rem auto;
}

.pricing_tabs .plans {
    padding: 0;
    display: flex;
    justify-content: space-between;
}

.pricing_tabs .plan {
    margin: 0;
    float: none;
    width: 33%;
}

.plan_col {
    text-align: center;
}

@media screen and (max-width:768px) {
    .pricing_tabs .plans {
        display: block;
    }
    .pricing_tabs .plan {
        width: 100%;
        margin-bottom: 40px;
    }
}

.pricing_tabs .plan.lite {
    margin-right: 20px;
}

@media screen and (max-width:768px) {
    .pricing_tabs .plan.lite {
        margin-right: 0;
    }
}

.pricing_tabs .plan.standard {
    margin-left: 20px;
    margin-right: 20px;
}

@media screen and (max-width:768px) {
    .pricing_tabs .plan.standard {
        margin-left: 0;
        margin-right: 0;
    }
}

.pricing_tabs .plan .plan_content.active {
    max-height: 760px;
}

@media screen and (max-width:768px) {
    .pricing_tabs .hover_card .plan_price_details {
        display: none;
    }
}

.pricing_tabs .plan ul {
    font-size: 17px;
}

.pricing_tabs .plan li span {
    color: #565759;
}

@media screen and (max-width:768px) {
    .pricing_tabs .hover_card p {
        border-top: 1px solid rgba(0, 0, 0, .2);
    }
    .pricing_tabs .plan_card {
        padding-top: 0;
    }
    .pricing_tabs .plan ul {
        font-size: 15px;
    }
}

.pricing_tabs .plan_card {
    text-shadow: none;
    color: #2C2D30;
}

.plan_card.cursor_pointer.curr_plan {
    padding-top: 18px;
}

.pricing_tabs .plan_card .plan_type {
    color: #2C2D30;
    font-weight: 800;
}

@media screen and (min-width:768px) {
    .pricing_tabs .plan_card .plan_price {
        margin-left: -1rem;
    }
}

.pricing_tabs a.plan_price_details {
    color: #3aa3e3;
    margin-left: 1.2rem;
    font-size: 17px;
}

.pricing_tabs .plan_subhead {
    border-bottom: 1px solid #cfcfd0;
}

.pricing_tabs .currency {
    color: #A0A0A2;
    font-size: 35px;
}

.plan .btn-lg,
.bottom_ctas .btn-lg {
   border-color: #2e6da4;
}

.current_plan {
    margin-top: 0;
    position: relative;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    display: block;
    min-width: 7rem;
    width: 100%;
    font-weight: 700;
    text-shadow: none;
    font-size: 16.1px;
    border-radius: 6px;
}

.current_plan,
.current_plan:hover,
.current_plan:active:hover,
.current_plan:focus {
    background-color: #fff;
    color: #ABABAC;
    border: 2px solid #BCBCBD !important;
}

 /* tita toggle calss */
 .color-green.checkbox-slider--b-flat input:checked+span:before {
    background: none;
}
.color-green.checkbox-slider--b-flat input+span:before,
.color-green.checkbox-slider--b-flat input:checked+span:before{
    background-color: #42c299;
} 
