
  .ccp-job-details  {
    font-family: "Open Sans", serif;
   
    font-style: normal;
    font-size:16px;
    margin-bottom : 5px !important;
  }
  .ccp-job-details i {
    border: 2px solid #EAEAEA;
    border-radius: 50%;
    background: #FAFAFA;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    display: inline-block;
    margin-right: 5px;
  }

  #ccp-applyform .modal-dialog{
    max-width: 90%;
  }

  #ccp-applyform #step-bar {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

#ccp-applyform .step {
    flex: 1;
    padding: 10px;
    text-align: center;
    font-weight: bold;
    background-color: #f1f1f1;
    color: #333;
    border-radius: 5px;
    margin: 0 5px;
    transition: background-color 0.3s, color 0.3s;
}

#ccp-applyform .step.active {
    background-color: #0073aa;
    color: #fff;
}
.postgraduate  , .worknightReason , .travelaBroad ,.companies  {
  display :none;
  }

#post-multistep-form .required{

  font-size: 20px;
  color: red;
margin-left: 10px;

}




 