@media only screen and (min-width: 501px) and (max-width:768px){
.head-ul {
    display: flex;
    float: right;
    margin-bottom: 0px;
    margin-top: -47px;
}
}

@media only screen and (min-width: 501px) and (max-width:768px){
.logo-img {
    width: 55%;
}
}

@media only screen and (min-width: 501px) and (max-width:768px){
.btn-success {
    color: #ffffff;
    background-color: #0a6196;
    border-color: #0a6196;
    border: 2px solid #0a6196;
    font-weight: 550;
    margin-top: 0px;
    padding: 12px 10px 12px 10px;
    border-radius: 5px;
    float: right;
    font-size: 17px;
    letter-spacing: .4px;
}
}

@media only screen and (min-width: 501px) and (max-width:768px){
.nav>li>a {
    position: relative;
    display: block;
    padding: 4px 7px;
}
}

@media only screen and (min-width: 501px) and (max-width:768px){
.navbar-inverse .navbar-nav>li>a {
    color: #0a6196;
    font-size: 14px;
}
}

@media only screen and (min-width: 501px) and (max-width:768px){
.carousel-control {
    left: -12px;
    height: 40px;
    width: 40px;
    background: none repeat scroll 0 0 #222222;
    border: 4px solid #FFFFFF;
    border-radius: 23px 23px 23px 23px;
    margin-top:26%;
}
}