ul{
    list-style-type: none;
}

.show-f{
    height:8px;
}
.footer-color{
    background-color: rgb(216, 213, 209);
}
.quick-l>li>a{
    font-weight: 500;
}
.quick-l>li>a:hover{
    color:#efbe36 !important;
}
.name-in{
  
    padding-bottom: 15px;
}
.name-in>input{
    border:0px;
    padding: 5px;
    border-radius:5px;
    margin-top: 15px;
}
.mess-in>input{
    padding:5px;
    width:90%;
    height:60px;
    border:0px;
}
.submit-in>input{
    padding:7px 15px;
    color:white;
    border:0px;
    background-color:rgb(248, 162, 49);
}
.submit-in>input:hover{
    color:black;
}