/*** Modal Entry ***/
.modal-entry.show {
    display: block; /* Show when modal is visible */
  }
  
  .modal-entry.hide {
    display: none; /* Hide when modal is hidden */
  }
  .modal-entry {
    height:100%;
    width: 100%;
    position: fixed;
    left: 0;
    right: 0; 
    background: #707070;
    z-index: 999;
    margin: 0 auto;
    top: 50%;
    transform: translate(0px, -50%);
    /* display: none;  */
   
  }
  .modal-entry .solid-top,
  .modal-entry .solid-bottom {
    /* background-color: #00867c;
    height: 10px;
    display: block; */
  }
  .modal-entry .close {
    position: absolute;
    right: 5px;
    top: 14px;
  }
  
  .modal-entry .modal-content {
    /* background: #ffffff; */
    margin: 0 auto;
  }
  .modal-entry .title-area {
    background: #6dceb1;
    color: #ffffff;
    padding: 20px 0 10px;
    text-align: center;
  }
  .modal-entry .title-area h2 {
    font-weight: bold;
    font-size: 40px;
  }
  
  .modal-entry .sub-section {
    padding: 20px 0 10px 0;
    width: 80%;
    margin: 0 auto;
    
  }
  .modal-entry .sub-section h3{
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    color: #000;
  }
  @media (min-width: 1199px) {
    .modal-entry .sub-section h3{
      margin-bottom: 20px;
    }
  }
  .modal-entry .cont-btn{
    margin: 30px auto;
    display: block;
    color: #ffffff;
    display: block;
    padding: 0;
    width: 100%;
    max-width: 300px;
  }
  .modal-entry p,
  .modal-entry li {
    margin-bottom: 15px;
  }
  .mob-show{
    display: none;
  }
  .modal-entry .sub-section span, .modal-entry .sub-section p, .modal-entry .sub-section li{
    font-family: 'Arial', Helvetica, sans-serif;
    font-size:18px;
    color:#000;
  }
  
  @media (max-width: 1199px) {
    .mob-hidden{
      display: none;
    }
  }
  @media (min-width: 476px) {
    .modal-entry .sub-section {
      padding-top: 55px;
    }
  }
  
  @media only screen and (max-width: 575px) {
    .desk-show{
      display: none;
    }
  .dv-inline {
    display: inline!important;
  }
  
    .mob-show{
      display: block !important;
    }
    .modal-dialog {
      margin: 20px;
    }
    ul {
      padding-left: 1.5rem;
    }
   
    .modal-entry .sub-section {
      width: 90%;
      max-height: 550px;
    overflow-y: auto;
    padding-right: 10px;
    }
    .hcc.modal-entry .title-area h2 {
      padding: 0 90px;
    }
    .hcp.modal-entry .title-area h2 {
      padding: 0 35px;
    }
    .modal-entry .title-area h2 {
      text-align: center;
      margin: 0 auto;
      font-size: 26px;;
    }
    .hcc.modal-entry .sub-section h3{
      /* font-size: 20px; */
      padding: 0px 0px 10px;
    }
    .hcp.modal-entry .sub-section h3{
      font-size: 25px;
      padding: 0px 13px 10px;
    }
    .modal-entry .continue-button {
      width: auto;
      max-width: 300px;
    }
    .modal-entry p.jobcode {
      font-size: 14px;
    }
  }
  .boldAr{
    font-weight: bold;
  }
  .arialBlack{
    /* font-family: 'Arial Black', Helvetica, sans-serif;   */
  }
  .greenclr{
    color: #6dbe4b;
  }
  .d-mob-flex{
    display: none !important;
  }
  
  
  .dv-inline {
    display: block;
    padding-top: 6px !important;
  }
  
  .modal-entry .cont-btn img{
    width: 100% !important;
    height: 100% !important;
  }  
  .hcc.modal-entry .modal-content,.hcp.modal-entry .modal-content{
    /* border-top: none !important; 
     border-bottom: none !important; */
     /* border: none !important; */
     border-top: 10px solid #00867c;
     border-bottom: 10px solid #00867c;
  }
  .hcc.modal-entry .title-area a img, .hcp.modal-entry .title-area a img{
    width: 100%!important;
    height: 100%!important;
  }
  .hcp .modal-dialog.modal-xl,.hcc .modal-dialog.modal-xl {
    max-width: 992px;
        top: 50%;
    transform: translateY(-50%);
    margin: 0 auto;
}
@media (max-width: 800px) {
    .hcp .modal-dialog.modal-xl,.hcc .modal-dialog.modal-xl {
        width: 516px;
    }
}
@media (max-width: 516px) {
    .hcp .modal-dialog.modal-xl,.hcc .modal-dialog.modal-xl {
        width: 100%;
    }
}
@media (max-width: 767px) {
    .no-wrap{
        white-space: nowrap;
    }
.hcp .modal-dialog.modal-xl,.hcc .modal-dialog.modal-xl {
    padding: 20px;
}
span.nowhite {
    font-size: 25px !important;
    white-space: nowrap;
}
.hcc.modal-entry .sub-section h3 span {
    font-size:25px !important;
}


.hcp.modal-entry .sub-section h3,.hcc.modal-entry .sub-section h3{
    font-size: 25px;
  }
.hcp .sub-section ol, .hcc .sub-section ol {
    padding-inline-start: 42px;
    padding-right: 20px;
}
.modal-entry .title-area h2 {
    text-align: center;
    margin: 0 auto;
    font-size: 26px;;
  }
}
.hcp .sub-section ol, .hcc .sub-section ol {
    padding-left: 2.5rem;
}
@media(max-width:768px){
    .mob-display{
        display: none;
      }
      .hcc .mob-display{
        display: block;
   }
}
@media(max-width:1023px) and (min-width:801px){
    .hcp .modal-dialog.modal-xl, .hcc .modal-dialog.modal-xl{
        padding: 20px;
    }   
}
@media(max-width:1024px) and (min-width:800px){
    .desk-show {
     display: block;
 }
  }
  @media(max-width:800px) {
    .desk-show {
     display: none;
 }
  }
  .hcc .dv-inline .mob-display {
    display: none;
}
.hcc.modal-entry .sub-section h3 span {
    font-size: 30px;
}
@media(max-width:414px){
    br.desk-show.newcls {
        display: block;
    }
}