.float-right{
    float:right;
}

@media (min-width: 1200px) {
    .menu-w-rep{
        width:100% !important;
    }
}
@media (max-width: 1200px) {
    .menu-w-rep{
        width:100% !important;
    }
}
@media (max-width: 1100px) {
    .menu-w-rep{
        width:100% !important;
    }
}
@media (max-width: 1000px) {
    .menu-w-rep{
        width:100% !important;
    }
}
@media (max-width: 992px) {
    .menu-w-rep{
        width:100% !important;
    }
    .bg-menu1-resp{
        background-color:#F7F7F7;
        text-align: left;
    }
}
@media (max-width: 768px) {
    .menu-w-rep{
        width:320px !important;
    }
    .text-center{
        text-align: center;
    }
    .bg-menu1-resp{
        background-color:#F7F7F7;
    }
}
@media (max-width: 450px) {
    .menu-w-rep{
        width:320px !important;
    }
    .text-center{
         text-align: center;
    }
    .bg-menu1-resp{
        background-color:#F7F7F7;
    }
}