@media only screen and (max-width:991px){
  
}
@media only screen and (max-width:767px){
    .mobileDisNone{ display: none;}
    .logo{align-items: center;justify-content: center;}
    .Div_datapicker{ margin: 5px 0 15px 0;}
    .js_CovidFileUpload .outerFileUpload{ margin-top: 0px;}
    .outerFileUpload{ margin-top: 5px;}
    .welcomeMessagePage .card .card-header{ font-size: 16px;}
    #js_LicensesCertificate .card-body > .row{ margin-bottom: 0px;}
    .js_MMRVaccine .js_CovidFileUpload .outerFileUpload,.js_HepVaccine .js_CovidFileUpload .outerFileUpload,.js_VaricellaVaccine .js_CovidFileUpload .outerFileUpload{ margin-top:5px; margin-left: 3px;}
    .token-alert{ width:70%}
}
@media only screen and (max-width:640px) {
    .token-alert{ width:90%}
}
@media only screen and (max-width:560px){
 
}
@media only screen and (max-width:480px){
 
}
@media only screen and (max-width:360px){
 
}
@media not all and (min-resolution:.001dpcm) {
     
}
 