
.poland-jobs {
    background-image: url(../images/poland-jobs.jpg);
    background-position: center;
    min-height: 389px;
    background-repeat: no-repeat;
    background-size: cover;
}

.dubai-jobs{
	background-image: url(../images/dubai-jobs.jpg);
    background-position: center;
    min-height:389px;
    background-repeat: no-repeat;
    background-size: cover;
}

.armenia-jobs{
	background-image: url(../images/armenia-jobs.jpg);
    background-position: center;
    min-height:389px;
    background-repeat: no-repeat;
    background-size: cover;
}

.albania-jobs{
	background-image: url(../images/albania-jobs.jpg);
    background-position: center;
    min-height:389px;
    background-repeat: no-repeat;
    background-size: cover;
}

.azerbaijan-jobs{
	background-image: url(../images/azerbaijan-jobs.jpg);
    background-position: center;
    min-height:389px;
    background-repeat: no-repeat;
    background-size: cover;
}

.serbia-jobs{
	background-image: url(../images/serbia-jobs.jpg);
    background-position: center;
    min-height:389px;
    background-repeat: no-repeat;
    background-size: cover;
}

.turkey-jobs{
	background-image: url(../images/turkey-jobs.jpg);
    background-position: center;
    min-height:389px;
    background-repeat: no-repeat;
    background-size: cover;
}

.macau-island-jobs{
	background-image: url(../images/macau-island-jobs.jpg);
    background-position: center;
    min-height:389px;
    background-repeat: no-repeat;
    background-size: cover;
	
}

.malesiya-jobs{
	background-image: url(../images/malesiya-jobs.jpg);
    background-position: center;
    min-height:389px;
    background-repeat: no-repeat;
    background-size: cover;
}
.romaina-jobs{
	background-image: url(../images/romaina-jobs.jpg);
    background-position: center;
    min-height:389px;
    background-repeat: no-repeat;
    background-size: cover;	
}

.italy-jobs{
	background-image: url(../images/italy-jobs.jpg);
    background-position: center;
    min-height:389px;
    background-repeat: no-repeat;
    background-size: cover;	
}

.australia-jobs{
	background-image: url(../images/australia-jobs.jpg);
    background-position: center;
    min-height:389px;
    background-repeat: no-repeat;
    background-size: cover;	
}

.newzeland-jobs{
	background-image: url(../images/newzeland-jobs.jpg);
    background-position: center;
    min-height:389px;
    background-repeat: no-repeat;
    background-size: cover;	
}

.germany-jobs{
	background-image: url(../images/germany-jobs.jpg);
    background-position: center;
    min-height:389px;
    background-repeat: no-repeat;
    background-size: cover;
}
.croatia-jobs{
	background-image: url(../images/croatia-jobs.jpg);
    background-position: center;
    min-height:389px;
    background-repeat: no-repeat;
    background-size: cover;
	}
	
	.japn-jobs{
		background-image: url(../images/japan-jobs.jpg);
	background-position: center;
    min-height:500px;
    background-repeat: no-repeat;
    background-size: cover;
}

.singapore-jobs{
	background-image: url(../images/singapore-jobs.jpg);
    background-position: center;
    min-height:500px;
    background-repeat: no-repeat;
    background-size: cover;
}

.thailand-jobs{
	background-image: url(../images/thailand-jobs.jpg);
    background-position: center;
    min-height:500px;
    background-repeat: no-repeat;
    background-size: cover;
}

.qatar-jobs{
	background-image: url(../images/qatar-jobs.jpg);
    background-position: center;
    min-height:389px;
    background-repeat: no-repeat;
    background-size: cover;
}

.maldives-jobs{
	background-image: url(../images/maldives-jobs.jpg);
    background-position: center;
    min-height:389px;
    background-repeat: no-repeat;
    background-size: cover;
}

.poland-jobs{
	background-image: url(../images/poland-jobs.jpg);
    background-position: center;
    min-height:389px;
    background-repeat: no-repeat;
    background-size: cover;
}

.dubai-box {
    padding-bottom: 1.5em;
}
.job-box {
    background-color: #fbfbfb;
}

.bred {
    border-bottom: 1px solid #d5cdcd;
}
.mt-4 {
    margin-top: 1.5rem !important;
}

.bred a {
    color: #141414;
    text-decoration: none;
}

.job-box h2 {
    font-size: 1.8em;
    font-weight: 400;
    text-align: center;
    padding-top: 0.85em;
    padding-bottom: 0;
    margin-bottom: 0;
}

@media (min-width: 768px) {
    .col-md-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
}

.job-box .box.page {
    background-color: #fff;
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
}

.dubai-box ul, .qatar-jobs ul, .maldives-jobs ul {
    min-height: auto !important;
}
.job-box ul {
    list-style: none;
    margin: 10px;
    padding: 0;
    min-height: 167px;
}
.job-box ul li {
    position: relative;
    padding-left: 32px;
    padding-top: 9px;
    padding-bottom: 9px;
    font-weight: 400;
    font-size: 0.95em;
    color: #141414;
    border-bottom: 1px solid #f1f1f1;
}

.job-box ul li::before {
    content: "\f138"; /* bi-arrow-right */
    font-family: "bootstrap-icons";
    position: absolute;
    left: 6px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 14px;
    color: #881739; /* match your theme */
}

.job-box p {
    font-size: 0.85em;
    font-weight: 400;
    text-align: center;
    width: 100%;
    padding-top: 0;
    padding-bottom: 1.2em;
}