@import url('https://fonts.googleapis.com/css?family=Muli&display=swap');





.courses-container {
	
}

.course {
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
	display: flex;
	max-width: 100%;
	margin: 20px;
	overflow: hidden;
}

.course h6 {
	opacity: 0.6;
	margin: 0;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.course h2 {
	letter-spacing: 1px;
	margin: 10px 0;
}

.course-preview {
	background-color: #2A265F;
	color: #fff;
	padding: 30px;
	max-width: 250px;
}

.course-preview a {
	color: #fff;
	display: inline-block;
	font-size: 12px;
	opacity: 0.6;
	margin-top: 30px;
	text-decoration: none;
}

.course-info {
	padding: 30px;
	position: relative;
	width: 100%;
}

.progress-container {
	position: sticky;
	top: 30px;
	right: 30px;
	text-align: center;
	width: 280px;
}

.progress {
	background-color: #ddd;
	border-radius: 3px;
	height: 5px;
	width: 100%;
}

.progress0::after {
	border-radius: 3px;
	background-color: #2A265F;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	height: 5px;
	width: 0%;
}.progress10::after {
	border-radius: 3px;
	background-color: green;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	height: 5px;
	width: 10%;
}.progress20::after {
	border-radius: 3px;
	background-color: green;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	height: 5px;
	width: 20%;
}.progress30::after {
	border-radius: 3px;
	background-color: green;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	height: 5px;
	width: 30%;
}.progress40::after {
	border-radius: 3px;
	background-color: green;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	height: 5px;
	width: 40%;
}.progress50::after {
	border-radius: 3px;
	background-color: green;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	height: 5px;
	width: 50%;
}.progress60::after {
	border-radius: 3px;
	background-color: green;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	height: 5px;
	width: 60%;
}.progress70::after {
	border-radius: 3px;
	background-color: #f9de56;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	height: 5px;
	width: 70%;
}.progress80::after {
	border-radius: 3px;
	background-color: #f9de56;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	height: 5px;
	width: 80%;
}.progress90::after {
	border-radius: 3px;
	background-color: #f9de56;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	height: 5px;
	width: 90%;
}
.progress100::after {
	border-radius: 3px;
	background-color: red;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	height: 5px;
	width: 100%;
}
.progress-text {
	font-size: 10px;
	opacity: 0.6;
	letter-spacing: 1px;
}

.btn {
	background-color: #2A265F;
	border: 0;
	border-radius: 50px;
	box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
	color: #fff;
	font-size: 16px;
	padding: 12px 25px;
	position: absolute;
	bottom: 30px;
	right: 30px;
	letter-spacing: 1px;
}
@media screen and (max-width: 480px) {

	.courses-container {
	
}
	
	.course {
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
	display: contents;
	max-width: 100%;
	margin: 20px;
	overflow: hidden;
}
.course h6 {
	opacity: 0.6;
	margin: 0;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.course h2 {
	letter-spacing: 1px;
	margin: 10px 0;
}

.course-preview {
	background-color: #2A265F;
	color: #fff;
	padding: 30px;
	max-width: 480px;
}

.course-preview a {
	color: #fff;
	display: inline-block;
	font-size: 12px;
	opacity: 0.6;
	margin-top: 30px;
	text-decoration: none;
}

.course-info {
	padding: 30px;
	position: relative;
	width: 100%;
}

.progress-container {
	position: sticky;
	top: 30px;
	right: 30px;
	text-align: center;
	width: 280px;
}

.progress {
	background-color: #ddd;
	border-radius: 3px;
	height: 5px;
	width: 100%;
}

.progress0::after {
	border-radius: 3px;
	background-color: #2A265F;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	height: 5px;
	width: 0%;
}.progress10::after {
	border-radius: 3px;
	background-color: green;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	height: 5px;
	width: 10%;
}.progress20::after {
	border-radius: 3px;
	background-color: green;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	height: 5px;
	width: 20%;
}.progress30::after {
	border-radius: 3px;
	background-color: green;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	height: 5px;
	width: 30%;
}.progress40::after {
	border-radius: 3px;
	background-color: green;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	height: 5px;
	width: 40%;
}.progress50::after {
	border-radius: 3px;
	background-color: green;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	height: 5px;
	width: 50%;
}.progress60::after {
	border-radius: 3px;
	background-color: green;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	height: 5px;
	width: 60%;
}.progress70::after {
	border-radius: 3px;
	background-color: #f9de56;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	height: 5px;
	width: 70%;
}.progress80::after {
	border-radius: 3px;
	background-color: #f9de56;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	height: 5px;
	width: 80%;
}.progress90::after {
	border-radius: 3px;
	background-color: #f9de56;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	height: 5px;
	width: 90%;
}
.progress100::after {
	border-radius: 3px;
	background-color: red;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	height: 5px;
	width: 100%;
}
.progress-text {
	font-size: 10px;
	opacity: 0.6;
	letter-spacing: 1px;
}

.btn {
	background-color: #2A265F;
	border: 0;
	border-radius: 50px;
	box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
	color: #fff;
	font-size: 16px;
	padding: 7px 25px;
	position: absolute;
	bottom: 10px;
	right: 30px;
	letter-spacing: 1px;
}
}
@media screen and (max-width: 480px) {

	.social-panel-container.visible {
		transform: translateX(0px);
	}
	
	.floating-btn {
		right: 10px;
	}
}