﻿@import url('https://fonts.googleapis.com/css?family=Varela+Round');
html, body {
}

.menu-left-all {
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 100%;
    box-shadow: none;
    position: fixed;
    top:0;
    height:60px!important;
    overflow: hidden;
    z-index: 10;    
    font-weight:500;    
    text-transform:capitalize;
    color:#1c208f;
    background-color: #fff;
    border-bottom: 1px #f9f9f9 solid;
    font-size:20px;    
    line-height:60px;
}

.menu-left-all .header {
    display: block;
    z-index: 10;    
    padding-left:55px;
}

