#top-bar-notification-mobile{
	display:none;
}
#exlusive-seminar-table td{
	text-align:center;
}
#slider .slide-captions2{
	position:absolute;
	margin:auto;
	top:100px;
	text-align:center;
}
#slider .slide-captions2 .slider_text_bg{
	width:70%;
	background-color:rgba(0,175,219, 0.8);
	border-radius:10px;
}
#top-bar-notification i{
	margin-right:15px;
}
#top-bar-notification i span{
	margin-left:3px;
}
#top-bar-notification .top_resister_btn{
	background-color:#00AFDB;
	margin-left:15px;
	border-color:#00AFDB;
}
/* -----------------------------------------------------------------------------
    Mobile Devices (Landscape & Small Tablets)
    From 481px up to 767px width
----------------------------------------------------------------------------- */
@media only screen and (max-width: 480px) {
    /* Add your mobile portrait styles here */
	#slider .slide-captions2{
		top:20px;
	}
	#slider .slide-captions2 .slider_text_bg{
		width:96%;
	}
	#top-bar-notification{
		display:none;
	}
	#top-bar-notification-mobile{
		display:block;
	}
}
@media only screen and (min-width: 481px) and (max-width: 767px) {
    /* Add styles for mobile devices in landscape orientation and small tablets */
	
}


/* -----------------------------------------------------------------------------
    Tablet Devices (Portrait)
    From 768px up to 1024px width, specifically in portrait orientation
----------------------------------------------------------------------------- */
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    /* Add your specific tablet portrait styles here */
}


/* -----------------------------------------------------------------------------
    Tablet Devices (Landscape)
    From 768px up to 1024px width, specifically in landscape orientation
----------------------------------------------------------------------------- */
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    /* Add your specific tablet landscape styles here */
}


/* -----------------------------------------------------------------------------
    Desktop Devices
    From 1025px and up
----------------------------------------------------------------------------- */
@media only screen and (min-width: 1025px) {
    /* Add your desktop styles here */
}