
.menu-list{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

.sub-menu-text:focus{
    outline: none;
}

.dropdown-item:focus{
    outline: none;
}


.sub-menu-bg{
    background-color: #083465e6;
    padding: 8px 15px 15px 15px;
    border-radius: 15px;
}
.sub-menu-bg a{
    padding-left: 0;
    color: #fff;
    border-bottom: 1px solid orange;
}
.sub-menu-bg a:hover{
    color: #fff;
    background-color: rgba(255, 99, 71, 0);
    padding-left: 8px; 
    transition: 0.3s;
}








/* mobile */

#mobile-nav{
    background-color: #fff;
    z-index: 100;
}

#menu-right-container{
    background-color: #f8c600;
    padding-right: 15px;


}
.menu-right-container{

}
.menu-right-icon{
    width: 30px;
    height: auto;
    margin-right: 10px;
}
.menu-right-input{
    width: 100%;
    height:30px;
    background: #fff;
    border: none;
    border-radius: 100px;
    padding-left: 8px;
}
.menu-right-input:focus{
    outline: none
}

.btn-menu-mobile{
    margin-left: 10px; 
    width: 40px; 
    height: 32px; 
    border-radius: 100px; 
    background-color: #004e9b
}



