@charset "utf-8";
/* CSS Document */

.filter-result .job-box {
    -webkit-box-shadow: 0 0 35px 0 rgb(130 130 130 / 20%);
    box-shadow: 0 0 35px 0 rgb(130 130 130 / 20%);
    border-radius: 10px;
    padding: 10px 35px;
}
.custom-select {
    padding: 14px 14px;
    background-color: #fff;
    border-radius: 4px;
    cursor: pointer;
	  color: #2d3667;
	    font-size: 20px;
}

.custom-select option
{
    color: #2d3667;

}

.custom-select option:checked
{
    color: #2d3667;
	background-color: #eff2f5;
    font-size: 20px;
}

.custom-select option:hover
{
    background-color: dodgerblue;
}
.job-box .img-holder {
    height: 65px;
    width: 65px;
  	border: 1px solid #EEE;
    padding: 10px;
    font-family: "Open Sans", sans-serif;
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 65px;
}
.job-content ul  {
    list-style: none;
}

.job-content ul li {
    border-bottom: 0;
    font-weight: 600;
    opacity: 0.75;
    padding: 10px 5px;
	margin:0px; 
	
}
.job-content h5{ margin:0}
.mb-30 {
    margin-bottom: 30px;
}	

.iipp-form {
    background-color: #eff2f5;
    border-radius: 5px;
    padding: 0 16px;
}

.modal-body p, .modal-body td {
    font-size: 1em;
    color: black;
    text-align: left;
	font-weight: normal;
}