@media screen and (max-width: 991px) {
    .phone-btn {
        display: none!important;
    }
}

.navbar.navbar-light.fixed .btn {
    background: rgb(248, 92, 35)!important;
    border-color: rgb(248, 92, 35)!important;
}
