@media(min-width: 992px) and (max-width: 1200px) {
    header .navigation .navbar-nav .nav-item a {
        padding: 0 9px !important;
    }
}


@media only screen and (max-width: 992px) {
    .top-btn-mobi-row{
        margin-top: 15px;
        padding-bottom: 15px;
    }
}







/***************For ipad***************
***************************************/
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:portrait) {
}


