/* Menu */

@media screen and (min-width: 320px) and (max-width: 550px) {
    .container.dashboard-course,
    .dashboard-course .container {
        padding-left: 0;
    }
    .title h3 {
        font-size: 1.4rem;
        font-weight: 800;
        margin-bottom: 3px;
        min-height: 29px;
        align-items: center;
    }
    .icon-div {
        position: absolute;
        top: 11px;
    }
    .mobile-profile .dashboard-name {
        float: left;
        padding: 2px 0px 0px 15px;
        font-size: 18px;
        width: 75%;
        margin-bottom: 0;
        text-align: left;
        height: 69px;
        margin: auto;
        display: flex !important;
        align-items: center;
    }
    .seeallowl {
        right: 4px;
    }
    .left-sidebar {
        display: none;
    }
    .right-sidebar {
        display: none;
    }
    .resume-course .item,
    .master-course .item,
    .individual-course .item {
        flex: 0 0 100%;
        max-width: 100%;
        margin: 0;
    }
    .dash-heading {
        font-size: 24px;
        font-weight: bold;
        margin-bottom: 20px;
        margin-top: 20px;
    }
    .dash-action {
        margin-top: 5px;
    }
    .resume-course,
    .master-course,
    .individual-course {
        margin-top: 1.2rem !important;
    }
    /* Media */
    .container.chat-container .dashboard-content {
        padding: 20px 0px;
    }
    .chat-form-input {
        width: 78%;
    }
    .pen {
        left: 2px;
    }
    .dashboard-content .col-12,
    .dashboard-content .col-md-12 {
        /* /padding: 0; */
    }
    .dashboard-content {
        padding-top: 12px !important;
        margin-bottom: 75px;
    }
    .dash-footer {
        width: 93%;
    }
    .dash-footer .copyright p {
        font-size: 10px;
    }
    .resume-course .owl-stage,
    .master-course .owl-stage,
    .individual-course .owl-stage {
        padding-left: 0 !important;
    }
    .resume-course .card,
    .master-course .card,
    .individual-course .card {
        padding: 0;
    }
    .resume-course.off .card,
    .master-course.off .card,
    .individual-course.off .card {
        padding: 0;
        margin-bottom: 1rem;
    }
    .resume-course.off .item,
    .master-course.off .item,
    .individual-course.off .item {
        flex: 0 0 100%;
        max-width: 100%;
        margin: 0px;
    }
    .resume-course .item,
    .master-course .item,
    .individual-course .item {
        flex: 0 0 90%;
        max-width: 90%;
        margin: 0px;
    }
    .resume-course .card:hover,
    .master-course .card:hover,
    .individual-course .card:hover {
        box-shadow: 0 2px 4px rgba(159, 159, 159, 0);
    }
    
    /* mobile-profile */
    .mobile-profile .profile-title,
    .mobile-profile .dashboard-name {
        display: inline-block;
        float: left;
    }
    /* .mobile-profile .dashboard-name{
        float: left;
        padding: 2px 0px 0px 15px;
        font-size: 18px;
        width: 80%;
        margin-bottom: 0;
        text-align: left;
    } */
    .mobile-profile .dashboard-link {
        display: block;
        width: 100%;
        margin-top: 42px;
        float: left;
    }
    .dash-header.modal-header {
        text-align: center;
        display: block;
        padding: 23px 23px 18px;
        border: 0;
        border-bottom: 1px solid #0D55CF;
        margin-bottom: 20px;
        min-height: 70px;
    }
    .dashboard-link ul {
        list-style: none;
        padding: 0;
        padding-left: 3px;
    }
    /* Video page */
    .payment-alert.fixed-top {
        top: 59px;
    }
    .video-status a:after {
        width: 0px;
    }
    .video-status a {
        padding: 15px 0;
        display: inline-block;
        text-align: center;
        width: 52px;
        border: 0;
    }
    .video-status a img {
        width: 22px;
        display: block;
        margin: 0 auto;
        margin-bottom: 15px;
    }
	
	.dash-image {
		margin-bottom: 20px;
		min-height: 100px;
	}
	
	.dash-course-icon {
		background-size: contain !important;
		background-position: center !important;
		background-repeat: no-repeat;
		/* background-size: 60px 60px !important; */
		width: 100px !important;
		height: 100px !important;
		position: absolute;
		/* margin-bottom: 50px; */
		border: 1px solid rgb(151, 151, 151);
		border-radius: 5px;
	}
	
	.dashresumecourse .item , .dashindcourse .item , .dashmastercourse .item {
		margin-top:5px;
		
	}
	
	.mobilesearch {
		margin-bottom:15px;
		margin-top:15px;
	}
	
}


/*  */

@media screen and (min-width: 551px) and (max-width: 768px) {
	
	.mobilesearch {
		margin-bottom:15px;
		margin-top:15px;
	}
	
    .resume-course .item,
    .master-course .item,
    .individual-course .item {
        flex: 0 0 98%;
        max-width: 98%;
        margin: 1%;
    }
    .right-sidebar {
        padding: 12px;
    }
    .left-sidebar {
        /* padding-top: 45px; */
        box-shadow: 3px 3px 6px rgba(206, 206, 206, 0.5);
        padding: 11px;
        padding-top: 15px;
    }
    .dash-heading {
        font-size: 1.6rem;
        font-weight: bold;
        margin-bottom: 19px;
    }
    .dash-action a {
        color: rgb(0, 145, 255);
        font-size: 10px;
        margin-right: 7px;
    }
    .resume-course .owl-stage,
    .master-course .owl-stage,
    .individual-course .owl-stage {
        padding-left: 0px !important;
    }
    .resume-course .card,
    .master-course .card,
    .individual-course .card {
        border-color: transparent;
        padding: 0px;
    }
    .dashboard-name {
        font-size: 0.8rem;
        margin-top: 0;
        padding: 4px;
        margin-bottom: 15px;
    }
    .dashboard-link ul {
        list-style: none;
        padding: 0;
        padding-left: 4px;
    }
    .dashboard-link a img {
        width: 14px;
        max-width: 14px;
        margin-right: 3px;
    }
    .dashboard-link a.active {
        font-size: 0.7rem;
        color: rgb(0, 0, 0);
    }
    .dashboard-link a {
        font-size: 0.7rem;
        color: rgba(0, 0, 0, 0.5);
    }
    .dashboard-link li {
        margin-bottom: 5px;
    }
    .dashboard-content {
        padding-top: 15px;
    }
    .resume-course .item,
    .master-course .item,
    .individual-course .item {
        flex: 0 0 98%;
        max-width: 98%;
        margin: 1%;
    }
}


/*  */

@media screen and (min-width:991px) and (max-width: 1024px) {
    .main-menu .badge {
        position: absolute;
        margin-top: -17px;
        margin-left: -7px;
    }
    .resume-course .item,
    .master-course .item,
    .individual-course .item {
        flex: 0 0 98.33333%;
        max-width: 98.33333%;
        margin: 1%;
    }
    .dash-action a {
        margin-right: 7px;
    }
    .resume-course .card,
    .master-course .card,
    .individual-course .item {
        border-color: transparent;
        padding: 0px;
    }
    .resume-course .card:hover,
    .master-course .card:hover,
    .individual-course .card:hover {
        box-shadow: 0 2px 4px rgba(159, 159, 159, 0);
    }
    .left-sidebar {
        padding: 0;
        padding-top: 45px;
        box-shadow: 3px 3px 6px rgba(206, 206, 206, 0.5);
    }
    .right-sidebar {
        padding: 15px;
        padding-top: 52px;
        border-left: 2px solid rgba(0, 0, 0, 0.1);
    }
    /* Course Page */
    .dash-action a {
        font-size: 11px;
    }
    .dash-video {
        padding-left: 8px;
        padding-right: 8px;
        margin-top: 0;
        margin-bottom: 20px;
    }
    .list-group-item span {
        font-size: 8px;
        
        bottom: 17px;
        right: 8px;
        font-weight: 800;
        text-transform: uppercase;
    }
    .list-group .list-group-item {
        border-radius: 0;
        padding: 0.75rem 0.75rem;
    }
}


/* Course Page */

@media screen and (max-width: 768px) and (min-width: 551px) {
    .right-sidebar h3 {
        margin-bottom: 8px;
    }
    .useful li {
        line-height: 22px;
    }
    .useful li a {
        font-size: 0.7rem;
    }
    .list-group-item a.btn-start {
        font-size: 8px;
    }
    .list-group-item p {
        font-size: 9px;
        font-weight: 800;
        margin-bottom: 0.2rem;
    }
    .list-group-item h3 {
        font-size: 12px;
        font-weight: 800;
        color: rgba(0, 0, 0, 0.6);
        margin-bottom: 0.2rem;
    }
    .challage-panel .card h3 {
        font-size: 12px;
    }
    .video-details {
        font-size: 16px;
    }
    .dash-video ul li img {
        margin-right: 0px;
    }
    .dash-video ul li a {
        font-size: 9px;
    }
    .video-status a {
        width: 72px;
    }
    .video-status a {
        padding: 6px;
        display: inline-block;
        text-align: center;
        width: 72px;
        font-size: 10px;
        text-transform: uppercase;
        color: rgba(0, 0, 0, 0.5);
        position: relative;
        text-decoration: none;
    }
    .video-status a:after {
        width: 0px;
    }
    .left-sidebar {
        box-shadow: 3px 3px 6px rgba(206, 206, 206, 0.5);
        padding: 0;
        padding-top: 0;
    }
    .dash-video {
        padding-left: 5px;
        padding-right: 5px;
        margin-top: 10px;
        margin-bottom: 20px;
    }
    .list-group-item span {
        font-size: 6px;
       
        bottom: 23px;
        right: 4px;
        font-weight: 800;
        text-transform: uppercase;
    }
    .list-group .list-group-item {
        border-radius: 0;
        padding: 1.25rem 0.25rem;
    }
}

@media screen and (min-width: 320px) and (max-width: 550px) {
    .col-md-3.pl-5.applcompanyLogo {
        padding-left: 15px !important;
        margin-top: 20px;
    }
    .row.profile.mb-0 .col-md-4,
    .row.profile.mb-0 .col-md-8 {
        padding: 0;
    }
    .float-right.public-profile {
        margin-top: 20px;
        margin-right: -10px;
        border: 0;
    }
    .video-panel {
        margin-top: 20px;
    }
    .challage-panel {
        padding: 20px 0;
    }
    .video-details {
        font-size: 15px;
        padding: 20px 0 0px;
    }
    .challage-panel .card h3 {
        font-size: 16px;
        margin-bottom: 8px;
    }
    .payment-alert {
        font-size: 13px;
    }
    /* Challange */
    .challange-menu li a {
        padding-left: 7px;
        margin-left: 3px;
        text-decoration: none;
        font-size: 0.8rem;
    }
    .challange-content {
        font-size: 1rem;
    }
    .alpha {
        list-style-type: lower-alpha;
        margin-left: 0px;
    }
    .correct-anwser p,
    .your-answer p {
        padding-left: 10px;
    }
    .video-top {
        margin-top: 0px;
    }
    .select2.select2-container.select2-container--default {
        width: 100% !important;
    }
}

@media screen and (min-width: 768px) {
    .profile .col-md-4 {
        flex: 0 0 25%;
        max-width: 33.333333%;
        padding: 0;
    }
    .profile .col-md-8 {
        flex: 0 0 75%;
        max-width: 75%;
        display: flex;
        align-items: self-start;
    }
}