.aboutcls {
        color: #902426 !important;
    }
    .sec-title h2{
        font-size: 34px;
    }
    .productcls {
        color: #902426 !important;
    }
    .about-style-three .image-box {
        position: relative;
        display: block;
        padding: 10px 10px;
        margin-right: 0px;
    }
    .about-style-three .content-box .sec-title {
        margin-bottom: 5px;
    }
    .sec-title{
            margin-bottom: 15px;
    }
    .myclstext{
        margin-top: 0px !important;
    }
    .myclsinner{
        margin-top: 0px !important;
    }
    .mysclboxsdow{
        box-shadow: 0px 0px 10px #ddd;
        padding: 15px;
        border-radius: 12px;
        margin-top: 15px;
    }
    .statements-block-one .inner-box .text{
            margin-bottom: 0px;
    }
    .statements-block:nth-child(2) .statements-block-one .inner-box .text{
            margin-top: 0px;
    }
    .page-title h1{
        font-size: 40px;
    }

    /* Table Styles */

        .table-wrapper{
            margin: 20px 70px 70px;
            box-shadow: 0px 35px 50px rgba( 0, 0, 0, 0.2 );
        }

        .fl-table {
            border-radius: 5px;
            font-size: 15px;
            font-weight: normal;
            border: none;
            border-collapse: collapse;
            width: 100%;
            max-width: 100%;
            white-space: nowrap;
            background-color: white;
        }

        .fl-table td, .fl-table th {
            text-align: left;
            padding: 8px;
        }

        .fl-table td {
            border-right: 1px solid #e1e1e1;
            font-size: 14px;
            color: #000;
        }

        .fl-table thead th {
            color: #ffffff;
            background: #4d4d4d;
        }


        .fl-table thead th:nth-child(odd) {
            color: #ffffff;
            background: #4d4d4d;
            border-left: 1px solid #fff;
            border-right: 1px solid #fff;
        }

        .fl-table tr:nth-child(even) {
            background: #F8F8F8;
        }
        .theme-btn{
            line-height: 18px;
            padding: 10px 20px;
        }

        /* Responsive */

        @media (max-width: 767px) {
            .table-wrapper{
                margin: 0px 0px 0px;
            }
            .fl-table {
                display: block;
                width: 100%;
            }
            .table-wrapper:before{
                content: "Scroll horizontally >";
                display: block;
                text-align: right;
                font-size: 11px;
                color: white;
                padding: 0 0 10px;
            }
            .fl-table thead, .fl-table tbody, .fl-table thead th {
                display: block;
            }
            .fl-table thead th:last-child{
                border-bottom: none;
            }
            .fl-table thead {
                float: left;
            }
            .fl-table tbody {
                width: auto;
                position: relative;
                overflow-x: auto;
            }
            .fl-table td, .fl-table th {
                padding: 10px;
/*                height: 60px;*/
                vertical-align: middle;
                box-sizing: border-box;
                overflow-x: hidden;
                overflow-y: auto;
/*                width: 120px;*/
                font-size: 13px;
                text-overflow: ellipsis;
            }
            .fl-table thead th {
                text-align: left;
                border-bottom: 1px solid #f7f7f9;
            }
            .fl-table tbody tr {
                display: table-cell;
            }
            .fl-table tbody tr:nth-child(odd) {
                background: none;
            }
            .fl-table tr:nth-child(even) {
                background: transparent;
            }
            .fl-table tr td:nth-child(odd) {
                background: #F8F8F8;
                border-right: 1px solid #E6E4E4;
            }
            .fl-table tr td:nth-child(even) {
                border-right: 1px solid #E6E4E4;
            }
            .fl-table tbody td {
                display: block;
                text-align: center;
            }
        }