*{

    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
    font-family: "Roboto", sans-serif;
}


.sidebar{
    position: fixed;
    left: 0px;
    width: 330px;
    height: 100%;
    background: #042331;
    transition: all .5s ease;
}

.sidebar header{
    font-size: 18px;
    color: white;
    text-align: center;
    line-height: 35px;
    background: #063146;
    user-select: none;
}

.sidebar ul a{
    display: block;
    height: 100%;
    width: 100%;
    line-height: 25px;
    font-size: 13px;
    color: white;
    padding-left: 10px;
    box-sizing: border-box;
    border-top: 1px solid rgba(255,255,255,.1);
    border-bottom: 1px solid black;
    translation: .4s;
}

.sidebar ul li:hover a{
    padding-left: 15px;
    font-size: 14px;
}

.sidebar ul a i{
    margin-right: 16px;
}


#check{
    display: none;
}

label #btn,label #cancel{
    position: fixed;
    cursor: pointer;
    background: #042331;
    border-radius: 3px;
}

label #btn{
    position: fixed;
      left: 140px;
    top: 160px;
    font-size: 55px;
    color: white;
    padding: 6px 12px;
    transition: all .5s;
}

label #cancel{
    position: fixed;
    z-index: 1111;
    left: 285px;
    top: 110px;
    font-size:36px;
    color:white;
    padding: 4px 9px;
    transition: all .5s ease;
}

#check:checked ~ .sidebar{
    left: -480px;
}

#check:checked ~ label #btn{
    left: 100px;

}

#check:checked ~ label #cancel{
    position: fixed;
    left: -300px;
}

#check:checked ~ section{
    margin-right: 250px;
}

section{
    background: url(bg.png) no-repeat;
    background-position: center;
    background-size: cover;
    height: 100vh;
    transition: all .5s;
}

.zw-tutor{
    min-width: 500px;
    text-align: left;
    clear: both;
    overflow: hidden;
	padding:20px  !important ;
    margin:0 320px 30px 340px;
	background-color:#edf0eb;
}

.zw-tutor img

{   
    margin: 10px !important;
    width: auto;
    max-width: 100%;
	transition: all 0.4s;
	
}
.zw-privacy{
    margin:0 200px 0 200px !important;
   min-width: 600px ;
   padding: 30px;
   background-color: #E7F9DE;
}