﻿.scollBtns {
    position: relative;
    text-align: center;
    display:none;
}
.scollBtns button {
        background: white;
        width: 50px;
        height: 50px;
        border-radius: 50%;
        font-size: 18px;
        color: #288fd8;
        border: 1px solid;
        margin: 0 2px;
        padding: 0;
        text-align: center;

        -webkit-touch-callout: none;
    }
.scollBtns button[disabled] {
            opacity: 0.3;
        }
.sa-button-container button.cancel:focus,
.sa-button-container button.cancel:hover {
    color: #fff;
    outline: none;
    box-shadow: unset;
    border-color: #d9534f
}

.sa-button-container button.confirm:focus,
.sa-button-container button.confirm:hover {
    color: #fff;
    outline: none;
    box-shadow: unset;
    border-color: #286090;
}


.ctx-Display-inineBlock {
    display: inline-block !important;
}

.auto-detuct {
    background: #5e2fac;
    color: #fff;
    padding: 1px 6px 2px;
    border-radius: 3px;
    font-size: 12px;
}

#cart-arrow, #cart-arrow-calendar-view {
    width: 50px;
    position: fixed;
    right: 155px;
    top: 35px;
    z-index: 1;
}

#primary-menu > ul > li.sub-menu > a > div {
    color: black !important;
}

#primary-menu > ul > li.mega-menu > a > div {
    color: black !important;
}

#primary-menu > ul > li.current > a > div {
    color: black !important;
}

#primary-menu > ul > li.one-page-menu > a > div {
    color: black !important;
}

#primary-menu > #getstarted > a {
    color: black !important;
}

.nav > li > a {
    padding: 2px 17px;
}

.center-pills {
    display: flex;
    justify-content: center;
}

.pricing-content-1 {
    background-color: #fff;
}

    .pricing-content-1:before,
    .pricing-content-1:after {
        content: " ";
        display: table;
    }

    .pricing-content-1:after {
        clear: both;
    }

    .pricing-content-1 .arrow-down {
        width: 0;
        height: 0;
        border-left: 15px solid transparent;
        border-right: 15px solid transparent;
        border-top: 15px solid;
        margin: auto;
    }

        .pricing-content-1 .arrow-down.arrow-blue {
            border-top-color: #3598DC;
        }

        .pricing-content-1 .arrow-down.arrow-green {
            border-top-color: #32C5D2;
        }

        .pricing-content-1 .arrow-down.arrow-dark {
            border-top-color: #2F353B;
        }

        .pricing-content-1 .arrow-down.arrow-grey {
            border-top-color: #f7f9fb;
        }

    .pricing-content-1 .price-ribbon {
        position: absolute;
        top: 97px;
        right: -4px;
        width: 90px;
        font-size: 14px;
        text-transform: uppercase;
        font-weight: 300;
        padding: 6px 20px 6px 15px;
        color: #fff;
        background-color: #D91E18;
        text-shadow: 0px 1px 2px #bbb;
        -webkit-box-shadow: 0px 2px 4px #888;
        -moz-box-shadow: 0px 2px 4px #888;
        box-shadow: 0px 2px 4px #888;
    }

        .pricing-content-1 .price-ribbon:after {
            content: ' ';
            position: absolute;
            width: 0;
            height: 0;
            right: 0px;
            top: 100%;
            border-width: 5px 10px;
            border-style: solid;
            border-color: #64120f transparent transparent #64120f;
        }

    .pricing-content-1 .pricing-title {
        border-bottom: 1px solid;
        border-color: #fff;
    }

        .pricing-content-1 .pricing-title > h1 {
            margin: 20px 0;
        }

    .pricing-content-1 .price-column-container {
        text-align: center;
        margin: 0;
        background-color: #fff;
    }

        .pricing-content-1 .price-column-container.border-active {
            border: 1px solid #e5e9ee;
        }

        .pricing-content-1 .price-column-container:first-child {
            margin-left: 0;
        }

        .pricing-content-1 .price-column-container:last-child {
            margin-right: 0;
        }

    .pricing-content-1 .price-table-head {
        color: #fff;
        padding: 2px 0;
    }

        .pricing-content-1 .price-table-head h2 {
            color: white;
            font-size: 20px;
            padding-top: 12px;
            text-align: -webkit-center;
        }

        .pricing-content-1 .price-table-head.price-1 {
            background-color: #3598DC;
        }

        .pricing-content-1 .price-table-head.price-2 {
            background-color: #32C5D2;
        }

        .pricing-content-1 .price-table-head.price-3 {
            background-color: #2F353B;
        }

    .pricing-content-1 .price-table-pricing > h3 {
        font-size: 60px;
        position: relative;
    }

        .pricing-content-1 .price-table-pricing > h3 > .price-sign {
            font-size: 24px;
            position: relative;
            margin-left: -15px;
        }

    .pricing-content-1 .price-table-pricing > p {
        margin-top: 0;
    }

    .pricing-content-1 .price-table-content {
        background-color: #f7f9fb;
        color: #5c6d7e;
        font-weight: 600;
        font-size: 16px;
    }

        .pricing-content-1 .price-table-content .row {
            padding-top: 10px;
            padding-bottom: 10px;
        }

            .pricing-content-1 .price-table-content .row i {
                color: #6cade6;
            }

            .pricing-content-1 .price-table-content .row:first-child {
                padding-top: 20px;
            }

            .pricing-content-1 .price-table-content .row:last-child {
                padding-bottom: 20px;
            }

    .pricing-content-1 .price-table-footer {
        padding: 20px 0;
    }

        .pricing-content-1 .price-table-footer > .price-button {
            font-weight: bold;
            padding: 10px 20px;
        }

@media (max-width: 1024px) {
    .pricing-content-1 .mobile-padding {
        padding: 0;
        margin: 0;
    }

        .pricing-content-1 .mobile-padding > i {
            margin-right: 5px;
        }

    .pricing-content-1 .price-table-content {
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media (max-width: 1024px) {
    .pricing-content-1 .mobile-padding {
        padding: 0 15px;
        margin: 0 -15px;
    }

        .pricing-content-1 .mobile-padding > i {
            margin-right: 20px;
        }

    .pricing-content-1 .price-table-content {
        padding-left: 15px;
        padding-right: 15px;
    }
}


.pricing-content-2 {
    background-color: #fff;
}

    .pricing-content-2 .no-padding {
        padding: 0;
    }

    .pricing-content-2 .text-left {
        text-align: left;
    }

    .pricing-content-2 .text-right {
        text-align: right;
    }

    .pricing-content-2.pricing-bg-dark {
        background-color: #2F353B;
    }

    .pricing-content-2 .pricing-title {
        border-color: #444;
    }

        .pricing-content-2 .pricing-title > h1 {
            color: #fff;
        }

    .pricing-content-2 .pricing-table-container {
        padding-top: 40px;
        padding-bottom: 40px;
    }

        .pricing-content-2 .pricing-table-container .padding-fix {
            padding-left: 15px;
            padding-right: 15px;
        }

        .pricing-content-2 .pricing-table-container .price-column-container {
            background-color: #fff;
            margin: 30px 0;
            padding: 60px 0;
            text-align: center;
            border-bottom: 4px solid #ccc;
        }

            .pricing-content-2 .pricing-table-container .price-column-container.border-right {
                border-right: 1px solid #ccc;
            }

            .pricing-content-2 .pricing-table-container .price-column-container.border-left {
                border-left: 1px solid #ccc;
            }

            .pricing-content-2 .pricing-table-container .price-column-container.border-top {
                border-top: 1px solid #ccc;
            }

            .pricing-content-2 .pricing-table-container .price-column-container.featured-price {
                margin: 0;
                padding: 89px 0;
                border: 1px solid;
                border-bottom: 4px solid;
                border-color: #ccc;
            }

                .pricing-content-2 .pricing-table-container .price-column-container.featured-price > .price-feature-label {
                    position: absolute;
                    top: 0;
                    left: 50%;
                    display: inline-block;
                    width: 110px;
                    margin: 0 0 0 -60px;
                    padding: 7px 15px;
                    color: #fff;
                    font-weight: 300;
                }

            .pricing-content-2 .pricing-table-container .price-column-container > .price-table-head > h2 {
                letter-spacing: 1px;
                font-weight: 600;
                font-size: 18px;
                color: #ACB5C3;
            }

                .pricing-content-2 .pricing-table-container .price-column-container > .price-table-head > h2.opt-pricing-5 {
                    padding: 7px 15px;
                    display: inline;
                    margin: 0 auto 20px auto;
                    font-size: 16px;
                }

            .pricing-content-2 .pricing-table-container .price-column-container > .price-table-pricing > h3 {
                font-size: 60px;
                position: relative;
                font-weight: 600;
            }

                .pricing-content-2 .pricing-table-container .price-column-container > .price-table-pricing > h3 > .price-sign {
                    font-size: 24px;
                    position: absolute;
                    margin-left: -15px;
                }

            .pricing-content-2 .pricing-table-container .price-column-container > .price-table-pricing > p {
                margin-top: 0;
            }

            .pricing-content-2 .pricing-table-container .price-column-container > .price-table-content {
                color: #333;
                font-weight: 300;
                font-size: 16px;
            }

                .pricing-content-2 .pricing-table-container .price-column-container > .price-table-content .row {
                    padding-top: 20px;
                    padding-bottom: 20px;
                    border-bottom: 1px solid;
                    border-color: #eee;
                }

                    .pricing-content-2 .pricing-table-container .price-column-container > .price-table-content .row:first-child {
                        border-top: 1px solid;
                        border-color: #eee;
                    }

            .pricing-content-2 .pricing-table-container .price-column-container > .price-table-footer {
                padding: 40px 0 0 0;
            }

                .pricing-content-2 .pricing-table-container .price-column-container > .price-table-footer > .featured-price {
                    font-size: 20px;
                    font-weight: 300;
                    border-bottom: 3px solid #3FABA4;
                }

@media (max-width: 991px) {
    .pricing-content-2 .price-column-container {
        border-left: 1px solid;
        border-right: 1px solid;
        border-color: #ccc;
    }
}

.bg-red {
    background: #e7505a !important;
}

.bg-blue {
    background: #3598dc !important;
}

.bg-green {
    background: #32c5d2 !important;
}

.bg-purple {
    background: #8E44AD !important;
}

.btn.btn-outline.grey-salsa.active, .btn.btn-outline.grey-salsa:active, .btn.btn-outline.grey-salsa:active:focus, .btn.btn-outline.grey-salsa:active:hover, .btn.btn-outline.grey-salsa:focus, .btn.btn-outline.grey-salsa:hover {
    border-color: #ACB5C3;
    color: #FAFCFB;
    background-color: #ACB5C3;
}

.btn.btn-outline.grey-salsa {
    border-color: #ACB5C3;
    color: #ACB5C3;
    background: 0 0;
}

.btn.focus, .btn:focus, .btn:hover {
    color: white;
    text-decoration: none;
}

.btn:hover {
    transition: all .3s;
}

.border-top-after-blue:after, .border-top-before-blue:before, .border-top-blue {
    border-top-color: #3598dc !important;
}

.border-top-after-red:after, .border-top-before-red:before, .border-top-red {
    border-top-color: #e7505a !important;
}

.border-top-after-green:after, .border-top-before-green:before, .border-top-green {
    border-top-color: #32c5d2 !important;
}

.border-top-after-purple:after, .border-top-before-purple:before, .border-top-purple {
    border-top-color: #8E44AD !important;
}

.tab-content {
    margin-top: 12px;
}

.btn.green-meadow:not(.btn-outline) {
    color: #FFF;
    background-color: #1BBC9B;
    border-color: #1BBC9B;
}


.pricing-content-2 .pricing-table-container .price-column-container > .price-table-footer > .featured-price {
    font-size: 20px;
    font-weight: 300;
    border-bottom: 3px solid #3FABA4;
}

.btn.green:not(.btn-outline) {
    color: #FFF;
    background-color: #32c5d2;
    border-color: #32c5d2;
}

.pricing-content-1 .price-column-container.border-active {
    border: 1px solid #e5e9ee;
}

.btn.purple-plum:not(.btn-outline).active, .btn.purple-plum:not(.btn-outline):active, .btn.purple-plum:not(.btn-outline):hover, .open > .btn.purple-plum:not(.btn-outline).dropdown-toggle {
    color: #fff;
    background-color: #6d5b8e;
    border-color: #685788;
}

components.min.css:1
.btn.purple-plum:not(.btn-outline) {
    color: #fff;
    background-color: #8775a7;
    border-color: #8775a7;
}

.price-column-container.border-active {
    margin-bottom: 20px;
}

.hideDiv {
    /*display :none;*/
    visibility: hidden;
}

.showDiv {
    visibility: visible;
    /*display :block;*/
}

/* 

	    pricing Div
    */
@import url(https://fonts.googleapis.com/css?family=Lato:400,100,100italic,300,300italic,400italic,700italic,700,900italic,900);
@import url(https://fonts.googleapis.com/css?family=Raleway:400,100,200,300,500,600,700,800,900);
@import url(https://fonts.googleapis.com/css?family=Raleway:400,100,200,300,500,600,700,800,900);

#generic_price_table {
    background-color: #f0eded;
}

    /*PRICE COLOR CODE START*/

    #generic_price_table .generic_content .generic_head_price {
        background-color: #f6f6f6;
    }

        #generic_price_table .generic_content .generic_head_price .generic_head_content .head_bg {
            border-color: #e4e4e4 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #e4e4e4;
        }

        #generic_price_table .generic_content .generic_head_price .generic_head_content .head span {
            color: #525252;
        }

        #generic_price_table .generic_content .generic_head_price .generic_price_tag .price .sign {
            color: #414141;
        }

        #generic_price_table .generic_content .generic_head_price .generic_price_tag .price .currency {
            color: #414141;
        }

        #generic_price_table .generic_content .generic_head_price .generic_price_tag .price .cent {
            color: #414141;
        }

        #generic_price_table .generic_content .generic_head_price .generic_price_tag .month {
            color: #414141;
        }

    #generic_price_table .generic_content .generic_feature_list ul li {
        color: #a7a7a7;
    }

    #generic_price_table .generic_content .generic_feature_list > ul > li > span {
        color: #414141;
    }

    #generic_price_table .generic_content .generic_feature_list ul li:hover {
        /*background-color: #E4E4E4;*/
        border-left: 5px solid #f26522;
    }

    #generic_price_table .generic_content .generic_price_btn a {
        border: 1px solid rgb(53, 152, 220);
        color: rgb(53, 152, 220);
    }

    #generic_price_table .generic_content.active .generic_head_price .generic_head_content .head_bg,
    #generic_price_table .generic_content:hover .generic_head_price .generic_head_content .head_bg {
        /*border-color: rgb(241, 130, 77) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgb(242, 101, 34) !important;
                color: #fff;*/
        border-color: rgb(128, 193, 234) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgb(53, 152, 220) !important;
        color: #fff;
    }

    #generic_price_table .generic_content:hover .generic_head_price .generic_head_content .head span,
    #generic_price_table .generic_content.active .generic_head_price .generic_head_content .head span {
        color: #fff;
    }

    #generic_price_table .generic_content:hover .generic_price_btn a,
    #generic_price_table .generic_content.active .generic_price_btn a {
        background-color: #fff;
        border-color: #f26522;
        color: #f26522;
    }

    #generic_price_table .generic_content:hover .generic_price_btn:hover a,
    #generic_price_table .generic_content.active .generic_price_btn:active a {
        background-color: #f26522;
        border-color: #f26522;
        color: #fff;
    }

#generic_price_table {
    /*margin: 5px 0 47px 0;*/
    font-family: inherit;
    margin-bottom: 10px;
}

.row .table {
    padding: 28px 0;
}

/*PRICE BODY CODE START*/

#generic_price_table .generic_content {
    width: 363px;
    display: flex;
    flex-direction: column;
    height: 540px;
    overflow: hidden;
}

    #generic_price_table .generic_content .generic_head_price {
        margin: 0 0 20px 0;
    }

        #generic_price_table .generic_content .generic_head_price .generic_head_content {
            margin: 0 0 50px 0;
        }

            #generic_price_table .generic_content .generic_head_price .generic_head_content .head_bg {
                border-style: solid;
                border-width: 94px 0px 19px 335px;
                position: absolute;
            }

            #generic_price_table .generic_content .generic_head_price .generic_head_content .head {
                padding-top: 55px;
                position: relative;
                z-index: 1;
            }

                #generic_price_table .generic_content .generic_head_price .generic_head_content .head span {
                    font-family: inherit;
                    font-size: 24px;
                    font-weight: 400;
                    letter-spacing: 1px;
                    margin: 0;
                    padding: 0;
                    text-transform: uppercase;
                }

        #generic_price_table .generic_content .generic_head_price .generic_price_tag {
            padding: 0 0 20px;
        }

            #generic_price_table .generic_content .generic_head_price .generic_price_tag .price {
                display: block;
            }

                #generic_price_table .generic_content .generic_head_price .generic_price_tag .price .sign {
                    display: inline-block;
                    font-family: inherit;
                    font-size: 28px;
                    font-weight: 400;
                    vertical-align: middle;
                }

                #generic_price_table .generic_content .generic_head_price .generic_price_tag .price .currency {
                    font-family: inherit;
                    font-size: 39px;
                    font-weight: 300;
                    letter-spacing: -2px;
                    line-height: 46px;
                    padding: 0;
                    vertical-align: middle;
                }

                #generic_price_table .generic_content .generic_head_price .generic_price_tag .price .cent {
                    display: inline-block;
                    font-family: inherit;
                    font-size: 24px;
                    font-weight: 400;
                    vertical-align: bottom;
                }

            #generic_price_table .generic_content .generic_head_price .generic_price_tag .month {
                font-family: inherit;
                font-size: 18px;
                font-weight: 400;
                letter-spacing: 3px;
                vertical-align: bottom;
            }

    #generic_price_table .generic_content .generic_feature_list ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

        #generic_price_table .generic_content .generic_feature_list ul li {
            font-family: inherit;
            font-size: 18px;
            padding: 15px 0;
            transition: all 0.3s ease-in-out 0s;
        }

            #generic_price_table .generic_content .generic_feature_list ul li:hover {
                transition: all 0.3s ease-in-out 0s;
                -moz-transition: all 0.3s ease-in-out 0s;
                -ms-transition: all 0.3s ease-in-out 0s;
                -o-transition: all 0.3s ease-in-out 0s;
                -webkit-transition: all 0.3s ease-in-out 0s;
            }

            #generic_price_table .generic_content .generic_feature_list ul li .fa {
                padding: 0 10px;
            }

    #generic_price_table .generic_content .generic_price_btn {
        margin: 17px 0 15px;
    }

        #generic_price_table .generic_content .generic_price_btn a {
            border-radius: 50px;
            -moz-border-radius: 50px;
            -ms-border-radius: 50px;
            -o-border-radius: 50px;
            -webkit-border-radius: 50px;
            display: inline-block;
            font-family: inherit;
            font-size: 16px;
            outline: medium none;
            padding: 12px 30px;
            text-decoration: none;
            text-transform: uppercase;
        }

        #generic_price_table .generic_content,
        #generic_price_table .generic_content:hover,
        #generic_price_table .generic_content .generic_head_price .generic_head_content .head_bg,
        #generic_price_table .generic_content:hover .generic_head_price .generic_head_content .head_bg,
        #generic_price_table .generic_content .generic_head_price .generic_head_content .head h2,
        #generic_price_table .generic_content:hover .generic_head_price .generic_head_content .head h2,
        #generic_price_table .generic_content .price,
        #generic_price_table .generic_content:hover .price,
        #generic_price_table .generic_content .generic_price_btn a,
        #generic_price_table .generic_content:hover .generic_price_btn a {
            transition: all 0.3s ease-in-out 0s;
            -moz-transition: all 0.3s ease-in-out 0s;
            -ms-transition: all 0.3s ease-in-out 0s;
            -o-transition: all 0.3s ease-in-out 0s;
            -webkit-transition: all 0.3s ease-in-out 0s;
        }


@media (min-width: 768px) and (max-width: 991px) {
    #generic_price_table .col-md-3 {
        float: left;
        width: 50%;
    }

    #generic_price_table .col-md-4 {
        float: left;
        width: 50%;
    }
}

@media (min-width: 1200px) {
}

#generic_price_table_home {
    font-family: inherit;
}

.text-center h1,
.text-center h1 a {
    color: #7885CB;
    font-size: 30px;
    font-weight: 300;
    text-decoration: none;
}

.demo-pic {
    margin: 0 auto;
}

    .demo-pic:hover {
        opacity: 0.7;
    }

#generic_price_table_home ul {
    margin: 0 auto;
    padding: 0;
    list-style: none;
    display: table;
}

#generic_price_table_home li {
    float: left;
}

    #generic_price_table_home li + li {
        margin-left: 10px;
        padding-bottom: 10px;
    }

    #generic_price_table_home li a {
        display: block;
        width: 50px;
        height: 50px;
        font-size: 0px;
    }

#generic_price_table_home .blue {
    background: #3498DB;
    transition: all 0.3s ease-in-out 0s;
}

#generic_price_table_home .emerald {
    background: rgb(53, 152, 220);
    transition: all 0.3s ease-in-out 0s;
}

#generic_price_table_home .grey {
    background: #7F8C8D;
    transition: all 0.3s ease-in-out 0s;
}

#generic_price_table_home .midnight {
    background: #34495E;
    transition: all 0.3s ease-in-out 0s;
}

#generic_price_table_home .orange {
    background: #E67E22;
    transition: all 0.3s ease-in-out 0s;
}

#generic_price_table_home .purple {
    background: #9B59B6;
    transition: all 0.3s ease-in-out 0s;
}

#generic_price_table_home .red {
    background: #E74C3C;
    transition: all 0.3s ease-in-out 0s;
}

#generic_price_table_home .turquoise {
    background: #1ABC9C;
    transition: all 0.3s ease-in-out 0s;
}

    #generic_price_table_home .blue:hover,
    #generic_price_table_home .emerald:hover,
    #generic_price_table_home .grey:hover,
    #generic_price_table_home .midnight:hover,
    #generic_price_table_home .orange:hover,
    #generic_price_table_home .purple:hover,
    #generic_price_table_home .red:hover,
    #generic_price_table_home .turquoise:hover {
        border-bottom-left-radius: 50px;
        border-bottom-right-radius: 50px;
        border-top-left-radius: 50px;
        border-top-right-radius: 50px;
        transition: all 0.3s ease-in-out 0s;
    }

#generic_price_table_home .divider {
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
    padding: 20px;
}

    #generic_price_table_home .divider span {
        width: 100%;
        display: table;
        height: 2px;
        background: #ddd;
        margin: 50px auto;
        line-height: 2px;
    }

#generic_price_table_home .itemname {
    text-align: center;
    font-size: 50px;
    padding: 50px 0 20px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 40px;
    text-decoration: none;
    font-weight: 300;
}

#generic_price_table_home .itemnametext {
    text-align: center;
    font-size: 20px;
    padding-top: 5px;
    text-transform: uppercase;
    display: inline-block;
}

#generic_price_table_home .footer {
    padding: 40px 0;
}

.price-heading {
    text-align: center;
}

    .price-heading h1 {
        color: #666;
        margin: 0;
        padding: 0 0 50px 0;
    }

.demo-button {
    background-color: #333333;
    color: #ffffff;
    display: table;
    font-size: 20px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 50px;
    outline-color: -moz-use-text-color;
    outline-style: none;
    outline-width: medium;
    padding: 10px;
    text-align: center;
    text-transform: uppercase;
}

.bottom_btn {
    background-color: #333333;
    color: #ffffff;
    display: table;
    font-size: 28px;
    margin: 60px auto 20px;
    padding: 10px 25px;
    text-align: center;
    text-transform: uppercase;
}

.demo-button:hover {
    background-color: #666;
    color: #FFF;
    text-decoration: none;
}

.bottom_btn:hover {
    background-color: #666;
    color: #FFF;
    text-decoration: none;
}

/*      Enterprise     */



/*PRICE COLOR CODE START*/
#generic_price_table #generic_price_enterprise .generic_content {
    background-color: #fff;
}

    #generic_price_table #generic_price_enterprise .generic_content .generic_head_price {
        background-color: transparent;
    }

        #generic_price_table #generic_price_enterprise .generic_content .generic_head_price .generic_head_content .head_bg {
            border-color: #e4e4e4 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #e4e4e4;
        }

        #generic_price_table #generic_price_enterprise .generic_content .generic_head_price .generic_head_content .head span {
            color: white;
        }

        #generic_price_table #generic_price_enterprise .generic_content .generic_head_price .generic_price_tag .price .sign {
            color: #414141;
        }

        #generic_price_table #generic_price_enterprise .generic_content .generic_head_price .generic_price_tag .price .currency {
            color: #414141;
        }

        #generic_price_table #generic_price_enterprise .generic_content .generic_head_price .generic_price_tag .price .cent {
            color: #414141;
        }

        #generic_price_table #generic_price_enterprise .generic_content .generic_head_price .generic_price_tag .month {
            color: #414141;
        }

    #generic_price_table #generic_price_enterprise .generic_content .generic_feature_list ul li {
        color: #a7a7a7;
    }

        #generic_price_table #generic_price_enterprise .generic_content .generic_feature_list ul li span {
            color: #414141;
        }

        #generic_price_table #generic_price_enterprise .generic_content .generic_feature_list ul li:hover {
            /*background-color: #E4E4E4;*/
            border-left: 5px solid #c49f47;
        }

    #generic_price_table #generic_price_enterprise .generic_content .generic_price_btn a {
        border: 1px solid #c49f47;
        color: #c49f47;
    }

    #generic_price_table #generic_price_enterprise .generic_content.active .generic_head_price .generic_head_content .head_bg,
    #generic_price_table #generic_price_enterprise .generic_content:hover .generic_head_price .generic_head_content .head_bg {
        border-color: rgba(196, 159, 71, 0.85) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #c49f47 !important; /*#c49f47 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #c49f47;*/
        color: #fff;
    }

#generic_price_table .generic_content:hover .generic_head_price .generic_head_content .head span,
#generic_price_table .generic_content.active .generic_head_price .generic_head_content .head span {
    color: #fff;
}

#generic_price_table #generic_price_enterprise .generic_content:hover .generic_price_btn a,
#generic_price_table #generic_price_enterprise .generic_content.active .generic_price_btn a {
    background-color: #c49f47;
    color: #fff;
}


/*PRICE BODY CODE START*/

#generic_price_table #generic_price_enterprise .generic_content {
    overflow: hidden;
    position: relative;
    text-align: center;
}

    #generic_price_table #generic_price_enterprise .generic_content .generic_head_price {
        margin: 0 0 20px 0;
    }

        #generic_price_table #generic_price_enterprise .generic_content .generic_head_price .generic_head_content {
            margin: 0 0 50px 0;
        }

            #generic_price_table #generic_price_enterprise .generic_content .generic_head_price .generic_head_content .head_bg {
                border-style: solid;
                border-width: 90px 1411px 23px 399px;
                position: absolute;
            }

            #generic_price_table #generic_price_enterprise .generic_content .generic_head_price .generic_head_content .head {
                padding-top: 40px;
                position: relative;
                z-index: 1;
            }

                #generic_price_table #generic_price_enterprise .generic_content .generic_head_price .generic_head_content .head span {
                    font-family: inherit;
                    font-size: 23px;
                    font-weight: 400;
                    letter-spacing: 2px;
                    margin: 0;
                    padding: 0;
                    text-transform: uppercase;
                }

        #generic_price_table #generic_price_enterprise .generic_content .generic_head_price .generic_price_tag {
            padding: 0 0 20px;
        }

            #generic_price_table #generic_price_enterprise .generic_content .generic_head_price .generic_price_tag .price {
                display: block;
            }

                #generic_price_table #generic_price_enterprise .generic_content .generic_head_price .generic_price_tag .price .sign {
                    display: inline-block;
                    font-family: inherit;
                    font-size: 28px;
                    font-weight: 400;
                    vertical-align: middle;
                }

                #generic_price_table #generic_price_enterprise .generic_content .generic_head_price .generic_price_tag .price .currency {
                    font-family: inherit;
                    font-size: 60px;
                    font-weight: 300;
                    letter-spacing: -2px;
                    line-height: 60px;
                    padding: 0;
                    vertical-align: middle;
                }

                #generic_price_table #generic_price_enterprise .generic_content .generic_head_price .generic_price_tag .price .cent {
                    display: inline-block;
                    font-family: inherit;
                    font-size: 24px;
                    font-weight: 400;
                    vertical-align: bottom;
                }

            #generic_price_table #generic_price_enterprise .generic_content .generic_head_price .generic_price_tag .month {
                font-family: inherit;
                font-size: 18px;
                font-weight: 400;
                letter-spacing: 3px;
                vertical-align: bottom;
            }

    #generic_price_table #generic_price_enterprise .generic_content .generic_feature_list ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

        #generic_price_table #generic_price_enterprise .generic_content .generic_feature_list ul li {
            font-family: inherit;
            font-size: 18px;
            padding: 15px 0;
            transition: all 0.3s ease-in-out 0s;
        }

            #generic_price_table #generic_price_enterprise .generic_content .generic_feature_list ul li:hover {
                transition: all 0.3s ease-in-out 0s;
                -moz-transition: all 0.3s ease-in-out 0s;
                -ms-transition: all 0.3s ease-in-out 0s;
                -o-transition: all 0.3s ease-in-out 0s;
                -webkit-transition: all 0.3s ease-in-out 0s;
            }

            #generic_price_table #generic_price_enterprise .generic_content .generic_feature_list ul li .fa {
                padding: 0 10px;
            }

    #generic_price_table #generic_price_enterprise .generic_content .generic_price_btn {
        margin: 20px 0 32px;
    }

        #generic_price_table #generic_price_enterprise .generic_content .generic_price_btn a {
            border-radius: 50px;
            -moz-border-radius: 50px;
            -ms-border-radius: 50px;
            -o-border-radius: 50px;
            -webkit-border-radius: 50px;
            display: inline-block;
            font-family: inherit;
            font-size: 18px;
            outline: medium none;
            padding: 12px 30px;
            text-decoration: none;
            text-transform: uppercase;
        }

        #generic_price_table #generic_price_enterprise .generic_content,
        #generic_price_table #generic_price_enterprise .generic_content:hover,
        #generic_price_table #generic_price_enterprise .generic_content .generic_head_price .generic_head_content .head_bg,
        #generic_price_table #generic_price_enterprise .generic_content:hover .generic_head_price .generic_head_content .head_bg,
        #generic_price_table #generic_price_enterprise .generic_content .generic_head_price .generic_head_content .head h2,
        #generic_price_table #generic_price_enterprise .generic_content:hover .generic_head_price .generic_head_content .head h2,
        #generic_price_table #generic_price_enterprise .generic_content .price,
        #generic_price_table #generic_price_enterprise .generic_content:hover .price,
        #generic_price_table #generic_price_enterprise .generic_content .generic_price_btn a,
        #generic_price_table #generic_price_enterprise .generic_content:hover .generic_price_btn a {
            transition: all 0.3s ease-in-out 0s;
            -moz-transition: all 0.3s ease-in-out 0s;
            -ms-transition: all 0.3s ease-in-out 0s;
            -o-transition: all 0.3s ease-in-out 0s;
            -webkit-transition: all 0.3s ease-in-out 0s;
        }

@media (max-width: 320px) {
}

@media (max-width: 767px) {
    #generic_price_table #generic_price_enterprise .generic_content {
        margin-bottom: 75px;
    }

    .scollBtns {
        display: inline-block;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    #generic_price_table #generic_price_enterprise .col-md-3 {
        float: left;
        width: 50%;
    }

    #generic_price_table #generic_price_enterprise .col-md-4 {
        float: left;
        width: 50%;
    }

    #generic_price_table #generic_price_enterprise .generic_content {
        margin-bottom: 75px;
    }
}

/* Modal Animation */
#capabilities .modal-content {
    border-radius: 0 !important;
}

#capabilities .modal-header {
    background-color: rgb(53, 152, 220);
    color: white;
    text-align: center;
}

#capabilities .modal-title span, #capabilities .modal-title {
    color: white;
}

#capabilities .modal-header button {
    color: white;
    opacity: 10;
}

#capabilities .modal-body {
    /*background-color:#e9e9e9;*/
}

.individual-product-monthly, .individual-product-yearly, .enterprise-product-yearly, .enterprise-product-monthly {
}

.cap-item {
    padding: 0 !important;
}

.cap-btn, .cap-btn-ent {
    width: 100%;
    height: 61px;
    border: 0;
    padding: 0;
    margin: 0;
    border-radius: 0;
}

    .cap-btn:active {
        border-left: 5px solid rgb(241, 130, 77);
    }

    .cap-btn:hover {
        background-color: #3598dc;
        color: white;
    }

        .cap-btn:hover span, .cap-btn-ent:hover span {
            color: white !important;
        }

    .cap-btn:focus {
        background-color: #3598dc !important;
        color: white;
    }

        .cap-btn:focus span, .cap-btn-ent:focus span {
            color: white !important;
        }

    .cap-btn-ent:active {
        border-left: 5px solid #c49f47;
    }

    .cap-btn-ent:hover {
        background-color: #c49f47;
        color: white;
    }

    .cap-btn-ent:focus {
        background-color: #c49f47 !important;
        color: white;
    }

.unstyled li {
    font-size: 11px;
    background-color: white;
    margin-bottom: 1%;
}

    .unstyled li b {
        font-size: 12px;
    }

.unstyled i {
    font-size: 11px;
    padding: 10px;
    margin-right: 0 !important;
    background-color: #3598dc;
    color: white;
}

#capabilities .unstyled {
    padding-right: 6%;
    max-height: 400px;
    overflow: auto;
    margin-bottom: 0;
}

.myscroll::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.1);
    background-color: #F5F5F5;
    border-radius: 10px;
}

.myscroll::-webkit-scrollbar {
    width: 10px;
    background-color: #F5F5F5;
}

.myscroll::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #FFF;
    background-image: -webkit-gradient(linear, 40% 0%, 75% 84%, from(rgb(53, 152, 220)), to(rgb(53, 152, 220)), color-stop(.6,rgb(53, 152, 220)))
}


.myscroll-ent::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.1);
    background-color: #F5F5F5;
    border-radius: 10px;
}

.myscroll-ent::-webkit-scrollbar {
    width: 10px;
    background-color: #F5F5F5;
}

.myscroll-ent::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #FFF;
    background-image: -webkit-gradient(linear, 40% 0%, 75% 84%, from(#c49f47), to(#c49f47), color-stop(.6,#c49f47))
}



#menu_area > li.active > a {
    background-color: #f26522;
    /*rgb(53, 152, 220);*/
    color: white;
}

#menu_area > li > a {
    border: 1px solid rgb(53, 152, 220);
    color: rgb(53, 152, 220);
}

#menu_area li > a:focus {
    background-color: #f26522;
    color: white;
}

#menu_area li, #menu_area li > a {
    border-radius: 0;
    color: #3598dc;
}

#menu_area-ent > li.active > a {
    background-color: #c49f47;
    color: white;
}

#menu_area-ent > li > a {
    border: 1px solid #c49f47;
    color: #c49f47;
}

#menu_area-ent li > a:focus {
    background-color: #c49f47;
    color: white;
}

#menu_area-ent li, #menu_area-ent li > a {
    border-radius: 0;
    color: #c49f47;
}

.checkout-btn {
    background-color: #3598dc !important;
}

    .checkout-btn:hover {
        background-color: #3598dc !important;
    }

.checkout-btn-etn {
    background-color: #c49f47 !important;
}

    .checkout-btn-etn:hover {
        background-color: #c49f47 !important;
    }

.product-h4 {
    margin-bottom: 0;
    color: #3598dc;
}

.dropdown-menu .inner > li:hover, .dropanimte {
    border: 0 !important;
}

.dropdown-menu .inner > li, .dropanimte {
    border: 0 !important;
    padding: 0 !important;
}

.dropdown-menu .inner {
    max-height: 87px !important;
}


.individual-product-monthly, .individual-product-yearly, .enterprise-product-yearly, .enterprise-product-monthly {
}

.cap-item {
    padding: 0 !important;
}

.cap-btn, .cap-btn-ent {
    width: 100%;
    height: 61px;
    border: 0;
    padding: 0;
    margin: 0;
    border-radius: 0;
}


    .cap-btn:hover {
        background-color: #f26522;
        color: white;
    }

        .cap-btn:hover span, .cap-btn-ent:hover span {
            color: white !important;
        }

    .cap-btn:focus {
        background-color: #f26522 !important;
        color: white;
    }

        .cap-btn:focus span, .cap-btn-ent:focus span {
            color: white !important;
        }

    .cap-btn-ent:active {
        border-left: 5px solid #c49f47;
    }

    .cap-btn-ent:hover {
        background-color: #c49f47;
        color: white;
    }

    .cap-btn-ent:focus {
        background-color: #c49f47 !important;
        color: white;
    }

.unstyled li {
    font-size: 11px;
    background-color: white;
    margin-bottom: 1%;
}

    .unstyled li b {
        font-size: 12px;
    }

.unstyled i {
    font-size: 11px;
    padding: 10px;
    margin-right: 0 !important;
    background-color: #3598dc;
    color: white;
}

#capabilities .unstyled {
    padding-right: 6%;
    max-height: 400px;
    overflow: auto;
    margin-bottom: 0;
}

.myscroll::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.1);
    background-color: #F5F5F5;
    border-radius: 10px;
}

.myscroll::-webkit-scrollbar {
    width: 10px;
    background-color: #F5F5F5;
}

.myscroll::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #FFF;
    background-image: -webkit-gradient(linear, 40% 0%, 75% 84%, from(rgb(53, 152, 220)), to(rgb(53, 152, 220)), color-stop(.6,rgb(53, 152, 220)))
}


.myscroll-ent::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.1);
    background-color: #F5F5F5;
    border-radius: 10px;
}

.myscroll-ent::-webkit-scrollbar {
    width: 10px;
    background-color: #F5F5F5;
}

.myscroll-ent::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #FFF;
    background-image: -webkit-gradient(linear, 40% 0%, 75% 84%, from(#c49f47), to(#c49f47), color-stop(.6,#c49f47))
}



#menu_area > li.active > a {
    background-color: #f26522;
    color: white;
}

#menu_area > li > a {
    border: 1px solid #f26522;
    color: rgb(53, 152, 220);
}


#menu_area li, #menu_area li > a {
    border-radius: 0;
    color: #f26522;
}

#menu_area-ent > li.active > a {
    background-color: #c49f47;
    color: white;
}

#menu_area-ent > li > a {
    border: 1px solid #c49f47;
    color: #c49f47;
}

#menu_area-ent li > a:focus {
    background-color: #c49f47;
    color: white;
}

#menu_area-ent li, #menu_area-ent li > a {
    border-radius: 0;
    color: #c49f47;
}

.checkout-btn {
    background-color: #3598dc !important;
    padding-right: 23px;
}

    .checkout-btn:hover {
        background-color: #3598dc !important;
    }

.checkout-btn-etn {
    background-color: #c49f47 !important;
}

    .checkout-btn-etn:hover {
        background-color: #c49f47 !important;
    }

.product-h4 {
    margin-bottom: 0;
    color: #3598dc;
}

.dropdown-menu .inner > li:hover, .dropanimte {
    border: 0 !important;
}

.dropdown-menu .inner > li, .dropanimte {
    border: 0 !important;
    padding: 0 !important;
}

.dropdown-menu .inner {
    max-height: 87px !important;
}
/*Ctx dropDown*/
.ctx-dropbtn {
    background-color: #4CAF50;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}

.ctx-dropdown {
    position: relative;
    display: inline-block;
}

.ctx-dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

    .ctx-dropdown-content a {
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
    }

        .ctx-dropdown-content a:hover {
            background-color: #f1f1f1
        }

.ctx-dropdown:hover .dropdown-content {
    display: block;
}

.ctx-dropdown:hover .dropbtn {
    background-color: #3e8e41;
}



.NotificationDiv {
    display: none;
    position: fixed;
    width: 100%;
    z-index: 1;
}


.btn-duration {
    width: 49%;
    text-align: center;
}

    .btn-duration > a {
        padding: 10px 10px 10px 10px !important;
        font-size: 17px;
    }

    .btn-duration a:hover {
        background: #34495e;
        transition: all .5s ease;
    }

.duration-row {
    text-align: center;
}

#menu_area {
    text-align: left;
    display: inline-block;
    width: 440px;
}

.usrprice {
    float: right;
}

@-moz-document url-prefix() {

    .dropdown-toggle .filter-option span {
        float: right;
        margin-top: -19px !important;
        position: relative;
    }

    .usrprice {
        float: right;
        margin-top: -23px;
        position: relative;
    }
}


.sticky-cart {
    position: fixed;
    z-index: 3;
    top: 30%;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    /*left: 90.2% !important;*/
    padding: 0;
    left: -15px;
    width: 147px;
    background-color: white;
}

.sticky-cart-total {
    color: rgb(53, 152, 220);
    font-size: 13px;
}

.sticky-cart-price {
    margin-bottom: 0;
    font-size: 13px;
    margin-bottom: 4%;
}

.sticky-cart-btn {
    font-size: 13px;
}

    .sticky-cart-btn span {
        font-size: 20px;
    }

.checkout-btn-sm {
    display: none;
    z-index: 2;
    position: fixed;
    top: 50%;
}

@media only screen and (max-width: 649px) {
    .sticky-cart {
        left: -102px;
        background-color: transparent;
    }
}

@media only screen and (min-width: 772px) and (max-width: 927px) {
    .sticky-cart {
        left: -102px;
        background-color: transparent;
    }
}

@media only screen and (min-width: 976px) and (max-width: 1192px) {
    .sticky-cart {
        left: -102px;
        background-color: transparent;
    }
}

@media only screen and (min-width: 1212px) and (max-width: 1341px) {
    .sticky-cart {
        left: -102px;
        background-color: transparent;
    }
}

.addPric {
    right: 84px !important;
}

div#gotoTop {
    display: none !important;
}

.ticky-cart-price {
    font-size: 19px;
}

.footer_Pricing {
    color: #6C5D5D;
}

#pricingFooter a {
    color: #37ffa4 !important;
}

.pricingHeading {
    cursor: default !important;
    background-color: transparent !important;
    color: #ffffff;
    font-size: larger;
    padding-left: 0px !important;
}

.pricing-paragraph {
    color: #ffffff;
    padding-left: 6px;
}

.pricingHeading:hover {
    background-color: transparent !important;
}


.right-border-container {
    position: fixed;
    right: 0px;
    bottom: 20px;
    top: 33px;
    z-index: 9;
    display: inline-table;
}


    .right-border-container .right-border-container-button {
        height: 55px;
        width: 62px;
        border: none;
        background-color: #3598dc;
        border-radius: 62px;
        transition: all 300ms;
        box-shadow: 0 0 3px #fff;
        cursor: pointer;
    }


        .right-border-container .right-border-container-button span {
            font-size: 28px;
            color: white;
            position: absolute;
            left: 16px;
            top: 14px;
            line-height: 28px;
        }


        .right-border-container .right-border-container-button:hover {
            transition: all 400ms cubic-bezier(.62,.1,.5,1);
            width: 165px;
            border-top-right-radius: 5px;
            border-bottom-right-radius: 5px;
        }

.activclass {
    transition: all 400ms cubic-bezier(.62,.1,.5,1) !important;
    width: 150px !important;
    border-top-right-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
}


.show-long-text {
    opacity: 1 !important;
}

.right-border-container .right-border-container-button .long-text {
    opacity: 1;
    color: white;
    white-space: nowrap;
    font-size: 0;
    width: 0;
    margin: 0;
}


    .right-border-container .right-border-container-button .long-text.show-long-text {
        opacity: 1 !important;
        margin-top: 0;
        margin-left: 45px;
        font-size: 18px;
        width: auto;
    }

@media only screen and (max-width: 500px) {
    .activclass {
    }
}

#primary-menu > #getstarted > a:hover {
    color: white !important;
}

/*Automation Popup*/

.cloudpoppuplink {
    color: #337ab7;
    font-size: 12px;
}

    .cloudpoppuplink .modal-body {
        overflow: hidden;
    }

#cloudpoppuplink .modal-header, .modal-footer {
    border: none;
}

#cloudpoppuplink .modal-content {
    border: none !important;
}

#cloudpoppuplink .modal-header {
    background: #3598dc;
}

    #cloudpoppuplink .modal-header > .modal-title {
        color: #fff;
    }

.selectstyle {
    background: transparent;
    border: none;
    box-shadow: none;
    border: 2px solid gray;
    border-radius: 0px;
}
/*.form-control:focus {
           outline: none;
        border-color: #9ecaed;
        box-shadow: 0 0 10px #9ecaed;
        transform: scale(1);
    }*/
.btn-style {
    border: none;
    background: #3598dc;
    color: #fff;
}

.radiolabel {
    padding-top: 2px;
    margin: 0;
    font-weight: normal;
}

.parallel[type="radio"] {
    margin-top: 2px;
}

.labelstyle {
    font-weight: normal;
    font-size: 11px;
    padding-right: 0;
}

#capabilities .modal-body {
    overflow: auto;
    height: calc(100% - 68px)
}

#capabilities .myscroll {
    height: 537px;
    padding-top: 15px;
    overflow: auto;
}

.icon {
    margin: 0 auto;
    font-size: 51px;
    color: rgb(53, 152, 220);
    text-align: center;
}

.content {
    padding: 10px 0px;
    box-shadow: 0px 0px 5px 1px #3838382e;
    height: 130px;
    overflow: hidden;
    margin-bottom: 15px;
    border-radius: 4px;
    background: #fff;
}

    .content p {
        margin: 0;
        text-transform: uppercase;
        font-weight: 600;
        line-height: 1.3 !important;
    }

.description {
    /* background: #3598dc; */
    color: #37474F;
    padding: 6px;
    height: 54px;
}

.Selectcontainer {
    border: 1px solid #f26522 !important;
}

/*Capabiities PopUp*/

/*div#capabilities {
        height: 97%;
        margin-top: 1%;
    }*/

.navbar.navbar-light.navbar-expand-lg.fixed-top.bg-white.clean-navbar.nav-custom {
    background-color: #6B7A8F !important;
    height: 105px;
    border-radius: 0;
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
}

.logo {
    font-size: 1.5rem;
}

a.navbar-brand.logo.brand {
    padding: 0;
}

    a.navbar-brand.logo.brand img {
        width: 300px;
        margin-bottom: 31px;
        margin-left: 35px;
    }

.navbar-light .navbar-nav .nav-link {
    color: rgba(240,240,240,.5);
    font-size: 12px;
    padding-left: 25px;
}

    .navbar-light .navbar-nav .nav-link:hover {
        color: white;
        background: transparent !important;
    }

    .navbar-light .navbar-nav .nav-link:focus {
        color: white;
        background: transparent !important;
    }

div#navcol-1 {
    margin: 44px;
    margin-left: 46%;
    font-weight: 600;
    text-transform: uppercase;
}

.page-footer.dark {
    background-color: #2b2f31;
    height: 100%;
    padding-top: 30px;
}

    .page-footer.dark .footer-copyright {
        background-color: #222425;
        border-color: #222425;
        padding-top: 3px;
        padding-bottom: 3px;
        text-align: center;
        margin-top: 50px;
    }

        .page-footer.dark .footer-copyright p {
            color: #ccc;
            margin: 10px;
            font-size: 16px;
        }

.ctx-fullHeight {
    height: 100%;
}

#capabilities .modal-dialog {
    height: 75%;
}
/*to make p margin bottom stop zero*/
.generic_content .headDiv p,
.timeDesc-content {
    margin-bottom: 0;
}

.generic_content .headDiv .header-course-name {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 1.4 !important;
    width: auto;
    padding-right: 6px;
    padding-left: 8px;
}

.generic_content .headDiv .header-course-age {
    white-space: nowrap;
}

.headDiv .classes-course-name {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 45px;
}
/*pricing table enroll btn*/
.generic_content .enroll-btn {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
}

.pricingTable-signup.subdataBtn {
    background-color: #1271c4;
    position: relative;
    left: 0;
    right: 0;
    margin-top: 20px;
    width: max-content;
    max-width: 90%;
}

    .pricingTable-signup.subdataBtn:hover {
        border-color: #1271c4;
        color: #fff;
    }
/*to make space for image bottom*/
/*.generic_content .ContentDiv .iamgeDiv{
        margin-bottom:15px;
    }*/
/*.generic_content .ContentDiv .iamgeDiv img{
        min-height:200px;
    }*/


#content .generic_content .ContentDiv p {
    margin: 0 !important;
    line-height: 1.4;
    font-size: 14px;
    letter-spacing: 0;
}
.Course-Description-Area > * {
    max-width: 100%;
    margin: 0 auto !important;
    float: none !important;
}

#content .generic_content .ContentDiv p br {
    display: none;
}

/*for select drop down spacing*/
.page-section .form-group.justify_Center {
    margin-bottom: 10px;
    z-index: 11;
}
#TypeTabs li {
    display: inline-flex !important;
    text-align: center;
    border-radius: 0;
    margin-top: 3px;
    font-size: 16px;
    border-radius: 0;
    justify-content: center;
    align-items: center;
    max-width: 33.33%
}
#TypeTabs li a {
        display: inline-block !important;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        border: 0;
        background: none;
        padding: 8px 12px !important;
        color: #737373;
        max-width: 100%;
    }
#TypeTabs.tabbable-line > .nav-tabs > li.active > a, #TypeTabs.tabbable-line > .nav-tabs > li.active > a > i {
    color: #1271c4;
    border: 0;
}

#TypeTabs.tabbable-line > .nav-tabs > li.active {
    background: 0 0;
    border-bottom: 4px solid #3598DC !important;
    position: relative;
}

#TypeTabs.tabbable-line > .nav-tabs > li:not(.active):hover {
    background: 0 0;
    border-bottom: 4px solid #add5f9 !important;
    position: relative;
}

#TypeTabs.tabbable-line > .nav-tabs > li a {
    padding: 8px 12px !important;
    border: 0;
    background: none;
    color: #737373;
}


::-webkit-scrollbar-track {
    -webkit-box-shadow: none !important;
    background-color: transparent;
}

.ctx-scrolls::-webkit-scrollbar-track {
    -webkit-box-shadow: none !important;
    background-color: transparent !important;
}

::-webkit-scrollbar-thumb, .ctx-scrolls::-webkit-scrollbar-thumb {
    background-color: transparent;
}

.ctx-scrolls:hover::-webkit-scrollbar-thumb {
    background-color: #b0afaf;
    border-radius: 0;
}
/*::-webkit-scrollbar {
        width: 7px;
        height: 7px;
    }*/
.ctx-scrolls::-webkit-scrollbar {
    width: 7px !important;
    height: 4px !important;
}

.ctx-scrolls {
    overflow: auto !important;
}

#TypeTabs ul.ctx-scrolls {
    white-space: nowrap;
    display: inline-flex;
    max-width: 100%;
    overflow-y: hidden !important;
    width: 100%;
    flex-wrap:nowrap;
}

td.pricingTable-btn:hover {
    color: white !important;
}

/*course template changes*/
/*common style*/
.fw-600 {
    font-weight: 600;
}

.block {
    display: block !important;
}

.mg-top-4 {
    margin-top: 4px;
}

.mg-top-6 {
    margin-top: 6px;
}

.mg-top-10 {
    margin-top: 10px !important;
}

/*time command days*/
/*.selected-days-time {
        display: flex;
        justify-content: center;
        align-items: center;
    }*/

.selected-days-time span,
.grid-view .days .active {
    border: 1px solid #00b0f0;
    height: 22px;
    width: 22px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background: #00b0f0;
    color: #fff;
    font-size: 12px;
    margin: 0 1px;
}

.header-course-name {
    width: 100%;
    display: inline-block;
    text-align: left;
    white-space: normal;
}

.header-course-age {
    float: right;
    width: 40%;
    text-align: right;
    white-space: normal;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    vertical-align: middle;
}
/*Slected Days legend Times*/
.grid-view .selected-days-time span,
.enroll-btn.batch-enroll .pricingTable-signup {
    width: 20px;
    font-size: 11px;
    margin-right: 0px;
    background: #fff;
    color: #7f7f7f;
}
/*active days*/
.grid-view .days .active {
    background: #00b0f0;
    color: #fff;
}

.active-and-slot .slots {
    background: #ed7d31;
    color: #fff;
    padding: 2px;
    border-radius: 3px;
    font-size: 12px;
    text-align: center;
}

    .active-and-slot .slots.in-active {
        background: #7f7f7f;
    }

.enroll-btn.batch-enroll .pricingTable-signup.subdataBtn,
.enroll-btn.batch-enroll {
    position: inherit;
    margin-top: 0;
}

.pricingTable-signup.subdataBtn {
    padding: 4px 10px;
    font-size: 13px;
    margin: 15px 0 5px;
    position: inherit;
    border-color: inherit;
}

    .pricingTable-signup.subdataBtn:hover {
        color: #fff;
        border-color: transparent;
    }

.ContentDiv {
    min-height: 300px;
    flex: 1;
}

.generic_content .ContentDiv {
    -webkit-box-shadow: 0 16px 64px -16px rgba(46,55,77,.1);
    box-shadow: 0 16px 64px -16px rgba(46,55,77,.1);
    padding-bottom: 0;
}

/*.generic_content .ContentDiv:hover {
        -webkit-transform: translateY(-1.5px);
        transform: translateY(-1.5px);
        -webkit-box-shadow: 0 16px 64px -16px rgba(46,55,77,.24);
        box-shadow: 0 16px 64px -16px rgba(46,55,77,.24);
    }*/
/*for enroll btn hover effect*/
.btn.EnrollNowBtn:hover {
    color: #fff;
}

.headDiv {
    display: block;
    padding: 5px 10px !important;
    max-height: 58px;
    align-items: start !important;
}

.no-padding {
    padding: 0;
}

.BorderStyle {
    border: 1px dashed #e0e0e0;
    border-color: #2f518f;
    padding: 0 4px;
    margin: 0px 6px 8px;
}

.time-with-date .time {
    margin-right: 6px;
}

.class-detail .BorderStyle {
    padding: 6px;
    border-color: #2f518f;
    overflow: auto;
}

    .class-detail .BorderStyle.inner,
    .right-side-div.flex-divs {
        display: flex;
        align-items: center;
    }

.border-style-th .ctx-Display-inineBlock {
    width: 160px;
}

.BorderStyle .class-name {
    padding-bottom: 6px;
}

.right-side-div .divs-margin {
    width: 180px;
    white-space: normal;
}

.amount-div.divs-margin .price {
    display: block;
}

.left-side-div.noflex {
    min-width: 210px;
}

#WidgetContainer {
    overflow: auto;
}

#courseWidgetsGrid {
    /*width: 1300px;*/
    overflow: auto !important;
}

.enroll-btn.batch-enroll .pricingTable-btn,
.enroll-btn.batch-enroll .pricingTable-signup {
    background-color: #1271c4;
    margin-top: 4px;
    width: auto;
    max-width: 90%;
    color: #fff;
}

.BorderStyle.border-zero {
    border: 0;
}

/*for table fixed header*/
.fixed_header th {
    width: 15%;
}

.fixed_header {
    table-layout: fixed;
    border-collapse: collapse;
}

    .fixed_header tbody {
        overflow: auto;
    }

    .fixed_header td {
        padding: 5px;
        text-align: left;
        width: 260px;
    }

    .fixed_header tbody {
        display: block;
        overflow: auto;
        height: 450px;
        width: 100%;
    }

    .fixed_header thead tr {
        display: block;
    }
/*for li badgets*/
/*#CategoryTabs li span.badge.categoryCount {
        position: absolute;
        right: 1px;
        top: 0px;
    }*/
.timeDesc-content .classes-class-name,
.timeDesc-content .course-time-area,
.BorderStyle .intstructor-location-div {
    padding: 6px 0;
}

.selected-days-time span:first-child {
    margin-left: 6px;
}

#courseWidgetDiv #content.heigth-to-table {
    height: 550px;
    overflow: hidden;
}

.location-instructor-div {
    margin-left: 10px;
}

    .location-instructor-div .class-instructor,
    .location-instructor-div .location {
        width: 220px;
    }

    .location-instructor-div .class-instructor {
        margin-bottom: 8px;
    }

.intstructor-location-div .ctx-noPadding {
    padding: 0 2px !important;
    font-weight: 700;
    color: #777;
    font-size: 13.5px;
    word-break: break-word;
}
/*for btn defualt color*/
.btn.btn-default {
    background-color: #1271c4;
    color: #fff;
}

    .btn.btn-default:hover {
        border-color: #1271c4;
        background: #1271c4;
        color: #fff;
    }

.classes-detail-enroll-btn {
    padding: 15px 0;
}

.Course-Description-Area {
    margin-bottom: 10px;
    word-break:break-word;
}

    .Course-Description-Area.collapsed {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .Course-Description-Area:not(.collapsed) {
        overflow: auto;
    }
/*Css for Popups*/
.modal .modal-header {
    min-height: 50px !important;
    background: #1271c4 !important;
    border-bottom: 1px solid #EFEFEF;
    text-align: center;
}

    .modal-title,
    .modal .modal-header .close {
        color: #fff;
    }

.modal-header h4 {
    font-weight: 500;
}

.modal-content {
    border-radius: 5px !important;
    box-shadow: 0 15px 15px rgba(0,0,0,.5) !important;
}

.modal-footer {
    border-top: 1px !important;
}

.btn.btn-outline.grey-mint {
    border-color: #525e64;
    color: #525e64;
    background: 0 0;
}

    .btn.btn-outline.grey-mint:hover {
        border-color: #525e64;
        color: #FFF;
        background-color: #525e64;
    }
/*for table*/
.table {
    font-size: 13.5px;
}

    .table > thead > tr:nth-child(1) {
        color: #4d6b8a !important;
    }

    .table > thead > tr:first-of-type {
        background-color: #eff3f8;
    }

    .table > thead:first-child > tr:first-child > th {
        border: 0;
    }

    .table > thead > tr:first-of-type th {
        font-weight: bold !important;
        font-size: 13.5px;
    }

    .table > thead > tr:first-of-type th, .table > tbody tr td {
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        text-align: left;
        vertical-align: middle;
    }
.table.not(#calanderViewTable) > tbody tr td {
        max-width: 300px;
    }
/*#ManageCoursesClassTable.table > tbody tr td{
        max-width:unset;
    }*/

table.dataTable tbody td, table.dataTable thead th {
    padding: 8px 16px 8px 8px !important;
}

.table > thead > tr:nth-child(2) .form-control {
    height: 30px !important;
}

.form-control {
    -moz-border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    outline-width: 2px !important;
    border: 1px solid #c2cad8 !important;
}

table tbody tr {
    background-color: #ffffff;
}

.table > tbody > tr:nth-of-type(odd) {
    background-color: #fbfcfd;
}

::-webkit-scrollbar {
    width: 7px;
    height: 7px;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: none !important;
    background-color: transparent;
}

::-webkit-scrollbar-thumb:hover, div#layoutid::-webkit-scrollbar-thumb:hover {
    background-color: #757575;
}

::-webkit-scrollbar-thumb, .ctx-scroll-Style::-webkit-scrollbar-thumb, .ctx-sidebar-postion::-webkit-scrollbar-thumb, #content::-webkit-scrollbar-thumb, .ctx-scrolls::-webkit-scrollbar-thumb, .table-responsive::-webkit-scrollbar-thumb, .ui-widget-content::-webkit-scrollbar-thumb {
    background-color: transparent;
}

.ctx-scroll-Style::-webkit-scrollbar {
    width: 7px !important;
    height: 7px !important;
}

.table-responsive::-webkit-scrollbar, .ctx-scrolls::-webkit-scrollbar, #slide-navbar-collapse::-webkit-scrollbar, .ctx-projects::-webkit-scrollbar, .bs-modal-lg .modal-dialog .modal-body::-webkit-scrollbar, .ui-widget-content::-webkit-scrollbar, .ctx-tags-Main::-webkit-scrollbar {
    width: 7px !important;
    height: 6px !important;
}

.ctx-scroll-Style:hover::-webkit-scrollbar-thumb, .ctx-sidebar-postion:hover::-webkit-scrollbar-thumb, ::-webkit-scrollbar-thumb, #content:hover::-webkit-scrollbar-thumb, .ctx-scrolls:hover::-webkit-scrollbar-thumb, .table-responsive:hover::-webkit-scrollbar-thumb, #slide-navbar-collapse:hover::-webkit-scrollbar-thumb, .ctx-projects:hover::-webkit-scrollbar-thumb, .bs-modal-lg .modal-dialog .modal-body:hover::-webkit-scrollbar-thumb, .ui-widget-content:hover::-webkit-scrollbar-thumb, .ctx-tags-Main:hover::-webkit-scrollbar-thumb {
    background-color: #b0afaf;
    border-radius: 5px;
}

.ctx-scrolls::-webkit-scrollbar-track {
    -webkit-box-shadow: none !important;
    background-color: transparent !important;
}

.table > tbody > tr > td {
    border-top: 1px solid #e7ecf1;
}

.mg-btm-5 {
    margin-bottom: 5px;
}

#ManageCoursesClassTable .course-level {
    font-size: 15px;
    font-weight: 700;
    text-align: center;
    width: 95%;
    margin-bottom: 4px;
}

.TimingActionColumn .btn-default {
    font-size: 13px;
}

.event-registration-box .WidgetContentDiv:hover {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
    /*-webkit-box-shadow: 0 16px 64px -16px rgba(46,55,77,.24);
    box-shadow: 0 16px 64px -16px rgba(46,55,77,.24);*/
    filter: drop-shadow(0 2px 2px rgba(0, 0, 0, 0.05)) drop-shadow(0 3px 1px rgba(0, 0, 0, 0.06)) drop-shadow(0 1px 13px rgba(0, 0, 0, 0.08)) drop-shadow(0 -1px 6px rgba(0, 0, 0, 0.05));
}


/*Tags CSS*/


.courseTags {
    padding: 3px 5px;
    margin-top: 2px;
   position: relative;
     /* top: 7px; */
}

    .courseTags:after {
        content: '';
        position: absolute;
        left: auto;
        height: 14px;
        width: 2px;
        background: #ffffff;
        top: 5px;
        transition: all 0.3s;
        right: 0;
    }
    .courseTags:before {
        content: '';
        position: absolute;
        left: 0;
        height: 14px;
        width: 2px;
        background: #ffffff;
        top: 5px;
        transition: all 0.3s;        
    }

    .courseTags span {
        font-family: "Abel", sans-serif;
        text-transform: uppercase;
        font-size: 11px;
        color: #212121;
        display: inline-block;
        font-weight: 600;
        padding: 2px 4px;
        border-top: 1px dashed;
        border-bottom: 1px dashed;
        color: white;
        text-transform: capitalize;
        white-space: nowrap;
    }

    .courseTags.mst-popular {
        background: #28a745
    }

  

    .courseTags.alm-full {
        background: #ffc107;
        right: 0
    }

#courses-templates .header_div {
    text-align: left;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}

table#ManageCoursesClassTable .crs_instr {
    white-space: normal;
}

table#ManageCoursesClassTable > tbody > tr > td {
    max-width: 340px;
}

table#ManageCoursesClassTable .selected-days-time span:first-child {
    margin-left: 0;
}
.cardGridProp {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    /* grid-template-columns: repeat( auto-fill, minmax(300px, 1fr) );
    grid-gap: 20px;
    margin-bottom: 20px;*/
}
.cardGridProp .generic_content {
        box-shadow: 0 0 9px rgba(33,33,33,.2);
    }
.cardGridProp .generic_content:hover{
            box-shadow: 0 0 18px rgba(33,33,33,.2);
            transform: translateY(-5px);
        }
/*Responsiveness*/
/*Diagnol Blue color*/
@media only screen and (min-width:1200px) {
    #generic_price_table .generic_content .generic_head_price .generic_head_content .head_bg {
        border-width: 94px 0px 19px 335px;
    }
}

@media only screen and (min-width:1186px) and (max-width: 1199px) {
    #generic_price_table .generic_content .generic_head_price .generic_head_content .head_bg {
        border-width: 130px 0px 19px 270px;
    }
}

@media only screen and (min-width:992px) and (max-width: 1185px) {
    #generic_price_table .generic_content .generic_head_price .generic_head_content .head_bg {
        border-width: 130px 0px 19px 270px;
    }
}

@media only screen and (min-width:992px) and (max-width: 1185px) {
    #generic_price_table .generic_content .generic_head_price .generic_head_content .head_bg {
        border-width: 130px 0px 19px 270px;
    }

}
@media only screen and (min-width:767px) and (max-width: 1185px) {
    #InstructorClassDetailsModal .modal-dialog {
        width: 92% !important;
    }
}
@media only screen and (max-width: 1024px) {
    /*#generic_price_table .generic_content {
        min-width: initial;
    }*/

    #courseCatTab {
        margin-bottom: 0;
    }
}

@media only screen and (min-width: 977px) and (max-width: 991px) {
    #generic_price_table .generic_content .generic_head_price .generic_head_content .head_bg {
        border-width: 130px 0px 19px 312px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 976px) {
    #generic_price_table .generic_content .generic_head_price .generic_head_content .head_bg {
        border-width: 130px 0px 19px 312px;
    }

    #CategoryTabs li, #TypeTabs li {
        max-width: 50% !important;
        margin-bottom: 4px;
    }

    #CategoryTabs .categoryCount {
        right: 2px;
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    #generic_price_table .generic_content .generic_head_price .generic_head_content .head_bg {
        border-width: 130px 0px 19px 380px;
    }

    #courses-templates .header_div {
        display: inherit;
    }

        #courses-templates .header_div .company_logo img {
            max-width: 170px;
        }

    .stretched #wrapper {
        overflow-x: hidden;
    }

    .row.generic-price-table-row {
        padding: 0 15px;
    }


    #CategoryTabs li, #TypeTabs li {
        max-width: 100% !important;
        margin-bottom: 2px;
    }

    #CategoryTabs .categoryCount {
        right: 2px;
    }


}

@media only screen and (max-width: 479px) {
    #generic_price_table .generic_content .generic_head_price .generic_head_content .head_bg {
        border-width: 130px 0px 19px 224px;
    }

    #courses-templates .header_div {
        display: inherit;
        margin-bottom: 10px;
    }

        #courses-templates .header_div .company_logo img {
            max-width: 170px;
        }

    .right-border-container {
        top: 33px;
    }

    #content p {
        line-height: 1.5;
    }

    #generic_price_table .generic_content {
        min-width: initial;
    }

    .stretched #wrapper {
        overflow-x: hidden;
    }

    .row.generic-price-table-row {
        padding: 0 15px !important;
    }

    #courseCatTab {
        padding: 0;
        margin-bottom: 6px;
    }

    #CategoryTabs li, #TypeTabs li {
        max-width: 100% !important;
        margin-bottom: 2px;
    }

    #CategoryTabs .categoryCount {
        right: 2px;
    }
    #cart-arrow, #cart-arrow-calendar-view {
        width: 30px;
        right: 152px;
        top: 12px;
    }
    #toast-container > div {
        width: 100%;
    }
    .toast-top-right {
        margin-left:10px;
    }
}
.btn-primary {
    background-color: #1271C4;
    border-color: #1271C4;
}
.selected-days-time-gridview .time,
.selected-days-time-gridview .days {
    white-space: normal;
}
.modal .modal-title {
    display: flex;
    justify-content: space-between;
    max-width:100%

}
.modal .modal-title span.courseName {
        overflow: hidden;
        white-space: nowrap;
        display: inline-block;
        max-width: 100%;
        text-overflow: ellipsis;
    }
.modal .modal-title span.courseAge {
        white-space: nowrap;
        margin-right: 5px;
    }
.custom-btn:hover,
.custom-btn:focus,
.custom-btn:active{
    background: #1c99d0 !important;
    border-color: unset;
    padding: 12px 23px;
    font-size: 16px;
    border-radius: 24px;
    color: white !important;
}
#ManageCoursesClassTable thead tr th.name{
    width: 15%;
}
#ManageCoursesClassTable thead tr th.dates {
    width: 21%;
}
#ManageCoursesClassTable tbody tr td span,
#ManageCoursesClassTable tbody tr td div {
    white-space: normal;
}

.coursesListModalBodyWrapper {
    max-height: calc(100vh - 160px);
    overflow: auto;
}

.modal-footer.CoursesListModalFooter {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: #f3f5fb;
    padding: 5px 30px 10px 0;
}
@media (min-width: 992px) {
    #InstructorClassDetailsModal .modal-dialog {
        width: 78%;
    }
    .container.toggleForCategoryAge {
        display: none;
    }
}


@media only screen and (max-width: 767px) {
    .coursesListModalBodyWrapper {
        max-height: calc(100vh - 156px);
    }
    .selected-days-time-gridview.BorderStyle {
        min-width: 100% !important;
    }

    .tableToCard td {
        display: block;
        max-width: 100% !important;
        position: relative
    }

    .TimingActionColumn {
        text-align: center !important;
    }

    .tableToCard td[data-title] > span, .tableToCard td[data-title] > div {
        width: 60%;
        margin: auto;
        margin-right: 0;
        display: block;
        word-break: break-word;
    }

    .tableToCard td span, .tableToCard td div {
        white-space: normal;
    }

    .tableToCard thead {
        display: none;
    }

    .tableToCard tbody tr {
        display: block;
        margin-bottom: 15px !important;
        border-bottom: 2px solid gainsboro;
        box-shadow: 0px 0px 10px 1px #c1c1c1;
        margin: 10px;
        background: #fff !important;
        border-radius: 7px;
        padding: 0 6px;
    }

    .tableToCard td[data-title]:before {
        color: #4d6b8a;
        text-transform: uppercase;
        font-size: .85em;
        content: attr(data-title);
        display: table-cell;
        font-weight: 700;
        height: 100%;
        margin: auto;
        position: relative;
        vertical-align: middle;
        white-space: normal;
        width: 35%;
        min-height: 24px;
        margin-right: 10px;
        float: left
    }

    #ClassDetailsModal .modal-body, #EventsListModal .modal-body {
        padding: 6px;
    }

    .days.selected-days-time span.active {
        margin-bottom: 4px;
    }

    .cardGridProp {
        padding: 0 15px;
    }

    .actionColumnForCard {
        text-align: center !important;
    }

    #EventsListModal {
        table-layout: fixed;
    }
}
#tabbable-line >.nav{
    padding:0.5rem;
}
#tabbable-line > .nav > li > a {
        padding: 8px 12px !important;
        border: 0;
        background: none !important;
        color: #737373 !important;
    }



    #tabbable-line > .nav > li.active > a {
        color: #1271c4;
        border: 0;
    }

    #tabbable-line>.nav > li.active {
        background: 0 0;
        border-bottom: 4px solid #3598DC !important;
        position: relative;
    }

    #tabbable-line > .nav > li > a:hover {
        background: 0 0;
        border-bottom: 4px solid #add5f9 !important;
        position: relative;
    }
#video-container{
    width:100%;
    height:400px;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
    text-decoration: none;
    outline: 0;
    background-color: white !important;
}
.multiselect {
    background: #1271c4 !important;
    color:white !important;
}

.multiselect-selected-text{
    white-space: normal;
    word-break: break-all;
}
.secure-company-logo img {
    height: 76px;
    max-width: 245px;
    object-fit: contain;
    width:100%;
    min-width:112px
}

@media only screen and (max-width: 375px){
    #generic_price_table .generic_content{
        width: 300px;
    }
    .iamgeDiv{
        height: 172px !important;
    }

    #generic_price_table .generic_content {
        height: 492px;
    }
}
.toggleCategoryAge{
    display: none;
}
.shopping-cart-header-display-text {
    /*color: #3598dc !important;*/
    justify-content: center !important;
    font-size: 22px !important;
    padding-left: 10px;
    border-left: 3px solid;
    font-weight: 700;
    overflow: hidden;
    white-space: nowrap;
    display: inline-block;
    max-width: 100%;
    /*text-overflow: ellipsis;*/
    white-space: pre-wrap;
    max-width:55%;
}