#mySidenav4 a {
    position: fixed;
    left: -150px;
    transition: 0.5s;
    padding: 8px;
    width: 180px;
    text-decoration:overline;
    text-emphasis:accent;
    text-align: center;
    font-size: 14px;
    color: white;
    border-radius: 0px 20px 20px 0px;
    border-color: #000;
    border-width: 6px;
}

#mySidenav4 a:hover {
    left: 0;
}

#about {
    top: 60px;
    background-color: #4CAF50;
}

#blog {
    top: 100px;
    background-color: #2196F3;
}

#projects {
    top: 140px;
    background-color: #f44336;
}

#activities {
    top: 180px;
    background-color: #555
}
#media {
    top: 220px;
    background-color: #54c747
}
#electronic {
    top: 260px;
    background-color: #477ec7
}
#lessons {
    top: 300px;
    background-color: #fa8072
}
#jazeera {
    top: 340px;
    background-color: #8b228b
}
#bbcnews {
    top: 380px;
    background-color: #228b22
}
#skynews {
    top: 420px;
    background-color: #8b2222
}
#lesson1 {
    top: 460px;
    background-color: #4CAF50;
}

#lesson2 {
    top: 500px;
    background-color: #2196F3;
}

#lesson3 {
    top: 540px;
    background-color: #f44336;
}
#visions1 {
    top: 580px;
    background-color: #8b2222
}
#visions2 {
    top: 620px;
    background-color: #8b228b
}
#times {
    top: 660px;
    background-color: #df110b
}
#mySidenav5 a {
    position: fixed;
   right: -150px;
    transition: 0.5s;
    padding: 8px;
    width: 180px;
    text-decoration:overline;
    text-emphasis:accent;
    text-align: center;
    font-size: 14px;
    color: white;
    border-radius: 20px 0px 0px 20px;
    border-color: #000;
    border-width: 6px;
}

#mySidenav5 a:hover {
    right: 0;
}

#about {
    top: 120px;
    background-color: #4CAF50;
}

#blog {
    top: 160px;
    background-color: #2196F3;
}

#projects {
    top: 200px;
    background-color: #f44336;
}

#activities {
    top: 240px;
    background-color: #555
}
#media {
    top: 280px;
    background-color: #54c747
}
#electronic {
    top: 320px;
    background-color: #477ec7
}
#lessons {
    top: 360px;
    background-color: #fa8072
}
#jazeera {
    top: 400px;
    background-color: #8b228b
}
#bbcnews {
    top: 440px;
    background-color: #228b22
}
#skynews {
    top: 480px;
    background-color: #8b2222
}
#lesson1 {
    top: 520px;
    background-color: #4CAF50;
}

#lesson2 {
    top: 560px;
    background-color: #2196F3;
}

#lesson3 {
    top: 600px;
    background-color: #f44336;
}
#visions1 {
    top: 640px;
    background-color: #8b2222
}
#visions2 {
    top: 680px;
    background-color: #8b228b
}
#times {
    top: 720px;
    background-color: #df110b
}
.container{
  width: 280px;
  background-size: cover;
  padding: 10px 5px;
  text-align: center;
  color: white;
}
.container p {
  max-width: 300px;
  margin: 40px auto;
  font-size: 12px;
  font-weight: 300;
}
.email-box{
  height: 40px;
  justify-content: center;
  display: flex; 
}
.email-box i{
  background: gold;
  width: 150px;
  color: green;
  line-height: 40px;
  border: 1px solid green;
}
.tbox,.btn{
  border: none;
  outline: none;
}
.tbox{
  width: 0px;
  transition: 0.6s;
}
.email-box:hover > .tbox,.tbox:focus{
  width: 100px;
  padding: 0 10px;
  border: 1px solid green;
}
.btn{
  width: 300px;
  background: gold;
  border: 1px solid green;
  color: white;
  padding: 0 10px;
  text-transform: uppercase;
  cursor: pointer;
}