.textcontent thead {
    background-color: #e7f3e7;
}
.textcontent table {
    width: 100%;
    min-width: 800px;
    border-collapse: collapse;
 background-color: #fff;
    border-radius: 6px 6px 0px 0px;
    margin-bottom: 30px;
    
}
.textcontent th,
.textcontent td {
    padding: 14px 16px;
    border: 1px solid #ddd;
    font-size: 14px;
}

.textcontent th {
    font-weight: 600;
    color: #2a2a2a;
    font-size: 14px;
    font-weight: 500;
    /*white-space: nowrap;*/
    border: 1px solid #e7f3e7;
}

.textcontent td strong {
    display: block;
    color: #5a5a5a;
    margin-bottom: 4px;
    font-size: 13px;
    font-weight: 500;
}
.textcontent td p {
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 4px;
    color: #5a5a5a !important;
}

        .navslider{
            overflow: hidden;
        }
        .textcontent img {
          /*  float: left;
            margin-right: 20px;
            width: 400px;*/
        }

        .textcontent ul {
        padding-bottom: 15px;
        list-style: none;
        padding-left: 10px;
        }
        .textcontent ul li {
        padding-left: 20px;
        position: relative;
        font-size: 0.95rem;
        color: #666;
        font-weight: 400;
        padding-bottom: 10px;
        }
        .textcontent ul li::before {
        content: "";
        /*font-family: "Font Awesome 6 Free";*/
        /*font-weight: 600;*/
        /*font-size: 12px;*/
        color: #6c98e1;
        position: absolute;
        left: 0;
        margin-top: 5px;
        background-image: url(../img/icons/diamond.svg);
        background-size: cover;
        background-position: center; 
        background-repeat: no-repeat;
        width: 10px;
        height: 10px;
        background: #61a46c;
         transform: rotate(45deg);
        }

         .download-btn {
            color: #03a103;
            font-size: 14px;
            text-decoration: none;
            transition: all 0.3s ease;
            white-space: nowrap;
        }

        .download-btn:hover {
            color: #2a2a2a;
        }



@media screen and (max-width: 768px) {
    .textcontent table {
        font-size: 13px;
        min-width: 100%;

    overflow-x: auto;
    white-space: nowrap;
    border: none;
    }
}


@media screen and (max-width: 575px) {
    .textcontent table {
        display: block;
    }
}