.mw-600px {
    max-width: 70% !important;
}
.sidebar-brand img{
    height: 60px;
    margin-right: 30px;
}
.navbar a{
    color: black;
    font-size: 15px;
}
.navbar button.buy-now-btn{
    color: #9F55FF !important;
    border-radius: 25px;
    border: 1px solid #9F55FF !important;
}

.navbar button.buy-now-btn:hover{
    color: white !important;
    border: 1px solid #9F55FF !important;
    background: #9F55FF;
}

.navbar button.contact-us-btn{
    color: white;
    background: #9F55FF;
    border: #9F55FF;
    border-radius: 25px;
}

.navbar button.contact-us-btn:hover{
    color: white;
    background: #7b41c7;
    border: #7b41c7;
}

 @media screen and (max-width: 992px) {
    .navbar-collapse li{
        margin-left: 10%;
    }
}
@media screen and (min-width: 992px) {
    .navbar div.container{
        height: 90px;
    }
}