﻿
/*Globals Begin*/
body {
    padding-bottom: 100px;
}
.priceing {
    padding: 15px;
}

#pricing-table {
    margin: 20px auto;
    text-align: center;
    /*width: 892px; total computed width = 222 x 3 + 226 */
}

    #pricing-table .plan {
        font: 12px 'Lucida Sans', 'trebuchet MS', Arial, Helvetica;
        text-shadow: 0 1px #64488f;
        background: #faf9ff;
        border: 1px dotted #64488f;
        color: #333;
        border-radius: 5px;
        padding: 20px;
        width: 30%;
        float: left;
        position: relative;
        padding-bottom: 0px;
    }

    #pricing-table #most-popular {
        z-index: 2;
        top: -20px;
        border: 3px #5e3187 solid;
        padding: 30px 20px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        -moz-box-shadow: 20px 0 10px -10px rgba(0, 0, 0, .15), -20px 0 10px -10px rgba(0, 0, 0, .15);
        -webkit-box-shadow: 20px 0 10px -10px rgba(0, 0, 0, .15), -20px 0 10px -10px rgba(0, 0, 0, .15);
        box-shadow: 20px 0 10px -10px rgba(0, 0, 0, .15), -20px 0 10px -10px rgba(0, 0, 0, .15);
        padding-bottom: 0px;
    }



    /* --------------- */

    #pricing-table h3 {
        font-size: 20px;
        font-weight: normal;
        padding: 20px;
        margin: -20px -20px 50px -20px;
        background-color: #805dba;
        color: #fff;
    }

    #pricing-table #most-popular h3 {
        background-color: #5e3187;
        background-image: -moz-linear-gradient(#5e3187, #64488f);
        background-image: -webkit-gradient(linear, left top, left bottom, from(#5e3187), to(#64488f));
        background-image: -webkit-linear-gradient(#5e3187, #64488f);
        background-image: -o-linear-gradient(#5e3187, #64488f);
        background-image: -ms-linear-gradient(#5e3187, #64488f);
        background-image: linear-gradient(#5e3187, #64488f);
        /*background-color: #ddd;
                background-image: -moz-linear-gradient(#eee,#ddd);
                background-image: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#ddd));
                background-image: -webkit-linear-gradient(#eee, #ddd);
                background-image: -o-linear-gradient(#eee, #ddd);
                background-image: -ms-linear-gradient(#eee, #ddd);
                background-image: linear-gradient(#eee, #ddd);*/
        margin-top: -30px;
        font-weight: 700;
        color: #fff;
        padding-top: 30px;
        -moz-border-radius: 1px 1px 0 0;
        -webkit-border-radius: 1px 1px 0 0;
        border-radius: 1px 1px 0 0;
    }

    #pricing-table .plan:nth-child(1) h3 {
        -moz-border-radius: 5px 0 0 0;
        -webkit-border-radius: 5px 0 0 0;
        border-radius: 5px 0 0 0;
    }

    #pricing-table .plan:nth-child(4) h3 {
        -moz-border-radius: 0 5px 0 0;
        -webkit-border-radius: 0 5px 0 0;
        border-radius: 0 5px 0 0;
    }

    #pricing-table h3 span {
        display: block;
        font: bold 25px/100px Georgia, Serif;
        color: #000;
        background: #fff;
        border: 5px solid #e6d6ff;
        margin: 10px auto -65px;
        -moz-border-radius: 100px;
        -webkit-border-radius: 100px;
        border-radius: 100px;
    }

    /* --------------- */

    #pricing-table ul {
        margin: 20px 0 0 0;
        padding: 0;
        list-style: none;
    }

    #pricing-table li {
        border-top: 1px solid #ddd;
        padding: 10px 0;
    }

    /* --------------- */

    #pricing-table .signup {
        position: relative;
        padding: 8px 20px;
        margin: 20px 0 0 0;
        color: #fff;
        font: bold 14px Arial, Helvetica;
        text-transform: uppercase;
        text-decoration: none;
        display: inline-block;
        background-color: #501d9d;
        background-image: -moz-linear-gradient(#501d9d, #5e3187);
        background-image: -webkit-gradient(linear, left top, left bottom, from(#501d9d), to(#5e3187));
        background-image: -webkit-linear-gradient(#501d9d, #5e3187);
        background-image: -o-linear-gradient(#501d9d, #5e3187);
        background-image: -ms-linear-gradient(#501d9d, #5e3187);
        background-image: linear-gradient(#501d9d, #5e3187);
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
    }

        #pricing-table .signup:hover {
            background-color: #64488f;
            background-image: -moz-linear-gradient(#64488f, #5e3187);
            background-image: -webkit-gradient(linear, left top, left bottom, from(#64488f), to(#5e3187));
            background-image: -webkit-linear-gradient(#64488f, #5e3187);
            background-image: -o-linear-gradient(#64488f, #5e3187);
            background-image: -ms-linear-gradient(#64488f, #5e3187);
            background-image: linear-gradient(#64488f, #5e3187);
        }

        #pricing-table .signup:active, #pricing-table .signup:focus {
            background: #64488f;
            top: 2px;
            -moz-box-shadow: 0 0 3px rgba(0, 0, 0, .7) inset;
            -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .7) inset;
            box-shadow: 0 0 3px rgba(0, 0, 0, .7) inset;
        }

.pop {
    position: absolute;
    right: -3px;
    top: -13px;
    background-color: #5e3187 !important;
}
/* --------------- */
.clear:before, .clear:after {
    content: "";
    display: flex;
}

.clear:after {
    clear: both
}

.clear {
    zoom: 1
}

.purpleback {
    padding: 15px;
    color: #5e3187 !important;
    background-color: #fff;
    margin-bottom: 20px;
}

.purpleback2 {
    padding: 15px;
    color: #5e3187 !important;
    background-color: #fff;
    margin-bottom: 0px;
}

.v_line {
    width: 2px;
    background-color: #000;
    height: 70px;
    margin: 0 auto;
    text-align: center;
}

.text_shadow {
    text-shadow: 1px 1px 3px rgba(0, 0, 0, .15);
}

.purpleline {
    border: 1px solid rgba(89, 49, 150, .85);
}

.purple-border {
    border: 1px solid rgba(89, 49, 150, .85);
}

.noplan {
    opacity: .3;
}


/*Globals End*/
.banner {
    width: 100%;
    height: 250px !important;
    position: relative;
    overflow: hidden;
}

    .banner video {
        height: auto;
        width: 100%;
        margin-top: -300px;
        left: 0;
        right: 0;
        z-index: 1;
        position: absolute;
    }

    .banner .overlay {
        background-color: rgba(89, 49, 150, .75);
        background-image: linear-gradient(to bottom right, #593196, #4a324e);
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        z-index: 2;
        opacity: .92;
        moz-opacity: .92;
        webkit-opacity: .92;
    }

    .banner .b-content {
        margin-top: 75px;
        position: relative;
        z-index: 3;
    }
@media(max-width:1024px) {

    .banner {
        width: 100%;
        height: 330px !important;
        position: relative;
        overflow: hidden;
    }

        .banner video {
            height: auto;
            width: 100%;
            margin-top: -100px;
            left: 0;
            right: 0;
            z-index: 1;
            position: absolute;
        }

        .banner .overlay {
            background-color: rgba(89, 49, 150, .75);
            position: absolute;
            top: 0;
            right: 0;
            left: 0;
            bottom: 0;
            z-index: 2;
        }

        .banner .b-content {
            margin-top: 100px;
            position: relative;
            z-index: 3;
        }
}
@media(max-width:768px) {

    .banner {
        width: 100%;
        height: 330px !important;
        position: relative;
        overflow: hidden;
    }

        .banner video {
            height: auto;
            width: 100%;
            margin-top: -100px;
            left: 0;
            right: 0;
            z-index: 1;
            position: absolute;
        }

        .banner .overlay {
            background-color: rgba(89, 49, 150, .75);
            position: absolute;
            top: 0;
            right: 0;
            left: 0;
            bottom: 0;
            z-index: 2;
        }

        .banner .b-content {
            margin-top: 100px;
            position: relative;
            z-index: 3;
        }
  
}

@media(max-width: 700px) {

    #pricing-table .plan {
    margin-bottom: 50px;
        width: 100%;
    }

    #pricing-table #most-popular {
        z-index: 2;
        top: 0px;
     
    }

    #pricing-table {
        margin: 30px auto;
        text-align: center;
    }

}


@media(max-width:425px) {

    .banner {
        width: 100%;
        height: 190px !important;
        position: relative;
        overflow: hidden;
    }

        .banner video {
            height: auto;
            width: 100%;
            margin-top: -50px;
            left: 0;
            right: 0;
            z-index: 1;
            position: absolute;
        }

        .banner .overlay {
            background-color: rgba(89, 49, 150, .75);
            position: absolute;
            top: 0;
            right: 0;
            left: 0;
            bottom: 0;
            z-index: 2;
        }

        .banner .b-content {
            margin-top: 25px;
            position: relative;
            z-index: 3;
        }
}
@media(max-width:325px) {

    .banner {
        width: 100%;
        height: 150px !important;
        position: relative;
        overflow: hidden;
    }

        .banner video {
            height: auto;
            width: 100%;
            margin-top: 0;
            left: 0;
            right: 0;
            z-index: 1;
            position: absolute;
        }

        .banner .overlay {
            background-color: rgba(89, 49, 150, .75);
            position: absolute;
            top: 0;
            right: 0;
            left: 0;
            bottom: 0;
            z-index: 2;
        }

        .banner .b-content {
            margin-top: 25px;
            position: relative;
            z-index: 3;
        }
            .banner .b-content h1 {
                font-size:18pt;
            }
            .banner .b-content h3 {
                font-size: 16pt;
            }
        }
@media(min-width:2400px) {

    .banner {
        width: 100%;
        height: 600px !important;
        position: relative;
        overflow: hidden;
    }

        .banner video {
            height: auto;
            width: 100%;
            margin-top: -400px;
            left: 0;
            right: 0;
            z-index: 1;
            position: absolute;
        }

        .banner .overlay {
            background-color: rgba(89, 49, 150, .75);
            position: absolute;
            top: 0;
            right: 0;
            left: 0;
            bottom: 0;
            z-index: 2;
        }

        .banner .b-content {
            margin-top: 250px;
            position: relative;
            z-index: 3;
        }
}
