.header-top-bar-covid{background:#38712a; color:#fff;}
.certificate {
    
   
    border: 0;
    text-transform: uppercase;
    border-radius: 0;
    padding: 10px;
    cursor: pointer;
    font-size: 0.87rem;
    font-weight: 900;
}
.covid-link{animation: pulse2 2s infinite; font-size: 15px;}
@keyframes pulse2 { 0% { color: #fff;  }
50% {  color: #ccc;}
100% { color: #fff; }
}

.clickhere{animation: pulse3 1s infinite; font-size:10px;}
@keyframes pulse3 { 0% { color: #fc9e04;  }
50% {  color: #ccc;}
100% { color: #fc9e04; }
}

#myBtn2 { animation: pulse 2s infinite; color:#fff;}
@keyframes pulse { 0% { background-color: #fc9e04;  }
50% {  background-color: #000;}
100% { background-color: #fc9e04; }
}
.modal2 {



    display: none; /* Hidden by default */



    position: fixed; /* Stay in place */



    z-index: 1; /* Sit on top */



    padding-top: 100px; /* Location of the box */



    left: 0;



    top: 0;



    width: 100%; /* Full width */



    height: 100%; /* Full height */



    overflow: auto; /* Enable scroll if needed */



    background-color: rgb(0,0,0); /* Fallback color */



    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */



}

.modal-content2 {



    background-color: #fefefe;



    margin: auto;



    padding: 20px;



    border: 1px solid #888;



    width: 40%;



}







/* The Close Button */



.close2 {



    color: #aaaaaa;



    float: right;



    font-size: 28px;



    font-weight: bold;



}


.modal-content2 h4{ text-align:center; color:#04c4fd; text-transform: capitalize; font-family: 'Noto Serif', serif;}




.close2:hover,



.close2:focus {



    color: #000;



    text-decoration: none;



    cursor: pointer;



}
@media(max-width: 768px){
    .modal-content2 {

        width:90%;
    }
    .certificate {
    border: 0;
    text-transform: uppercase;
    border-radius: 0;
    padding: 5px;
    cursor: pointer;
    font-size: 11px;
    font-weight: 900;
}
.covid-link {
    font-size: 12px;
}
}