/*********************

***BENEFITS-PAGE****

*********************/
section {
    padding: 49px 0 00px 0;
}

a.text-success:focus, a.text-success:hover {
    color: #08ce2e !important;
}

.mt--100 {
    margin-top: 50px;
}

a.text-success {
    color: #08ce2e !important;
}

.slider-img {
    width: 100%;
    height: 250px;
    background: url(../images/slider.jpg);
    position: relative;
    background-size: cover;
}

    .slider-img img {
        height: 100%;
        width: 100%;
        object-fit: cover;
    }

    .slider-img:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        background: black;
        top: 0;
        left: 0;
        opacity: 0.6;
        z-index: 99;
    }

.slider-head {
    position: relative;
}

.breadcrumb {
    position: absolute;
    background: transparent;
    color: white !important;
    right: 0;
    line-height: 275px;
    letter-spacing: 1px;
}

.breadcrumb-item {
    color: white !important;
    position: relative;
    z-index: 999;
}

.slider-img .slider-head h1 {
    color: white;
    opacity: 1 !important;
    position: absolute;
    z-index: 999;
    letter-spacing: 1px;
    font-weight: 600;
    line-height: 275px;
}

.benefits-head {
    display: flex;
}

    .benefits-head i {
        font-size: 18px;
        margin-right: 20px;
        align-self: center;
        transform: rotate(0deg);
        transform-origin: 50% 50%;
    }

    .benefits-head h4 {
        font-weight: 600;
        color: #404040;
        margin-bottom: 0;
        font-size: 22px;
    }

        .benefits-head h4 span.color {
            color: #08ce2e;
            font-size: 28px !important;
            font-weight: 600;
        }

.benefits-body p {
    margin-left: 40px;
    margin-top: 3px;
    font-size: 17px;
    letter-spacing: 1px;
    line-height: 26px;
    margin-bottom: 0;
}

.benefits-main {
    margin: 0 0 20px 0;
    transition: all 0.5s;
}

    .benefits-main:hover .benefits-head i {
        animation: star 4s infinite linear;
    }

.news-text {
    border: 1px solid #ccc;
    border-radius:10px;
    box-shadow: 0px 5px 10px rgba(0,0,0,0.2);
    padding:1rem;
}

@keyframes star {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.text-bold {
    color: black;
    font-weight: 700;
}

.benefits-body ul li {
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 1px;
}

.benefits-body ul {
    margin-bottom: 0;
}

@media (max-width:575px) {
    .slider-img {
        height: 140px;
    }

    section {
        padding: 20px 0 00px 0;
    }

    .slider-img .slider-head h1 {
        line-height: 160px;
        font-size: 22px;
    }

    .breadcrumb {
        line-height: 140px;
        font-size: 12px;
    }

    .benefits-head h4 {
        font-size: 14px;
    }

        .benefits-head h4 span.color {
            font-size: 20px !important;
        }

    .benefits-body p {
        margin-left: 20px
    }

    .benefits-head i {
        font-size: 12px;
        margin-right: 5px;
    }

    .benefits-body p {
        margin-left: 18px;
        margin-top: 3px;
        font-size: 12px;
        line-height: 24px;
    }

    .benefits-body ul li {
        font-size: 12px;
    }

    .mt--100 {
        margin-top: 15px;
    }
}

@media (min-width:576px) and (max-width:767px) {
}
