@font-face {

    font-family: "BmwLight";

    src: url("https://uat-iconcreations.com/2022/BMW-Forms/BMW-HR-Application/fonts/BMWTypeNextProTT-Light.woff");

}



@font-face {

    font-family: "BmwThin";

    src: url("https://uat-iconcreations.com/2022/BMW-Forms/BMW-HR-Application//fonts/BMWTypeNextProTT-Thin.woff");

}



@font-face {

    font-family: "BmwRegular";

    src: url("https://uat-iconcreations.com/2022/BMW-Forms/BMW-HR-Application/fonts/BMWTypeNextProTT-Regular.woff");

}



@font-face {

    font-family: "BmwMedium";

    src: url("https://uat-iconcreations.com/2022/BMW-Forms/BMW-HR-Application/fonts/BMWTypeNextProTT-Medium.woff");

}



@font-face {

    font-family: "BmwBold";

    src: url("https://uat-iconcreations.com/2022/BMW-Forms/BMW-HR-Application//fonts/BMWTypeNextProTT-Bold.woff");

}

body{

    background: #fff;

}

h3.blue{

    color: #216eb4;

    font-size: 22px;

    font-weight: bold;

}

.cont{

    padding: 0 37.5px;

}

.blue-btn{

    background: #216eb4;

    padding: 10px 20px;

    color: #fff !important;

    border: 1px solid #216eb4;

    width: 180px;

    transition: all 0.3s ease-in-out;

}





.blue-btn:hover{

    color: #216eb4 !important;
    background: #fff;
    text-decoration: none !important;

}

@media(max-width: 991px){

    h3.blue{

        font-size: 20px;

    }

}

@media(max-width: 767px){

    h3.blue{

        font-size: 18px;

    }

}

@media(max-width: 550px){

    .cont{

        padding: 0 20px;

    }

}

/******************************** Slider ******************************/

h2{

font-size:18px;

margin-top:0px;

}

.intro{

    background: url('../images/careers-bg1.png') no-repeat center center;

    background-size: cover;

    min-height: 450px;

    position: relative;

}

.intro img{

    width: 100%;

    display: none;

}

.intro .title{

    padding-top: 30px;

}

.intro .title h2{

    font-size: 30px;

    color: #216eb4;

    margin-top: 0;

    font-weight: 300;

}

.intro .ovr{

    position: absolute;

    width: 100%;

    height: 100%;

/*background: linear-gradient(transparent 20%, #bab9b9 80%);*/

    top: 0;

    left: 0;

}

.intro .ovr .ovr-txt{

    position: absolute;

    bottom: 0;

    width: 100%;

}



.top-slider .slider-txt{

    background: #f2f2f2;

    color: #000;

}

.slider-txt p 
{
    font-size: 16px;
}

.top-slider .slider-txt p{

    margin: 20px 0;

}



@media(max-width: 991px){

    .intro .title h2{

        font-size: 30px;

    }

    .top-slider .slider-txt p{

        font-size: 13px;

    }

}



@media(max-width: 991px){

    .intro .title h2{

        font-size: 22px;

    }

    .top-slider .slider-txt p{

        font-size: 13px;

    }

}

/******************************** Working ******************************/



.working{

    background: #fff;

    color: #202020;

    padding: 30px 0;

}

.working .working-img img{

    width: 100%;

}

.working .working-txt h3.blue{

    color: #202020;

}

.working .working-txt p{

    margin: 20px 0;

    font-size: 16px;

}



@media(max-width: 991px){

    .working .working-txt p{

        font-size: 13px;

    }

}





/******************************** Benefits ******************************/



.ben{

    padding: 30px 0;

}



.ben p{

    color: #000;

}



.ben .cont > p{

    margin-bottom: 30px;
    font-size: 18px;

}



.ben .p-list p{

    padding-left: 20px;
    font-size: 16px;
    position: relative;

}

.accordion-body p {
    font-size:16px;
}
.accordion-body ul {
    font-size:16px;
    font-family: "BmwThin";
}


.ben .p-list p:before{

    content: '';

    width: 10px;

    height: 10px;

    background: #216eb4;

    position: absolute;

    top: 5px;

    left: 0;

}



/******************************** Careers ******************************/

.careers{

    padding: 30px 0;

}

.careers .top-heading h3{

    color: #216eb4;

    font-weight: bold;

    display: inline-block;

    width: 18%;

    position: relative;

    top: 5px;

    font-size: 30px;

}

.careers .top-heading h3 span{

    font-weight: normal;

}



.careers .top-heading .line{

    display: inline-block;

    height: 1px;

    background: #bab9b9;

    width: 81%;

}



.careers button.load{

    display: none;

    margin: 20px auto;

}



.ui-accordion .ui-accordion-header{

    background: #fff;

    border: 1px solid #fff;

    outline: none;

    color: #216eb4;

    font-size: 25px;

    padding: 0.7em .5em .5em .7em;

    border-radius: 0;

    margin-top: 20px;

    display: none;

font-family: 'bmwtype_v2_regularregular';

font-weight:400;

}



.ui-accordion .ui-accordion-header p{

    font-size: 17px;

    font-weight: normal;

    margin: 10px 0px;

}

.ui-icon-triangle-1-e {

    display: none;

}

.ui-state-active .ui-icon, .ui-button:active .ui-icon {

	    display: none;

}



.ui-accordion .ui-accordion-header img{

    position: absolute;

    top: 25%;

    right: 3%;

}



.ui-accordion .ui-accordion-content{

    background: #fff;

    border-radius: 0;



}



@media(max-width: 1200px){

    .careers .top-heading .line{

        width: 70%;

    }

    .careers .top-heading h3{

        width: 29%;

    }

}

@media(max-width: 1200px){

    .careers .top-heading .line{

        display: none;

    }

    .careers .top-heading h3{

        width: 100%;

    }

}



/******************************** Form ******************************/



.apply-form{

    position: fixed;

    width: 100%;

    height: 100%;

    background: rgba(0,0,0,0.8);

    top: 30%;

    left: 0;

    display: none;

}

.apply-form .inner{

    position: relative;

    width: 450px;

    background: #f2f2f2;

    margin: 0 auto;

    transform: translateY(-50%);

    top: 50%;

    border: 1px solid #216eb4;

    border-radius: 10px;

    padding: 50px;

}

.apply-form .inner h3{

    margin-top: 0;

    color: #fff;

    font-weight: bold;

}

.apply-form .inner input,

.apply-form .inner textarea{

    width: 100%;

    margin: 10px 0;

    border: none;

    color: #216eb4;

    padding: 5px 10px;

    background: #d0d0d0;

}

.apply-form .inner textarea{

    min-height: 100px;

}

.apply-form .inner input::placeholder,

.apply-form .inner textarea::placeholder{

    color: #216eb4;

}

.apply-form .inner input[type="submit"]{

    background: #216eb4;

    padding: 10px 20px;

    color: #fff;

    border: 1px solid #216eb4;

    width: 180px;

    transition: all 0.3s ease-in-out;

    margin: 10px auto;

    display: block;

}

.apply-form .inner input[type="submit"]:hover{

    color: #216eb4;

    background: #fff;

}

.apply-form button.close-btn{

    color: #216eb4;

    position: absolute;

    top: 5px;

    right: 5px;

    background: none;

    border: none;

    font-size: 20px;

    font-weight: bold;

    outline: none;

    transition: all 0.2s;

}

.apply-form button.close-btn:hover{

    color: #fff;

}



@media(max-width: 500px){

    .apply-form .inner{

        width: 100%;

        padding: 20px;

    }

}



.inputfile {

	width: 0.1px;

	height: 0.1px;

	opacity: 0;

	overflow: hidden;

	position: absolute;

	z-index: -1;

}

.inputfile + label {

    width: 100%;

    margin: 10px 0;

    border: none;

    color: #216eb4;

    padding: 5px 10px;

    background: #d0d0d0;

}



.inputfile + label {

	cursor: pointer; /* "hand" cursor */

}





/* start section login */



section.login .contact {

    display: flex;

    flex-direction: column;

    justify-content: center;

}



section.login .contact .logo img {

    width: 300px;

    margin-left: -1px;

}



section.login .contact .contact-us {

    margin-top: 10px;

}



section.login .contact .contact-us .legend h3 {

    color: #216eb4;
    font-weight: bold;
    font-size: 22px;

}
section.login .contact .contact-us .legend p {

    font-size: 16px;

}







section.login .contact .contact-us form .form-control {

    border-radius: 0;

    width: 90%;

    padding: 0 15px;

    height: 50px;

    font-size: 16px;

}



section.login .contact .contact-us form .form-group:last-child {

    text-align: right;

    width: 90%;

}



    /* section.login .contact .contact-us form .btn-primary {

        background-color: #1C69D4;

        border-radius: 0;

        color: #fff;

        padding: 10px 52px;

    } */

/* section.login .contact .contact-us form .btn-primary:hover,

section.login .contact .contact-us form .btn-primary:focus,

section.login .contact .contact-us form .btn-primary:visited{

    color: #216eb4;

    background: #fff;

} */



/* col 2 */

section.login {

    background: #fff;

    padding-top: 20px;

}



section.login .pic img {

    width: 100%;

    padding-top: 20px;

    padding-bottom: 30px;

}



/* mobile layout */



@media only screen and (max-width: 991px) {

    section.login .contact .contact-us form .form-control {

        width: 100%;

    }



    section.login .contact .contact-us form .form-group:last-child {

        width: 100%;

    }

}



@media only screen and (max-width: 576px) {

    section.login .contact .logo img {

        width: 200px;

    }

    section.login .contact .contact-us {

        margin-top: 30px;

    }



    section.login .contact .contact-us .legend h3 {

        font-size: 20px;

        margin-bottom: 4px;

    }



    section.login .contact .contact-us .legend p {

        font-size: 14px;

    }



    section.login .contact .contact-us form .form-control {

        padding: 0 7px;

    }



    section.login .contact .contact-us form .form-group:last-child {

        text-align: left

    }



    section.login .contact .contact-us form .btn-primary {

        padding: 6px 33px;

        font-size: 13px;

    }



    ::placeholder {

        font-size: 14px;

    }



}

/* end section login */



@font-face {

    font-family: "BmwLight";

    src: url("https://uat-iconcreations.com/2022/BMW-Forms/BMW-HR-Application/fonts/BMWTypeNextProTT-Light.woff");

}



@font-face {

    font-family: "BmwThin";

    src: url("https://uat-iconcreations.com/2022/BMW-Forms/BMW-HR-Application//fonts/BMWTypeNextProTT-Thin.woff");

}



@font-face {

    font-family: "BmwRegular";

    src: url("https://uat-iconcreations.com/2022/BMW-Forms/BMW-HR-Application/fonts/BMWTypeNextProTT-Regular.woff");

}



@font-face {

    font-family: "BmwMedium";

    src: url("https://uat-iconcreations.com/2022/BMW-Forms/BMW-HR-Application/fonts/BMWTypeNextProTT-Medium.woff");

}



@font-face {

    font-family: "BmwBold";

    src: url("https://uat-iconcreations.com/2022/BMW-Forms/BMW-HR-Application//fonts/BMWTypeNextProTT-Bold.woff");

}





h3 , h1 , h2 

{

     font-family: "BmwBold";

}



p 

{

     font-family: "BmwThin";

}



select , input {

    font-family: "BmwThin";

}



button , a , h4 , h5 , td{ 

    font-family: "BmwLight";

}

th{ 

    font-family: "BmwMedium";

}

.job-apply-btn , .job-subscribe{
    font-family: "BmwLight";
    padding: 12px 2em;
    background-color: #216eb4;
    font-size: 13px;
}

.job-apply-btn:hover , .job-subscribe:hover{
    background-color: #125ca0;
}

.accordion-button:not(.collapsed)
{
    background-color: #216eb4;
    color: white !important;
}

.accordion-button:not(.collapsed) > h3 , .accordion-button:not(.collapsed)::after { color: white; }







h3 , h1 , h2 

{

     font-family: "BmwBold";

}



p 

{

     font-family: "BmwThin";

}



select , input {

    font-family: "BmwThin";

}



button , a , h4 , h5 , td{ 

    font-family: "BmwLight";

}

th{ 

    font-family: "BmwMedium";

}

body{

    font-family: 'BmwMedium';

}
.nav-tabs .nav-link {
    border: 1px solid #d9d9d9;
    border-radius: 0;
    width: 20rem;
    text-align: center; 
    color: black;
    font-size: 1.5rem;
    font-weight: bold;

    
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
    color: #fff;
    cursor: default;
    background-color: #216eb4;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    border-radius: 0;
    width: 20rem;
    text-align: center;
    border: none !important;
}