﻿  .new-sec {
            margin: 5px 0px 0px 0px;
            padding: 0px 0px;
            width: 100%;
            height: auto;
            float: left;
        }

        .new-wraper {
            margin: 15px 0px 15px 0px;
            padding: 15px 15px;
            height: auto;
            width: 100%;
            float: left;
            background: #fbfffc;
            border: 1px solid #c3ffda;
            /*max-height: 500px;*/
            transition: 0.5s all;
            -webkit-transition: 0.5s all;
            -moz-transition: 0.5s all;
            -o-transition: 0.5s all;
            -ms-transition: 0.5s all;
            position: relative;
        }


        .new-date {
            margin: 0px 0px 10px 0px;
            padding: 0px 0px;
            height: auto;
            width: 100%;
            float: left;
            letter-spacing: 1px;
            font-size: 14px;
            line-height: 22px;
            color: #e00000;
            font-weight: 600;
            font-family: 'Dosis', sans-serif;
        }

        .new-heading {
            margin: 5px 0px 10px 0px;
            padding: 0px 0px;
            height: auto;
            width: 100%;
            float: left;
            font-size: 17px;
            line-height: 23px;
            color: #000000;
            font-weight: 500;
            text-align: left;
            letter-spacing: .5px;
        }

        .calender-icon {
            color: #e00000;
            padding: 0px 0px;
        }

        .new-p {
            margin: 0px 0px 0px 0px;
            padding: 0px 0px;
            height: auto;
            width: 100%;
            float: left;
            font-size: 14px;
            line-height: 25px;
            color: #6b6b6b;
            letter-spacing: .5px;
        }

        .news-download-file-sec {
            margin: 6px 0px 0px 0px;
            padding: 0px 0px;
            height: auto;
            width: 100%;
            float: left;
        }

        .news-download-file-ul {
            margin: 0px 0px 0px 0px;
            padding: 0px 0px;
            height: auto;
            width: 50%;
            float: left;
        }

            .news-download-file-ul li {
                margin: 0px 0px 0px 0px;
                padding: 0px 0px;
                list-style-type: none;
                display: inline;
                font-size: 15px;
                line-height: 25px;
                color: #6b6b6b;
                letter-spacing: .5px;
            }

                .news-download-file-ul li a {
                    margin: 0px 15px 0px 0px;
                    padding: 0px 4px;
                    text-decoration: none;
                    font-size: 17px;
                    color: #23a000;
                }

        .download-p {
            margin: 0px 0px 0px 0px;
            padding: 0px 0px;
            height: auto;
            width: 100%;
            float: left;
            font-size: 15px;
            line-height: 25px;
            color: #6b6b6b;
            letter-spacing: .5px;
        }

        .fl-not-show {
            display: none !important;
        }

        .view-all-btn {
            margin: 0px;
            padding: 3px 10px;
            width: auto;
            height: auto;
            float: right;
            font-size: 14px;
            border: 1px solid #186403;
            text-transform: uppercase;
            line-height: 20px;
            color: #186403;
        }

        @media only screen and (max-width:800px) {
            .welcome-title {
                font-size: 24px;
            }

            .view-all-btn {
                margin: 8px 0px 0px 0px;
                padding: 1px 5px;
                font-size: 10px;
                text-transform: uppercase;
                color: #186403;
            }

            .news-download-file-ul {
                width: 100%;
            }
        }