

@media (min-width: 992px){
    .header .top-header .top-menu .collapse li a {

        font-size: 15px;
    }
    .header .top-header .top-menu .collapse li a {
        margin-right: 12px;
    }
}
@media (max-width: 991px){
    .header .top-header .top-menu .collapse li a {
        margin-right: 0px;
    }
    .header .top-header .top-menu nav .navbar-collapse.show {
        top: 95px;        padding-bottom: 60px;
    }
}
.ov-hidden body{
    overflow: hidden;
    position: relative;
}