.course-listing {
	background: #f2ffe5 !important;
}

.course-listing-inner {
	background: #fff;
}

.course-listing-inner h2 {
	padding: 4px 20px 0px 42px;
	font-weight: 600;
}

.course-listing-inner .listing-row {
	display: flex;
	flex-wrap: wrap;
	padding: 15px 60px 60px 20px;
}

.course-listing-inner .col-left h4 {
	padding-bottom: 5px;
	font-weight: 700;
	font-size: 22px;
}

.course-listing-inner .col-left {
	width: 55%;
}

.course-listing-inner .col-right {
	width: 45%;
}

.course-listing .data-row {
	padding: 23px 60px 60px 20px;
}

.data-row table {
	border-collapse: collapse;
}

.data-row tr {
	height: 60px;
}

.data-row tr:first-of-type {
	background: #659959;
}

.data-row th {
	padding: 10px;
	color: #fff;
	font-weight: 400;
	border: 1px solid #ddd;
	font-size: 14px;
}

.data-row td {
	padding: 10px;
	border: 1px solid #ddd;
	font-size: 14px;
}

.resource-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    border-bottom: 3px solid rgb(248 248 248);
    padding: 0 60px 60px 20px;
}

.resource-row .column {
	width: calc(33.33% - 27px);
	/* margin-right: 40px; */
}

.resource-row .column:last-of-type {
	margin-right: 0;
}

.resource-col li,
.link-col li {
	padding: 15px;
	border: 1px solid #ddd;
	border-radius: 10px;
	display: flex;
	align-items: center;
	background: #f9f9f9;
	margin-bottom: 15px;
}

.resource-col li span,
.link-col li span {
	background: #33383c;
	color: #fff;
	height: 40px;
	width: 40px;
	text-align: center;
	line-height: 40px;
	border-radius: 10px;
}

.file-name {
	margin: 0 15px;
}

.file-name h6 {
	margin: 0;
	text-transform: uppercase;
	font-weight: 500;
}

.file-name p {
	font-size: 12px;
}

.download-btn {
	margin-left: auto;
	width: 35px;
	height: 35px;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid #ddd;
	border-radius: 50%;
	background-color: #fff;
}

.view-btn {
	display: block;
	text-align: right;
	color: #659959;
}

.video-col .video-box {
	margin-bottom: 20px;
	width: 100%;
	height: 180px;
}

.video-col .video-box iframe {
	height: 100%;
	width: 100%;
	border-radius: 10px;
}

.video-col .video-box:last-of-type {
	margin-bottom: 0;
}

.link-col ul {
	padding: 0 15px;
	border: 1px solid;
	border-radius: 10px;
	margin-bottom: 15px;
}

.link-col li {
	background: transparent;
	border: none;
	border-bottom: 1px solid;
	border-radius: unset;
	padding: 15px 0;
	margin-bottom: 0;
}

.link-col li:last-of-type {
	border-bottom: none;
}

.link-col li h6 {
	text-transform: capitalize;
}

.feedback-row {
	padding: 25px 0px 25px 0px;
}
.feedback-row h4 {
    padding-left: 0px !important;
}

.feedback-row .tutor-text {
	border: 1px solid #ddd;
	padding: 25px;
	border-radius: 10px;
}

.feedback-row .tutor-text strong {
	display: block;
	margin-top: 20px;
	text-align: right;
}

.goog-te-gadget {
	font-size: 0;
}

.task-head p.panel-title {
    font-size: 20px;
}
.task-area h4 {
    font-size: 22px;
    font-weight: 500;
}
.resource-row {
    display: flex;
    justify-content: space-between;
    text-align: center;
    flex-wrap: wrap;
    border-bottom: 3px solid rgb(248 248 248);
    padding: 0 60px 60px 20px;
}
.task-area label {
    font-size: 20px;
    padding-top: 30px;
}


@media (min-width: 1200px) {

	.sidebar.sidebar-lg .dropdown-toggle {
		display: none;
	}

	.sidebar.sidebar-lg .dropdown-menu {
		border-width: 0px;
		box-shadow: none;
		display: block;
		position: relative;
		width: 100%;
		z-index: 0;
	}

	.sidebar.sidebar-lg .dropdown-menu .dropdown-header {
		font-size: 16px;
		font-weight: 600;
		padding: 15px 10px 10px;
	}

	.sidebar.sidebar-lg .dropdown-menu .dropdown-header:first-child {
		padding-top: 0px;
	}

	.sidebar.sidebar-lg .dropdown-menu .divider {
		display: none;
	}

	.sidebar.sidebar-lg .dropdown-menu li a {
		position: relative;
		display: block;
		padding: 10px 15px;
		margin-bottom: -1px;
		background-color: #fff;
		border: 1px solid #ddd;
	}

	.sidebar.sidebar-lg .dropdown-menu li a:focus,
	.sidebar.sidebar-lg .dropdown-menu li a:hover {
		color: #555;
		text-decoration: none;
		background-color: #f5f5f5;
	}

	.sidebar.sidebar-lg .dropdown-menu li a:focus,
	.sidebar.sidebar-lg .dropdown-menu li a:hover {
		color: #555;
		text-decoration: none;
		background-color: #f5f5f5;
	}

	.sidebar.sidebar-lg .dropdown-menu li.active a,
	.sidebar.sidebar-lg .dropdown-menu li.active a:focus,
	.sidebar.sidebar-lg .dropdown-menu li.active a:hover {
		z-index: 2;
		color: #fff;
		background-color: #337ab7;
		border-color: #337ab7;
	}
}


@media (min-width: 768px) {
	.sidebar.sidebar-sm .dropdown-toggle {
		display: none;
	}

	.sidebar.sidebar-sm .dropdown-menu {
		border-width: 0px;
		box-shadow: none;
		display: block;
		position: relative;
		width: 100%;
		z-index: 0;
	}

	.sidebar.sidebar-sm .dropdown-menu .dropdown-header {
		font-size: 16px;
		font-weight: 600;
		padding: 15px 10px 10px;
	}

	.sidebar.sidebar-sm .dropdown-menu .dropdown-header:first-child {
		padding-top: 0px;
	}

	.sidebar.sidebar-sm .dropdown-menu .divider {
		display: none;
	}

	.sidebar.sidebar-sm .dropdown-menu li a {
		position: relative;
		display: block;
		padding: 10px 15px;
		margin-bottom: -1px;
		background-color: #fff;
		border: 1px solid #ddd;
	}

	.sidebar.sidebar-sm .dropdown-menu li a:focus,
	.sidebar.sidebar-sm .dropdown-menu li a:hover {
		color: #555;
		text-decoration: none;
		background-color: #f5f5f5;
	}

	.sidebar.sidebar-sm .dropdown-menu li a:focus,
	.sidebar.sidebar-sm .dropdown-menu li a:hover {
		color: #555;
		text-decoration: none;
		background-color: #f5f5f5;
	}

	.sidebar.sidebar-sm .dropdown-menu li.active a,
	.sidebar.sidebar-sm .dropdown-menu li.active a:focus,
	.sidebar.sidebar-sm .dropdown-menu li.active a:hover {
		z-index: 2;
		color: #fff;
		background-color: #659959;
		border-color: #659959;
	}
}

@media (min-width: 992px) {
	.sidebar.sidebar-md .dropdown-toggle {
		display: none;
	}

	.sidebar.sidebar-md .dropdown-menu {
		border-width: 0px;
		box-shadow: none;
		display: block;
		position: relative;
		width: 100%;
		z-index: 0;
	}

	.sidebar.sidebar-md .dropdown-menu .dropdown-header {
		font-size: 16px;
		font-weight: 600;
		padding: 15px 10px 10px;
	}

	.sidebar.sidebar-md .dropdown-menu .dropdown-header:first-child {
		padding-top: 0px;
	}

	.sidebar.sidebar-md .dropdown-menu .divider {
		display: none;
	}

	.sidebar.sidebar-md .dropdown-menu li a {
		position: relative;
		display: block;
		padding: 10px 15px;
		margin-bottom: -1px;
		background-color: #fff;
		border: 1px solid #ddd;
	}

	.sidebar.sidebar-md .dropdown-menu li a:focus,
	.sidebar.sidebar-md .dropdown-menu li a:hover {
		color: #555;
		text-decoration: none;
		background-color: #f5f5f5;
	}

	.sidebar.sidebar-md .dropdown-menu li a:focus,
	.sidebar.sidebar-md .dropdown-menu li a:hover {
		color: #555;
		text-decoration: none;
		background-color: #f5f5f5;
	}

	.sidebar.sidebar-md .dropdown-menu li.active a,
	.sidebar.sidebar-md .dropdown-menu li.active a:focus,
	.sidebar.sidebar-md .dropdown-menu li.active a:hover {
		z-index: 2;
		color: #fff;
		background-color: #659959;
		border-color: #659959;
	}
}

@media screen and (min-width: 850px) {

	.rad-logo-container {
		height: 75px;

		.rad-logo {
			line-height: 75px;
		}

		.rad-toggle-btn {
			line-height: 75px;
			height: auto;
		}
	}

	.rad-top-nav-container {
		padding: 10px;
	}

	.rad-sidebar {
		top: 75px;
	}

	.rad-body-wrapper {
		top: 100px;
	}

	.flat-theme {
		.rad-toggle-btn {
			top: 20px !important;
		}
	}

}





@media (max-width: 768px) {
	#sidebar {
		margin-left: -250px;
	}

	#sidebar.active {
		margin-left: 0;
	}

	#sidebarCollapse span {
		display: none;
	}
}

@media screen and (max-width: 450px) {
	.rad-info-box i {
		opacity: .3;
	}

	.flat-theme {
		.rad-toggle-btn {
			right: 20px !important;
		}

		.rad-top-nav-container {
			.links:last-child {
				display: none;
			}
		}
	}
}



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

	.flat-theme {

		.rad-menu-badge {
			top: -3px;
		}

		.rad-toggle-btn {
			right: 20px !important;
		}

		.rad-body-wrapper {
			top: 125px !important;
		}

		.rad-sidebar {
			position: absolute;
		}

		.rad-navigation {
			position: absolute;

			.links>li:first-child {
				margin-left: 15px !important;
			}

		}

		&.sticky {

			.rad-logo-container {
				z-index: 10000;

				.rad-toggle-btn {
					color: #89949B !important;
					position: fixed;
					right: 120px !important;
					background: #f6f6f6;
					top: 11px;

					&:hover {
						background: crimson;
						color: #fff !important;
					}
				}
			}

			.rad-navigation {
				height: 50px;
			}

			.rad-sidebar {
				top: 50px;
				position: fixed;
				//transition: none;
			}

			.rad-top-nav-container {
				background: #FFF important;
				box-shadow: 0 0px 9px 4px rgba(#000, .1), 0 -5px 2px 2px rgba(#000, .1);
				position: fixed;
				left: 0;
				top: 0;
				width: 100%;
				z-index: 1000;
			}

			.links {
				margin-left: 50px;
			}

			.brand-icon {
				margin-left: 0px;

				&:hover {
					color: #fff;
				}
			}

		}
	}

	.rad-navigation {
		height: 100px;
	}

	.rad-logo-container.rad-nav-min {
		transform: translate3d(0, 0, 0);
		background: transparent;

		.rad-logo {
			opacity: 1;
		}

		&+.rad-logo-hidden {
			display: none;
		}
	}

	.rad-logo-container {
		display: block;
		float: none;
		width: 100%;
		border-bottom: 1px solid #F2F2F2;
	}

	.rad-top-nav-container {
		display: block;
		float: none;
		height: 50px;
		background: $base-color;

		.links>li>a {
			font-size: 12px;
		}
	}

	.rad-menu-badge {
		font-size: 10px;
		min-width: 15px;
		min-height: 15px;
		line-height: 15px;
	}

	.rad-sidebar {
		top: 100px;
	}

	.rad-sidebar.rad-nav-min {
		transform: translate3d(-200px, 0, 0);
	}

	.rad-body-wrapper {
		top: 125px;
		position: relative;
	}

	.rad-body-wrapper.rad-nav-min {
		left: 0px;
	}

}

@media (min-width: 1200px) .container {
	width: 1400px !important;
}

span#cke_2_bottom {
    display: none !important;
}