.student-module-wrapper .text-wrapper{
	margin:0px;
	margin-top: 10px;
}

.padding-40{
	padding: 0px 40px;
}

.mb-20{
	margin-bottom: 20px;
}

.mb-15{
	margin-bottom: 15px;
}

.mb-25{
	margin-bottom: 25px;
}

.mb-30{
	margin-bottom: 30px;
}

.fw-600{
	font-weight: 600;
}

.pos-relative{
	position: relative;
}

.pos-absolute{
	position: absolute;
}

.explore-modules .pos-relative img{
	height: 220px;
    width: 100%;
    object-fit: cover;
}

.explore-modules .pos-relative .img2{
	object-fit: none;
    object-position: 100% 0%;
}

.explore-modules .pos-absolute{
	top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
    text-align: center;
    width: 100%;
}

.explore-modules a{
	display: inline-block;
	background-color: #292929;
	height: 220px;
    width: 100%;
    background-position: center;
}

.explore-modules .pos-relative p{
	color: #fff;
	font-family: arial;
	font-size: 14px;
}

.explore-modules .pos-relative .module-name{
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 25px;
	text-transform: uppercase;
}


@media (max-width: 767px){
.student-module-wrapper .text-wrapper {
     margin: 0px!important; 
}
}

.explore-modules a.health-service{
	background-position: 100% 0%;
}

.explore-modules a.manufacture{
	background-position: 100% 40%;
}

.explore-modules a:hover{
	opacity: 0.8;
}

.btn-step {
    background-color: #26114c;
    border-color: #26114c;
}

.step-wrapper{
	background-color: #26114c;
}

.step .active {
    color: #fff !important;
    background-color: #48336e !important;
    border-color: #48336e !important;
}

.orientation_slider .slick-track .btn-step {
    font-size: 16px;
    font-family: arial;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 150px;
}

.step{
	border-right: 2px solid #8d8d8d;
	height: auto;
}

.step-wrapper{
	border-top: 0px;
}

.step .check_img{
	margin-top: 14px;
}


.header-text{
	font-family: arial;
	font-size: 24px;
	text-transform: capitalize;
    color: #000;
}

.p-0{
	padding: 0px;
}

.video-note textarea{
	width: 100%;
}

.purple-link{
	color: #704268;
	font-size: 14px;
}

.video-note p, .video-section p{
	font-size: 12px;
}

.triangle-text{
	position: absolute;
    right: 15px;
    top: 25px;
    margin: 0px;
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: bold;
    width: 175px;
    line-height: 22px;
    font-family: arial;
    text-align: right;
}

.white-wrapper .pagination{
	margin:0px;
}

.white-wrapper{
	padding-bottom: 25px;
}

.videosection-wrapper, .workbook-wrapper {
    padding-bottom: 0px;
}

.btn-save{
	clear: both;
    font-size: 15px;
    height: 32px;
    line-height: 32px;
    background-color: #539448;
    padding: 0px 10px;
    color: #fff;
    margin: 0 auto 50px;
    display: inline-block;
    border: none;
    font-family: arial;
    text-transform: uppercase;
}