@media(max-width:540px){
    
    .mob-view{
        display: none !important;
    }
		.errTooltip .errTooltiptext
 {
  left:unset !important;
 }
  .table tr:nth-child(2)
 {
  display:none
 }
.mob-d-block{
    display: block !important;
}
     .table-holder table{ 
  display: block; 
}

 .table-holder thead{ 
  display: block; 
}

 .table-holder tbody { 
  display: block; 
}

 .table-holder th { 
  display: block; 
}

 .table-holder td { 
  display: block; 
}

 .table-holder tr { 
  display: block; 
} 


 .table-holder tr { border: 1px solid #ccc; margin: 10px 0px;}

 .table-holder td { 
 
  border: none;
  border-bottom: 1px solid #eee; 
  position: relative;
  padding-left: 20%; 
  text-align: right;
 
}

.mob-width-50{
    width: 50px !important;
}

 .table-holder td:before {
  position: absolute;
  top: -4px;
  left: 9px;
  padding-right: 10px;
  font-weight: 600;
  white-space: nowrap;
  padding: 8px 0px;
}


 .table-holder td:nth-of-type(1):before { content: "Policy No."; }

 .table-holder  td:nth-of-type(2):before { content: "Policy End Date"; }

 .table-holder td:nth-of-type(3):before { content: "UHID Number"; }

 .table-holder  td:nth-of-type(4):before { content: "Policy Status"; }
 .table-holder  td:nth-of-type(5):before { content: "Insured Name"; }
 /* .table-holder  td:nth-of-type(6):before { content: "Action"; } */

  

 /* .table-holder table, thead, tbody, th, td, tr { 
  display: block; 
} */


.mob-d-block{
  display: block !important;
}
   .existing-table-holder table{ 
display: block; 
}

.existing-table-holder thead{ 
display: block; 
}

.existing-table-holder tbody { 
display: block; 
}

.existing-table-holder th { 
display: block; 
}

.existing-table-holder td { 
display: block; 
}

.existing-table-holder tr { 
display: block; 
} 
 .existing-table-holder td
 {
   display:flex;
   justify-content:end;
 }
  .existing-table-holder td span
 {
   display:block;
  width:180px
 }

.existing-table-holder tr { border: 1px solid #ccc; margin: 10px 0px;}

.existing-table-holder td { 

border: none;
border-bottom: 1px solid #eee; 
position: relative;
padding-left: 20%; 
text-align: right;

}



.existing-table-holder td:before {
position: absolute;
top: -4px;
left: 9px;
padding-right: 10px;
font-weight: 600;
white-space: nowrap;
padding: 8px 0px;
}


.existing-table-holder td:nth-of-type(1):before { content: "Claim Number"; }

.existing-table-holder  td:nth-of-type(2):before { content: "Claim Type"; }

.existing-table-holder td:nth-of-type(3):before { content: "Hospital Name"; }

.existing-table-holder  td:nth-of-type(4):before { content: "Admision Date"; }
.existing-table-holder  td:nth-of-type(5):before { content: "Patient Name"; }
.existing-table-holder  td:nth-of-type(6):before { content: "Claim Status"; }



/* .table-holder table, thead, tbody, th, td, tr { 
display: block; 
} */




.wizard > .steps {
    position: relative;
    display: block;
    padding: 0px !important;
    width: 100%;
  }
  
      .wizard > .steps > ul  {
   /* margin-left: -40px; */
   margin-top: 10px;
  }
      .wizard > .steps > ul > li {
    width: 25% !important;
    list-style: none;
    position: relative;
    height: 63px;
  }
  .wizard > .steps a, .wizard > .steps a:hover, .wizard > .steps a:active {
    display: block;
    width: auto;
    margin: 0;
    padding: 6px 10px 10px 17px  !important;
    text-decoration: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
  }
    .wizard > .steps .current a, .wizard > .steps .current a:hover, .wizard > .steps .current a:active {
      background:linear-gradient(to top, #034ea2 10%, #6fb2ff)  !important;
      border: none !important;
      padding: 5px 5px 5px 5px !important;
      color:  white !important;
      font-size: 12px !important; 
      border-radius: 0px !important;
      text-align: center !important;
      /* box-shadow: 0px 20px 20px -15px #111; */
      border-top: 1px solid #034ea2 !important;
      border-bottom: 1px solid #034ea2 !important;
      font-weight: 400 !important;
      height: 63px;
      display: flex;
      align-items: center;
  }
  .wizard > .steps .done a, .wizard > .steps .done a:hover, .wizard > .steps .done a:active {
    background:linear-gradient(to top, #034ea2 10%, #6fb2ff)  !important;
    border: none !important;
    padding: 5px 5px 5px 5px !important;
    color:  white !important;
    font-size: 12px !important; 
    border-radius: 0px !important;
    text-align: center !important;
    /* border-radius: 50%; */
    border-top: 1px solid #034ea2 !important;
    border-bottom: 1px solid #034ea2 !important;
    font-weight: 400 !important;
    height: 63px;
    display: flex;
    align-items: center;
  }
  .wizard > .steps .disabled a, .wizard > .steps .disabled a:hover, .wizard > .steps .disabled a:active {
    background: white  !important;
    border: none !important;
    padding: 5px 5px 5px 5px !important;
    color: #034ea2 !important;
    font-size: 12px !important; 
    border-radius: 0px !important;
    text-align: center !important;
    font-weight: 200;
    border-bottom: 1px solid #034ea2 !important;
    border-top: 1px solid #034ea2 !important;
    /* border-radius: 50%; */
    font-weight: 400 !important;
    height: 63px;
    display: flex;
    align-items: center;
  }
  
  #steps-uid-0-t-2{
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .wizard > .steps > ul > li::after{
    content: "";
    width: 8.5%;
    height: 0px;
    top: 0;
    left: 0;
    background-color: #034ea2;
    position: absolute;
    display: none !important;
  
  }
  .wizard > .steps > ul > li.last::after{
  content: "";
    width: 0%;
    height: 0px;
    top: 0;
    left: 0;
    background-color: #034ea2;
    position: absolute;
    display: none !important;
  }
  .wizard > .actions {
    position: relative;
    display: none !important;
    text-align: right;
    width: 100%;
  }

  .wizard > .steps > ul > li.last{
 border-right: 1px solid #034ea2;
}
.accordion {
  padding-left: 0px !important;
  }

.btn-rgi {
    background: linear-gradient(to top, #034ea2 10%, #6fb2ff);
    border: none;
    padding: 5px 11px 5px 11px;
    color: white;
    font-size: 14px;
    border-radius: 25px;
    box-shadow: 0px 20px 20px -15px #111;
}

.infoswitch{
    display: block;
}

.mob-lh-23{
    line-height: 23px !important;
}

}


/* ipad */

@media(max-width:991px) {
  .btn-rgi {
    background: linear-gradient(to top, #034ea2 10%, #6fb2ff);
    border: none;
    padding: 5px 30px 5px 30px;
    color: white;
    font-size: 15px;
    border-radius: 25px;
    box-shadow: 0px 20px 20px -15px #111;
}
  
}
@media(max-width:768px) {
  .btn-rgi {
    background: linear-gradient(to top, #034ea2 10%, #6fb2ff);
    border: none;
    padding: 5px 20px 5px 20px !important;
    color: white;
    font-size: 15px;
    border-radius: 25px;
    box-shadow: 0px 20px 20px -15px #111;
}
  #divDocumentList .accordion__item__head p
  {
	  width:60%;
  }
}