@media only screen and (max-width: 480px){

.navbar-default .navbar-nav>li>a {
    color: black !important;
    padding: 10px !important;
}

ul.nav.navbar-nav.navbar-right button {
    background: #e00404;
    margin-top: 8px;
    box-shadow: 3px 4px #970707;
    width: 94px;
    font-size: 15px;
    font-weight: 600;
    margin-left: 8px;
    margin-bottom: 10px;
}

/*button book now css start*/

.booknow button {
    background: #c00e0a;
    color: #ffffff !important;
    width: 100%;
    height: 44px;
    margin-top: 40px;
    font-size: 16px;
    font-weight: 600;
    border: none;
    margin-bottom: 34px;
}

.depend h5 {
    font-size: 16px;
    padding-bottom: 18px;
}

ul.usefull-links {
    margin-bottom: 30px;
}

.social {
    margin-bottom: 30px;
}

.address {
    margin-bottom: 30px;
}

}
