/* Hide Submit Button */
.form-submit-button {
    display: none !important;
  }
  
  /* Hide Print Button */
  #print-preview {
    display: none !important;
  }
  /* Hiding Language dropdown*/
  
  #form-element-wrapper_1{
      visibility: hidden !important;
    }
#form-element-wrapper_2{
    display: none;
}
    /* TO CONTROL SCREEN SCROLL*/
.form-section, .form-item {
    display: block;
    overflow: hidden;
    padding-left: inherit;
    padding-bottom: 16px;
}

.mailDateX  {
    width:35%;
    padding-top:60px;
}

.jtext {
    display: block;
    margin-top: -21px;
    margin-inline-start: 30px;
}


.header_container {
    display: flex;
    justify-content: space-between;
    column-gap: 30px !important;
}
.blanklinecallout {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
ul,ol{
    margin-inline-start:25px;
}

  .grey-box { 
    margin-inline-start: 7%;
       background-color: #e5e5e5;
    width: 320px;
    height: 120px;

} 
.address-ltr1
{

    direction: ltr !important; 

    unicode-bidi: embed; 

    white-space: nowrap; 

    display: inline-block; 

  } 


.Checkboxsize {  
    width: 14px;  
    height: 14px;  
    background-color: white;  
    border-radius: 5%;  
    vertical-align: middle;  
    border: 1px solid gray;  
    appearance: none;  
    -webkit-appearance: none;  
    outline: none;  
   }  


:lang(ar) .jtext,
:lang(fa) .jtext {
  display: block;
    margin-top: -27px;
    margin-inline-start: 30px;
}

 


 .two-col-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 40px;
    margin-top: 10px;
}

.grid-row {
    display: grid;
    grid-template-columns: 20px auto;
    align-items: flex-start;
    padding-bottom:15px;
 
}

.instruction {
    margin-bottom: 15px;
}

.Checkboxsize {  
    width: 14px;  
    height: 14px;  
    background-color: white;  
    border-radius: 5%;  
    border: 1px solid gray;  
    appearance: none;  
    -webkit-appearance: none;  
    outline: none;  
}

.address-ltr1 {
    direction: ltr !important;
    unicode-bidi: embed;
    white-space: nowrap;
    display: inline-block;
}


@media only screen and (max-width: 768px)
 {
     .header_container {
      flex-direction: column;
        justify-content: center;
        align-items: center !important;
    }

.mailDateX  {
    text-align:center;
   
    width: 65%;
    padding-top: 40px;
}

.two-col-grid {
    display: grid
;
    grid-template-columns: auto !important;
    column-gap: 40px;
    margin-top: 10px;
}
.grey-box {
    margin-inline-start: 0%; 
    background-color: #e5e5e5;
    width: 320px;
    height: 120px;
}
}


 /* 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) {

    .mailDateX {
        width: 31%;
        padding-top: 20px;
    }
 }
