.navbar-right {
    float: right!important;
    margin-right: 20px;
}
.navbar-right a {
    color: #000000;
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;

}
.profile
{
    background: #d7b56d;
    padding: 5px 10px;
    border-radius: 5px;
}


*******************************************************************************************************************************
@media (max-width: 600px) {
    #menu
    {   
    width:500px;
    padding: 0;
    justify-content: center;
    position: relative;
    background: transparent url("../img/mbl-branches-01.png") no-repeat 50% 0%;
    min-height: 410px; 
    /* margin: 0 auto; */
    }
}
@media (max-width: 376px) {
    #menu
    {   
    width: 365px !important;;
    padding: 0;
    justify-content: center;
    position: relative;
    background: transparent url("../img/mbl-branches-01.png") no-repeat 50% 0%;
    min-height: 370px; 
    /* margin: 0 auto; */
    }
}
@media (max-width: 415px) {
    #menu
    {   
    width: 400px !important;;
    padding: 0;
    justify-content: center;
    position: relative;
    background: transparent url("../img/mbl-branches-01.png") no-repeat 50% 0%;
    min-height: 370px; 
    /* margin: 0 auto; */
    }
}
@media (max-width: 360px) {
    #menu
    {   
    width: 340px !important;;
    padding: 0;
    justify-content: center;
    position: relative;
    background: transparent url("../img/mbl-branches-01.png") no-repeat 50% 0%;
    min-height: 370px; 
    /* margin: 0 auto; */
    }
}
@media (max-width: 541px) {
    #menu
    {   
    width: 540px !important;;
    padding: 0;
    justify-content: center;
    position: relative;
    background: transparent url("../img/mbl-branches-01.png") no-repeat 50% 0%;
    min-height: 370px; 
    /* margin: 0 auto; */
    }
}

@media (max-width: 541px) {
    #menu
    {   
    width: 300px !important;;
    padding: 0;
    justify-content: center;
    position: relative;
    background: transparent url("../img/mbl-branches-01.png") no-repeat 50% 0%;
    min-height: 370px; 
    /* margin: 0 auto; */
    }
}
@media (max-width: 413px) {
    #menu
    {   
    width: 400px !important;;
    padding: 0;
    justify-content: center;
    position: relative;
    background: transparent url("../img/mbl-branches-01.png") no-repeat 50% 0%;
    min-height: 390px; 
    /* margin: 0 auto; */
    }
}
*******************************************************************************************************************************
@media(max-width:1199px)
{
    .skills {
        position: absolute;
        top: 170px;
        right: -15px;
    }

    .contacts {
    position: absolute;
    top: 155px;
    left: -30px;
    }
    .about {
        position: absolute;
        bottom:  212px;
        right: 55px;
    }
    .following {
    position: absolute;
    bottom: 198px;
    left: 10px;
    }
    .team {
        position: absolute;
        bottom: 112px;
        right: 410px;
    }
}

@media(max-width:1199px){

    .skills {
        position: absolute;
        top: 99px;
        right: -18px;
    }

    .contacts {
    position: absolute;
    top: 72px;
    left: -20px;
    }
}

@media(max-width:991px){

    #menu img {
        width: 300px;
    }
    /* .container {
        width: 980px;
    } */

    .skills {
        position: absolute;
        top: 102px;
        right: -4px;
    }

    .contacts {
    position: absolute;
    top: 72px;
    left: -7px;
    }
    .about {
        position: absolute;
        bottom: 206px;
        right: 62px;
    }
    .following {
        position: absolute;
        bottom: 204px;
        left: 18px;
    }
}

@media(max-width:900px){

    #menu
    {
        max-width: 900px;
    }
}


@media(max-width:760px){

    #menu
    {
        max-width: 760px;
    }
}

#mbl-branches .skills-branch
{
    font-size: 70px;
    
    
}
#mbl-branches .skills-branch a
{
    font-size: 70px;
    color: #d7b56d;
    font-family: "Madrigal";
}