.bg-mega-sky,.bg-tov-search{background-color:#0496ff}
.nav-item.dropdown{min-width:7rem}
.nav-item.dropdown.show{background-color:#0496ff;border-radius:1.25rem;}
.dropdown-item:hover{background-color:#0496ff;color:#fff!important;border-radius:.3rem;}
.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link{color:white;}
@media(min-width:992px){.nav-item.dropdown{min-width:6rem}}
@media(min-width:1300px){.nav-item.dropdown{min-width:7.3rem}}

@media (max-width: 576px) {
    .btn-search {
        color: #fff;
        background-color: #f02950;
        border-color: #f02950;
        border-radius: 9999rem !important;
        width: 2rem;
        height: 2rem;
        padding: 0;
        top: .25rem;
        left: 3.5rem;
    }
}

@media (min-width: 1200px) {
    .btn-search {
        color: #fff;
        background-color: #f02950;
        border-color: #f02950;
        border-radius: 9999rem !important;
        width: 2rem;
        height: 2rem;
        padding: 0;
        top: .5rem;
        left: 1rem;
    }
}