.setline a:hover
{
  text-decoration: underline;
  color: #fff;
}

.card-body h3
{
	font-size:19px !important;
}
.card
{
	height:470px;
}
.header-style1
{
	background-color:#fff;
}
.tablestr
{
	width:100%;
}
.tablestr tr th
{
	background-color:#1cbfaa;
	font-weight:bold;
	font-size:18px;
	padding:10px;
	color:#fff;
	text-align:center;
}
.tablestr tr td
{
	
	font-size:14px;
	padding:10px;
	color:#000;
	text-align:center;
}
 .tablestr tr:nth-child(even) {
    background-color: #f2f2f2; /* Light gray for even rows */
  }
 .tablestr tr:nth-child(odd) {
    background-color: #ffffff; /* White for odd rows (optional) */
  }
  
  .phonemain1 {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    left: 25px;
    background-color: #1858a3;
    color: white;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    z-index: 100;
	padding:4px;
}
 .phonemain2 {
	 position: fixed;
    width: 60px;
    height: 60px;
    bottom: 112px;
    left: 25px;
    background-color: #24cc63;
    color: white;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    z-index: 100;
	    padding: 10px;
    font-size: 24px;
}
 
  
  