/*
Template Name: Banizzo - Digital Agency HTML5 Template
Theme URI: https://codexup.com/
Author: CodeXup
Author URI: https://codexup.com/preview/banizzo/
Description: 
Tags: blog, one-column, custom-background, custom-colors, custom-logo, custom-menu, editor-style, featured-images, footer-widgets, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, block-styles, wide-blocks, accessibility-ready
Version: 1.0.0
*/

.portfolio__area___bg__dark{
    background: #efefef;
    padding-top: 90px;
    padding-bottom: 90px;
}



.privacy_policy_spacing p{
        padding-bottom: 20px;
}


.card{

    border: none;
}


.tabs_pricing{

        display: flex;
    justify-content: center;
}


nav.tabs_pricing .active {
    color: #fff !important;
    background-image: linear-gradient(to right, var(--primary) 25%, var(--secondary) 50%, var(--primary) 75%, var(--secondary) 100%);
    font-size: 18px;
}



.package__feature ul{
        padding-bottom: 20px;
    max-height: 500px;
    overflow-y: scroll;
    float: left;
    width: 100%;
    margin-bottom: 50px;
}




.package__feature ul::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

.package__feature ul::-webkit-scrollbar
{
    width: 6px;
    background-color: #F5F5F5;
}

.package__feature ul::-webkit-scrollbar-thumb
{
    background-color: #ff4904;
}




.tabs_pricing .nav-link:hover {
    color: #ff4904;
}


.button_package {
    display: block;
    float: left;
    width: 100%;
    text-align: center;
}