.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{
    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: transparent;
    background: transparent;
    border-radius: 0;
    text-align: center;
    width: auto;
    cursor: pointer;
    transition: background ease 0.4s;
    border: none;
}

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

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

/* .single-scylla-careers .scylla-careers{
    padding: 0 20px 40px;
} */

/* .single-scylla-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;
    float: right;
}

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

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

.single-scylla-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-scylla-careers .images-bg-btn .image-content:hover::before {
    opacity: 1;
}

.single-scylla-careers .images-bg-btn .image-content:hover h2::before, .single-scylla-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: #fff;
    color: #fff;
}


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


@media (max-width: 1030px){
    /* .single-scylla-careers .scylla-careers {
        padding: 0 0 20px;
    } */
}

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

    .scylla-careers-block.clearfix { overflow-x: auto; }
    .scylla-careers-block.clearfix table { width: 100%; padding: 60px 0 80px; }
    .scylla-careers-block.clearfix th, .scylla-careers-block.clearfix td { text-align: left; padding: 10px 15px; line-height: initial; }

}

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