@media screen and (max-width:1024px){
    .downloadImage {
        margin: 20px 0 0 4%;
        width: 96%;
        position: relative;
    }
    .selectOneCheckBox {
        position: absolute;
        top: 50%;
        transform: translateY(-12.5px);
        -webkit-transform: translateY(-12.5px);
        left: -54px;
     }
}
@media screen and (max-width:768px){
    input.barcode {
        width: 300px !important;
    }
    p.footerContact{
        text-align: center;
    }
    /* .downloadImage {
        margin: 140px 0 0 0;
        min-height: 620px;
    } */
    
    body{
        padding-bottom: 65px;
      }
      .downloadImage {
        margin: 20px 0 0 10%;
        width: 90%;
        position: relative;
    }
    .selectOneCheckBox {
        position: absolute;
        top: 50%;
        transform: translateY(-12.5px);
        -webkit-transform: translateY(-12.5px);
     }
}
@media (min-width:581px) and (max-width:768px){
    input.barcode {
        width: 300px !important;
    }
    .selectOneCheckBox {
        left: -54px;}
}
@media screen and (max-width:767px){
    input.barcode {
        width: 300px !important;
    }
    body{
        padding-bottom: 96px;
      }
}
@media screen and (max-width:580px) {
    input.barcode {
        width: 300px !important;
    }

    a#download-image-button {
        float: left !important;
    }
    p.footerContact{
        text-align: center;
    }
    /* .downloadImage {
        margin: 88px 0 0 0;
        min-height: 315px;
    } */
    /* .selectOneCheckBox {
        top: -135px;
    } */
    body{
        padding-bottom: 100px;
      }
    span.countSpan{
    padding-left: 0;
    }
    span#error-download {
        text-align: left;
    }
    .downloadImage {
        margin: 20px 0 0 10%;
        width: 90%;
        position: relative;
    }
    .selectOneCheckBox {
        position: absolute;
        top: 50%;
        left: -38px;
        transform: translateY(-12.5px);
        -webkit-transform: translateY(-12.5px);
     }
}

@media screen and (max-width:322px){
    /* .downloadImage {
        margin: 92px 0 0 0;
        min-height: 275px;
    } */
    .selectOneCheckBox {
        left: -35px;}
}