.ms-access {
    padding: 6px 0px; 
    background-color: #f8f8f8;
    position: relative;
    height: 45px;
}
.ms-access-nav {}
.ms-access-con {
    display: flex;
    width: 100%;
    justify-content: flex-end;
    align-items: center;
}
.ms-access-list {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.ms-access-list li {
    margin: 0 1em;
    list-style: none;
    color: #707070;
}
.ms-access-span {}
.ms-anchor {
    color: #707070;
}
.ms-anchor:hover {
    color: black;
}
.ms-small {
    font-size: 0.7rem;
}
.ms-medium {
    font-size: 1rem;
}
.ms-large {
    font-size: 1.3rem;
}
.translate {}
.access-title {
    color: #707070;
}
.goog-te-gadget-simple {
    border-radius: 50px;
    padding: 15px;
    background-color: #f8f8f8;
}
.goog-te-gadget-icon {
    display: none;
}
.goog-te-menu-value span {
    color: #707070!important;
}

.burger-con {
    cursor: pointer;
    height: 60px;
    display: none;
    flex-direction: column;
    justify-content: center;
    margin-left: 2%;
    height: 100%;
    margin-top: 0.8%;
}

.burger-line {
    height: 3px;
    margin-bottom: 3px;
    background: #707070;
    width: 20px;
    transition: all .4s ease
}

.burger-con.active .burger-line:first-child {
	transform: rotate(45deg) translate(4.5px, 4px);
}
.burger-con.active .burger-line:nth-child(2) {
	transform: rotate(-45deg);
}

.ms-access-display {
    display: flex!important;  
    z-index: 100;
}


@media (max-width: 991px) {
    .ms-access-list {
        display: none;
        position: absolute;
        bottom: -45px;
        background-color: #f8f8f8;
        padding: 5px;
        z-index: 99;
        height: 45px;
    }
    .ms-access-con {
        justify-content: center;
    }   
    .burger-con {
      display: flex;
    }
}

@media (max-width: 560px) {
     .ms-access-list {
        flex-direction: column;
        justify-content: space-between;
        bottom: -90px;
        height: 90px;
        width: 100%;
    }  
}



























