@media screen and (max-width: 599px) {
  
  .sound-wave {
    height: 70px;
    margin-left: 0rem;
  }

  #header .logo .open-icon i{
    padding: 8px 10px;
    margin-left: -2.5rem;
    display: flex;
    position: absolute;
    z-index: 100;
    font-size: 15px;
  }

  #header .logo{
    margin-left: 3rem;
    font-size: 13px;
  }

  #left-menu{
    margin-left: -19rem;
    transition: margin-left 0.5s ease-in-out;
    height: calc(100vh - 93px);

  }

  #left-menu.active{
    margin-left: -0rem;
    transition: margin-left 0.5s ease-in-out;
    height: calc(100vh - 93px);
  }

  #menu-control {
    margin-left: 0;
    transition: margin-left 0.5s ease-in-out;
  }

  #menu-control.active {
    margin-left: 17rem; 
  }

  #header .logo .top-open-icon #top-menu-icon{
    right: 0.5rem;
    padding: 8px 10px;
    font-size: 15px;
  }


  .icons{
    display: block;
    position: absolute;
    width: 75%;
    margin-left: 3.5%;

    margin-top: -62rem;
  }

  .icons li{
    font-size: 14.5px;
    margin-right: 20px;
    margin-bottom: 20px;
  }







  aside{
    width: 250px;
  }

  .song-name-search{
    width: 95%;
    padding: 20px;
  }

  .song-name-search input{
    font-size: 15px;
    padding: 7px 40px 7px 15px;
  }

  .song-name-search i{
    font-size: 16px;
    right: 1.5rem;
    top: 2rem;
  }

  .song-name-heading{
    margin-left: 1rem;
    width: 55%;
  }
  
  .song-name-heading h2{
    font-size: 16px;
  }

  .song-name-heading img{
    width: 12%;
    /* height: 15%; */
    height: 40%;
  }

  #left-menu ul li{
    font-size: 12px;
    }
  


    

  #category-list.active1{
    height: 50vh;
    overflow: auto;
  }



  #content #banner{
    display: block;
    padding-bottom: 5rem;
  }

  #content {
    margin-left: 10px;
    margin-top: -45px;
    width: 89%;
  }

  #content #banner .content h2{
    font-size: 18px;
    width: 100%;
  }

  #content #banner .content h4{
    font-size: 16px;
  }
  
  #content #banner .content p{
    width: 100%;
    font-size: 14px; 
    text-align: justify;
  }
  
  #content #banner .content ul li a{
    font-size: 15px;
    padding: 10px 20px;
  }


  .image-object{
    margin-top: 2.5rem;
    text-align: center;
  }
  
  .image-object img{
    border-radius: 10px;
    width: 200px;
    height: 250px;
    margin-left: 10%;
    
  }

  #content .control-btn i {
    font-size: 18px;
  }



  #content #TeamUp .content{
    margin-top: 8rem;
  }

  #content #TeamUp .content h3{
    width: 100%;
    font-size: 18px;
    margin-left: 0;
  } 


  #content #TeamUp .content .songtitle textarea{
    font-size: 14px;
    margin-left: 2%;
    width: 100%;
  }


  #content #TeamUp .content .music-player {
    width: 100%;
  }

  #content #TeamUp .content #slider{
    width: 58%;
    padding: 0.5px;
  }

  footer p{
    font-size: 13px;
  }

  .default-language {
    right: 4rem;
  }


  .parent-audio {
    margin-left: -1rem;
  }

  .audiochildcontainer {
    padding: 4px 0px;
  }

  .audiochildcontainer .audioname {
    font-size: 10px;
  }

  .audiochildcontainer .play-icon {
    padding: 2px 10px;
    border-radius: 7px;
    font-size: 12px;
  }

  .notation .img {
    width: 30px;
    height: 30px;
  }
  .notation .imgname {
    font-size: 10px;
  }

  .notation .image-container {
    margin-bottom: 5px;
  }


  .parent-notation{
    position: absolute;
    top: 7rem;
    width: 40%;
    left: 2rem;
  }

  #notation-container{
    left: 0;
  }

  .img-controlls{
    display: block;
  }

  .img-view{
    display: block;
  }

  .notation img{
    display: block;
  }

  .notation p{
    display: block;
  }


  .parent-youtube .fa-youtube i {
    font-size: 23px;
  }
  
  .parent-youtube .fa-youtube {
    padding-bottom: 12px;
}


}




@media only screen and (max-width: 458px) {

  #left-menu{
    height: calc(100vh - 110px);

  }

  #left-menu.active{
    height: calc(100vh - 110px);
  }
}






@media only screen and (max-width: 425px) {
  .parent-notation {
    width: 50%;
  }

  #content #TeamUp .content h3{
    font-size: 15px;
    margin-left: 0;

  }

  #content #TeamUp .content .songtitle textarea{
    font-size: 13px;
    margin-left: 2%;
    width: 90%;
  }
  
  .default-language {
    top: 5.2rem;
    right: 0.2rem;
  }
}

