section{
    display: block;
}
header{
        box-shadow: 0 0 7px rgb(0 0 0 / 20%);
        /*background: #000000a3;*/
        display: inline-block;
        width: 100%;
}
*,
*:before,
*:after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.pdlr{
    padding: 0;
}

.pdr{
    padding-right: 0 !important;
}


.leftsidebar{
    /*width: 20%;*/
    background: #333;
    color: #fff;
    padding: 20px;
    height: 600px;
    display: inline-block;
}
.leftsidebar ul li{
    padding: 10px ;
    list-style: none;
}
.leftsidebar a{
    color: #fff;
    font-size: 15px;
}

.leftsidenav .closebtn{
        text-align: center;
    font-size: 40px;
    background: red;
    display: inline-block;
    top: 0px;
    position: absolute;
    right: 05px;
    padding: 10px;
}

.leftsidenav a .fa{
    padding-right: 10px;
}

.leftsidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  background-color: #fff;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
  text-align: left;
}

.leftsidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 15px;
  color: #333;
  display: block;
  transition: 0.3s;
  border-bottom: 0.5px solid #f6ebeb;
  font-family: system-ui;
/*font-weight: 100;
 */      
}

.leftsidenav a:hover {
  color: #333;
}

.leftsidenav img{
    width: 17px !important;
    margin-right:10px;
}

