@media only screen and (max-width: 350px) {
    .search-box {
        max-width: 260px;
    }
}

@media only screen and (max-width: 1024px) {
	.add-blog-block .btn-blue-round span {
		font-size: 0;
		padding: 7px 15px;
		background-position: center center;
		transition: all .25s;
	}
	.add-blog-block.mobile-eft span{
		font-size: 12px;
		padding: 7px 15px 7px 30px;
		background-position: 14px center;
	}
    .add-blog-block.mobile-eft .mobile-ic{
        display: none;
    }

}

@media only screen and (max-width: 767px) {
    .banner-detail .breadcrumb-block {
        display: none;
    }
    .breadcrumb-block .breadcrumb li:last-child {
        max-width: 150px;
    }
    .pagination-wrap li {
        margin: 0 3px; 
    }
	.pagination-wrap li a {
        padding: 0 1px 6px
    }



	.add-blog-block {
		bottom: 70px;
	}

	.left-wrapper {
		display: none;
	}
	.back-btn-player { 
		margin: 20px 0;
		/* -webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center; */
		width: 100%;
	}

    .search-box {
        max-width: 300px;
    }
    .breadcrumb-block .breadcrumb li, .breadcrumb-block .breadcrumb a {
        font-size: 12px;
    }
	

	/**/
	
	.left-wrapper .close-icz {
        display: block;
    }
    .course-detail-page .page-detail {
        width: calc(100% - 45px);
    }

    .left-wrapper .close-icz {
        background: url(../images/icons/close_icon.png) no-repeat;
        top: 28px;
        right: 25px;
        z-index: 99;
    }
    .left-wrapper .btn-blue-round:after {
        background: #999999;
    }
    .left-wrapper .btn-blue-round.white-bg span {
        background: #f2f2f2;
    }

    .left-wrapper li  {
       border: 30px solid #fff;
       border-top: none;
       border-bottom: none;
    }
    .left-wrapper ul {
        padding-bottom: 10px;
    }
    .left-wrapper li:last-child {
      /*   padding-bottom: 20px; */
    }
    .left-wrapper li a {
        font-size: 14px;
        border-bottom: 1px solid #dbdbdb;
    }
    .left-wrapper li:first-child {
        border-top: none;
    }
    .left-wrapper li.active a {
        font-weight: 600;
    }
    .left-wrapper {
        display: block !important;
        z-index: 1001 !important;
        background: #fff !important;
        top: 63px !important;
        position: fixed !important;
        right: -100% !important;
       box-shadow: -4px 3px 15px rgba(0, 0, 0, .1) !important;
        transition: all .25s !important;
       width: 277px !important;
        padding: 36px 0 0 0 !important;
            margin: 0;
       min-height: auto;
    }
    .left-wrapper.bottom {
        bottom: auto !important;
    }

   .left-wrapper li.after-course.course-certificate {
        padding-top: 20px;
    }
    .left-wrapper li.after-course.course-survey{
        padding-bottom: 20px;
    }
    .left-wrapper li.after-course {
        background: #f2f2f2;
        border: 30px solid #f2f2f2;
       border-top: none;
       border-bottom: none;
    }
    .left-wrapper.mobile-active {
        right: 0 !important;
    }
    body .banner-detail.deatil-page,body .banner-detail.deatil-page *  {
        transition: all .25s;
    }
    .banner-detail.deatil-page.fix-banner .panel-block {
        display: none;
    }
    .banner-detail.deatil-page.fix-banner .three-dot-menu {
        background: url(../images/icons/menu_icon.png) no-repeat;
        display: block;
        width: 26px;
        height: 26px;
        position: absolute;
        right: 20px;
        top: 50%;
        transform: translateY(-50%);
    }
    body .banner-detail.deatil-page.fix-banner {
        position: fixed;
        top: 63px;
        z-index: 99;
        left: 0;
        width: 100%;
        height: 70px;
    }
    body .banner-detail.deatil-page.fix-banner h1 {
        font-size: 18px;
        line-height: 21px;
        width: calc(100% - 50px);
    }
     body .banner-detail.deatil-page.fix-banner .rating-block{
        display: none;
     }
     body .banner-detail.deatil-page.fix-banner .breadcrumb{
        display: none;
     }
     .left-wrapper li.after-course .btn-blue-round span {
        color: #999999;
     }
     .left-wrapper .btn-blue-round.white-bg.active span {
        background: #999999;
        color: #fff;
     }
	/**/
}