@charset "utf-8";
/* CSS Document */

.feature-job-detials .user-rating{ width:330px;}
.feature-job-detials .user-rating strong{ float:left; font-size:16px; font-weight:500; color:#2e2e2e; line-height:40px; margin:0 9px 0 0;}
.feature-job-detials .user-rating .rating{ width:218px; border-radius:15px; float:left; height:14px; background:#c2c2c2; display:block; overflow:hidden; margin:15px 0 5px;}
.feature-job-detials .user-rating .rating > span{ background:#ffb028!important; display:block; line-height:14px; border-radius:15px;}
.feature-job-detials .user-rating .review{ color:#4560B1; font-size:16px; margin-left:8px; margin-right:0; float:right;}
.feature-job-detials .user-rating .review span{ color:#333;}

/*_______ Category Page css START here_________*/

.categories-search .feature-job-detials .user-rating{ width:280px;}
.categories-search .feature-job-detials .user-rating .rating{ width:166px;}

/*_______ Category Page css END here_________*/


/*___________Mobile Responsive CSS Here________*/

@media (min-width:300px) and (max-width:767px) {
    .feature-job-detials .user-rating { padding-top:0; width:92%;}
    .feature-job-detials .user-rating .rating{ width:100%; margin-top:0; margin-bottom:10px;}
    .categories-search .feature-job-detials .user-rating { padding-top:0; width:92%;}
    .categories-search .feature-job-detials .user-rating .rating{ width:100%; margin-top:0; margin-bottom:10px;}
}