
/* Hide Submit Button */
.form-submit-button {
    display: none !important;
}

/* ------------------ */

/* Hide Print Button */
#print-preview {
    display: none !important;
}
/*To hide the languages drop-down
*/
#form-element-wrapper_16
{
visibility: hidden;
}
/*responsive code*/

.header_container {
    display: flex;
    justify-content: space-between;
    column-gap: 30px !important;
}
/*to hide the blank space below the form footer*/
#form-element-wrapper_34
{
    display: none;
}

#form-element-wrapper_2
{
    display: none;
}

.Logo {
    margin-top: 3%;
}

.address.noto_fonts {
    padding-left: 212px;
}

.blank-line {
    display: inline-block;
    border-bottom: 1px solid black;
    width: 150px;
    text-align: center;
}

.Lright1 {
    float: right;
    padding-right: 0px !important;
    padding-bottom: 10px;
    width: 15%;
    margin-right: 158px;
}

.divTableRow {
    display: table-row;
}

.divTableCell {
   
    border: 0px solid #ddd;
    padding: 2px;
    vertical-align: top;

}

.divTableCellA {
   
    border: 0px solid #ddd;
    padding: 10px;
    vertical-align: top;

}

.blanklinecallout {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.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;
    cursor: pointer;
}

.jtext {
    display: block;
    margin-top: -30px;
    padding-left: 50px;
    margin-right: 20px;
    padding-top: 10px;
}

.blankline2 {
    flex-grow: calc(4);
    border-bottom: 1px solid black;
    width: 400px;
    margin: 0 auto;
    /* Centers the element horizontally */
    vertical-align: bottom;
    padding-left: 10px 0;}


@media only screen and (max-width: 768px) {

        .address {
            padding-left: 20px !important;
            width: auto !important;
            }
    
        .content {
            padding-left: 0 !important;
            width: auto !important;
            }
    
        .Logo { 
            margin-left: 0px;
            width: 222px;
            }
        
        .Lright {
            text-align: center; 
            padding-top: 25px; 
            width: auto; 
            }
    
            .Lright1 { 
            width: auto;
            margin-right: 0;
            }
    
            .header_container {
            flex-direction: column !important;
            justify-content: center !important;
            align-items: center !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 !important;
        justify-content: center !important;
        align-items: center !important;
        }

        .Lright1 {
        margin-top: 0px;
        margin-right: 0%;
        }

    .address {
        padding-left: 147px !important;
        width: auto !important;
        }
        
}