/* Heading Tutorial Page */
.tutorial-page .tp-heading {
	margin-bottom: 15px
}
.tutorial-page .tp-heading span:first-of-type {
	color: #59dac3;
	font-weight: bold;
	font-size: 13px;
	margin-right: 17px;
	letter-spacing: 1px
}
.tutorial-page .tp-heading span:last-of-type {
	color: #999;
	font-size: 13px
}
.tutorial-page .tp-heading span:last-of-type .fa-child {
	font-size: 16px;
	margin-right: 5px
}
.tp-title {
	font-weight: bold;
	margin-bottom: 15px
}
.tt-by-date-comments {
	display: flex;
	font-size: 13px;
	color: #aaaaaa;
	margin-bottom: 30px
}
.tt-by,
.tt-date {
	margin-right: 10px;
	padding-right: 10px;
	position: relative
}
.tt-by a {
	color: #000;
	font-weight: bold
}
.tt-by:after, .tt-date:after {
	content: "";
	width: 3px;
	height: 3px;
	background-color: #aaa;
	border-radius: 100%;
	position: absolute;
	top: 44%;
	right: -2px;
}
.feat-words {
	color: #59dac3;
	font-weight: bold;
	transition: all .2s ease-in-out;
}
.feat-words:hover,
.login-comment a:hover {
	color: #0dc4a3
}
.steps-container {
	border-bottom: 5px solid #bdeee4;
	padding-bottom: 30px;
	margin-bottom: 30px
}
.tt-text {
	color: #686868;
	font-size: 17px;
	margin-bottom: 40px;
	line-height: 1.8
}
.tt-img {
	margin-bottom: 50px
}
.step-text {
	font-weight: bold;
	font-size: 30px;
	padding-bottom: 10px;
	margin-bottom: 30px;
	border-bottom: 5px solid #bdeee4
}
.step-header {
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 10px
}
.comment-text {
	font-weight: bold;
	color: #000000d6;
	margin-bottom: 15px;
}
.login-comment {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 5px
}
.login-comment a,
.comment-input i,
.comment-input input {
	color: #ced0d0
}
.login-comment a:hover {
	color: #59dac3
}
.comment-input {
	border: 1px solid #59dac3;
	border-radius: 4px;
	display: flex;
	background-color: #FFF;
	margin-bottom: 50px
}
.comment-input i,
.comment-input button {
	width: 45px;
	height: 40px;
	line-height: 40px;
	font-size: 13px
}
.comment-input input {
	width: 100%;
	color: #000;
	font-size: 14px
}
.comment-input input::placeholder {
	color: #999999c7;
	font-size: 13px;
	font-weight: bold
}
.comment-input button {
	background: none;
	border: none;
	outline: none;
}
.comment-input .fa-arrow-right {
	width: 100%;	
	height: 100%;
	line-height: 34px
}
.comment-input .fa-arrow-right:hover,
.comment-share i:hover,
.sidebar-socialmedia i:hover {
	color: #59dac3;
	cursor: pointer;
}
.comment-input .fa-arrow-right:active,
.comment-share i:active,
.sidebar-socialmedia i:active {
	color: #0dc4a3;
	transform: scale(0.9);
}
.commented-box {
	display: flex
}
.comment-img img {
	width: 90px;
	height: 90px;
}
.comment-details {
	width: 100%;
	padding-left: 30px
}
.create-comment-name {
	font-size: 14px;
	margin-bottom: 5px;
	display: flex
}
.comment-name {
	width: 100%
}
.comment-share {
	width: 80px;
}
.comment-share i {
	padding: 0 5px;
	color: #cfcfcf
}
.comment-date-time {
	font-size: 13px;
	color: #9d9c9c;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #ebebeb
}
.comment-date {
	margin-right: 30px;
	position: relative
}
.comment-date:after {
	width: 4px;
	height: 4px;
	content: "";
	position: absolute;
	top: 7px;
	left: 88px;
	background-color: #9d9c9c;
	border-radius: 50%
}
.comment-content {
	font-size: 13.5px;
	color: #9d9c9c;
	line-height: 1.8;
	word-wrap: break-word;
	margin-bottom: 30px
}
.commented-replaying {
	margin-left: -70px
}
.see-next-page {
	display: block
}
/* Heading Tutorial Page */

/* Sidebar */
.tt-sidebar-title-img {
	display: flex
}
.tt-sidebar-heading-box {
	width: 63%
}
.tt-sidebar-img {
	width: 37%
}
.tt-sidebar-heading {
	font-size: 23px;
	font-weight: bold
}
.tt-recommends {
	font-size: 13px;
	color: #909090
}
.divider {
	border-bottom: 1px solid #d3d9d8;
	padding-bottom: 25px;
	margin-bottom: 25px;
}
.information-list {
	color: #4c4c4c;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 1px
}
.information-list li {
	margin-bottom: 10px
}
.information-list li .infor-value {
	color: #999;
	font-weight: normal
}
.sidebar-socialmedia {
	display: flex;
	justify-content: space-between
}
.sidebar-socialmedia i {
	font-size: 19px;
	color: #bcbcbc
}
.sidebar-user-img-name {
	display: flex;
	margin-bottom: 20px
}
.sidebar-user-img-name img {
	width: 70px;
	height: 70px;
	border-radius: 50%
}
.sidebar-user-name-job {
	width: 100%;
	padding-top: 10px;
	padding-left: 17px;
}
.sidebar-user-name,
.sidebar-user-job {
	font-weight: bold;
	font-size: 15px;
	letter-spacing: 1px
}
.sidebar-user-job {
	font-size: 13px;
	color: #909090
}
.sidebar-user-text {
	color: #999999;
	line-height: 1.8;
	font-size: 14px
}
.sidebar-links {
	margin: 0
}
.sidebar-links-heading {
	font-weight: bold;
	font-size: 16px;
	letter-spacing: 1px;
	margin-bottom: 15px
}
.sidebar-links li {
	font-size: 15px;
	margin-bottom: 15px
}
.sidebar-links li:last-of-type {
	margin: 0
}
.sidebar-links li a {
	color: #999999;
	display: block
}
.sidebar-links li:hover a {
	color: #000
}
.sidebar-links li i {
	margin-right: 10px;
	color: #59dac3ad
}
.sidebar-links li:hover a {
	color: #000
}
.sidebar-links li:hover i {
	color: #59dac3
}
/* Sidebar */

/* Course Details */
.sayings-box {
	padding-left: 70px;
    margin-bottom: 40px;
}
.map-lessons-title {
	margin-bottom: 15px
}
.map-lessons-title i {
	margin-right: 25px
}
.lessons-list {
	border: 1px solid #e7e7e7;
	border-bottom: none
}
.lesson-btn {
	padding: 10px 17px;
	cursor: pointer;
	display: flex;
	position: relative;
	background-color: #FFF;
}
.lesson-btn:hover {
	background-color: #edf8f6
}
.lesson-btn.active  {
	color: #FFF;
	background-color: #59dac3
}
.lesson-btn.active i {
	color: #FFF
}
.lesson-btn.active .free-preview {
	border: 1px solid #FFF
}
.lesson-btn .fa-file-alt {
	margin-right: 15px
}
.lesson-btn .fa-lock {
	margin-right: 15px
}
.lesson-btn i {
	font-size: 15px;
	padding-top: 5px;
}
.lesson-name {
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #000;
	text-decoration: none
}

.free-preview {
	color: #FFF;
	font-size: 13px;
	border-radius: 4px;
	background-color: #59dac3;
	border: 1px solid #59dac3;
	line-height: 24px;
	padding: 0 30px 0 15px;
	font-weight: bold;
	letter-spacing: 1px;
	position: absolute;
	right: 17px
}
.lesson-btn .fa-chevron-down {
	position: absolute;
	right: 27px;
	top: 11px;
	color: #FFF;
	font-size: 13px
}
.lessions-content {
	display: none;
	border-bottom: 1px solid #e7e7e7;
	padding-left: 40px;
	padding-right: 40px;
	background-color: #FFF
}
.lessions-content.active {
	display: block !important
}
.lesson-header {
	font-weight: bold;
	font-size: 24px;
	margin-top: 30px;
	margin-bottom: 30px;
}
.lesson-subject {
	font-size: 14px;
	font-weight: bold;
	color: #8c8b8ba8;
	line-height: 1.8;
	margin-bottom: 30px
}
.lesson-img {
	height: 400px
}
.lesson-img img {
	width: 100%;
	height: 100%;
}
.lession-types li {
	position: relative;
	margin-bottom: 15px;
	font-size: 14px;
	color: #8c8b8b;
	padding-left: 30px
}
.lession-types li:before {
	content: "";
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background-color: #59dac3;
	position: absolute;
	top: 8px;
	left: 0
}
.sidebar-price {
	display: block
}
.price {
	font-size: 19px;
	font-weight: bold;
	margin-bottom: 15px
}
.price-text {
	margin-right: 10px
}
.price-num {
	font-size: 28px
}
a.bt {
	display: block;
	margin-bottom: 15px
}
.card-header button {
	width: 100%;
    padding: 0;
    margin: 0;
    border: none;
}
.card-header button:hover, .card-header button:active, .card-header button:focus {
	text-decoration: none
}
.card-header {
	padding: 0;
	overflow: hidden
}
/* Course Details */

/* Blog Single */
/* Slider Show Images */
.swiper-container {
	width: 100%;
	height: 100%;																		
}
.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.slider-showImages .swiper-wrapper .swiper-slide img {
	width: 100%;
	height: 480px
}
/* Slider Show Images */

blockquote {
	margin-left: 70px;
	margin-bottom: 40px;
}
.correct-phrases {
	color: #8c8b8b;
	font-size: 15px;
	margin-bottom: 40px
}
.cor-phrase {
	margin-bottom: 15px;
	padding-left: 50px;
	position: relative
}
.cor-phrase:before {
	content: "\f00c";
	font-family: "FontAwesome";
	position: absolute;
	color: #55ceb8;
	top: -4px;
	left: 0;
	font-size: 20px
}
.connect-with {}
.connect-with-heading {
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 30px
}
.connect-with-text {
	color: #8c8b8b;
    font-size: 15px;
    line-height: 1.8;
	margin-bottom: 70px
}
.connect-socialmedia {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #e0e4e4
}
.connect-socialmedia a i {
	color: #c9cfce;
	font-size: 17px;
	margin-right: 30px;
	display: inline-block
}
.connect-socialmedia > i,
.mention-content > i {
	margin-right: 70px;
	color: #55ceb8
}
.connect-socialmedia i:hover {
	color: #55ceb8
}
.mention-front-text {
	color: #abb3b2;
	font-size: 14px
}
.mention-content {
	padding-bottom: 80px;
	margin-bottom: 60px;
	border-bottom: 5px solid #bdeee4
}
.mention-content a {
	color: #55ceb8;
	text-decoration: underline
}

/* Blog Single Sidebar */
.blog-sidebar-heading {
	font-weight: bold;
	font-size: 17px
}
.popular-list {
	margin-bottom: 20px
}
.popular-list a {
	display: flex
}
.popular-list a .img-popular {
	width: 70px;
	height: 70px;
}
.popular-details {
	padding-left: 25px
}
.popular-heading {
	font-weight: bold;
	color: #808080c4;
	font-size: 14px;
	margin-bottom: 8px
}
.sidebar-popular-post {
	margin-bottom: 50px
}
.sidebar-links {
	margin-bottom: 50px
}
.sidebar-links a {
	display: block;
	color: #999999a3;
	margin-bottom: 15px;
	transition: all 0.2s ease-in-out;
	font-size: 15px;
	font-weight: bold
}
.sidebar-links a:hover {
	padding-left: 10px;
	color: #000
}
.popular-cat-type {
	font-weight: bold;
    font-size: 12px;
    margin-bottom: 5px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
/* Blog Single Sidebar */
/* Blog Single */

/** Extra small devices (portrait phones, less than 576px) **/
@media (max-width: 575.98px) {
	 
	.tp-title {
		font-size: 23px
	}
	.tutorial-page .tp-heading span:first-of-type {
		font-size: 12px
	}
	.sayings-box {
		padding-left: 0
	}
	.map-lessons-container {
		margin-bottom: 70px
	}
	.sidebar-socialmedia {
		padding-left: 30px;
		padding-right: 30px;
	}
	
	/* Comments */
	.comment-img img {
		width: 70px;
		height: 70px;
	}
	.comment-details {
		padding-left: 20px
	}
	.comment-date-time {
		font-size: 12px
	}
	.comment-date:after {
		top: 81px;
		top: 6px
	}
	.comment-content {
		font-size: 13px
	}
	.see-next-page {
		margin-bottom: 70px
	}
	/* Comments */
}

/** Small devices (landscape phones, 576px and up) **/
@media (min-width: 576px) and (max-width: 767.98px) {
	
	.sayings-box {
		padding-left: 0
	}
	.map-lessons-container {
		margin-bottom: 70px
	}
	.sidebar-socialmedia {
		padding-left: 30px;
		padding-right: 30px;
	}
	
	/* Comments */
	.comment-img img {
		width: 70px;
		height: 70px;
	}
	.comment-details {
		padding-left: 20px
	}
	.comment-date-time {
		font-size: 12px
	}
	.comment-date:after {
		top: 81px;
		top: 6px
	}
	.comment-content {
		font-size: 13px
	}
	.see-next-page {
		margin-bottom: 70px
	}
	/* Comments */
	
}

/** Medium devices (tablets, 768px and up) **/
@media (min-width: 768px) and (max-width: 991.98px) {
	
	.tp-title {
		font-size: 22px
	}
	.sidebar-user-img-name img {
		width: 60px;	
		height: 60px;	
	}
	.sidebar-user-name, .sidebar-user-job {
		font-size: 13px
	}
	.sidebar-links-heading {
		font-size: 15px
	}
	
}

/** Large devices (desktops, 992px and up) **/
@media (min-width: 992px) and (max-width: 1199.98px) {}

/** Extra large devices (large desktops, 1200px and up) **/
@media (min-width: 1200px) {}