body .d_courseTop_desktop {
	display: none;
}

@keyframes pulseicon {
	from {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
	}
	to {
		-webkit-transform: scale(1.1);
		-moz-transform: scale(1.1);
		-ms-transform: scale(1.1);
		-o-transform: scale(1.1);
		transform: scale(1.1)
	}
}

.d_courseTop_container {
	position: relative;
}

.d_courseTop_ratingBox {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	margin-top: 15px;
	cursor: pointer;
}

.d_courseTop_ratingBox span {
	color: #fff;
	margin-left: 5px;
	font-size: 15px;
}

.d_courseTop_img {
	min-height: 490px;
	max-height: 550px;
	display: block;
	width: 100%;
	background: initial !important;
	object-fit: cover;
}

.d_courseTop_inner {
	position: absolute;
	bottom: 95px;
	left: 0;
	width: 100%;
	text-align: center;
}

.d_courseTop_icon {
	height: 75px;
	width: 75px;
	animation: pulseicon .7s alternate ease-in-out infinite;
	transition: all .2s ease-in-out;
	border: 2px solid #FFF;
	background: rgba(0, 0, 0, .5);
	border-radius: 50%;
	cursor: pointer;
	padding: 21px 0 0 7px;
	display: block;
	margin: 0 auto;
}

.d_courseTop_icon img {
	text-align: center;
	width: 32px;
	height: 32px;
	filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(79deg) brightness(103%) contrast(101%);
}

.d_courseTop_text {
	font-weight: bold;
	color: white;
	font-size: 15px;
	text-shadow: 1.5px 2.598px 4px rgb(2 2 1 / 70%);
	margin-top: 10px;
}

.d_courseTop_title {
	line-height: 1.15;
	margin-bottom: 6px;
	padding: 0 20px;
	font-size: 25px;
	font-weight: bold;
	color: white;
	font-family: 'Poppins', sans-serif;
	margin-top: 40px;
}

.d_courseTop_author {
	color: #848484;
	text-transform: uppercase;
	font-size: 15px;
	padding: 0 20px;
}

@media (min-width: 992px) {
	.d_courseTop_ratingBox {
		justify-content: flex-start;
		margin-top: 0;
	}

	body .d_courseTop_desktop {
		display: block;
	}

	.d_courseTop_mob {
		display: none;
	}

	.d_courseTop_overlay {
		position: absolute;
		z-index: 2;
		width: 100%;
		height: 100%;
		left: 0;
		top: 0;
		background: rgba(0, 0, 0, 0.77);
	}

	.d_courseTop_inner {
		z-index: 3;
		left: 0;
		text-align: left;
		right: 0;
		margin: auto;
		width: 1000px;
	}

	.d_courseTop_title {
		font-size: 52px;
		margin-top: 0;
		text-transform: uppercase;
		line-height: 1.2;
		max-width: 820px;
		padding: 0 20px 0 0;
	}

	.d_courseTop_author {
		font-size: 36px;
		margin-bottom: 10px;
		line-height: 1.3;
		max-width: 770px;
		padding: 0;
	}

	.d_courseTop_authorDesc {
		font-weight: 400;
		line-height: 1.6;
		color: white;
		font-size: 16px;
		max-width: 450px;
	}

	.d_courseTop_img {
		min-height: 680px !important;
		max-height: 730px;
	}

	html[lang="fr-FR"] body.single-d_course.postid-4411 .d_courseTop_img {
		min-height: 720px !important;
	}

	body.single-d_course.postid-6279 .d_courseTop_img, html[lang="es-ES"] body.single-d_course.postid-4411 .d_courseTop_img {
		max-height: 810px;
	}

	body.single-d_course.postid-6279 .d_courseSidebar, html[lang="es-ES"] body.single-d_course.postid-4411 .d_courseSidebar {
		margin-top: -560px;
	}
}

@media (min-width: 1200px) {
	.d_courseTop_inner {
		width: 1150px;
	}

	.d_courseTop_title {
		max-width: 800px;
	}
}