.syc-input-wrap{
    margin-bottom: 20px;
}

.syc-input-wrap label{
    width: 100%;
    font-weight: 400;
    color: #444;
    line-height: 26px;
    font-size: 16px;
    display: none;
    vertical-align: middle;
}

.syc-input-wrap label span{font-size: 10px; line-height: normal; display: inline-block;}

.scly-input-wrap{
    width: 100%;
    display: inline-block;
    vertical-align: top;
}

.syc-input-wrap input[type="text"], .syc-input-wrap input[type="email"], .syc-input-wrap input[type="phone"], .syc-input-wrap textarea, .syc-input-wrap select{
    border: 2px solid #DDD !important;
    font-size: 16px;
    line-height: 24px;
    padding: 9px;
    display: block;
    width: 100%;
    border-radius: 7px !important;
}

.syc-input-wrap input:focus{
    border-color: #444 !important;
}

.syc-input-wrap input[type="submit"], .syc-input-wrap input[type="file"]{
    font-weight: 400;
    letter-spacing: 2px;
    display: inline-block;
    color: #444;
    background: white;
    border-radius: 0;
    text-align: center;
    width: auto;
    cursor: pointer;
    transition: background ease 0.4s;
}

.syc-input-wrap input[type="submit"]:hover{
    background: #444;
    color: #fff;
}

.syc-career-form h4{
    margin-bottom: 0.25em;
    font-size: 1.5em;
    line-height: 1.5em;
    font-weight: 400;
    color: #444;
}

.single-careers .jwdm-careers{
    padding: 0 20px 40px;
}

.single-careers{
    background: #F3F1F2;
}

.syc-career-form-wrap{
    background-color: #FFF;
    color: #666;
    padding: 20px 40px 45px 0;
    border-radius: 4px;
    max-width: 100%;
}

.single .syc-input-wrap input[type="submit"]{
    color: #FFF;
    background-color: #56C271;
    font-size: 18px;
    border-radius: 50px;
    font-weight: 700;
    border: 0;
    padding: 14px 37px;
}

.single-careers .clearfix .col-6{
    max-height: 697px;
}

.single-careers .images-bg-btn .image-content{
   
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 697px;
    width: auto;
}

.single-careers .images-bg-btn .image-content::before {
    position: absolute;
    content: " ";
    width: 100%;
    height: 100%;
    background: rgba(31,159,220,0.5);
    top: 0;
    left: 0;
    transition: opacity ease 0.4s;
    opacity: 0;
}

.single-careers .images-bg-btn .image-content:hover::before {
    opacity: 1;
}

.single-careers .images-bg-btn .image-content:hover h2::before, .single-careers .images-bg-btn .image-content:hover h2::after {
    width: 4rem;
    height: 3.625rem;
}

.syc-msg{
    padding: 5px;
    border: 1px solid #000;
    text-align: center;
    margin-bottom: 20px;  
} 
.syc-success{
    border-color: green;
    color: green;
}


.jwdm-careers-block.clearfix th { background: #273c75; color: #fff; } 
.jwdm-careers-block.clearfix th, .jwdm-careers-block.clearfix td { text-align: left; padding: 17px 30px; }
.jwdm-careers-block.clearfix table { width: 100%; }
.jwdm-careers-block.clearfix table tr:nth-child(2n) { background: #273c7512; }
.jwdm-careers-block.clearfix table { width: 100%; padding: 60px 0 100px; }
.jwdm-careers-block.clearfix td { cursor: pointer; }

/* Custom CSS */
.single-jwdm-careers .btn-apply{
    background: #BAEAA0;
    padding: 10px 50px;
    display: block;
    margin: 0 auto;
    max-width: 200px;
    text-align: center;
    color: #000;
    text-decoration: none;
}
@media (max-width: 1030px){
    .single-careers .jwdm-careers {
        padding: 0 0 20px;
    }
}

@media (max-width: 770px){
    .single-jwdm-careers .jwdm-careers {
        padding: 30px;
    }

    .jwdm-careers-block.clearfix { overflow-x: auto; }
    .jwdm-careers-block.clearfix table { width: 100%; padding: 60px 0 80px; }
    .jwdm-careers-block.clearfix th, .jwdm-careers-block.clearfix td { text-align: left; padding: 10px 15px; line-height: initial; }
    .syc-input-wrap input[type="file"] {font-size: 15px!important;}
}

@media (max-width: 450px){
    .single-careers .jwdm-careers {
        padding: 15px 15px 30px;
    }
}