/*14-02-2020 started here*/
.slider {
        margin: 100px auto;
    }

    .slick-slide {
      margin: 0px 20px;
    }

    .slick-slide img {
      width: 100%;
    }

    .slick-prev:before,
    .slick-next:before {
      color: black;
    }
    .slick-slide {
      transition: all ease-in-out .3s;
      /*opacity: .2;*/
    }
    .slick-current {
      opacity: 1;  
    }
.slider .slick-slide img.avatar {
    width: 215px;
}
.slick-track .slick-slide {
    margin: 0 6px;
    border: 1px solid #793ba8;
    padding-bottom: 15px;
}
.home .slider {
    position: relative;
}
.home .slider .slick-dots {
    display: none !important;
}
.home .slider .slick-next.slick-arrow::before {
    content: "\f105";
    color: #793ba8;
    font-family: FontAwesome;
    position: absolute;
    font-size: 45px;
}
.home .slider .slick-prev.slick-arrow::before {
    content: "\f104";
    color: #793ba8;
    font-family: FontAwesome;
    position: absolute;
    font-size: 45px;
}
.slider_name:hover{
    color: #f18213;
}
.slider_name {
    color: #555;
    margin-bottom: 0;
    text-align: center !important;
    margin-top: 15px;
}
.slick-next {
    right: -15px;
}
.slick-prev {
    left: -35px;
}

.home .slick-slide .slider_img {
    position: relative;
}
.home .slick-slide .slider_img:hover::after {
    -webkit-transform: scale(1);
    transform: scale(1);
}
.home .slick-slide .slider_img::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.4);
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
@media only screen and (max-width: 768px) {
    .slick-track .slick-slide {
        margin: 0 5px;
    }
    .slider .slick-slide img.avatar {
        width: 150px;
    }
    .slick-next {
        right: 0px;
    }
    .slick-prev {
        left: -23px;
    }
    .home .slider .slick-next.slick-arrow::before,
    .home .slider .slick-prev.slick-arrow::before {
        font-size: 25px;
    }
}

.logo_main_section {
    display: flex;
    align-items: center;
    justify-content: center;
}
.home .slider {
    margin-top: 0;
    margin-bottom: 60px;
}
/*14-02-2020 end here*/

/*17-02-2020*/
.curriculum_unit_popup.link {
    display: none !important;
}

div#item-header-content h1 {
    color: #444!important;
}
span.menu-279 select.wpcf7-form-control {
    width: 100%;
    border: 1px solid #d8d8d8;
    border-radius: 5px;
    box-shadow: 5px 5px 12px -1px #eee;
    padding: 6px 20px;
    height: 46px;
}
textarea.wpcf7-form-control {
    height: 100px;
}

#headertop #vibe_bp_login #bpavatar+ul>li>a:hover{
    color: #f18213 !important;
}

.course_timeline li.done>span:before {
    height: 10px;
    line-height: 17px;
    position: absolute;
    top: 0;
}
.postid-3484 table tr td {
    padding: 12px;
}
.postid-3484 table {
    width: 100%;
}
.postid-3484 table tr td:not(:first-child) {
    min-width: 110px;
}
.postid-3484 table tr:first-child td {
    text-align: center;
}
.postid-3484 table.top_table tr:first-child td {
	text-align: left;
}
.postid-3484 table.top_table {
    width: auto;
}
.tbl-responsive{
	overflow-x:auto;
}
.postid-3486 table tr td:nth-child(even) {
    min-width: 70px;
    padding: 10px;
    text-align: center;
}
.postid-3486 table {
    width: 100% !important;
	    text-align: center;
}
.postid-3486 table tr:nth-child(odd) td {
    height: 90px;
	border: 1px solid #333;
}
.postid-3486 table tr:nth-child(even) td {
    border: none;
	padding-bottom: 40px;
}
.postid-3486 table {
    border: none;
}
.postid-3486 table tr td:nth-child(odd) {
    min-width: 25px;
}
.single_unit_content p {
        color: #000;
    text-align: justify;
    margin-bottom: 12px;
}
.single_unit_content br {
    content: '';
}
.single_unit_content br {
    margin-bottom: 12px !important;
    display: block;
}
.foot_note {
    padding: 20px;
	position:relative;
}
.foot_note:before {
    content: '';
    background: #000;
    width: 200px;
    height: 1px;
    position: absolute;
    top: 5px;
}
.main_content p{
	color: #000 !important;
}
.float_right{
	float:right !important;
}
.main_unit_content ol[type="a"] {
    list-style-type: lower-alpha !important;
}
table#pmpro_user_fields {
    width: 700px;
    margin: 0 auto;
    max-width: 100%;
}
table#pmpro_user_fields input {
	width:100% !important;
} 

table#pmpro_user_fields span.pmpro_asterisk {
    display: none;
}

@media screen and (max-width:767px){
	
	table#pmpro_user_fields {
      width: 100% !important; 
   }
   
}

/* 05-03-2020 */
.logged-out #vibe_bp_login .fullscreen_login #vbp-login-form{
	padding-left: 29px!important;
	padding-right:29px!important;
}
@media screen and (max-width:575px){
	.page-id-27 #content .wk_content_reg {
		padding-left: 0px!important;
		padding-right: 0px!important;
	}
}
@media screen and (max-width:360px){
	.logged-out #vibe_bp_login .fullscreen_login #vbp-login-form{
		padding-left: 9px!important;
		padding-right:9px!important;
	}	
}

.imm_course_percent {
  position: relative;
  display: inline-block;
}

.imm_course_percent .course_tooltip {
	visibility: hidden;
    width: 160px;
    background-color: #f18213;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 0px 0;
    font-size: 14px;
    position: absolute;
    z-index: 1;
    top: 0px;
    left: 130%;
}
.imm_course_percent {
    position: absolute;
    right: 60%;
}
.imm_course_percent .course_tooltip::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 100%;
  margin-top: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent #f18213 transparent transparent;
}
.imm_course_percent:hover .course_tooltip {
  visibility: visible;
}
@media only screen and (min-width:576px) and (max-width:767px){
	.imm_course_percent {
		position: absolute;
		right: 50%!important;
	}
}
@media only screen and (max-width:575px){
	.imm_course_percent{
		display: block;
		position:unset!important;
	}
	.imm_course_percent .course_tooltip{
		display:none!important;
	}
	.course_students li h6 {
		line-height: 0px;
	}
}