
.imgselectcan{
    width: 80px;  
    height: 80px; 
     border-radius: 50%;
}
.texttop{
        margin-top: 0px;
        text-align: left;
}
.headerstyle{
    font-weight: bold; 
    text-align:center;
}
.compclr{
color: #af2727;
font-weight: bold;
}
.textfont{
    font-size: 11px;
}
.col4p{
    padding-right: 0px;
}
.col8p{
    padding-left: 0px;
}
.facolor{
    color:#bf2026;
}
	.div
	{
		
	padding-top:15px;
		
	}
	.div:hover
	{
	   background-color:#dce0e266;
		-moz-box-shadow: 0 0 10px #b8bdc1;
		-webkit-box-shadow: 0 0 10px #b8bdc1;
		box-shadow: 0 0 10px #b8bdc1;
	}
    .button {
  background-color: #004A7F;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  border: none;
  color: white;
  cursor: pointer;
  display: inline-block;
  font-family: Arial;
  font-size: 20px;
  padding: 5px 10px;
  text-align: center;
  text-decoration: none;
}
@-webkit-keyframes glowing {
  0% { background-color: #B20000; -webkit-box-shadow: 0 0 3px #B20000; }
  50% { background-color: #FF0000; -webkit-box-shadow: 0 0 40px #FF0000; }
  100% { background-color: #B20000; -webkit-box-shadow: 0 0 3px #B20000; }
}

@-moz-keyframes glowing {
  0% { background-color: #B20000; -moz-box-shadow: 0 0 3px #B20000; }
  50% { background-color: #FF0000; -moz-box-shadow: 0 0 40px #FF0000; }
  100% { background-color: #B20000; -moz-box-shadow: 0 0 3px #B20000; }
}

@-o-keyframes glowing {
  0% { background-color: #B20000; box-shadow: 0 0 3px #B20000; }
  50% { background-color: #FF0000; box-shadow: 0 0 40px #FF0000; }
  100% { background-color: #B20000; box-shadow: 0 0 3px #B20000; }
}

@keyframes glowing {
  0% { background-color: #B20000; box-shadow: 0 0 3px #B20000; }
  50% { background-color: #FF0000; box-shadow: 0 0 40px #FF0000; }
  100% { background-color: #B20000; box-shadow: 0 0 3px #B20000; }
}
.button {
  -webkit-animation: glowing 1500ms infinite;
  -moz-animation: glowing 1500ms infinite;
  -o-animation: glowing 1500ms infinite;
  animation: glowing 1500ms infinite;
}
.textbtn{
    text-decoration: none !important;
    margin-left: 45px;
}
.textbtn:hover{
    color:black;
}
.topsize{
    padding-top: 30px;
}