/* Minification failed. Returning unminified contents.
(199,17): run-time error CSS1039: Token not allowed after unary operator: '-second'
(204,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(205,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(206,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(207,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(208,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(209,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(237,17): run-time error CSS1039: Token not allowed after unary operator: '-range'
(239,22): run-time error CSS1039: Token not allowed after unary operator: '-second'
(242,22): run-time error CSS1039: Token not allowed after unary operator: '-base'
(251,28): run-time error CSS1039: Token not allowed after unary operator: '-trackball'
 */
/* prices.css v2.2 */
.pricing-container { padding-top: 50px; }
.pricing-container .pricing-heading {
    font-weight: 700;
    font-size: 44px;
}
.pricing-container .pricing-subheading {
    margin-top: 10px;
    font-size: 24px;
    color: #949494;
}
.pricing-container .pricing-subheading2 {
    margin-top: 10px;
    font-size: 16px;
    color: #aaaaaa;
}
.pricing-container .pricing-col {
    margin: 70px 0;
    display: block;
}
.pricing-container .btn-pricing {
    width: 90%;
    max-width: 150px;
}
.pricing-container .pricing-col .pricing-col-item {
    border: 1px solid #E5E5E5;
    border-radius: 4px;
    padding: 20px;
    height: 100%
}
.pricing-container .pricing-col .pricing-col-item img { width: 150px; }
.pricing-container .pricing-col .pricing-col-item .item-heading {
    font-size: 16px;
    color: #3f3f3f;
    font-weight: 700;
    margin-top: 30px;
}
.pricing-container .pricing-col .pricing-col-item p {
    font-size: 16px;
    color: #3f3f3f;
}
.pricing-container .table { border-spacing: 20px 0; }
.pricing-container .table p { margin: 0; }
.pricing-container .table thead th { border-bottom: none; }
.pricing-container .table thead td { border-top: none; }
.pricing-container .table thead .plan {
    padding-top: 20px;
    font-size: 20px;
    font-weight: 700;
    color: #3f3f3f;
}
.pricing-container .table thead .plan-price {
    min-height:132px;
}
.pricing-container .table thead img {
    display: block;
    max-width: 120px;
    height: 120px;
    margin: 0 auto;
}
.pricing-container .table thead .dolar {
    vertical-align: top;
    position: relative;
    top: 8px;
}
.pricing-container .table thead .plan-number { font-size: 32px; }
.pricing-container .table tbody.hide--plan_pm tr th:last-child { display: none; }
.pricing-container .table tbody tr th div {
    margin: 0 auto;
    border-radius: 20px;
    display: flex;
    align-items:start;
    flex-flow:column;
}
.pricing-container .table tbody tr th div span {
    font-size: large;
    font-weight: bold;
}
.pricing-container .table tbody tr th div p{
    font-size:small;
    font-weight:normal;
}
.pricing-container .table tbody .feature-item {
    padding:5px;
    padding-left: 15px;
    text-align: left;
    min-width: 190px;
}
.pricing-container .table tbody tr:nth-child(even) th p { background-color: #f5f5f5;padding-top:10px;padding-bottom:10px; }
.pricing-container .table tbody tr:nth-child(even) th div { background-color: #f5f5f5; }
.pricing-container .table thead th {
    border-top: none;
    text-align: center;
    vertical-align:top;
}
.pricing-container .table thead th .bottom {
    display:block;
    font-size:14px;
    padding-top:15px;
}
.pricing-container .table tbody th {
    border-top: none;
    text-align: center;
}
.pricing-container .table tbody .features-th {
    padding-top: 0;
    padding-bottom: 0;
}
.pricing-container .table tbody .check-item {
    width: 150px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    white-space: nowrap;
    color: #3f3f3f;
    font-weight: 700;
}
.pricing-container .table tbody .check-item img { width: 18px; }
.pricing-container .table tbody p {
    font-size: 11px;
    white-space: nowrap;
}
.pricing-container .table tbody .features {
    text-transform: uppercase;
    font-weight: 700;
    padding-left: 5px;
    text-align: left;
}
.pricing-container .col-borders-top {
    /*border-top: 1px solid #E5E5E5 !important;*/
    border-left: 1px solid #E5E5E5;
    border-right: 1px solid #E5E5E5;
}
.pricing-container .col-borders-top:last-child { border-right:none; }
.pricing-container .col-border {
    border-left: 1px solid #E5E5E5;
    border-right: 1px solid #E5E5E5;
}
.pricing-container .col-border:last-child { border-right:none; }
.pricing-container .col-border-last {
    border-left: 1px solid #E5E5E5;
    border-right: 1px solid #E5E5E5;
    /*border-bottom: 1px solid #E5E5E5;*/
    padding: 40px 0;
    text-align: center;
}
.pricing-container .col-border-last:last-child { border-right:none; }
.pricing-container .table th,
.pricing-container .table td { border-top: none; }
.pricing-container .heading-faq {
    margin-top: 70px;
    font-size: 34px;
}
.faq-container { padding-bottom: 70px; }
.faq-container p { font-size: 14px; }
.faq-container .faq-col { margin-top: 40px; }

@media (min-width: 768px) {
    .pricing-container .pricing-col { display: flex; }
    .pricing-container .table tbody .check-item {
        font-size: 14px;
        white-space: normal;
    }
    .pricing-container .table tbody p {
        font-size: 14px;
        white-space: normal;
    }
    .pricing-container .table tbody .features { padding-left: 15px; }
}

@media (max-width: 768px) {
    .pricing-container .table-responsive { border: none; }
}
.price-range-wrapper {
    margin-top: 15px;
    position: relative;
}
.price-range-wrapper h4,
.price-range-wrapper p {
    display: inline-block;
    font-size: 12px;
}
.price-range-wrapper h4 {
    text-transform: uppercase;
    font-weight: 600;
}
.price-range-wrapper p {
    font-weight: 400;
    margin: 0;
}
.price-range-wrapper .range-value {
    position: absolute;
    left: 11px;
    bottom: 15px;
    font-size: 11px;
    font-weight: bold;
    color: var(--second);
    transition: 0.5s color ease;
}
.price-range-wrapper .price-value { font-size: 13px; }
:root {
    --deg: 5deg;
    --base: #2fcd70;
    --second: #7e8bc6;
    --trackball: var(--base);
    --range: 0%;
    --bg: #10252f;
}
#prices-container .price-range-wrapper h4,
#prices-container .price-range-wrapper p { font-size: 16px; }
#prices-container .extra-plan .prc { text-align:right; }
#prices-container .extra-plan .smltit {
    border-bottom:solid 1px #DDD;
    margin:0 0 20px 0;
}
#prices-container .extra-plan .price-range-wrapper {
    margin:0 0 10px 0;
    border-bottom:dashed 1px #DDD;
}
#prices-container .extra-plan-cost .price-range-wrapper { margin:0 0 20px 0; }
#prices-container .price-range-wrapper .nm {
    font-weight:bold;
    text-transform:capitalize;
}
#prices-container .prc { color:#28b261; }
input[type="range"] {
    -webkit-appearance: none;
    position: relative;
    height: 20px;
}
input[type="range"]:before {
    content: "";
    position: absolute;
    top: 9px;
    width: var(--range);
    height: 2px;
    background: var(--second);
}
input[type="range"]::-webkit-slider-runnable-track {
    background: var(--base);
    height: 2px;
}
input[type="range"]::-webkit-slider-thumb {
    width: 10px;
    height: 10px;
    border-radius: 100%;
    border: none;
    -webkit-appearance: none;
    background-color: var(--trackball);
    margin-top: -3.5px;
    z-index: 99;
    position: relative;
    transition: 0.5s all ease;
}

    .pickplan-tbl figure { margin:10px auto 0 auto; }

@media(max-width:800px) {
    .pricing-container { padding-top:0; }
    .pricing-container tr th:nth-child(2) { border-left:none; }
    .order .form-icon { width: 140px; }
    #prices-container-row { margin:0 -15px; }
    #prices-tbl { margin-left:35px; }
    #prices-tbl .pricing-subheading {
        padding-left:5px;
        font-size:14px;
        line-height:110%;
    }
    #prices-tbl thead img {
        max-width: 100px;
        height: 100px;
    }
    #prices-tbl thead .plan-number {
        font-size:24px;
        margin:7px auto 0 auto;
    }
    #prices-tbl thead .dolar {
        font-size:13px;
        margin:-17px auto 0 auto;
        position:static;
    }
    #prices-tbl .pricing-subheading2 {
        font-size:100%;
        font-weight:normal;
        color:#555;
    }
    .pricing-container .table thead .plan { padding:5px 0; }
    #prices-tbl thead .plan {
        display:block;
        width: auto;
        min-width: unset;
        max-width: unset;
        text-align: center;
    }
    .pricing-container .table thead .plan-price { min-height: 112px; }
    #prices-tbl .btn-pricing {
        width: 90%;
        max-width: 90%;
        margin: 5px auto 0 auto;
        min-width: unset;
        padding:5px;
        font-size:12px;
    }
    #prices-tbl .col-border-last { padding: 20px 0; }
    #prices-tbl > tbody > tr > td,
    #prices-tbl > tbody > tr > th,
    #prices-tbl > tfoot > tr > td,
    #prices-tbl > tfoot > tr > th,
    #prices-tbl > thead > tr > td,
    #prices-tbl > thead > tr > th {
        padding:5px;
        background:#FFF;
        font-size:13px;
        line-height:100%;
    }
    #prices-tbl > thead > tr > td,
    #prices-tbl > thead > tr > th { padding:5px 0 0 0; }
    #prices-tbl tr { position:relative; }
    #prices-tbl tbody tr p {
        padding:5px 3px;
        border-radius:15px;
        height:auto;
        margin:0 auto;
        width:auto;
        font-size:inherit;
        line-height:inherit;
    }
    .pricing-container .table tbody .check-item img { width: 14px; }
    #prices-tbl > thead > tr > th.col-borders-top { padding-bottom:10px; }
    #prices-tbl > tbody > tr > th {
        height:24px;
        padding:0 3px;
    }
    #prices-tbl > tbody > tr.r-0 > th { height:auto; }
    #prices-tbl > tbody > tr.r-2 > th,
    #prices-tbl > tbody > tr.r-2-3 > th { height:30px; }
    #prices-tbl > tbody > tr.r-3 > th { height:40px; }
    #prices-tbl tr th:first-child {
        width:98px;
        position:absolute;
        z-index:12;
        left:0;
        background:#FEFEFE;/*#F6F6F6;*/
        font-size:11px;
        line-height:110%;
        font-weight:normal;
        word-break:break-word;
        padding:0;
        color:#006;
    }
    #prices-tbl tbody tr .features-th { color:transparent; }
    #prices-tbl tbody tr th:first-child p {
        width:auto;
        min-width:unset;
        display:block;
        border-radius:0;
        white-space:normal;
        margin:0;
        padding:3px;
        background:none;
        color:inherit;
    }
    #prices-tbl tbody tr:nth-child(even) th:first-child {
        background:linear-gradient(to left,#DDD 3px, #EEE);
        border-right:solid 2px #FFF;
        border-radius:0 5px 5px 0;
    }
    #prices-tbl tr th.top-first-th:first-child { 
        /*height:10% !important;*/
        background:none;
    }
    #prices-container .smltit { 
        display: inline-block;
        margin-top: 10px;
    }
    #prices-container .price-range-wrapper h4,
    #prices-container .price-range-wrapper p { font-size: 14px; }
    .pricing-container .heading-faq { margin-top: 10px; }
    #prices-container .heading-faq {
        line-height:120%;
        margin:10px 0 10px 0;
    }
    #prices-container .faq-container .faq-col { margin-top: 0; }
    #prices-container .extra-plan-cost .price-range-wrapper { margin: 0 0 5px 0; }
    #prices-container .extra-plan-usage { margin-top:20px; }
}
@media(max-width:400px) {
    #prices-tbl { margin-left:67px; }
    #prices-tbl > tbody > tr > th { height:24px; }
    #prices-tbl > tbody > tr.r-1-2 > th,
    #prices-tbl > tbody > tr.r-2 > th { height:26px; }
    #prices-tbl > tbody > tr.r-2-3 > th,
    #prices-tbl > tbody > tr.r-3 > th { height:37px; }
    #prices-tbl tr th:first-child {
        width:78px;
        font-size:10px;
    }
    .pickpan-tbl-out { padding:0 5px !important; }
    .order .form-icon { width: 140px; }
    .pricing-container { padding-top: 0; }
    .pickplan-tbl,
    .pickplan-tbl thead,
    .pickplan-tbl tbody,
    .pickplan-tbl tfoot,
    .pickplan-tbl tr,
    .pickplan-tbl td,
    .pickplan-tbl th {
        display:block !important;
        text-align:center;
        padding:0;
    }
    .pricing-container .table thead th { 
        margin-bottom:10px;
        border:none;
        white-space:normal !important;
        padding:10px 0 0 0;
    }
    .pricing-container .table thead th:after {
        content:'.';
        display:block;
        width:0;
        height:0;
        font-size:0;
        line-height:0;
        color:transparent;
        float:none;
        clear:both;
    }
    .pricing-container .btn-pricing {
        width: calc(100% - 150px);
        max-width: calc(100% - 150px);
        margin-left:10px;
        min-width:70px;
        line-height:110%;
    }
    .pricing-container .table thead .plan {
        float:none;
        clear:both;
        padding-top: 0;
        display:block;
        width:150px;
        min-width:150px;
        max-width:100%;
        text-align:center;
        line-height:110%;
    }
    .pricing-container .table thead figure { float:left; }
    .pricing-container .table thead .plan-price { min-height: 130px;}
    .pricing-container .table thead .plan-price small { line-height:110%; }
}
