        .header-top-area {
            background-color: #116f21        }

        header.hedar-baner-section {
            /*background-image: url();*/
            background: #3da13f;
        }

        .footer_area {
            background-color: #3e8a40;
        }

        .main-menu::before {
            background-image: url(assets/images/menu-corner-left.jpg);
        }

        .main-menu::after {
            background-image: url(assets/images/menu-corner-right.jpg);
        }

        .copyright-area {
            background-color: #008040        }
        .main-logo img {
            max-width: 240px;
        }
        .search-btn-change {
            margin: auto;
            margin-right: 0;
            color: #fff;
            cursor: pointer;
            font-size: 1.5em;
        }
        .search-btn-change a {
            color: #fff;
        }
        .mobile-header .search-btn-change {
            display: none;
        }
        .notice-board-mobile-show {
            display: none;
        }
        .header-baner a img {
            margin-top: 10px;
        }
        
        div#custom_design_popup .modal-content {
            padding: 20px;
            border-radius: 10px;
            background: #fff;
            text-align: center;
        }
        div#custom_design_popup .modal-dialog {
            position: relative;
            margin-top: 140px;
        }
        div#custom_design_popup {
            z-index: 999999999999;
        }
        div#custom_design_popup .modal-content button {
            position: absolute;
            top: 0;
            right: 0;
            background-color: red;
            display: block;
            opacity: 1;
            color: #fff;
            padding: 5px 10px;
            border: none;
            font-size: 16px;
        }
        div#custom_design_popup .modal-content img {
            width: 90%;
            height: auto;
            border: 1px solid #ddd;
        }
        
        @media only screen and (max-width: 767px) {
            .mobile-header .search-btn-change {
                display: block;
            }
            .mobile-hide {
                display: none;
            }
            .mobile-footer {
                display: block;
               
            }
            .notice-board-mobile-show {
                display: block;
            }
        }
        
        .new-category-post-design .single-category-item .cat-post-title {
    margin-bottom: 10px;
    text-align: justify;
    padding-right: 20px;
}
