                .lang-check {
                    padding: 10px 10px 8px 10px;
                    margin-right: 30px;
                    border-bottom: 5px solid transparent;
                    margin-bottom: -7px;
                }
                
                .lang-check a {
                    font-size: 16px;
                    font-weight: 900;
                    text-decoration: none;
                }
                
                .lang-check:hover {
                    border-color: #0FAFFC;
                }
                /* dropdown lang*/
                
                .dropbtn {
                    color: #1645ad;
                    font-size: 16px;
                    margin-top: 6px;
                    background: #fff;
                }
                
                .dropdown {
                    position: relative;
                    display: inline-block;
                    margin-right: 20px;
                }
                
                .dropdown-content {
                    display: none;
                    position: absolute;
                    background-color: #fff;
                    min-width: 75px;
                    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
                    z-index: 1;
                    left: -8px;
                }
                
                .dropdown-content a {
                    color: #1645ad;
                    padding: 9px 9px;
                    text-decoration: none;
                    display: flex;
                    font-weight: 600;
                }
                
                .dropdown-content a:hover {
                    background-color: #fff;
                }
                
                .dropdown:hover .dropdown-content {
                    display: block;
                }
                /*  .dropdown:hover .dropbtn {border-color: #007bff;}*/
                
                .recentcomments a {
                    display: inline !important;
                    padding: 0 !important;
                    margin: 0 !important;
                }
                
                img.wp-smiley,
                img.emoji {
                    display: inline !important;
                    border: none !important;
                    box-shadow: none !important;
                    height: 1em !important;
                    width: 1em !important;
                    margin: 0 0.07em !important;
                    vertical-align: -0.1em !important;
                    background: none !important;
                    padding: 0 !important;
                }
                
                body {
                    scroll-behavior: smooth;
                }