/*
Theme Name: Twenty Twenty child
Template: twentytwenty
*/

.header-menu nav ul li {
    padding: 0px 20px;
    text-transform: capitalize;
}
.header-menu nav ul {
    display: flex
;
    align-items: center;
    justify-content: center;
    width: 100%;
    list-style-type: none;
}
.header-menu, .header-menu div, .header-menu nav {
    width: 100%;
}
.contact-form-right p label {
    width: 100%;
}
.contact-form-right p label input, .contact-form-right p label textarea {
    width: 100%;
    background-color: #fff !important;!i;!;
}

/* media query start */
@media(max-width: 767px){
	.header-menu nav ul {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    list-style-type: none;
    flex-wrap: wrap;
}
	
}