.row {
    margin-right: -10px;
    margin-left: -10px;
}
@-webkit-keyframes placeHolderShimmer {
    0% {
        background-position: -468px 0;
    }
    100% {
        background-position: 468px 0;
    }
}

@keyframes placeHolderShimmer {
    0% {
        background-position: -468px 0;
    }
    100% {
        background-position: 468px 0;
    }
}
.no-result-page {
    margin-top: 15px;
}
.no-result-page li{
    list-style: inside;
    color: #c1c1c1;
    line-height: 1.75em;
}
.no-result-page li span{
    color:#29303B !important
}
.all_courses .no_data{
    margin-top: 25px;
}
.all_courses .no_data p{
    line-height:1.75;
}
.content-placeholder {
    display: inline-block;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: placeHolderShimmer;
    animation-name: placeHolderShimmer;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    background: #f6f7f8;
    background: -webkit-gradient(linear, left top, right top, color-stop(8%, #eeeeee), color-stop(18%, #dddddd), color-stop(33%, #eeeeee));
    background: -webkit-linear-gradient(left, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
    background: linear-gradient(to right, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
    -webkit-background-size: 800px 104px;
    background-size: 800px 104px;
    height: inherit;
    position: relative;
}

@media (max-width: 767px)
{
    .datahide{
        display: none;
    }
}
.sort_course{
	 margin-top: 20px !important;
}
.sort_course div label{
  	padding-left: 10px;
  	font-weight: normal !important;
}
