.header_container {
    display: flex;
    justify-content: space-between;
    column-gap: 30px !important;
}
.form-submit-button {
    display: none !important;
}

/* Hiding Language dropdown*/
  #form-element-wrapper_1 {
      visibility: hidden !important;
  }

#print-preview {
    display: none !important;
}

#form-element-wrapper_2 {
    display: none;
}

.form-section, .form-item {
    display: block;
    overflow: hidden;
    padding-left: inherit;
    padding-bottom: 16px;
}

.blanklinecallout {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.options {
    display: flex;
  flex-wrap: wrap;
  align-items: normal;
  gap: 8px 16px;
  width: 100%;
}

.NewFlex {
    display: inline-flex;
  align-items: baseline;
  flex: 1 1 200px;   /* grows to fill remaining space, wraps when it can't fit */
  min-width: 200px;
}

.NewFlex .lineq {
    flex: 1 1 auto;    /* the line itself fills remaining width in the NewFlex */
  border-bottom: 1px solid #000;
  height: 14px;
  margin-inline-start: 8px;
}

.divTableRow {
    display: table-row;
}

.divTableCellN {
    display: table-cell;
    padding-right: 15px;
    text-align: end;
}

.divTableCellN1 {
    display: table-cell;
    padding-right: 15px;
    text-align: start;
}

.divTableRowAddress {
    display: table-row;
}

.divTableCellAddress {
    display: table-cell;
}

.return-box {
    display: flex;
    align-items: center;
    gap: 20px;
}

.grey-box {
    background-color: #e5e5e5;
    width: 350px;
    border-radius: 10px;
    padding-bottom: 26%;
    float: left;
    position: relative;
}

.return-left {
    margin-bottom: 80px;
}

.return-boxContents {
    padding: 10px 15px;
    border-radius: 0px;
    line-height: 1.2;
    display: inline-block;
    height: 100px;
    text-align: start;
}

th {
    text-align: center;
    font-weight: normal;
}

.Checkboxsize {
    width: 16px;
   height: 16px;
   background-color: white;
   border-radius: 5%;
   border: 1px solid black;
   appearance: none;
   -webkit-appearance: none;
   outline: none;
   cursor: pointer;
   margin-inline-end: 8px;
}



.form-rows {
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    margin-bottom: 25px;
    margin-inline-start: 10px;
    margin-top: 20px;
}

.form-rows.full-width {
    width: 99%; /* this is actually the default, but fine to keep */
}

.field-group {
    display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1 1 0;        /* grow to use remaining space */
 border-top: 1px solid #000;
  height: 0px;
  width: 100% !important;
}

.field-group.small {
    flex: 0 0 80px; border-bottom: 1px solid #000;
  height: 14px;
  width: 100% !important;
}

.blank {
    border-bottom: 1px solid #000;
  height: 14px;
  flex-grow:1;
}

.sub-label {
    text-align: center !important;
  margin-top: 2px;
}

.form-container {
    max-width: 900px;
  margin: auto;
  display: flex;
  flex-direction: column;
  gap: 1px;
}

.form-row {
    /*display: flex;
  align-items: flex-start;
  gap: 16px;
  flex-wrap: wrap;*/
  margin-inline-start: 15px;
}

.options1 {
    display: flex;
	flex-wrap: wrap;
	align-items: baseline;
 
}

.fill-line {
    flex: 1 1 75px;      /* each line grows equally, min width 120px */
	border-bottom: 1px solid #000;
	height: 1.2em;
	min-width: 75px;
    margin-inline-start: 10px;
}

.options label {
    display: flex;
  align-items: center;
  gap: 6px;
}

hr {
    border: none;
  border-top: 1px solid #000;
  margin: 16px 0;
}

.lineq {
    width: 122px;
    border-bottom: 1.5px solid #000;
    height: 18px;
 
    display: inline-block;
}

ol li {
    margin-top: 15px;
}

:lang(ar) ol li, :lang(fa) ol li {
    margin-inline-start: 10px;
}

.form-row3 {
    display: flex;
            align-items: baseline;
            flex-wrap: nowrap;
            
            width: 100%;
            margin-top: 20px;
}

:lang(ar).form-row3, :lang(fa).form-row3 {
    display: flex;
    align-items: baseline;
    flex-wrap: nowrap;
    
    width: 100%;
    margin-top: 20px;
}

.sign_block {
    width: 100%;
    margin-inline-start: 10px;
}
.lineq1 {

    flex:1 1 auto;border-bottom:1px solid #000;height:14px;margin-inline-start:15px;min-width:150px; }


.date_block {
    width: 300px;
    margin-inline-start: 80px;
    text-align: center;
}



.signline {
    width: 100%;
    border-bottom: 1.5px solid #000;
    height: 17px;
    margin-inline-end: 5px;
    padding-inline-start: 5px;
}

:lang(ar) .RTLList, :lang(fa) .RTLList {
    margin-inline-start: 10px;
   
}
:lang(ar) ul,
:lang(ar) ol ,:lang(fa) ul,
:lang(fa) ol { margin: 0; }

 

.lineRowFull {
    
    flex-wrap: wrap;
    align-items: baseline;
    gap: 8px;
}

.lineRowFull .NewFlexRow {
    display: flex;
    align-items: baseline;
    flex: 1 1 auto;      /* shares the row, fills remaining width ??? not 100% */
    gap: 8px;
}

.lineRowFull .NewFlexRow .lineq {
    flex: 1 1 auto;
    border-bottom: 1px solid #000;
    min-width: 150px;
}

.fullLine {
    width: 100%;
    border-bottom: 1.5px solid #000;
    height: 20px;
    margin-inline-end: 5px;
}
    
        .MoveInside{
            margin-inline-start:30px;
        }
.movingDownKm
{margin-bottom:55px;}


:lang(fil).fill-line {
    flex: 1 1 29px;
    border-bottom: 1px solid #000;
    height: 1.2em;
    min-width: 69px;
    margin-inline-start: 10px;
}
@media only screen and (max-width: 768px) {
  .divTableCellN {
    display: table-cell;
    padding-top: 6px;
    padding-right: 5px;
    text-align: end;
  }
.lineRowFull .NewFlexRow {
    display:  contents;
}
  .options  label{
    display: contents;
  
}
 
 .MoveInside{
            margin-inline-start:0px !important;
        }
  .fillLineGroup {
        display: flex;
       margin-inline-start: 0px ;
        align-items: stretch;
    
    }

    .fillLineGroup .fill-line {
        flex: none;          /* override the desktop flex:1 sharing */
        width: 100%;         /* each line spans the full row */
        min-width: 0;        /* cancel the desktop min-width so it can shrink */
        border-bottom: 1px solid #000;
        height: 1.2em;
        margin-bottom:15px;    margin-inline-start: 0px ;
    }

    .lineRowFull .NewFlexRow .lineq {
    flex: 1 1 auto;
    border-bottom: 1px solid #000;
    min-width: 100%;
}

    :lang(ar) .fillLineGroup .fill-line,
    :lang(fa) .fillLineGroup .fill-line
     {      margin-bottom:30px; }
.options{
align-items: center;
  gap: 15px;
          margin-top: 5px;
        margin-bottom: 10px;
}
  
.NewFlex{
    flex-wrap: wrap;
}
.NewFlex .lineq {
    flex: 1 1 auto;
    border-bottom: 1px solid #000;
    height: 14px;
    margin-inline-start: 2px;
}
.form-row{
    margin-inline-start: 0px;
}
.field-group{
    display: contents;
}
.form-rows{
    display:contents ;
}
  :lang(hy).divTableCellN, :lang(kh).divTableCellN, :lang(ru).divTableCellN, :lang(fil).divTableCellN {
    display: table-cell;
        padding-top: 6px;
        padding-right: 15px;
        vertical-align: bottom;
        text-align: end;
        width: 66%;
        align-content: end;
        white-space: normal;
  }
  .NewWhite{
    white-space: nowrap !important;
  }
  .MoveDown{
    margin-bottom: 20px;
  }
  .LOGO {
    padding-top:40px;
  }
  .BYBOffice {
    padding-top:20px;
  }
  .grey-box {
    background-color: #e5e5e5;
    width: 350px;
   
    border-radius: 10px;
    padding-bottom: 26%;
    float: left;
    position: relative;
  }
  .divTableRowAddress {
    text-align: center !important;
  }
  .MoveSide {
    margin-bottom: 30px;
  }
  .header_container {
    flex-direction: column;
        justify-content: center;
        align-items: center !important;
  }
  .return-left {
    margin-bottom: 10px;
    text-align: center;
    width:92% !important;
  }
  .return-box {
    display: block;
        align-items: center;
        gap: 20px;
        padding-inline-start: 5%;
  }
  .return-boxContents {
    width: 90% !important;
        text-align: center !important;
  }
  .right {
    margin-top: 10px;
  }
  .divTableCellN1{
    text-align: center !important;
  }
  .address2Resp {
    margin-top: -35px;
        margin-bottom: 35px;
  }
  .form-row3 {
    display: block;
            align-items: baseline;
            flex-wrap: nowrap;
            margin-bottom: 25px;
            width: 330px;
            padding-bottom: 0px !important;
  }
  :lang(ar).form-row3, :lang(fa).form-row3 {
    display: block;
    align-items: baseline;
    flex-wrap: nowrap;
    margin-bottom: 25px;
    width: 325px;
    margin-top: 20px;
    margin-inline-start: 10px;
                padding-bottom: 0px !important;
  }
  .sign_block {
    width: 100% !important;
    margin-inline-start: 0px;
  }
  .date_block {
    width: 100% !important;
        margin-inline-start: 0px !important;
        text-align: center !important;
  }
 
  .signline {
    width: 350px;
        border-bottom: 1.5px solid #000;
        height: 17px;
        margin-inline-end: 5px;
        padding-inline-start: 5px;
  }
  :lang(ar) .signline, :lang(fa) .signline {
    width: 100%;
    border-bottom: 1.5px solid #000;
    height: 17px;
    margin-inline-end: 0px;
    padding-inline-start: 0px;
    height:25px;
  } 
  
  .divTableCellT {
    text-align: center !important;
  }
}

@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) {
  .form-row3 {
    display: block;
            align-items: baseline;
            flex-wrap: nowrap;
            margin-bottom: 25px;
            width: 97%;
            margin-top: 20px;
            margin-inline-start: 10px;
            padding-bottom: 0px !important;
  }
  :lang(ar).form-row3, :lang(fa).form-row3 {
    display: block;
            align-items: baseline;
            flex-wrap: nowrap;
            margin-bottom: 25px;
            width: 95%;
            margin-top: 20px;
            margin-inline-start: 10px;
            padding-bottom: 0px !important;
  }
  .sign_block {
    width: 100% !important;
  }
  .date_block {
    width: 100% !important;
        margin-inline-start: 0px !important;
        text-align: center !important;
  }
 
 
  .return-left {
    margin-bottom: 10px;
    text-align: center;
  }
  .options {
    gap: 12px;
  
  }
 
  .signline {
    width: 790px !important;
  }
  .divTableCellT {
    text-align: center !important;
  }
}

@media only screen and (min-device-width: 820px) and (max-device-width: 820px) and (min-device-height: 1180px) and (max-device-height: 1180px) and (-webkit-min-device-pixel-ratio: 1) {
  :lang(ar).form-row3, :lang(fa).form-row3 {
    display: flex;
    align-items: baseline;
    flex-wrap: nowrap;
    margin-bottom: 25px;
    width: 755px;
    margin-top: 20px;
    margin-inline-start: 10px;
                padding-bottom: 0px !important;
  }
  .sign_block {
    width: 350px !important;
  }
  :lang(fil) .qn6LargeLangAir, :lang(vi) .qn6LargeLangAir {
    margin-top: 20px !important;
  }


  :lang(fil).fill-line {
    flex: 1 1 29px;
    border-bottom: 1px solid #000;
    height: 1.2em;
    min-width: 43px;
    margin-inline-start: 10px;
}
}