
/* Hiding Language dropdown*/

#form-element-wrapper_4{
    visibility: hidden !important;
  }
 @media screen and (max-device-width: 768px)        
 {

    .header_container {
   flex-direction: column;
   justify-content: center;
   align-items: center !important;
}
.UniquePhoneTable  {
    width: 100% !important;
}

.divTableCellUnique{
    width:65%;
}
.Left1{
    text-align: center !important;
    margin-bottom: 20px;
}
.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-device-width: 768px)
and (max-device-width: 768px)
and (min-device-height: 1024px)
and (max-device-height: 1024px)
and (-webkit-min-device-pixel-ratio: 1)
{
       
    .header_container {
        flex-direction: column !important;
        justify-content: center !important;
        align-items: center !important;
        
    }

    .UniquePhoneTable  {
             width: 55% !important;
             margin-inline-start: 12%;;
         }
       .divTableCellUnique{
    width:65%;}

.legendsstyle {
    padding-top:15px;
}
.mailDate {
    width: 42% !important;
   /* padding-left: 33%;*/
}

.L1right {
 width: 60% !important;
 padding-left:29%;

}    
}
/* Hide Submit Button */
.form-submit-button {
    display: none !important;
}
/* ------------------ */

/* Hide Print Button */
#print-preview {
    display: none !important;
}
/* ----------------- */

/* TO CONTROL SCREEN SCROLL*/
.form-section, .form-item {
    display: block;
    overflow: hidden;
    padding-left: inherit;
    padding-bottom: 16px;
  }
  

/* Styling Phone numbers only*/

.header_container {
    display: flex;
    justify-content: space-between;
    column-gap: 30px !important;
}

/*.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: 31%;

}

/**************************************** for phone number block *************************/

.L1left{
    width:42%;
}
.UniquePhoneTable  {
    width: 47%;
   
}
.divTableRowUnique {
    display: table-row;
}

.divTableCellUnique {
    display: table-cell;
    width: 65%;
    padding: 2px;
     vertical-align: bottom;
}
:lang(fa).divTableCellUnique,
:lang(ar).divTableCellUnique {
     display: table-cell;
    width: 65%;
    padding: 2px;
    vertical-align: baseline;
}


:lang(fa).list,
:lang(ar).list
{
   list-style-type: decimal !important;
    direction: rtl !important;
    unicode-bidi: bidi-override;
    list-style-position: inside;
    padding-right: 2px;
}
.blanklinecallout {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
/*
.phonenumbers {
    float: right;
    width: 43%;
}
.divTableRow {
    display: table-row;
}

.divTableCell {
    display: table-cell;
    padding: 2px;
    width:55%;
}*/
.legendsstyle {
    
    font-weight: normal;
    padding-left:3px;
}
.divTableCellN {
   /* display: table-cell;*/
    padding-top: 5px;
    /*padding-right: 3px;*/
}
.mailDate{
float:right;
width:47%;
margin-top: -17px;
 }
.list{
    padding-left:5px;
    
}
