.custom_78 {width:940px;height:auto;margin-top:15px;margin-left:auto;margin-bottom:15px;margin-right:auto;padding-left:20px;padding-right:20px;color:#333;background-color:#c3e5f6;    -webkit-box-shadow: 0 0 15px rgba(0,0,0,0.6);
    -moz-box-shadow: 0 0 15px rgba(0,0,0,0.6);
    box-shadow: 0 0 15px rgba(0,0,0,0.6);
    -moz-border-radius: 10px / 100px;}[class*='col-'] { padding-right: 0px; }.row-584538b58b1a7 {height:auto;color:#333;background-color:rgba(255, 255, 255, 0);}.column-584538b58b1a8 {height:auto;color:#333;background-color:rgba(255, 255, 255, 0);min-height:5px;}.row-5899539e24612 {}.column-webcontent-secondpage {min-height:5px;}.row-584538b68b1ab {}.column-584538b68b1ac {min-height:5px;}img.icon-anima {
    -webkit-transition: box-shadow 0.2s;
    -moz-transition: box-shadow 0.2s;
    transition: box-shadow 0.2s;
    margin: 10px;
    transition: all .2s ease-in-out;
}

img.icon-anima:hover {    
    transform: scale(1.1);
}


.navigation-table tr > td a{
    display: inline-block;   
    width: 90px;
    height: 90px;
    line-height: 90px;
    margin: 0 10px;
    text-align: center;
    position: relative;
    overflow: hidden;
    border-radius: 28%;
    /*box-shadow: 0 5px 15px -5px rgba(0,0,0,0.1);*/
    transition: 1s box-shadow;
    /*opacity: 0.99; */
}

/*
.navigation-table tr > td a:hover {
  box-shadow: 0 5px 35px 0px rgba(0,0,0,.1);
  background: #c3e5f6;
  transition: 1s ease;
}
*/
.navigation-table tr > td a:hover:before, .navigation-table tr > td a:hover:after {
  display: block;
  content: '';
  position: absolute;
  width: 90px;
  height: 90px;
  background: #FDA8CF;
  border-radius: 75px;
  z-index: -1;
  animation: 1s clockwise infinite;
}

.navigation-table tr > td a:hover:after {
  background: #F3CE5E;
  animation: 2s counterclockwise infinite;
}

/*===============New Covid-19 Pages=================*/


.covid-icon td a{
    display: inline-block;   
    width: 90px;
    height: 90px;
    line-height: 90px;
    margin: 0 10px;
    text-align: center;
    position: relative;
    overflow: hidden;
    border-radius: 28%;
    /*box-shadow: 0 5px 15px -5px rgba(0,0,0,0.1);*/
    transition: 1s box-shadow;
    /*opacity: 0.99; */
}

/*
.covid-icon td a:hover {
  box-shadow: 0 5px 35px 0px rgba(0,0,0,.1);
  background: #c3e5f6;
  transition: 1s ease;
}
*/
.covid-icon td a:hover:before, .covid-icon tr > td a:hover:after {
  display: block;
  content: '';
  position: absolute;
  width: 90px;
  height: 90px;
  background: #FDA8CF;
  border-radius: 75px;
  z-index: -1;
  animation: 1s clockwise infinite;
}

.covid-icon td a:hover:after {
  background: #F3CE5E;
  animation: 2s counterclockwise infinite;
}

@media only screen and (max-width: 768px){
.covid-tbl tbody > tr {
    display: grid;
    /* grid-template-columns: 1fr 1fr 1fr; */
    grid-template-columns: repeat(3, 31%);
}

.td-doc{
   margin-top: -160px;
}

}

/*==============END New Covid-19 Pages================*/


@keyframes clockwise {
  0% {
    top: -5px;
    left: 0;
  }
  12% {
    top: -2px;
    left: 2px;
  }
  25% {
    top: 0;
    left: 5px;    
  }
  37% {
    top: 2px;
    left: 2px;
  }
  50% {
    top: 5px;
    left: 0;    
  }
  62% {
    top: 2px;
    left: -2px;
  }
  75% {
    top: 0;
    left: -5px;
  }
  87% {
    top: -2px;
    left: -2px;
  }
  100% {
    top: -5px;
    left: 0;    
  }
}

@keyframes counterclockwise {
  0% {
    top: -5px;
    right: 0;
  }
  12% {
    top: -2px;
    right: 2px;
  }
  25% {
    top: 0;
    right: 5px;    
  }
  37% {
    top: 2px;
    right: 2px;
  }
  50% {
    top: 5px;
    right: 0;    
  }
  62% {
    top: 2px;
    right: -2px;
  }
  75% {
    top: 0;
    right: -5px;
  }
  87% {
    top: -2px;
    right: -2px;
  }
  100% {
    top: -5px;
    right: 0;    
  }
}

.navigation-wrap{
    display: inline-block;
    background-color: #f1f1f1;
    width: 90px;
    height: 90px;
    line-height: 90px;
    margin: 0 10px;
    text-align: center;
    position: relative;
    overflow: hidden;
    border-radius: 28%;
    box-shadow: 0 5px 15px -5px rgba(0,0,0,0.1);
    /*opacity: 0.99; */
}

.navigation-wrap:hover {
  box-shadow: 0 5px 35px 0px rgba(0,0,0,.1);
}

.navigation-wrap:hover:before, .navigation-wrap:hover:after {
  display: block;
  content: '';
  position: absolute;
  width: 90px;
  height: 90px;
  background: #FDA8CF;
  border-radius: 75px;
  z-index: -1;
  animation: 1s clockwise infinite;
}

.navigation-wrap:hover:after {
  background: #F3CE5E;
  animation: 2s counterclockwise infinite;
}

