.header-right-logo li {
    list-style: none;
}
.navigation-bar li.menu-item a {
    /* text-transform: uppercase; */
    font-size: 18px;
    color: #ffffff;
}

li.menu-item {
    list-style: none;
    display: inline;
    padding: 10px;
}

.navigation-bar.logos-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px;

}

.navigation-bar.logos-section h3 {
    font-size: 26px;
    color: #0071bc !important;
    font-weight: 600;
}

.navigation-bar.logos-section h3 {
    text-align: center;
}
.navigation-bar.logos-section img{
    width: 100px !important;
    height: 100px !important;
}
#navBar{
    border-bottom: 0.5px solid #ecefef;
}

/* mobile small*/

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

}

/* mobile medium */

@media only screen and (min-width: 321px) and (max-width: 375px) {
    .menu li{
        list-style: none;
        padding-top: 10px;
        display: block;
        color: #ffffff;
    }
    .mobileMenu {
        padding: 15px 0px;
    }
    
}

/* mobile  Large */

@media only screen and (min-width: 376px) and (max-width: 425px) {
   
    .menu li{
        list-style: none;
        padding-top: 10px;
        display: block;
        color: #ffffff;
    }
    .mobileMenu {
        padding: 15px 0px;
    }
    
}

/* Tablet */
@media only screen and  (min-width: 426px) and (max-width: 768px) {
    .menu li{
        list-style: none;
        padding-top: 10px;
        display: block;
        color: #ffffff;
    }
    .mobileMenu {
        padding: 15px 0px;
    }
   
}

/* Laptop small */

@media only screen and (min-width: 769px) and (max-width: 1024px) {
    .text {
        font-size: 0.8em;
    }
}

/* Laptop medium */

@media only screen and (min-width: 1025px) and (max-width: 1440px) {}

/* Laptop Large */
@media only screen and (min-width: 2560px) {}