@media all and (min-width: 992px) {
	.navbar .nav-item .dropdown-menu{ display: none; }
	.navbar .nav-item:hover .nav-link{line-height:normal;}
	/*.navbar .nav-item:hover .dropdown-menu{ display: block; }*/
	.navbar .nav-item .dropdown-menu.show {	display: block; }
	.navbar .nav-item .dropdown-menu{ margin-top:0; }

}	

@media only screen and (max-width:1599px){
	table.custom-table thead tr th { font-size: 13px;}
	table.custom-table {font-size: 13px;}
}

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

@media only screen and (max-width:1399px){
.notice-tabs .nav-link{font-size:13px;}	    
} 

@media only screen and (max-width:1280px){   
	.notification-section .elementor-container{display:flex; flex-wrap:wrap;}
	.notification-section .elementor-container .elementor-column{margin-bottom:20px; width:100%;}
} 

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

@media only screen and (max-width:1199px){
.section{padding:30px 0;}
.main-navbar .nav-link{border-bottom:solid 1px #7c2c09;}
}

@media only screen and (max-width:992px){ 
	.gallery-listing ul li {
    width: calc(50% - 15px);
}
		.faculty-profile ul {
    grid-template-columns: repeat(1,1fr);
    grid-column-gap: 0px;
}
	ul.imagewithtitle {
    grid-template-columns: repeat(2, 1fr);
}
}

@media only screen and (max-width:991px){ 
.buletin{height:40px;} 
 h2{font-size:26px;}
.left-d,.right-d{display:none;}
.gal-text{padding-bottom:2rem;}
.us-img{padding-bottom:2rem;}
.footer-links{margin-bottom:25px;}
.departmentlisting ul {grid-template-columns: repeat(3, 1fr);}
}

@media only screen and (max-width:767px){
.login-btn{width:80px;}
.buletin{height:32px;}
.highlit{font-size:12px;}
.buletin-text ul li{font-size:11px;}
.notice-list{padding:0 10px 10px;}
.notice-tabs .nav-link{font-size:11px;}
.box-body{padding:15px;}
.link-box{padding:15px 10px;gap:5px;min-height: 120px;align-content: center;} 
	.box-header {
    margin-left: 15px;
    margin-right: 15px;
}
.link-box img{width:35px;} 
.gallery-list{grid-template-columns:repeat(2,1fr);gap:15px;} 
.footer-links{margin-bottom:15px;} 
.social-icons ul li a {
    width: 20px;
    height: 20px;
}
	.social-icons {
    position: relative;
    margin-left: 10px;
    margin-top: 1px;
}
	.gallery-listing ul{margin-left:0;}	
	.gallery-listing ul li {
    width: calc(100% - 0px);
			margin-left:0;
}
		ul.imagewithtitle {
    grid-template-columns: repeat(1, 1fr);
}
	
	.top-bar-alarm, .top-bar-time, .top-bar-timetable{display:none !important;}

	.top-bar-language {
	width: 100% !important;
}
	.top-bar-language .elementor-widget-container {
	display: flex;
	justify-content: center;
	margin-bottom: 5px;
	margin-top: 5px;
}
	
	.header-social {
	width: 50% !important;
		margin-bottom:10px;
}
	.top-bar-login {
	margin-left: 10px; 
		margin-bottom:10px;
}
	.head-top-link a {
    font-size: 11px ;
}
.head-top-language {
    display: none !important;
}
	
	.header-time {
    display: none !important;
}
	.du-logo {
    display: flex;
    align-items: center;
    justify-content: center;
}
	.du-logo img:first-child { 
    display:none;  
}  
	.departmentlisting ul {grid-template-columns: repeat(2, 1fr);}
}

/* Portrait */
@media only screen and (max-width: 568px) { 
.logo{grid-template-columns:20% 1fr;gap:5px;}
}