

.job-listings {
    padding: 30px 0 40px;
}
.back_career{
    background: linear-gradient(0.89deg, #F2F2FF 0.61%, #FFFFFF 89.79%);
    padding: 60px 0px 80px;
}
.job-listings h2.title {
    font-weight: var(--s-bold);
    font-size: var(--h2);
    line-height: 1.23;
    word-break: break-word;
    font-family: "Red Hat Display", sans-serif;
    line-height: 1.4074;
    color: var(--color-heading-1);
}
.job-listings h2 {
    margin-top: 0px;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 30px;
    text-align: center;
}

.job-listings ul {
    list-style: none;
    padding:0px 12px;
}
.job-listings ul.b_box{
    padding: 0px 4px;
}

.job-listings li.box_d {
    background-color: #fff;
    border: 1px solid #efefef;
    border-radius: 5px;
    padding: 25px;
    margin-bottom: 20px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.job-listings h3 {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 3px;
    margin-top: 0px;
    color: #000;
}

.job-listings p {
    font-size: 14px;
    margin-bottom: 4px;
    font-size: 15px;
    color: gray;
    margin-bottom: 14px;
}
.job-listings .box_d p{
    
    margin-bottom: 4px;
    font-size: 17px;
    color: gray;
} 
.job-listings .box_d b{
    color: #696969;
}
 .job-listings a.button  {
	margin-top: 15px;
    background-color: var(--color-primary-6);
    color: #fff;
    font-weight: 600;
    text-decoration: none;
    padding: 10px 20px;
    border-radius: 4px;
    display: inline-block;
    transition: background-color 0.3s;
    
}
.job-listings a.button1  {
    margin-top: 15px;
    background-color:#0b4df5;
    color: #fff;
    font-weight: 600;
    text-decoration: none;
    padding: 10px 20px;
    border-radius: 4px;
    display: inline-block;
    transition: background-color 0.3s;
    
}
label.glt{
    font-size: 11px;
    color: gray;
        margin-left: 6px;
}
/*.job-listings a {
	margin-top: 34px;
    background-color: #1a6e1b;
    color: #fff;
    font-weight: 600;
    text-decoration: none;
    padding: 10px 20px;
    border-radius: 4px;
    display: inline-block;
    transition: background-color 0.3s;
}

.job-listings a:hover {
    background-color: #ff6600;
}*/
.url_btn{
    color: #f64a00;
}
.ico_dot li{
    list-style: disc;
    margin-left: 21px;
}

footer {
    text-align: center;
    background-color: #000000;
    color: #fff;
    padding: 10px 0 1px;
}
/*career form css*/
.job-listings li.app_form{
    background-color: transparent;
    border: none!important;
    border-radius: none!important;
    padding: none!important;
    margin-bottom: none!important;
    box-shadow: none!important;
}
input {
    width: 100%;
    margin-bottom: 17px;
    border: 1px solid #e1e1e1!important;
    padding: 10px 17px 9px!important;
    border-radius: 6px!important;
    color: #767676;
}
select{
    width: 100%;
    margin-bottom: 17px;
    border: 1px solid #e1e1e1;
    padding: 10px 17px 9px;
    border-radius: 6px;
    color: #767676;
}
textarea{
    height: 130px;
    width: 100%;
    margin-bottom: 17px;
    border: 1px solid #e1e1e1;
    padding: 10px 17px 9px;
    border-radius: 6px;
    color: #767676;
}
.app_btn {
    width: auto;
    background-color: #ff6600;
    color: #fff;
    border: none;
    padding: 15px 30px;
    border-radius: 4px;
    font-weight: 600;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.app_box{
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 23px 30px 20px;
    margin-bottom: 28px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.job-listings li.app_form h4 {
    font-size: 22px;
    font-weight: 700;
    color: black;
    margin-bottom: 17px;
}
hr {
    background-size: 4px 4px;
    border: 0;
    height: 1px;
    margin: 24px 0 24px;
}
[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 26px;
    padding-right: 20px;
    cursor: pointer;
    line-height: 18px;
    display: inline-block;
    color: #666;
}
[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff;
}
[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #F87DA9;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
[type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {
    position: absolute;
    margin-top: 4px \9;
    position: absolute;
    top: 6px;
    left: -6px;
    height: 14px;
    width: 14px;
}
input[type=checkbox], input[type=radio]{
    opacity: 1;
}
.checkbox.dlt input[type=checkbox], .checkbox-inline.dlt input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio]{
        
        position: absolute;
    margin-top: 4px \9;
    position: absolute;
    top: 6px;
    left: -6px;
    height: 14px;
    width: 14px;
}
.checkbox-inline, .radio-inline {
    position: relative;
    display: inline-block;
    margin-left:7px;
    margin-bottom: 0;
    font-weight: 400;
    vertical-align: ;
    cursor: pointer;
    position: relative;
    padding-left: 13px;
    padding-right: 21px;
}
.required::after{
     Content:  "*";
     Color: #f00;
     padding-left: 4px;
}

label {
    color: black;
    font-size: 15px;
    margin-bottom: 5px;
    font-weight: 700;
}
