@media only screen and (min-width: 1080px) and (max-width: 1920px) {
    
}

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


}

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



}

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



}
 

/* Large desktop :1200px. */
@media (min-width: 1170px) {
    
}
 
/* Normal desktop :992px. */
@media (min-width: 992px) and (max-width: 1169px) {
    
}
 
/* Tablet desktop :768px. */
@media (min-width: 768px) and (max-width: 991px) {
    
}
 
/* small mobile :320px. */
@media (max-width: 767px) {
    
}
 
/* Large Mobile :480px. */
 
@media only screen and (min-width: 480px) and (max-width: 767px) {
    #right-menu-section {
        margin: 5px 0 0 0;
        width : 100%;
    }
}

@media (max-width: 480px) {
    
}

@media only screen and (min-width: 320px) and (max-width: 480px) {
    
}

@media (max-width: 360px) {
    #right-menu-section {
        margin: 5px 0 0 0;
        width : 100%;
    }
}

@media (max-width: 320px) {
    
}

@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) {
    .container {
        width : 736px;
    }
}