.ntu-popup{
    position:fixed;
    bottom:0;
    z-index:99999;
    top:auto;
    right:60px;
    background: rgb(0,117,198);
    background: linear-gradient(0deg, rgba(0,117,198,1) 0%, rgba(0,172,255,1) 41%, rgba(0,120,177,1) 100%);
    padding:5px 15px;
    border-radius:10px 10px 0 0;    
}
.ntu-popup img{
    height:50px;position:absolute;right:80px;top:-50px;
}
.ntu-popup label{
    cursor:pointer; 
    color:#FFF; 
    margin-bottom:0;
}
.ntu-popup .inner-popup{
    position:relative;
    
      
}