/** Pricing **/

.banner .banner-slide {
    padding-bottom: 160px !important;
}

    .banner .banner-slide .left-content .content-holder {
        max-width: 500px;
    }

.banner-slide-pricing .title {
    font-family: "Open Sans", sans-serif;
    font-size: 26px;
    line-height: 45px;
    text-transform: uppercase;
    padding-bottom: 0;
    text-align: left;
    color: #FFF;
}

.banner-slide-pricing .subtitle {
    line-height: 40px;
    font-size: 28px;
    font-weight: 400;
    display: block;
    text-align: left;
    margin: 0;
    color: #FFF;
}

.banner-slide-pricing .text {
    padding-top: 20px;
}

.banner-slide-pricing .btn.btn-custom {
    margin-top: 20px;
}

.pricing {
    z-index: 12;
    position: relative;
    padding: 60px 0;
    margin-top: -160px;
}

    .pricing .pricing-table {
        background-color: #FFF;
        padding: 60px 0 0;
        box-shadow: 0 6px 8px 0 rgba(164, 164, 164, 0.3);
        border-radius: 5px;
    }

/** Pricing Page - Pricing Table **/

.pricing-table .pricing-plans {
    padding-bottom: 40px;
}

    .pricing-table .pricing-plans > .grid > .grid-cell {
        min-width: 250px;
    }

.pricing-table .plan-container {
    max-width: 300px;
    margin: 0 auto;
}

.pricing-table .plan-container {
    padding: 0 26px 20px;
    text-align: center;
}

    .pricing-table .plan-container .title {
        line-height: 22px;
        font-size: 16px;
        font-weight: 700;
        color: #47495A;
        text-transform: uppercase;
        padding-bottom: 30px;
    }

    .pricing-table .plan-container .price {
        color: #2E2DBD;
    }

        .pricing-table .plan-container .price.green {
            color: #10BF98;
        }

        .pricing-table .plan-container .price .currency {
            display: inline-block;
            vertical-align: top;
            line-height: 18px;
            font-size: 18px;
        }

        .pricing-table .plan-container .price .amount {
            display: inline-block;
            vertical-align: bottom;
        }

            .pricing-table .plan-container .price .amount .number {
                font-weight: 900;
                font-size: 48px;
                line-height: 38px;
            }

            .pricing-table .plan-container .price .amount .time {
                font-size: 16px;
                line-height: 16px;
            }

            .pricing-table .plan-container .price .amount .number,
            .pricing-table .plan-container .price .amount .time {
                display: inline-block;
                vertical-align: text-bottom;
            }

    .pricing-table .plan-container .plan-functions {
        text-align: left;
        padding: 0 10px;
    }

        .pricing-table .plan-container .plan-functions .function-text {
            font-size: 14px;
            line-height: 20px;
            display: flex;
            text-transform: capitalize;
        }

            .pricing-table .plan-container .plan-functions .function-text span {
                font-weight: 700;
                margin-right: 5px;
                vertical-align: baseline;
            }

            .pricing-table .plan-container .plan-functions .function-text i.material-icons {
                margin-right: 10px;
                line-height: 20px;
                font-size: 20px;
                width: 20px;
                height: 20px;
                vertical-align: text-top;
            }

            .pricing-table .plan-container .plan-functions .function-text p {
                display: inline-block;
            }

            .pricing-table .plan-container .plan-functions .function-text i.material-icons,
            .pricing-table .plan-container .plan-functions .function-text.available i.material-icons {
                color: #10BF98;
            }

            .pricing-table .plan-container .plan-functions .function-text.unavailable,
            .pricing-table .plan-container .plan-functions .function-text.unavailable i.material-icons {
                color: #E0E2E4;
            }

    .pricing-table .plan-container .splitter {
        padding-top: 30px;
        margin-bottom: 30px;
        border-bottom: solid 1px #D8D8D8;
    }

.pricing-table .custom-plan {
    border-top: solid 1px #E7E7E7;
    background-color: #FAFAFA;
    padding: 60px 20px;
    text-align: center;
}

    .pricing-table .custom-plan .title {
        text-transform: uppercase;
        line-height: 22px;
        font-size: 16px;
        font-weight: 700;
        color: #47495A;
        padding-bottom: 10px;
    }

    .pricing-table .custom-plan .text {
        line-height: 26px;
        font-size: 14px;
        color: #6B7C93;
        max-width: 768px;
        margin: 0 auto;
    }

    .pricing-table .custom-plan .support {
        text-align: center;
        padding-top: 30px;
    }

        .pricing-table .custom-plan .support .text {
            font-size: 12px;
            line-height: 17px;
            color: #6B7C93;
            text-transform: uppercase;
        }

        .pricing-table .custom-plan .support .phone-container {
            font-size: 24px;
            font-weight: 700;
            line-height: 32px;
            color: #47495A;
        }

        .pricing-table .custom-plan .support .phone {
            background-image: linear-gradient(to right, rgba(173, 173, 173, 1) 33%, rgba(0, 0, 0, 0) 0%);
            background-position: bottom;
            background-size: 10px 1px;
            background-repeat: repeat-x;
            height: 38px;
        }

        .pricing-table .custom-plan .support i.material-icons {
            vertical-align: top;
            line-height: 32px;
            padding-right: 8px;
            color: #1BB978;
        }

.custom-plan-input {
    width: 40px;
    margin-right: 10px;
    border: 1px solid #9e9e9e;
    border-radius: 5px;
    font-weight: 700;
    padding-left: 4px;
    font-size: 13.5px;
    color: #47495A;
}

    .custom-plan-input[type=number]::-webkit-inner-spin-button,
    .custom-plan-input[type=number]::-webkit-outer-spin-button {
        opacity: 0.5;
    }

.custom-plan-check-icon {
    color: #10BF98 !important;
}

.round {
    position: relative;
    display: flex;
    margin-left: 2px;
    margin-bottom: 7px;
}

    .round label {
        background-color: #fff;
        border: .125rem solid rgba(0,0,0,.38);
        border-radius: 50%;
        cursor: pointer;
        height: 17px;
        left: 0;
        position: absolute;
        top: 0;
        width: 17px;
    }

        .round label:after {
            border: 2px solid #fff;
            border-top: none;
            border-right: none;
            content: "";
            height: 6px;
            left: 1.4px;
            opacity: 0;
            position: absolute;
            top: 3px;
            transform: rotate(-45deg);
            width: 11px;
        }

        .round label span {
            margin-left: 31px;
            display: inline-block;
            min-width: 150px;
            margin-top: -3px;
        }

    .round input[type="checkbox"] {
        visibility: hidden;
    }

        .round input[type="checkbox"]:checked + label {
            background-color: #4184F3;
            border-color: #4184F3;
        }

            .round input[type="checkbox"]:checked + label:after {
                opacity: 1;
            }

.round-circle {
    display: inline-block;
    background-color: #fff;
    border: .125rem solid rgba(0,0,0,.10);
    border-radius: 50%;
    height: 20px;
    margin-left: 2px;
    margin-right: 13px;
    top: 0;
    width: 20px;
}
