.full-mouth-container {
    display: none;
    width: 232px !important;
    margin: 5px;
    position: absolute;
    background-color: white;
    border: 1px solid gray;
    right: -6px;
    border-radius: 7px;
    top: 35px;
    text-align: center;
    z-index: 99!important;
}
.mounth_container {
    display: flex;
}

.mouth_content {
    width: 33%;
    display: flex;
}

.mouth_content ul li{
    margin: 15px 24px 10px 25px;
    list-style-type: none;
}

.mouth_content ul li a{
    color: #0c0c0c;
}

.mouth_content ul li a:hover{
    list-style-type: none;
    color: #8a8a8a;
}

.half_mounth_left ul li, .half_mounth_right ul li{
    list-style-type: none;
    padding: 5px 10px 15px 0;
}
.full-mounth{
    padding: 5px 0;
}
.full-mounth span{
    color: #646464;

}
.full-mounth input{
    width: 80%;
    border: 1px solid darkgray !important;
    margin-bottom: 5px
}

@media screen and (max-width: 767px) {
    .full-mouth-container {
        width: auto !important;
        right: -30px;
        margin: 0;
    }
    .one {
        overflow: visible !important;
    }

    .mouth_content ul li{
        margin: 15px 24px 10px 43px;
    }
}