﻿/*-------------------------*/
/*     Pricing Section     */
/*-------------------------*/
#pricing {
    padding: 100px 0;
}

.initPrice {
    color: var(--TitleTextColor);
}

    .initPrice .currency {
        font-size: 1.0rem;
        line-height: 0.68rem;
        vertical-align: top;
        font-weight: 700;
    }

    .initPrice .price {
        font-size: 3.0rem;
        line-height: 0.6667rem;
        font-weight: 700;
        margin-bottom: 0.3333rem;
        padding: unset;
    }

    .initPrice .billingType {
        font-size: 1.0rem;
    }



.priceTable {
    background-color: #efefef;
    border-radius: 15px;
    max-width: 406px;
    height: 100%;
}

    .priceTable .price-table-button a {
        font-size: 0.7rem;
    }

    .priceTable .price-inner .currency {
        font-size: 1.5rem;
        line-height: 0.2rem;
        vertical-align: top;
        font-weight: 900;
        padding: unset;
    }

    .priceTable .price-inner .price {
        font-size: 3.0rem;
        line-height: 0.6667rem;
        font-weight: 700;
        margin-bottom: 0.3333rem;
        padding: unset;
    }

    .priceTable .price-inner .billingType {
        font-size: 1.0rem;
    }

    .priceTable .strike-price-inner .OldPrice {
        /*font-size: 1.5rem;*/
    }

    .priceTable .strike-price-inner .currency {
        font-size: 1.0rem;
        line-height: 0.68rem;
        vertical-align: top;
        font-weight: 700;
    }

    .priceTable .strike-price-inner .price {
        font-size: 2.0rem;
        line-height: 0.6667rem;
        font-weight: 500;
        margin-bottom: 0;
        display: inline-block;
    }

    .priceTable .strike-price-inner .billingType {
        font-size: 1.0rem;
    }

    .priceTable .price-table-container {
        border-radius: 15px;
        display: inline-block;
        text-align: center;
        width: 100%;
        max-width: 377px;
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
        transition: all .3s;
        margin: 10px 0px;
        padding: 1.5rem;
        height: 100%;
    }

        .priceTable .price-table-container .price-inner {
            color: var(--highlight-color);
            position: relative;
            margin-bottom: 1.875rem;
            padding-bottom: 1.875rem;
            display: inline-block;
        }

            .priceTable .price-table-container .price-inner:after {
                position: absolute;
                content: '';
                width: 2.5rem;
                height: 2px;
                background: #4863a0;
                left: 50%;
                bottom: 0;
                -ms-transform: translateX(-50%);
                transform: translateX(-50%);
            }

        .priceTable .price-table-container .title {
            margin: 0.4167rem 0;
            font-size: 2.0rem;
            font-weight: 700;
            /*color: #4863a0;*/
            position: relative;
            display: inline-block;
        }

        /*.priceTable .price-table-container .title:after {
                position: absolute;
                content: '';
                width: 40px;
                height: 2px;
                background: #4863a0;
                left: 50%;
                bottom: 0;
                -ms-transform: translateX(-50%);
                transform: translateX(-50%);
            }*/

        .priceTable .price-table-container .description {
            margin: 0 0 1.5rem;
            padding: 0;
            list-style: none;
        }

            .priceTable .price-table-container .description li {
                font-size: 0.89rem;
                line-height: 2.5rem;
                color: #000;
                font-weight: 600;
            }

        .priceTable .price-table-container .ClosingText {
            /*color: #4863a0;*/
            display: inline-block;
            font-weight: bold;
            margin-bottom: 20px;
        }

        .priceTable .price-table-container .gp-btn {
            padding: 14px 40px;
            background: #669999;
            /*background: #ffcc66;*/
            display: inline-block;
            color: #000;
            font-weight: 700;
            border-radius: 30px;
            width: 180px;
            border: none;
        }

            .priceTable .price-table-container .gp-btn:hover {
                background: #4863a0;
                color: #FFF;
            }

        .priceTable .price-table-container:hover {
            box-shadow: 0 20px 25px rgba(0, 0, 0, 0.15);
            margin-top: 0;
        }

    .priceTable.color-active {
        background: #D81B60;
    }

        .priceTable.color-active .price-table-container .title {
            color: #FFF;
        }

        .priceTable.color-active .price-table-container .description li {
            color: #FFF;
        }

        .priceTable.color-active .price-inner .currency, .priceTable.color-active .price-inner .price {
            color: #FFF;
        }

    .priceTable.color-one:hover {
        background: #9c27b0;
    }

        .priceTable.color-one:hover .price-table-container .title {
            color: #FFF;
        }

        .priceTable.color-one:hover .price-table-container .description li {
            color: #FFF;
        }

        .priceTable.color-one:hover .price-inner .currency, .priceTable.color-one:hover .price-inner .price {
            color: #FFF;
        }

    .priceTable.color-two:hover {
        background: #00C851;
    }

        .priceTable.color-two:hover .price-table-container .title {
            color: #FFF;
        }

        .priceTable.color-two:hover .price-table-container .description li {
            color: #FFF;
        }

        .priceTable.color-two:hover .price-inner .currency, .priceTable.color-two:hover .price-inner .price {
            color: #FFF;
        }

.planselected {
    color: var(--TitleTextColor);
    font-family: var(--TitleFont);
    font-size: var(--TitleFontSize);
    font-weight: var(--TitleFontWeight);
}

.PromoCodremsg {
    color: #4863A0;
    font-size: 1.1rem;
    font-weight: bolder;
}

.imageWhat {
    border: 10px solid #FFFFFF;
    box-shadow: 0 0 10px 4px rgba(0, 0, 0, 0.3);
    width: 90%;
    height: auto;
    /*box-shadow: 3px 0 16px 0 rgba(0,0,0,.1);
    box-sizing: border-box;*/
}

.imgWhat1 {
    transform: rotate(-4deg);
}

.imgWhat2 {
    transform: rotate(7deg);
}

.imgWhat3 {
    transform: rotate(-6deg);
}



/* Disclaimer */
.Disclaimer {
    margin: -40px auto 50px auto;
    width: 700px;
    max-width: 90%;
    font-size: 12px;
}
