.btn-remove {
    background-color: #ff0000;
    color: #FFF;
    padding: 5px;
    border: 1px solid;
    border-radius:4px;
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
}
.btn-remove:hover{
    background-color: #bf0303;
}
.required{
    border:1px solid #bf0303;
}
.form-select {
    display: block;
    width: 100%;
    padding: .375rem 2.25rem .375rem .75rem;
    -moz-padding-start: calc(0.75rem - 3px);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right .75rem center;
    background-size: 16px 12px;
    border: 1px solid #ced4da;
    border-radius: .375rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-family:"Manrope", Sans-serif;
}
.filterbox {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}
.filters{
    margin-left: 10px;
}
.joblistingbox {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: center;
    padding-top: 50px;
}
.job-card-image {
    height: 275px;
    display: flex;
    width: 100%;
}
.job-card-image img{
    width: 100%;
    object-fit: cover;
}
.job-card {
    width: 32%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    align-content: flex-start;
    border: 1px solid #ddd;
    margin-left: 5px;
    margin-right: 5px;
    border-radius: 5px;
    box-shadow: 0 0 10px 0 rgba(0,0,0,.15);   
    flex-direction: column;
    overflow: hidden;
    position: relative;
    background-color: #fff;
    min-height: 100%;
    border-radius: 3px;
    border: 0 solid #818a91;
    transition: all .25s;
}
.job-card:hover{
    box-shadow: 0 0 30px 0 rgba(0,0,0,.15)
}
.job-card-content {
    padding: 15px 20px;
    min-height: 206px;
}
.job-card-title{
    color: #0B0C1C;
    font-family: "Manrope", Sans-serif;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 25px;
    
}
.job-card-info{
    color: #0B0C1C;
    font-family: "Manrope", Sans-serif;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 25px;
}
.jobLink {
    font-family: "Manrope", Sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #29ABE2 ;
    text-transform: uppercase;
    text-decoration: none !important;
}
.jobLink:hover{
    color: #084e6c ;
}
.jobinfo {
    display: flex;
    height: 43px;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 15px 20px;
    border-top: 1px solid #eaeaea;
}
.jobinfo div {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-family: "Manrope", Sans-serif;
    color: #0B0C1C;
}
.nofound {
    width: 100%;
    text-align: center;
    font-family:"Manrope", Sans-serif;
    color: #000;
}
.nofound h3 {
    font-size: 25px;
    font-weight: 600;
}
.form-group {
    margin-bottom: 1rem;
    font-family: "Manrope", Sans-serif;
}
.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem !important;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057 !important;
    background-color: #fff !important;
    background-clip: padding-box !important;
    border: 1px solid #ced4da !important;
    border-radius: .25rem !important;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out !important;
    /*  */
}
input.form-control{
    height:50px;
}
textarea.form-control{

}
select.form-control{
    height:50px;
}
.form-group label{
    margin-right: 15px;
    margin-bottom: 10px;
    font-weight: 600;
}
.applybutton{
    font-family: "Manrope", Sans-serif;
    font-size: 16px !important;
    font-weight: 600 !important;
    letter-spacing: 0.6px;
    background-color: #29ABE2 !important;
    border-radius: 0px 0px 0px 0px !important;
    padding: 20px 40px 20px 40px !important;
    color :#FFF !important;
    border-color: #29ABE2 !important;
}
.applybutton:hover{
    transform: translateY(8px);
}
.formBox {
    padding: 50px 25px;
    border: 1px solid #efefef;
    box-shadow: 0 0 10px 0 rgba(0,0,0,.15);  
    background-color: #FFF; 
}
.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
    text-align:center;
}
.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}
:disabled{
    cursor: not-allowed;
}
.downloadatag {
    width: 50px;
    border: 1px solid;
    background-color: #FFF;
    border-radius: 4px;
    height: 25px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.downloadbutton {
    display: block;
    background-image: url('icons/download.png');
    width: 16px;
    height: 16px;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
}
.cate_titles{
	width:100%;font-family: "Manrope", sans-serif;margin-bottom: 20px;text-align:center
}