#changeFlag {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-color: gray;
}

.mb-4, .my-4 {
   margin-bottom: -1.5rem!important;
}

.mt-4, .my-4 {
    margin-top: 0.5rem!important;
}

.dot {
 height: 3px;
    width: 3px;
    background-color: #01648e;
    border-radius: 50%;
    display: inline-block;
    margin-left: 13px;
}

 #navigation hr{
    color: #01648e;
    background-color: #01648e;
   height: 0.1px;
   width:83%;
   margin-top:30px;
   margin-bottom:-22px;
}



#navigation {
    background-color: white;
    width:100%;
    margin-bottom: -5px;
    
}

#nav-contact {
    background-color: #1b99c5;
    width: 100%;
    color: white;
}

#nav-contact .nav-item {
    margin-right: 15%;
}

#nav-contact .item {
    display: inline-block;
    padding: 1%;
}

#nav-contact .flag-item {
    padding: 0;
    background-color: transparent;
}

#nav-contact .fa-phone{

color:white;

}



.navbar-light .navbar-nav .nav-link {
    color: #01648e;
    font-family:Cairo;
    font-size:15px;
}

.navbar {
    position: relative;
    margin-inline-end: 80px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1.5rem 1rem;
    margin-bottom: -22px;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 0px;
    border-radius: 0px;
}

@media only screen and (max-width: 600px) {
    #nav-contact .nav-item {
        margin-right: 0;
    }
}