
@media screen and (max-device-width: 768px)        
{
      .header_container {
       flex-direction: column !important;
       justify-content: center !important;
       align-items: center !important;
       }
.phonenumbers {
width:80% !important;
}
.legendsstyle {
   padding-top:0px;
}
.header_container .L1right1 img {
   padding-right:20px !important; /* Adjust the value as needed */
}
.mailDate{
   width:80% !important;
   margin-top:-20px;
    }
.L1right {
 width: 56% !important;
}
   }
   

/* iPad Mini  */
@media only screen and (min-width: 768px) and (max-width: 768px) and (min-height: 1024px) and (max-height: 1024px) {
      
   .header_container {
       flex-direction: column !important;
       justify-content: center !important;
       align-items: center !important;
       
   }

  
   .phonenumbers {
       width: 75% !important;
       padding-left: 85%;}

.legendsstyle {
   padding-top:15px;
}
.mailDate {
   width: 22% !important;
   padding-left: 33%;
}

.L1right {
width: 0% !important;
padding-left:29%;

}    
}

/* Hide Submit Button */
.form-submit-button {
    display: none !important;
}
/* ------------------ */

/* Hide Print Button */
#print-preview {
    display: none !important;
}
/* Styling Phone numbers only*/

.header_container {
    display: flex;
    justify-content: space-between;
    column-gap: 30px !important;
}
#form-element-wrapper_2 {
    display: none;
}

/*.L1left {
    padding-top: 20px;
    padding-left: 10px;
    padding-bottom: 1px;
    /* float: left; 
    width: 50%;
    font-family: Arial;
    font-size: 14px;
    line-height: 25%
}*/

.L1right {
    padding-top: 1px;
    padding-right:28px;
    padding-bottom: 1px;
    /* float: right; */
    width: 40%;

}


.phonenumbers {
    float: right;
    width: 43%;
}
.divTableRow {
    display: table-row;
}

.divTableCell {
    display: table-cell;
    padding: 3px;
    width:55%;
}
.legendsstyle {
    
    font-weight: normal;
    padding-left:3px;
}
.divTableCellN {
   /* display: table-cell;*/
    padding-top: 6px;
    /*padding-right: 3px;*/
}
.mailDate{
float:right;
width:42.5%;
 }



.Table{

    border: 1px solid rgba(0, 0, 0, 1); 
    padding: 10px;
    height:100px;
    }
    
.blanklinecallout {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
  }
 

#form-element-wrapper_17{
    visibility: hidden !important;
}
