.Contact_form{
    background-color: #000;
    width: 100%;
    height: 100%;
    padding: 30px;
}
.Contact_form .form-label{
    color: #fff;
    font-size: 12px;
    margin-bottom: 5px;    
}
.Contact_form .form-select{
    background-color:#2a2a2a ;
    color: #fff;
    font-size: 14px;
    border: 0px;
    border-radius: 0px;
}
.Contact_form .form-control{
    background-color:#2a2a2a ;
    color: #fff;
    font-size: 14px;
    border: 0px;
    border-radius: 0px;
}
.Contact_form .form-control::placeholder{
    color: #9c9c9c;
    font-size: 12px;
}
.Contact_form .form-control:focus {
    background-color:#2a2a2a ;
    color: #fff;
    font-size: 14px;
    border: 0px;
    border-radius: 0px;
}
.Contact_form  .form-group{
    position: relative;
}
.Contact_form .form-group .srcbtn {
    position: absolute;
    right: 0px;
    top: 27px;
    background-color: #333131;
    border-radius: 0px;
    border: 0px;
    font-size: 17px;
    width: 33px;
    height: 33px;
}


.Contact_form .form-group .srcbtn svg{
    color: #fff;
}
.Contact_form .form-group .form-floating label{
    color: #fff;
    font-size: 12px;
}
.Contact_form .form-group .submit-btn{
    background-color: #fff;
    color: #000;
    width: 100%;
    border: 1px solid #fff;
    font-size: 15px;
    font-weight: 500;
    padding: 5px;
}
.Contact_form .form-group .submit-btn:hover{
    background-color: #000;
    border: 1px solid #fff;
    color: #fff;
}

 .applytxt{
    color: #fff;
    font-size: 28px;
    position: relative;
    margin-bottom: 15px;
}
.applytxt::after {
    content: "";
    position: absolute;
    width: 35%;
    height: 2px;
    background: #fff;
    bottom: 8px;
}
.Contact_form .form-group .form-check-label{
    font-size: 13px;
    color: #9c9c9c;
}
.Contact_form .form-group .alwp{
    font-size: 11px;
    color: #9c9c9c;
    margin-bottom: 0px;
}

@media (min-width:0px) and (max-width:991px){
    .applytxt {
        font-size: 16px;
    }
    .applytxt::after {
        width: 20%;
        bottom: 4px;
    }
    .Car_details .sec1 .main-roles .mainjbbg {
        background: unset;
    }
    .Car_details .sec1  .mainjobrol {
        font-size: 14px;
        padding: 5px 10px;
    }
    .Car_details .sec1 .jobdesc {
        font-size: 13px;
        padding: 10px;
    }
}

@media (min-width:992px) and (max-width:1200px){
    .applytxt::after {
        width: 26%;
    }
    .applytxt {
        font-size: 25px;
    }
}