/* Hide Submit Button */
.form-submit-button {
    display: none !important;
  }
  
/* Hide Print Button */
  #print-preview {
    display: none !important;
  }

/* Hide Additional wrapper sections */
#form-element-wrapper_2
{
    display: none;
}

/* TO CONTROL SCREEN SCROLL*/
.form-section, .form-item {
    display: block;
    overflow: hidden;
    padding-left: inherit;
    padding-bottom: 16px;
}

  /* Hiding Language dropdown */
  #form-element-wrapper_1 {
      visibility: hidden !important;
  }

/*------------------------------------------------------*/

.header_container {
    display: flex;
    justify-content: space-between;
    column-gap: 30px !important;
}

/* Container for the Corner box */ 

.corner-boxM {
    position: relative;
    width: 390px;
    height: 129px;
    margin-top: 10px;
  }
  
  /* Top left corner */
  .corner-boxM::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px; /* Length of the corner line */
  height: 20px;
  border-top: 1px solid black; /* Top border */
  border-left: 1px solid black; /* Left border */
  }
  
  /* Bottom right corner */
  .corner-boxM::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 20px;
  height: 20px;
  border-bottom: 1px solid black; /* Bottom border */
  border-right: 1px solid black; /* Right border */
  }
  
  /* Top right corner */
  .corner-boxM .top-rightM {
  position: absolute;
  top: 0;
  right: 0;
  width: 20px;
  height: 20px;
  border-top: 1px solid black;
  border-right:1px solid black;
  }
  
  /* Bottom left corner */
  .corner-boxM .bottom-leftM {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 20px;
  height: 20px;
  border-bottom: 1px solid black;
  border-left: 1px solid black;
  }
 
/***************************** */ 

.phonenumbers {
    float: right;
    width: 44%;
}
.divTableRow {
    display: table-row;
}
.divTableCell {
    display: table-cell;
    padding: 3px;
    width:55%;
}
.legendsstyle {
    font-weight: normal;
    padding-left:3px;
}

.mailDate {
  width: 47%;
}
.divTableCellN {
    display: table-cell;
    padding-top: 6px;
    padding-right: 5px;
    text-align: left;
}
.divTableCellN1 {
    display: table-cell;
    padding-top: 6px;
    padding-right: 5px;
    text-align: left;
    width: 34%;
    vertical-align: bottom;
}
.greyboxsmall { 
  background-color: #e5e5e5; 
  padding: 30px; 
  padding-top: 0px; 
  padding-bottom: 0px; 
  text-align: center; 
  /* margin-inline-start: 3px; */
} 
    
.blanklinecallout {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

/*------------- Checkbox -------------*/

.divTable { 
    display: table; 
    width: 100%; 
    border-collapse: collapse; 
} 
 
.Checkboxsize { 
 width: 14px; 
 height: 14px; 
 background-color: white; 
border-radius: 5%; 
 border: 1px solid grey; 
 appearance: none; 
 -webkit-appearance: none; 
  outline: none; 
 cursor: pointer; 
 margin-right: 8px; 
} 

.jtext {
    display:block;
    margin-top: -26px;
    padding-left: 50px ;
    margin-right: 50px;
}

.jtext1 {
    display:block;
    margin-top: -22px;
    padding-left: 50px ;
    margin-right: 50px;
}
:lang(ar) .jtext1,
:lang(fa) .jtext1 {
  display:block;
    margin-top: -25px;
    padding-left: 50px ;
    margin-right: 50px;}
ul,ol {
    margin-right:0px;
}


/* **************************** */ 
.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;
}
.donttranslate{
    translate: "no"  !important;
}
/* Responsive code for Mobile Devices */ 

@media only screen and (max-width: 768px) {
   .header_container {
   flex-direction: column;
   justify-content: center;
   align-items: center !important;
}

.phonenumbers {
   width:80%;
}

.legendsstyle {
   padding-top:0px;
}

.corner-boxM {
  width: 295px;
  margin-bottom: 30PX;
}

.mailDate {
   width:85%;
   margin-top:-20px;
}

.divTableCellN1 {
   width: 43%;

.UniquePhoneTable  {
    width: 100%;
}

.divTableCellUnique{
    width:65%;
}}
}
@media screen and (max-device-width: 821px) 
and (max-device-height: 1181px) 
and (min-device-width: 819px) 
and (min-device-height: 1179px) {
.corner-boxM {
  width: 318px;
}
.divTableCellN1 {
   width: 38%;
}
.divTableCell {
    width: 62%;
}
}
/* Media query for 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;
    justify-content: center;
    align-items: center !important;
}

.corner-boxM {
    width: 350px;
}

.phonenumbers {
    width: 40%;
}

.legendsstyle {
    padding-top:15px;
}

.mailDate {
   width: 50%;
}

.divTableCellN1 {
   width: 37%;
}
.UniquePhoneTable  {
             width: 55%;
             margin-inline-start: 12%;;
         }
       .divTableCellUnique{
    width:65%;
}
}