﻿ <%--FOR THE APPLICATION SECTION--%>
    <style type="text/css">
        .navbar .divider-vertical {
            height: 40px;
            margin: 0 9px;
            border-left: 1px solid #f2f2f2;
            border-right: 1px solid #ffffff;
        }

        .features_table h1 {
            font-size: 25px !important;
        }

        li {
            list-style: none;
        }

        h1 {
            font-size: 21px !important;
        }

        .features-table li {
            background: #d9edf7 none repeat scroll 0 0;
            border-bottom: 2px solid #FFFFFF;
            color: #000000;
            font-size: 16px;
            padding: 1px 8px;
        }

            .features-table li:hover {
                background: #d9edf7;
                cursor: pointer;
                -webkit-transition: all .35s;
                -moz-transition: all .35s;
                transition: all .35s;
            }

        .features-table-free li, .features-table-paid li {
            background: #efefef none repeat scroll 0 0;
            border-bottom: 2px solid #d4d4d4;
            text-align: center;
            padding: 16.4px 21px;
            cursor: pointer;
        }

        .features-table-free h1, .features-table-paid h1 {
            text-align: center;
        }

        .features-table-free li:hover, .features-table-paid li:hover {
            background: #dedede none repeat scroll 0 0;
            -webkit-transition: all .35s;
            -moz-transition: all .35s;
            transition: all .35s;
        }

        .features_table h1 {
            font-size: 23px !important;
        }

        .features-table h1, .features-table-free h1, .features-table-paid h1 {
            background: #6b6b6b none repeat scroll 0 0;
            color: #fff;
            font-weight: 600;
            margin: 0;
            padding: 19px 21px;
            text-transform: uppercase;
        }

        .features-table h1 {
            border-top-left-radius: 20px;
            text-align: center;
        }

        .features-table-paid h1 {
            border-top-right-radius: 20px;
        }

        .features-table-free li {
            border-right: 2px solid #d4d4d4;
        }

        .fa.fa-check {
            color: #2cc14f;
        }

        .fa.fa-times {
            color: #BA5340;
        }

        .fa {
            font-size: 30px;
        }

        .no-padding {
            padding: 0;
        }

        ul {
            padding: 0;
        }

        body {
            counter-reset: section; /* Set the section counter to 0 */
        }

        .dropdown-submenu {
            position: relative;
        }

            .dropdown-submenu > .dropdown-menu {
                top: 0;
                left: 100%;
                margin-top: -6px;
                margin-left: -1px;
                -webkit-border-radius: 0 6px 6px 6px;
                -moz-border-radius: 0 6px 6px;
                border-radius: 0 6px 6px 6px;
            }

            .dropdown-submenu:hover > .dropdown-menu {
                display: block;
            }

            .dropdown-submenu > a:after {
                display: block;
                content: " ";
                float: right;
                width: 0;
                height: 0;
                border-color: transparent;
                border-style: solid;
                border-width: 5px 0 5px 5px;
                border-left-color: #ccc;
                margin-top: 5px;
                margin-right: -10px;
            }

            .dropdown-submenu:hover > a:after {
                border-left-color: #fff;
            }

            .dropdown-submenu.pull-left {
                float: none;
            }

                .dropdown-submenu.pull-left > .dropdown-menu {
                    left: -100%;
                    margin-left: 10px;
                    -webkit-border-radius: 6px 0 6px 6px;
                    -moz-border-radius: 6px 0 6px 6px;
                    border-radius: 6px 0 6px 6px;
                }
    </style>
    <%--END APPLICATION SECTION--%>