/*
Theme Name: kssit-medura
Theme URI: 
Author: Dharmendra Yadav
Author URI: 
Description: A custom WordPress theme.
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: my-custom-theme
Tags: custom-background, custom-logo, featured-images, etc.
*/

/* Start writing your CSS below this comment */

.menu{
	gap: 0px!important;
}
/* Remove default list styling (marker) */
.menu {
    list-style-type: none; /* Removes bullet points from <ul> */
    padding: 0;
    margin: 0;
}

.menu li {
    list-style-type: none; /* Ensures no marker for <li> elements */
}

.menu li a {
    text-decoration: none; /* Remove underline from links */
    padding: 10px 20px;
    display: inline-block;
}

.menu a span {
    display: inline-block;
}

/*.wpforms-container .wpforms-field-label
 {
    font-size: 14px!important;
    color: #222!important;
    display: block;
    margin-bottom: 6px!important;
    font-weight: 600!important;
}*/
