/*-----------------
	Responsive
-----------------------*/

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

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

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

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

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

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

@media only screen and (max-width: 1024px) {
	.container,
	.container-lg,
	.container-md,
	.container-sm {
		max-width: 100%;
	}
	.display-box .display-text h3 {
		font-size: 1.2rem;
	}
	.container, .container-lg, .container-md, .container-sm {
		max-width: 100%;
	}	
}
@media only screen and (min-width: 991px) {
	#toggle_btn {
		color: #999;
		float: left;
		font-size: 26px;
		line-height: 60px;
		padding: 0 10px;
	}
	.mini-sidebar .header .header-left .logo .logo-full {
		display: none;
	}
	.mini-sidebar .header .header-left .logo .logo-small {
		display: inline-block;
	}
	.mini-sidebar .header-left .logo img {
		height: auto;
		max-height: 30px;
		width: auto;
	}
	.mini-sidebar .header .header-left {
		padding: 0 5px;
		width: 60px;
	}
	.mini-sidebar .sidebar {
		width: 60px;
	}
	.mini-sidebar.expand-menu .sidebar {
		width: 230px;
	}
	.mini-sidebar .menu-title {
		visibility: hidden;
		white-space: nowrap;
	}
	.mini-sidebar.expand-menu .menu-title {
		visibility: visible;
	}
	.mini-sidebar .menu-title a {
		visibility: hidden;
	}
	.mini-sidebar.expand-menu .menu-title a {
		visibility: visible;
	}
	.mini-sidebar .sidebar .noti-dot:before {
		display: none;
	}
	.mini-sidebar .sidebar .noti-dot:after {
		display: none;
	}
	.mini-sidebar.expand-menu .sidebar .noti-dot:before {
		display: block;
	}
	.mini-sidebar.expand-menu .sidebar .noti-dot:after {
		display: block;
	}
	.modal-open.mini-sidebar .sidebar {
		z-index: 1001;
	}
	.mini-sidebar .sidebar .sidebar-menu ul > li > a span {
		display: none;
		transition: all 0.2s ease-in-out;
		opacity: 0;
	}
	.mini-sidebar .sidebar .sidebar-menu ul > li > a span.chat-avatar-sm {
		display: inline-block;
		opacity: 1;
	}
	.mini-sidebar .sidebar .sidebar-menu ul > li > a span.status {
		display: inline-block;
		opacity: 1;
	}
	.mini-sidebar.expand-menu .sidebar .sidebar-menu ul > li > a span {
		display: inline;
		opacity: 1;
	}
	.mini-sidebar .sidebar .sidebar-menu > ul > li > a i {
		font-size: 30px;
		width: 30px;
	}
	.mini-sidebar.expand-menu .sidebar .sidebar-menu > ul > li > a i {
		font-size: 24px;
		width: 20px;
	}
	.mini-sidebar .page-wrapper {
		margin-left: 60px;
	}
}
@media only screen and (max-width: 991.98px) {

	.header .header-left {
	    position: absolute;
	    width: 100%;
	    text-align: center;
	}
	.training-page .mobile_btn {
	display: block;
	}
	.sidebar {
	    margin-left: -250px;
	    width: 250px;
	    -webkit-transition: all 0.4s ease;
	    -moz-transition: all 0.4s ease;
	    transition: all 0.4s ease;
	    z-index: 1041;
	}
	.training-page .page-wrapper {
		margin-left: 0;
	}
	.page-wrapper {
		-webkit-transition: all 0.4s ease;
		-moz-transition: all 0.4s ease;
		transition: all 0.4s ease;
	}
	#toggle_btn {
		display: none;
	}
	a.mobile_btn {
		color: #333;
		font-size: 24px;
		height: 60px;
		left: 0;
		line-height: 60px;
		padding: 0 20px;
		position: absolute;
		top: 0;
		width: 60px;
		z-index: 10;
	}
	.header-right {
		display: none;
	}
	.mobile-user-menu {
	    display: block;
	}	
	.training-page .footer {
		padding-left: 0;
	}
	.training-page .copyright {
		background-color: #183883;
		color: #fff;
	}
	.training-page .copyright p a {
		color: #fff;
	}
}

@media only screen and (max-width: 768px) {
	.custom-tabs .nav-item {
		-ms-flex-preferred-size: 0;
    	 flex-basis: 0; 
    	-ms-flex-positive: 1;
    	 flex-grow: 1; 
    	text-align: center;
    }
    .custom-tabs .nav-link { 
    	padding: 1rem;
    }
    .uploaded-img img {
    	width: 100%;
    }
}

@media only screen and (min-width: 737px) {
	
}

@media only screen and (max-width: 736px) {
	/*.header .header-left {
		padding:0;
		text-align: center;
	}*/
	.header-right>ul>li {
		margin:0 0 0 8px;
	}
	.page-wrapper {
		padding-bottom: 0;
	}
	.sharescreen {
		padding-top: 1rem !important;
		padding-bottom:0 !important;
	}
	.home-conetnt {
		padding: 0;
	}
	.footer {
		position: relative;
	}
	section {
		padding: 30px 0;
	}
	
}

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

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

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

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

@media only screen and (max-width:568px) {
	.custom-tabs .nav-item {
		flex-basis:auto;
		width: 100%;
	}
	.custom-tabs .nav-link.active:before, .custom-tabs .nav-link.active:after {
		display: none;
	}
	.form-btns .btn{
		width: 40%;
		margin: 0 .5rem 1rem .5rem !important;
	}
	.page-header .col, .page-header .col-auto {
		float: none !important;
		margin: 0 auto !important;
	}
	.page-header .page-title {
		text-align: center;
		margin-bottom: .5rem;
	}

}

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

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

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

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

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

@media only screen and (max-height: 411px) {}