@media (min-width:321px) and (max-width:480px) {
    #notificationContainer {
       text-align: center;
       margin-left: -84px;
    }  
    #resultval .form-control  {width: 73%;}
    .highcharts-root {width: 67%;
        margin-left: -61px;}
}
    
@media only screen and (max-width : 650px) and (min-width : 481px) 
{
    .box{width:100%;padding-bottom:50%}
}

@media only screen and (max-width: 600px)
{
       
}

@media (min-width: 768px)
{
    
}
@media (min-width: 992px) 
{
    #notificationContainer {
        margin-left: -127px;
        width: 302px;
    }  

    #TopMenu {
        list-style: none;
        position: absolute;
        text-align: center;
        right: 0px;
    }

}

