/* 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;
}

.divTableRow {
    display: table-row;
}

.divTableCellP {
    display: table-cell;
    width: 60%;
    padding: 2px;
    white-space: nowrap;
}

 

.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; 

} 
/* Container for the Corner box - big */ 

.corner-boxM {
  position: relative;
  width: 375px;
  height: 115px;
  margin-top: 15px;
  margin-bottom: 25px;
  }
  
  /* 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;
  }
  

/* **************************** */ 

.mailDate1 {
    margin-top: 0% !important;
}

.divTableCellN {
    display: table-cell;
    padding-top: 6px;
    padding-right: 3px;
    text-align: left;
}

.blank-line1 {
    display: inline-block; 
    border-bottom: 1px solid black;
    width:200px;
        height: 17px;
}

.blanklinecallout {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.blank-lineM {
    display: inline-block;
    border-bottom: 1px solid black;
    width: 75px;
    height: 18px;
    margin-inline-start: 5px;
    
}


/* **************************** */ 
.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: -22px;
    padding-left: 50px;
    margin-right: 50px;
    
}
:lang(ar).jtext, :lang(fa).jtext {
    display: block;
    margin-top: -26px;
    padding-left: 50px;
    margin-right: 50px;
}
/* Responsive code for Mobile Devices */ 


:lang(fa) .address-ltr1,
:lang(en) .address-ltr1,
:lang(ar) .address-ltr1,
:lang(hi) .address-ltr1,
:lang(hy) .address-ltr1,
:lang(ja) .address-ltr1,
:lang(ko) .address-ltr1,
:lang(km) .address-ltr1,
:lang(pu) .address-ltr1,
:lang(th) .address-ltr1,
:lang(zh-CN) .address-ltr1,
:lang(zh-TW) .address-ltr1,
:lang(fil) .address-ltr1,
:lang(ru) .address-ltr1,
:lang(Vi) .address-ltr1
{

    direction: ltr !important; 

    unicode-bidi: embed; 

    white-space: nowrap !important; 

    display: inline-block !important; 

  } 


@media only screen and (max-width: 768px) {
.header_container {
   flex-direction: column;
   justify-content: center;
   align-items: center !important;
}

.UniquePhoneTable  { 

    width: 100%; 

} 

  

.divTableCellUnique{ 

    width:65%; 

} 

.corner-boxM {
  width: 325px;
}
.jtext {
    display: block;
    margin-top: -22px;
    padding-left: 50px;
    margin-right: 50px;
    width: 80% !important;
}
:lang(fa) .address-ltr1, :lang(en) .address-ltr1, :lang(ar) .address-ltr1, :lang(hi) .address-ltr1, :lang(hy) .address-ltr1, :lang(ja) .address-ltr1, :lang(ko) .address-ltr1, :lang(km) .address-ltr1, :lang(pu) .address-ltr1, :lang(th) .address-ltr1, :lang(zh-CN) .address-ltr1, :lang(zh-TW) .address-ltr1, :lang(fil) .address-ltr1, :lang(ru) .address-ltr1, :lang(Vi) .address-ltr1 {
    direction: ltr !important;
    unicode-bidi: embed;
     white-space: normal !important;
    display: block !important;
    width: 100% !important;
}


.divTableCellN {
   vertical-align: bottom;
}
:lang(hy).divTableCellN{
   white-space: nowrap;
}
}
:lang(ar).blank-line1,
:lang(fa).blank-line1 {
    display: inline-block;
    border-bottom: 1px solid black;
    width:205px;
    height:13px;
}
@media screen and (max-device-width: 821px) 
and (max-device-height: 1181px) 
and (min-device-width: 819px) 
and (min-device-height: 1179px) {

}

/* 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;
}

   .UniquePhoneTable  { 

             width: 55%; 

             margin-inline-start: 12%; 

         } 

    .divTableCellUnique{ 

    width:65%; 

}
.jtext {
    display: block;
    margin-top: -22px;
    padding-left: 50px;
    margin-right: 50px;
    width: 95%

!important;
}
}