.popup-list-items li {
    padding: var(--wysiwyg-li-padding);
    background-image: var(--list-item-style);
    background-position: var(--wysiwyg-li-bgp);
    background-repeat: no-repeat
}

.popup-content-area {
    overflow: auto;
	  height:800px;
}

@media only screen and (max-width: 767px) {
            .service-area-navbar {
                display: none;
            }

            .service-area-navbar.is-visible {
                display: block;
            }
            
           .site-footer .l-footer-v5 .footer-top__menus .menu-title-wrap{
            	margin-top: 230px;
        	}
        	
        	.lm-header-special-message{
        	    font-size: 14px;
        	}
        	
        	
}