﻿/*color of plan information*/
.basic {
    background: #8D25EE !important;
}

.pro {
    background: #305080 !important;
}

.qbse {
    background: #F39C0F !important;
}

.free {
    background: #66a3ff !important;
    color:white;
}

.premium {
    background: #40C080 !important;
}

.mobile-top1 {
    border-top: 5px solid #F39C0F;
}

.mobile-top2 {
    border-top: 5px solid #305080;
}

.mobile-top3 {    
    border-top: 5px solid #40C080;
}

.mobile-top4 {
    border-top: 5px solid #66a3ff;
}

.mobile-bottom1 {
    margin-top: 5px;
    border-top: 5px solid #F39C0F;
}

.mobile-bottom2 {
    margin-top: 5px;
    border-top: 5px solid #305080;
}

.mobile-bottom3 {
    margin-top: 5px;
    border-top: 5px solid #40C080;
}

.mobile-bottom4 {
    margin-top: 5px;
    border-top: 5px solid #66a3ff;
}

.box-inner {
    background-color: #F5F5F5;
    /*box-shadow: 5px 5px 10px;*/
    /*box-shadow: 0 0 10px gray;*/
    box-shadow:inset 0 0 10px;
    width: 100%;
}

.circle-icon {
    border: 1px solid;
    padding: 2px;
    border-radius: 50%;
    font-size: 1em !important;
}

/*.fa {
    font-size: 16px !important;
}*/

.circle-icon i .fa {
    font-size:12px !important;
}

/* plan information div*/
.comparison {
    /*max-width: 940px;*/
    max-width: 950px;
    margin: 0 auto;
    font: 13px/1.4 "Trebuchet MS", sans-serif;
    text-align: center;
}

/*.table > thead > tr > th,
.table > tbody > tr > td {
    width: 20% !important;
}*/

.text-uppercase {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold !important;
}

.header-fixed-height {
    height: 130px !important;
}

thead, tbody, tr, td, th {
    display: block;
}

    tr:after {
        content: ' ';
        display: block;
        visibility: hidden;
        clear: both;
    }

    thead th {
        height: 30px;
    }

tbody {
    height: 420px;
    overflow-y: auto;
}

    tbody td, thead th {
        width: 20.00%;
        float: left;        
    }

.comparison td, .comparison th {
    border-right: 1px solid #CCC;
    empty-cells: show;
}

.comparison th {
    border-bottom: 1px solid #CCC !important;
}

.comparison .price-buy {
    display: inline-block;
    color: #FFF;
    border-radius: 3px;
    text-transform: uppercase;
    margin: 3px 0 5px 0;
}

.comparison .qbse {
    border-top-left-radius: 3px;
    border-left: 0px;
}

.comparison .qbse, .comparison .pro, .comparison .premium,.comparison .free {
    color: #FFF;
    padding: 10px;
    font-size: 12px;
    border-bottom: 0;
}

.comparison tbody tr:nth-child(odd) {
    display: none;
}

.comparison .compare-row {
    background: #F5F5F5;
}

.comparison .tickgreen {
    color: #009E2C;
    font-size: 1.5em;
    font-weight: bold;
}

.comparison .tickred {
    color: #8B0000;
    font-size: 1.5em;
    font-weight: bold;
}

.comparison tr td:first-child {
    text-align: left;
}

.comparison .premium {
    background: #40C080;
    border-top-right-radius: 3px;
    border-right: 0px;
}

.accordion {
    cursor: pointer;
    font-size: 16px;
}

    .accordion.active, accordion:hover {
        background: #305080;
        color: white;
    }

    .accordion:after {
        content: '\02795'; /* Unicode character for "plus" sign (+) */
        font-size: 13px;
        color: #777;
        float: right;
        margin-left: 5px;
    }

    .accordion.active:after {
        content: "\2796"; /* Unicode character for "minus" sign (-) */
    }

::-webkit-scrollbar {
    width: 2px;
    height: 2px;
}

@media (max-width: 767px) {
    .comparison td:first-child, .comparison th:first-child {
        display: none;
    }

    .comparison tbody tr:nth-child(odd) {
        display: table-row;
        background: #F7F7F7;
    }

    .comparison .row {
        background: #FFF;
    }

    .comparison td, .comparison th {
        border: 1px solid #CCC;
    }

    tbody td, thead th {
        width: 25%;
        float: left;
    }
}

@media (max-width: 639px) {
    .comparison .price-buy {
        padding: 5px 10px;
    }

    .comparison td, .comparison th {
        padding: 10px 5px;
    }

    .comparison .hide-mobile {
        display: none;
    }

    .comparison .qbse .pro .premium {
        font-size: 12px;
    }

    .comparison .price-buy {
        margin-top: 10px;
    }

    tbody td, thead th {
        width: 25%;
        float: left;
    }
}

.fea-top {
    margin-top: 3px;
}


.icon-size {
    /*font-size: 14px !important;*/
}

.Features1 i, .Features2 i, .Features3 i, .Features4 i, .Features5 i, .Features6 i, .Features7 i, .Features8 i, .Features9 i{
    font-size:12px !important; 
}