/* *************========{{career details}}=======*********** */
/**Job responsibilities section design css******/
.da-career-details-service-section {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
    align-items: center !important;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
.da-career-details-service-text h2 {
    margin-bottom: 10px; }
.da-career-details-service-text ul {
    padding-left: 0;
    list-style-type: none;
    margin-top: 30px;
    margin-bottom: 0;
    margin-left: -10px;
    margin-right: -10px; }
/* Replace HEX color code to match your theme style */
.da-career-details-service-text ul li {
    margin-top: 5px;
    margin-bottom: 10px;
    margin-left: 1%;
    margin-right: 1%;
    position: relative;
    background-color: rgba(229,236,244,0.33);
    border-radius: 5px;
    overflow: hidden;
    -webkit-mask-image: -webkit-radial-gradient(white, rgba(var(--black), 1));  }
/* Replace HEX color code to match your theme style */
.da-career-details-service-text ul li span {
    display: block;
    color: rgba(var(--black), 1);
    text-transform: inherit;
    padding: 12px 12px 10px 45px;
    z-index: 1;
    position: relative;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    font-weight: 600;
    font-size: 15px;   }
/* Replace HEX color code to match your theme style */
.da-career-details-service-text ul li span:before {
    content: "\e052";
    font-family: "ETModules";
    color: rgba(var(--orange), 1);
    display: block;
    position: absolute;
    left: 13px;
    font-size: 20px;
    line-height: 47px;
    top: 0;  }
/* Replace HEX color code to match your theme style */
.da-career-details-service-text ul li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    border-radius: 5px;
    background-color: rgba(var(--black), 1);
    z-index: -1;
    -webkit-transition: 0.5s;
    transition: 0.5s;   }
.da-career-details-service-text ul li:hover:before {
    width: 100%;
    z-index: 1;  }
/* Replace HEX color code to match your theme style */
.da-career-details-service-text ul li:hover span, .da-career-details-service-text ul li:hover span:before {
    color: #fff;  }
@media only screen and (max-width: 768px) {
    .da-career-details-service-content {    }
    .da-career-details-service-image {
        order: 1;
        padding-bottom: 35px;    }
    .da-career-details-service-text ul li {
        -ms-flex: 0 0 100%;
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%;    }}
/*========================== Career Details application form* ========================*/
.da_checkbox_radio_button .et_pb_contact_field_checkbox,
.da_checkbox_radio_button .et_pb_contact_field_radio {
  display: inline-block; /* comment this out if you want buttons to lined up vertically */ }
/* This block hides the input fields. */
.da_checkbox_radio_button .et_pb_contact_field_checkbox i, 
.da_checkbox_radio_button .et_pb_contact_field_radio i {
  position: absolute;
  visibility: hidden !important;
  display: none !important; }
/* Now we make the label the button. Style accordingly. */
.da_checkbox_radio_button .et_pb_contact_field_checkbox label,
.da_checkbox_radio_button .et_pb_contact_field_radio label {
  border: 1px solid;
  border-color: rgba(var(--black), 1);
  border-radius: 5px;
  color: rgba(var(--black), 1);
  display: inline-block;
  cursor: pointer;
  font-weight: bold;
line-height: 1.4em !important;
    max-width: 100%;
    padding: 14px;
  margin: 0 5px 5px 0 !important;
  transition: all ease .3s; }
/* Button styles when hovered. */
.da_checkbox_radio_button .et_pb_contact_field_checkbox label:hover,
.da_checkbox_radio_button .et_pb_contact_field_radio label:hover {
  background-color: rgba(var(--orange), 1);
  border-color: rgba(var(--orange), 1);
  color: #fff!important;
  cursor:pointer; }
/* Button styles when checked. */
.da_checkbox_radio_button .et_pb_contact_field_radio input[type=radio]:checked + label,
.da_checkbox_radio_button .et_pb_contact_field_checkbox input[type=checkbox]:checked + label {
  color: #fff;
  background: rgba(var(--orange), 1);
  border-color: rgba(var(--orange), 1); }
 /*add labels above the form input fields*/
.da_checkbox_radio_button .et_pb_contact_form label.et_pb_contact_form_label {
display: block !important;
  font-weight: bold;
  font-family: "fira sans";
  text-transform: capitalize;
  color: rgba(var(--black), 1);
  font-size: 17px;
  margin-bottom: 10px; }
/*hide the extra label*/
.da_checkbox_radio_button .et_pb_contact_form .et_pb_contact_field_options_wrapper .et_pb_contact_field_options_title {
    display: none; }
/*make placehold text same color as field background*/
.da_checkbox_radio_button .et_pb_contact_form ::-webkit-input-placeholder {
color: #eee !important; }
.da_checkbox_radio_button .et_pb_contact_form.my_contact :-moz-placeholder {
color: #eee !important; }
.da_checkbox_radio_button .et_pb_contact_form ::-moz-placeholder {
color: #eee !important; }
.da_checkbox_radio_button .et_pb_contact_form :-ms-input-placeholder {
color: #eee !important; }