
.job-list{


    webkit-box-shadow: 0 1px 2px 0 rgba(0,106,194,.2);
    box-shadow: 0 1px 2px 0 rgba(0,106,194,.2);
    -webkit-transition: -webkit-box-shadow .2s linear;
    transition: -webkit-box-shadow .2s linear;
    -o-transition: box-shadow .2s linear;
    transition: box-shadow .2s linear;
    transition: box-shadow .2s linear,-webkit-box-shadow .2s linear;

    border: 1px solid #ebf0f6;
    padding: 24px 24px 16px;
   /* display: inline-block;*/
    width: 100%;

        margin-bottom: 8px;

        border-radius: 4px;
 padding-bottom: 25px;
       /* background: #fff;*/
}


.job-list:hover{

      box-shadow: 0 3px 8px 0 rgba(0,106,194,.2);
    cursor: pointer;
}







#filters_col_bt{
    font-size: 1.5rem;
    font-weight: 600;
    font-family: "Rubik", sans-serif !important;
    margin-left: 50px;
}

a#filters_col_bt {
display: block;
color: #333333;
position: relative;
font-size: 16px;
font-size: 1rem;
font-weight: 600;
}
a#filters_col_bt:before {
font-family: "themify";
content: "\e6a2";
font-size: 26px;
font-size: 1.625rem;
position: absolute;
right: 0;
top: 0;
line-height: 1;
font-weight: normal;
margin-right: 40px;
}
/* Checkbox style */
.container_check {
display: block;
position: relative;
font-size: 14px;
/*  font-size: 0.875rem;*/
font-size: 1.300rem;
padding-left: 30px;
line-height: 1.4;
margin-bottom: 10px;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.container_check input {
position: absolute;
opacity: 0;
cursor: pointer;
}
.container_check input:checked ~ .checkmark {
background-color: #004dda;
border: 1px solid transparent;
}
.container_check .checkmark {
position: absolute;
top: 0;
left: 0;
height: 20px;
width: 20px;
border: 1px solid #d2d8dd;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
border-radius: 3px;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.container_check .checkmark:after {
content: "";
position: absolute;
display: none;
left: 7px;
top: 3px;
width: 5px;
height: 10px;
border: solid white;
border-width: 0 2px 2px 0;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
}
.container_check input:checked ~ .checkmark:after {
display: block;
}
.jf-viewmore{
float: left;
color: #55acee;
display: block;
font-size:13px;
line-height: 13px;
padding:  5px 0 0 30px;
}














@keyframes loading {
40% {
background-position: 100% 0;
}
100% {
background-position: 100% 0;
}
}

.Wrapper {
width: 100%;
}
.Wrapper .loading {
position: relative;
}
.Wrapper .loading .bar {
background-color: #E7E7E7;
height: 14px;
border-radius: 7px;
width: 80%;
}
.Wrapper .loading:after {
position: absolute;
transform: translateY(-50%);
top: 50%;
left: 0;
content: "";
display: block;
width: 100%;
height: 24px;
background-image: linear-gradient(100deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0) 80%);
background-size: 200px 24px;
background-position: -100px 0;
background-repeat: no-repeat;
animation: loading 1s infinite;
}
.explore-job .key-info {
padding-right: 25px;
}
.key-info ul {
padding: 30px;
padding-right: 0;
padding-bottom: 0;
padding-top: 0;
margin: 0;
margin-top: 30px;
list-style: none;
height: 200px;
overflow-x: hidden;
overflow-y: scroll;
margin-bottom: 30px;
/* Set Scrollbar Width */
/* Set Scrollbar Buttons */
/* Set Scrollbar Track */
/* Set Scrollbar Handle */
}
.key-info ul::-webkit-scrollbar {
width: 10px;
background: #f3f3f3;
right: 20px;
border-radius: 5px;
}
.key-info ul::-webkit-scrollbar-track {
border-radius: 5px;
}
.key-info ul::-webkit-scrollbar-thumb {
-webkit-border-radius: 10px;
border-radius: 10px;
background: #dbe0e9;
}
.key-info ul::-webkit-scrollbar-thumb:window-inactive {
background: #dbe0e9;
}
.key-info ul li a {
font-family: "Rubik", sans-serif !important;
font-weight: 400;
color: #6f7484;
}
.key-info ul li a span {
font-family: "Roboto", sans-serif;
font-weight: 400;
color: #aaaaaa;
margin-left: 5px;
}
.key-info ul li a:hover {
color: #246df8;
}
.key-info ul li + li {
margin-top: 8px;
}
a[disabled] {
/*color:#999;*/
text-decoration:none;
cursor:default!important;
pointer-events:none
}
.pagination a {
margin: 0 6px; /* 0 is for top and bottom. Feel free to change it */
}
/*.pagination .next,  .pagination .prev {
border: 1px solid rgba(0, 0, 0, 0.08);
background: #f9fbfe;
}*/



.clear-all-search-listing{
	color: #007bff;
    margin-left:50px;
}


.filter-title{

	font-size: 1.5rem;
    font-weight: 600;
    font-family: "Rubik", sans-serif !important;
    position: relative;
    cursor: pointer;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    margin: 20px;
}


.job-filter-wrapper  .job-filter{

  padding: 15px;
}

.job-list{

    border: 1px solid #EEE;
}