@media all and (min-width: 992px) {

}	

@media only screen and (max-width:1599px){
}

@media only screen and (max-width:1536px){

}

@media only screen and (max-width:1499px){ 
.hide{display:none !important;}
.ace-responsive-menu > li > a {
    padding: 13px 5px;
}
.logo-punjabi img {
    width: 520px;
    padding: 0 35px;
}
.logo-hindi img {
    width: 520px;
    padding: 0 35px;
}
}  

@media only screen and (max-width:1399px){


} 

@media only screen and (max-width:1281px){  
    .ace-responsive-menu > li > a {
        padding: 18px 1px 18px 1px;
        font-size: 14px;
        text-transform: capitalize;
    }
} 

@media only screen and (max-width:1200px){  
} 

@media only screen and (max-width:1199px){


}

@media only screen and (max-width:992px){ 
    .page-heading h2 {
        font-size: 20px;
    }
}

@media only screen and (max-width:991px){ 

    .useful-list ul {
        grid-template-columns: repeat(4 , 1fr);
      }
}

@media only screen and (max-width:767px){
    .logo-punjabi, .logo-hindi {
        display: none;
    }
    .section {
        padding: 35px 0;
    }
    .header-top {
        display: grid;
        justify-content: center;
    }
    .header-mode {
        padding-right: 0;
        justify-content: center;
    }
    .logo-sec {
        display: grid;
        justify-content: center;
    }
    .du-logos {
        justify-content: center;
        display: none;
    }
    .buletin {
        position: relative;
        height: 35px;
        background: rgba(0,0,0,1);
    }
    .buletin-text ul li {
        font-size: 14px;
    }
    .highlit {
        font-size: 14px;
    }
    .footer-item-2 {
        padding-left: 0;
    }
    .copy-right {
        display: block;
        text-align: center;
    }
    .copy-right p {
        margin: 0 0 10px;
        line-height: normal;
    }
    .copy-right span {
        display: none;
    }
    .useful-list ul {
        grid-template-columns: repeat(3 , 1fr);
      }
      .alumnipage .useful-list ul {  grid-template-columns: repeat(2 , 1fr);}
      .translatorouter {
        flex-direction: column;
    }
    .translator {
        margin-right: 0;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .pri-media-item {
        margin-bottom: 30px;
    }
}

/* Portrait */
@media only screen and (max-width: 568px) { 
    .useful-list ul {
        grid-template-columns: repeat(2 , 1fr);
      }
}