/* Hide Submit  and Print Button */
.form-submit-button {
    display: none !important;
  }
  
  #print-preview {
      display: none !important;
  }
  
  
  
  /* Hiding Language dropdown*/
  
  #form-element-wrapper_23{
      visibility: hidden !important;
    }

    #form-element-wrapper_2{ display:none;}

    
  .header_container {
    display: flex;
    justify-content: space-between;
    column-gap: 30px !important;
}

.telephone {
    width: 40%;
    padding-top:20px;
}
.logo{ padding-left: 20px;}
.grey-box1 {
    background-color: #e5e5e5;
    width: 120%;
    height: 60px;
    border-radius: 20px;
    padding: 20px;
   }

.grey-box2 {    
    background-color: #e5e5e5;
    width: 370px;
    height: 120px;
    border-radius: 20px;
    padding: 20px;
   }


.divTableRow {
	display: table-row;
}
.divTableCell {
	display: table-cell;
width: 60%;
padding:1px;
}

.maildetails {
    width: 40%;
    margin-top: 50px;

}
.box {
    position: static !important;
    width: 98%;
    height: 90%;
    border: 1px solid black;
    padding-left: 5px;
    margin-top: 20px;
    margin-left: 1px;
    text-align: left;
    padding: 5px;
}
.blanklinecallout {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}   

@media screen and (max-device-width: 768px) {
   
    .header_container {
        flex-direction: column;
        justify-content: center;
        align-items: center !important;
    }

    .telephone {
        width: 84%;
        padding-bottom: 30px;
    
    }

    .divTableCell{width:55%;
    padding:2px;}

    .grey-box1 {
      
        width: 100%;
        margin-left: -25px;
    
    }

    .grey-box2 {
        padding-left: 276px;
        width: auto !important;
        
    }
.logo{margin-left:-20px;}

.box {
    width: 95% !important;
}
}

/* Media Query for iPad Mini */

@media only screen 
and (min-width: 768px) 
and (max-width: 768px) 
and (min-height: 1024px) 
and (max-height: 1024px)
{
 
    .header_container {
        flex-direction: column;
        justify-content: center;
        align-items: center !important;
    }
    .telephone {
        width: 40%;
    padding-top:20px;
    
    }
 .maildetails{max-width: 12%;}
}