@media(max-width: 1000px){
    .navbar-nav li{
        text-align: center;
    }
    .desk_logo{
        display: none;
    }
    .mob_logo{
        display: block;
    }
    .footer{
        margin-top: 50px;
    }
}
@media(max-width: 780px){
    .search-box input{
        height: 48px;
        font-size: 18px;
        border-radius: 6px;
        outline: 0;
    }
    .search-box button{
        height: 48px;
        border: 0;
        border-radius: 8px;
        background-color: orange;
        color: black;
    }
    .footer{
        margin-top: 275px;
    }
}