/*===========================
  features css 
===========================*/
.features-eleven {
    background-color: var(--light-4);
    padding-top: 30px;
    padding-bottom: 100px;
    position: relative;
    /* Section Title Two */
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .features-eleven {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}

.features-eleven .section-title-two {
    text-align: center;
    max-width: 550px;
    margin: auto;
    margin-bottom: 50px;
    position: relative;
    z-index: 5;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .features-eleven .section-title-two {
        margin-bottom: 45px;
    }
}

@media (max-width: 767px) {
    .features-eleven .section-title-two {
        margin-bottom: 35px;
    }
}

.features-eleven .section-title-two span {
    text-transform: capitalize;
    color: var(--white);
    background: var(--brand-wwd);
    display: inline-block;
    margin-bottom: 10px;
    padding: 5px 15px;
    border-radius: 4px;
}

.features-eleven .section-title-two h2 {
    margin-bottom: 15px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .features-eleven .section-title-two h2 {
        font-size: 2rem;
        line-height: 2.8rem;
    }
}

@media (max-width: 767px) {
    .features-eleven .section-title-two h2 {
        font-size: 1.5rem;
        line-height: 1.9rem;
    }
}

.features-eleven .section-title-two p {
    color: var(--dark-3);
}

.features-eleven .tab-head {
    position: relative;
}

.features-eleven .nav-head {
    text-align: center;
    border: 2px solid var(--gray-4);
    padding: 10px 10px;
    border-radius: 10px;
    max-width: max-content;
    margin: auto;
    display: flex;
}

.features-eleven .nav {
    margin-bottom: 0px;
    margin-bottom: 0 !important;
}

@media (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
    .features-eleven .nav {
        width: 100%;
        display: inline-block;
    }
}

.features-eleven .nav-link {
    background: transparent;
    color: var(--black);
    font-weight: 600;
    font-size: 14px;
    border-radius: 0px;
    padding: 18px 55px;
    position: relative;
    bottom: 0;
    border-radius: 5px;
}

@media (max-width: 767px) {
    .features-eleven .nav-link {
        width: 100%;
        display: block;
    }
}

.features-eleven .nav-link:hover {
    color: var(--primary);
}

.features-eleven .nav-link i {
    display: inline-block;
    margin-right: 10px;
    font-size: 18px;
    color: var(--brand-wwd);
}

.features-eleven .nav-link.active,
.features-eleven .show > .nav-link {
    color: var(--white);
    background: var(--brand-wwd);
}

    .features-eleven .nav-link.active i,
    .features-eleven .show > .nav-link i {
        color: var(--white);
    }

.features-eleven .tab-content-inner {
    margin-top: 80px;
}

    .features-eleven .tab-content-inner .tab-image img {
        width: 100%;
        border-radius: 6px;
    }

    .features-eleven .tab-content-inner .tab-text {
        padding-left: 50px;
    }

        .features-eleven .tab-content-inner .tab-text h3 {
            font-size: 32px;
            font-weight: 600;
            color: var(--black);
            margin-bottom: 20px;
            display: block;
            line-height: 45px;
        }

        .features-eleven .tab-content-inner .tab-text p {
            margin: 30px 0;
            /*color: var(--dark-3);*/
            color: var(--brand-txp-dark);
            font-size: 1.125rem;
            line-height: 1.6;            
            font-weight: 500;
        }

        .features-eleven .tab-content-inner .tab-text ul {
            margin-top: 40px;
        }

            .features-eleven .tab-content-inner .tab-text ul li {
                display: block;
                margin-bottom: 20px;
                /* font-size: 14px;
                font-weight: 400;
                color: var(--dark-3);*/
                color: var(--brand-txp-dark);
                font-size: 1.125rem;
                line-height: 1.6;
                padding-top: 0px;
                font-weight: 500;
                position: relative;
                padding-left: 100px;
            }

                .features-eleven .tab-content-inner .tab-text ul li i {
                    position: absolute;
                    left: 0;
                    top: 3px;
                    height: 70px;
                    width: 70px;
                    line-height: 70px;
                    text-align: center;
                    display: block;
                    border-radius: 10px;
                    background: var(--brand-wwd);
                    color: var(--white);
                    font-size: 20px;
                }

                .features-eleven .tab-content-inner .tab-text ul li span {
                    font-size: 17px;
                    color: var(--brand-wwd);
                    font-weight: 600;
                    display: block;
                    margin-bottom: 10px;
                }

                .features-eleven .tab-content-inner .tab-text ul li:last-child {
                    margin: 0;
                }
