.Mynav {
    position: relative;
}
.Mynav .navbar-collapse{
    padding-right:49px;
}

.upperNav ul{
    margin:0;
    list-style: none;
    padding: 0;
}
.fixed-header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
}

.fixed-header .rightLogo img {
    top: 3px;
    height: 50px;
    right: 3px;
    padding: 5px;
}
.upperNav{
    display: flex;
    justify-content: space-between;
    align-items: center;
  /*  height: 100%;*/
    background: #d2ecf7;
    padding: 0 60px;
}

.upperNav ul li{
    padding:3px 10px;
    border-left: 1px solid #9e9d9d;
}

.upperNav ul li a{
    color:#000;
    font-size: 13px;     
    text-decoration: none;
}

.leftNav ul{
    display: flex;
    list-style-type: none;
}

/*.bg-light {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-light-rgb),var(--bs-bg-opacity))!important;
    background-color: rgba(0, 0, 0, 0.57) !important;
    
}*/



header .d-flex .item .leftLogo img{
    position: absolute;
    top: -27px;
    height: 80px;
    left: 3px;
    background: #fff;
    /*padding: 10px;*/
    transition: .5s ease-in-out;
    
}

.fixed-header .item .leftLogo img {
    top: 3px !important;
    height: 51px !important;
    padding: 5px !important;
}
#cssmenu > ul > li.has-sub > a:before {
    display: none !important;
}

#cssmenu > ul > li.has-sub > a:after {
    display: none !important;
}


#cssmenu > ul > li > a{
    padding: 10px !important;
    font-size: 14px !important;
    letter-spacing: 0px !important;
}

.bottomNav{
    background-color: #00000091 ;
    padding: 0.5rem 0;
    height: 57px;
    align-items: center;
    position: relative;
}
.rightLogo {
    z-index: 1;
    position: absolute;
    top: -27px;
    right: 3px;
    background: #fff;
    transition: .5s ease-in-out;
}

.fixed-header .rightLogo {
    top: 3px;
}
.rightLogo img{
    height: 80px;
    width: auto;
    padding: 10px;
    transition: .5s ease-in-out;
}


.Menu{
    padding-right:60px;
}

.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show>.nav-link {
    color: rgb(255 255 255);
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: rgb(255 255 255);
}

.navbar-light .navbar-nav .nav-link {
    color: rgb(255 255 255 / 83%);
    font-size: 14px;
    text-transform: capitalize;
    padding: 10px 10px;
}

.logoName{
    position: absolute;
    top: 7px;
    left: 68px;
    transition: .5s ease-in-out;
}
.fixed-header .logoName {
    left: 50px;
}

.logoName h4{
    font-size: 14px;
    color: white;

}