/*---------------courses---------------*/
.course_box {
	background:#fff;
	box-shadow:0 0 5px rgba(0, 0, 0, 0.2);
	padding:10px;
	border-radius:12px;
	margin: 0 0 12px;
}
.course_box article {
	padding:0 15px;
}
.course_box h4, .course_box h2 {
	font-size: 20px;
	margin: 7px 0 12px;
}
.course_box h4 strong, .course_box h2 strong {
	font-weight: 500;
}
.course_box p {  /*6aug24*/
	color:#888;
}
.course_box figure {
	display:flex;
	justify-content: center;
}
.course_box figure img {
	align-self: center;
	max-height: 85px;
}
.course_box aside {
	display:flex;
	justify-content: center;
}
.course_box aside .btn {
	align-self: center;
}
.tag2 {
	position: relative;
	background: #06b56d;
	display: inline-block;
	color: #fff;
	padding: 0 7px;
	font-size: 14px;
	text-align: left;
	line-height: 21px;
	text-transform: none;
	border-radius: 4px;
	font-weight:normal;
}
h4 .tag2 {
	top: -3px;
	margin:0 0 0 20px;
}
.tag2 button {
	color:#fff !important;
	border:0;
	background: transparent;
}
@media(min-width:897px) {
 .course_box {
 display:flex;
}
 .course_box article {
 border-right:solid 1px #ccc;
 border-left:solid 1px #ccc;
 width:75%;
}
 .course_box figure {
 width: 19%;
 max-width: 260px;
}
 .course_box aside {
 width:11%;
 max-width:140px;
}
}
@media(max-width:896px) {
 .course_box article {
 border-top:solid 1px #ccc;
 border-bottom:solid 1px #ccc;
 padding:15px;
}
 .course_box article strong {
 display:block;
}
 .course_box figure {
 padding:0 5px 10px;
}
 h4 .tag2 {
 margin:10px 0 0 0px;
 top:0;
}
 .course_box aside {
 padding:10px 0;
}
}
.course_detail figure {
	padding: 15px 10px;
	background:#fff;
	border-radius:10px;
	margin:0 0;
	display:flex;
	box-shadow:0 0 3px rgba(0, 0, 0, 0.2);
	height:100%;
	justify-content:center;
}
@media(min-width:992px) {
 .course_detail figure {
 margin:0 -15px 0 0;
}
}
.course_detail figure img {
	align-self: center;
	max-height: 100px;
}
.course_detail article {
	box-shadow:0 0 3px rgba(0, 0, 0, 0.2);
	border-radius:10px;
	margin:0px 0 0 0;
}
@media(max-width:991px) {
.course_detail article {
 margin:15px 0 0 0;
}
}
.icon_listing {
	overflow: hidden;
	list-style: none;
	margin: 0 0 0 0px;
	padding: 0;
	border: none;
}
.icon_listing li {
	margin: 0 0 6px 0;
	min-height: 28px;
	padding: 2px 18px 2px 30px;
	position: relative;
}
.icon_listing li .fa {
	font-size: 13px;
	color: #1957d1;
	text-align: center;
	width: 22px;
	height: 22px;
	display: inline-block;
	background-color: #e7e7e7;
	border-radius: 100px;
	line-height: 1.7;
	margin-right: 10px;
	position: absolute;
	left: 0;
}
.course_detail h4 strong {
	font-weight: 500;
}
.course_detail .content {
	padding: 15px 10px 5px;
	background:#fff;
	border-radius: 0 0 10px 10px;
	margin:0;
}
.course_detail h4 {
	background-color: #e7e7e7;
	border-radius: 10px 10px 0 0;
	padding: 11px 12px;
	margin:0;
	font-size:21px;
}
.listing11 {
	list-style:none;
	padding: 0;
	margin: 0;
}
.listing11 li {
	padding: 6px 10px 6px 39px;
	position: relative;
	margin: 0;
	line-height: 1.2;
}
.listing11 li:before {
	position:absolute;
	top:10px;
	left:18px;
	width:13px;
	height:12px;
	content:'';
	background:url(../images/blue_arrow.png) top center no-repeat;
}
.listing11 li:first-child, .listing11 li:nth-child(2) {
 padding-top:20px;
}
.listing11 li:first-child:before, .listing11 li:nth-child(2):before {
 top:25px;
}
.listing11 li:last-child {
	padding-bottom:20px;
}
.listing11.white_bg li {
 position:relative;
 z-index: 1;
}
.listing11.white_bg li:after {
 content:'';
 background:#fff;
 top:0;
 left:0;
 right:0;
 bottom:0;
 position:absolute;
 z-index:-1;
}
@media (min-width:768px) {
.listing11.white_bg li:after {
 right:15px;
}

.listing11 li:nth-child(even):after {
 right:0;
}
}
