﻿
.sidenav {
    height: 100%;
    width: 70%;
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    background-color: #85051f;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
    z-index:11;
}
div.fadeMe {
    opacity: 0.5;
    background: #000;
    width: 100%;
    height: 100%;
    z-index: 10;
    top: 0;
    left: 0;
    position: fixed;
}
    .sidenav a {
        padding: 8px 8px 8px 32px;
        text-decoration: none;
        font-size: 25px;
        color: #ffffff !important;
        text-decoration:none;
        display: block;
        transition: 0.3s;
        font-size:16px;
    }

        .sidenav a:hover {
            color: #f1f1f1;
        }

    .sidenav .closebtn {
        position: absolute;
        top: 0;
        right: 25px;
        font-size: 36px;
        margin-left: 50px;
    }
.sidenav-btn, .resp-logo {
    display: none;
}
.sidenav-btn {
    background: #85051f;
    padding: 10px;
    margin-right: 28px;
    margin-top: 20px;
    padding-top: 0;
    border-radius: 0 !important;
}
.resp-logo {
    width: 130px;
    height: 20px;
    margin-top: 20px;
    margin-left: 20px;
}
.resp-head-div {
    position: absolute;
    top:0;
    width: 100%;
    display: flex; 
    justify-content: space-between;
}
@media (max-width: 767px) {
    .sidenav-btn, .resp-logo {
        display: block !important;
    }
    .resp-head-div{
        height:67px;
    }
}
.font-size{

    color:#000 !important;
}
@media (max-width: 390px) {
  
    .div-height{

       
        height:24px !important;
       
    }

    .font-size {
        font-size: 12px !important;
        color: #000 !important;
    
    }

}