.slider {
    background: url(../images/background/career-banner.jpg);
}
/* Career Style */
.why_div{
    padding-bottom: 50px;
}
.why_div h1{
    padding-top: 50px;
    text-transform: uppercase;
    font-size: 3em;
    letter-spacing: 5px;
    font-family: MyWebFont, sans-serif;
    color: #f26124;
    font-weight: 600;
}
.why_div h2{
    color: #36479c;
    text-transform: uppercase;
    font-size: 1.7em;
    font-weight: 500;
    margin-top: 30px;
}
.why_div p{
    margin-top: 10px;
    color: #545454;
}
.career_form{
    display: block;
    width: 50%;
    margin: auto;
    margin-top: 50px;
}
.career_form div{
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}
.career_form div label{
    width: 40%;
}
.career_form div input{
    width: 60%;
    height: 30px;
    border: none;
    background-color: #f3f3f3;
    padding-left: 5px;
}
.career_form div textarea{
    width: 60%;
    height: 50px;
    border: none;
    background-color: #f3f3f3;
    padding-left: 5px;
    -webkit-appearance: none;
}
.career_form div select {
    width: 61%;
    height: 30px;
    border: none;
    background-color: #f3f3f3;
    border-radius: 0;
    -webkit-appearance: none;
    padding-left: 5px;
}
.file{
    display: block;
    margin-left: 40%;
}
.career_form button {
    padding: 10px 20px;
    margin: auto;
    display: block;
    font-size: 15px;
    text-transform: uppercase;
    border: none;
    background-color: #36479c;
    color: #fff;
    margin: auto;
    border-radius: 8px;
    font-weight: 600;
    cursor: pointer;
    margin-top: 30px;
    outline: none;
}
.career_form button:hover{
    background-color: #f26124;
}
/* Media Query */
@media only screen and (max-width:1920px){
    
}
@media only screen and (max-width:1920px){
    
}
@media only screen and (max-width:768px){
    .career_form{
        width: 100%;
    }
    .why_div h1{
        font-size: 2em;
    }
    .why_div h2{
        font-size: 1.2em;
    }
}
@media only screen and (max-width:500px){
    .why_div h1 {
        font-size: 1.5em;
    }
}