﻿@charset "UTF-8";

.pricingTable {
    margin: 40px auto;
}

    .pricingTable > .pricingTable-title {
        text-align: center;
        color: #6e768d;
        font-size: 200%;
        margin-bottom: 20px;
        letter-spacing: 0.04em;
    }

    .pricingTable > .pricingTable-subtitle {
        text-align: center;
        color: #b4bdc6;
        font-size: 1.8em;
        letter-spacing: 0.04em;
        margin-bottom: 60px;
    }

.pricingTable-firstTable {
    list-style: none;
    padding-left: 2em;
    padding-right: 2em;
    text-align: center;
}

.pricingTable-firstTable_table {
    vertical-align: middle;
    width: 250px;
    background-color: #ffffff;
    display: inline-block;
    padding: 0px 30px 40px;
    margin-top: 3.5%;
    text-align: center;
    max-width: 320px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-radius: 5px;
}

@media screen and (max-width: 991px) {
    .pricingTable-firstTable_table {
        display: block;
        width: 90%;
        margin: 0 auto;
        max-width: 90%;
        margin-bottom: 20px;
        padding: 10px;
        padding-left: 20px;
    }
}

@media screen and (max-width: 991px) {
    .pricingTable-firstTable_table > * {
        display: inline-block;
        vertical-align: middle;
    }
}

@media screen and (max-width: 991px) {
    .pricingTable-firstTable_table:after {
        display: table;
        content: '';
        clear: both;
    }
}

.pricingTable-firstTable_table:hover {
    -webkit-transform: scale(1.08);
    transform: scale(1.08);
}

@media screen and (max-width: 991px) {
    .pricingTable-firstTable_table:hover {
        -webkit-transform: none;
        transform: none;
    }
}

.pricingTable-firstTable_table:not(:last-of-type) {
    margin-right: 3.5%;
}

@media screen and (max-width: 991px) {
    .pricingTable-firstTable_table:not(:last-of-type) {
        margin-right: auto;
    }
}

.pricingTable-firstTable_table.active {
    position: relative;
}

@media screen and (max-width: 991px) {
    .pricingTable-firstTable_table.active h1 {
        padding-top: 1.5em;
    }
}

.pricingTable-firstTable_table.active:before {
    content: 'Current Plan';
    position: absolute;
    color: white;
    display: block;
    background-color: #3bbdee;
    text-align: center;
    right: 15px;
    top: -25px;
    height: 65px;
    width: 65px;
    border-radius: 50%;
    box-sizing: border-box;
    font-size: 0.5em;
    padding-top: 22px;
    text-transform: uppercase;
    letter-spacing: 0.13em;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

@media screen and (max-width: 991px) {
    .pricingTable-firstTable_table.active:before {
        font-size: 0.6em;
    }
}

@media screen and (max-width: 991px) {
    .pricingTable-firstTable_table.active:before {
        left: 10px;
        width: 45px;
        height: 45px;
        top: -10px;
        padding-top: 13px;
    }
}

.pricingTable-firstTable_table.active:hover:before {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}

.pricingTable-firstTable_table__header {
    font-size: 1.6em;
    padding: 40px 0px;
    margin: 0;
    border-bottom: 2px solid #ebedec;
    letter-spacing: 0.03em;
}

@media screen and (max-width: 991px) {
    .pricingTable-firstTable_table__header {
        padding: 0px;
        border-bottom: none;
        float: left;
        width: 33%;
        padding-top: 3%;
        padding-bottom: 2%;
    }
}

.pricingTable-firstTable_table__pricing {
    font-size: 3em;
    padding: 30px 0px;
    border-bottom: 2px solid #ebedec;
    line-height: 0.7;
}

@media screen and (max-width: 991px) {
    .pricingTable-firstTable_table__pricing {
        border-bottom: none;
        padding: 0;
        float: left;
        clear: left;
        width: 33%;
    }
}

.pricingTable-firstTable_table__pricing span:first-of-type {
    font-size: 0.35em;
    vertical-align: top;
    letter-spacing: 0.15em;
}

.pricingTable-firstTable_table__pricing span:last-of-type {
    vertical-align: bottom;
    font-size: 0.30em;
    letter-spacing: 0.04em;
    padding-left: 0.2em;
}

.pricingTable-firstTable_table__options {
    list-style: none;
    padding: 15px;
    font-size: 0.9em;
    border-bottom: 2px solid #ebedec;
}

@media screen and (max-width: 991px) {
    .pricingTable-firstTable_table__options {
        border-bottom: none;
        padding: 0;
        margin-right: 10%;
    }
}

@media screen and (max-width: 991px) {
    .pricingTable-firstTable_table__options {
        font-size: 1.3em;
        margin-right: none;
        margin-bottom: 10px;
    }
}

.pricingTable-firstTable_table__options > li {
    padding: 8px 0px;
}

@media screen and (max-width: 991px) {
    .pricingTable-firstTable_table__options > li {
        text-align: left;
    }
}

.pricingTable-firstTable_table__options > li:before {
    content: '✓';
    display: inline-block;
    margin-right: 15px;
    margin-right: 15px;
    color: white;
    background-color: #74ce6a;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    font-size: 0.8em;
    padding: 2px;
    text-align: center;
}

@media screen and (max-width: 991px) {
    .pricingTable-firstTable_table__options > li:before {
        width: 12px;
        height: 12px;
        padding: 0;
    }
}

.pricingTable-firstTable_table__getstart {
    color: white;
    background-color: #71ce73;
    margin-top: 30px;
    border-radius: 5px;
    cursor: pointer;
    padding: 15px;
    box-shadow: 0px 3px 0px 0px #66ac64;
    letter-spacing: 0.07em;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

@media screen and (max-width: 991px) {
    .pricingTable-firstTable_table__getstart {
        margin-top: 0;
    }
}

.pricingTable-firstTable_table__getstart:hover {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    box-shadow: 0px 40px 29px -19px rgba(102, 172, 100, 0.9);
}

@media screen and (max-width: 991px) {
    .pricingTable-firstTable_table__getstart:hover {
        -webkit-transform: none;
        transform: none;
        box-shadow: none;
    }
}

.pricingTable-firstTable_table__getstart:active {
    box-shadow: inset 0 0 10px 1px #66a564, 0px 40px 29px -19px rgba(102, 172, 100, 0.95);
    -webkit-transform: scale(0.95) translateY(-9px);
    transform: scale(0.95) translateY(-9px);
}

@media screen and (max-width: 991px) {
    .pricingTable-firstTable_table__getstart:active {
        -webkit-transform: scale(0.95) translateY(0);
        transform: scale(0.95) translateY(0);
        box-shadow: none;
    }
}

.pricingTable {
    font-family: 'Montserrat', sans-serif;
    font-size: 100%;
    color: #717787;
}

@media screen and (max-width: 991px) {
    .pricingTable {
        font-size: 70%;
    }
}

/* input [type = file]
----------------------------------------------- */
input[type=file] {
    display: block !important;
    right: 1px;
    top: 1px;
    height: 34px;
    opacity: 0;
    width: 100%;
    max-width: unset;
    background: none;
    position: absolute;
    overflow: hidden;
    z-index: 2;
}

.control-fileupload {
    display: block;
    border: 1px solid #d6d7d6;
    background: #FFF;
    width: 100%;
    height: 34px;
    line-height: 36px;
    padding: 0px 10px 2px 10px;
    overflow: hidden;
    position: relative;
    /* File upload button */
}

.control-fileupload:before,
.control-fileupload input,
.control-fileupload label {
    cursor: pointer !important;
}

.control-fileupload:before {
    /* inherit from boostrap btn styles */
    padding: 4px 12px;
    margin-bottom: 0;
    font-size: 14px;
    color: #333333;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    vertical-align: middle;
    cursor: pointer;
    background-color: #ddd;
    border-radius: 3px;
    transition: color 0.2s ease;
    /* add more custom styles*/
    content: 'Browse';
    display: block;
    position: absolute;
    z-index: 1;
    top: 2px;
    right: 2px;
    line-height: 20px;
    text-align: center;
}

.control-fileupload:hover:before,
.control-fileupload:focus:before {
    background-color: #e6e6e6;
    color: #333333;
    text-decoration: none;
    background-position: 0 -15px;
    transition: background-position 0.2s ease-out;
}

.control-fileupload label {
    line-height: 24px;
    color: #999999;
    font-size: 14px;
    font-weight: normal;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    position: relative;
    z-index: 1;
    margin-right: 90px;
    margin-bottom: 0px;
    cursor: text;
}

.pricingTable-firstTable_table.extra {
    display: block;
    width: 50%;
    min-width: 510px;
    height: 150px;
    margin: 0 auto;
    max-width: 50%;
    margin-bottom: 20px;
    padding: 10px;
    padding-left: 20px;
}

@media screen and (max-width: 991px) {
    .pricingTable-firstTable_table.extra {
        width: 90%;
        max-width: 90%;
        height: auto;
    }
}

.pricingTable-firstTable_table.extra > * {
    display: inline-block;
    vertical-align: middle;
}

.extra>.pricingTable-firstTable_table__header {
    padding: 0px;
    border-bottom: none;
    float: left;
    width: 33%;
    padding-top: 3%;
    padding-bottom: 2%;
}
.extra>.pricingTable-firstTable_table__pricing {
    border-bottom: none;
    padding: 0;
    float: left;
    clear: left;
    width: 33%;
}
.extra>.pricingTable-firstTable_table__options {
    border-bottom: none;
    padding: 0;
    margin-right: 10%;
    font-size: 1.3em;
    margin-bottom: 10px;
}
