
/* Hide Submit Button */
.form-submit-button {
    display: none !important;
}

/* ------------------ */

/* Hide Print Button */
#print-preview {
    display: none !important;
}

/*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_2
{
    display: none;
}

/*To hide the languages drop-down
*/
#form-element-wrapper_16
{
visibility: hidden;
}

/*water mark 

.watermark
{ 
    position: fixed; 
    bottom: 500px; 
    left: 42%; 
    font-size: 150px; 
    color: rgba(81, 89, 103, 1); 
    opacity: 0.6; 
    z-index: 10000">
}*/
.Logo {
    float: left;
    margin-top: 3%;

}
.address.noto_fonts {padding-left: 212px;}
.blank-line {
    display: inline-block;
    border-bottom: 1px solid black;
    width: 200px;
    text-align: center;
}

.Lright {
    float: right;
    padding-right: 0px !important;
    width: auto !important;
}
.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: 5%;
    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: 70%;
    }
    

    .Lright 
    {        margin-top: -5px;
        margin-right: 30px;
    }
        .Lright1 
        { width: auto;
            margin-top: -30px;
            margin-right: 200px;
        }
    .header_container {
                flex-direction: column !important;
                justify-content: center !important;
                align-items: center !important;
               
            }
            .jtext {
                display: block;
                margin-top: -30px;
                padding-left: 50px;
                margin-right: 10%;
                padding-top: 10px;
                overflow-wrap: anywhere;
            }
}

@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;
    }
    .Logo { 
        margin-left: 0px;
        width: 100%;
    }
    

    .Lright 
    {       margin-top: -120px;
        margin-right: -75%;
    }
        .Lright1 
        { margin-top: 0px;
            margin-right: -45%;
        }
        .address {
            padding-left: 147px !important;
            width: auto !important;
       }
        
}