.teble-header .topic {
	background-color: #f85c70;
	color: #fff;
	padding: 10px;
	text-align: center;
}

.table-content .studentImg {
	border: 3px groove;
	height: 150px;
}

.txt-center {
	text-align: center;
}

.border- {
	border: 1px solid #555 !important;
}

.padding {
	padding: 15px;
}

.mar-bot {
	margin-bottom: 15px;
}

.admit-card {
	border: 1px solid #555;
	padding: 15px;
	margin: 20px 0;
}

.BoxA h5,
.BoxA p {
	margin: 0;
}

h5 {
	text-transform: uppercase;
}

table img {
	width: 100%;
	height: 180px;
	margin: 0 auto;
}

@media(min-width:800px) {

    #headerLogo
    {
       height: 70px;

    }
	#admit_card {
		width: 50%;
	}
}

@media(max-width:800px) {

    #headerLogo
    {
       height: 80px;!important
      
    }

}


.id-card .td-text {
	color: #000;
	font-weight: 900;
}


.whatsapp-button {
	position: fixed;
    bottom: 90px;
    right: 18px;
    z-index: 99;
    background-color: #25d366;
    border-radius: 50px;
    color: #ffffff;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
	-webkit-box-shadow: 0px 0px 25px -6px rgba(0, 0, 0, 1);
	-moz-box-shadow: 0px 0px 25px -6px rgba(0, 0, 0, 1);
	box-shadow: 0px 0px 25px -6px rgba(0, 0, 0, 1);
	animation: effect 5s infinite ease-in;
}

@keyframes effect {

	20%,
	100% {
		width: 50px;
		height: 50px;
		font-size: 30px;
	}

	0%,
	10% {
		width: 55px;
		height: 55px;
		font-size: 35px;
	}

	5% {
		width: 50px;
		height: 50px;
		font-size: 30px;
	}
}

.float2 {
	position: fixed;
	width: 45px;
	height: 45px;
	bottom: 100px;
	left: 15px;
	line-height: 50px;
	background-color: #ee3a3b;
	color: #FFF;
	border-radius: 50px;
	text-align: center;
	font-size: 30px;
	box-shadow: 2px 2px 3px #999;
	z-index: 100;
}

.my-float {
	margin-top: 16px;
}


.rs-footer {
	background-color: #273c66;
	background-size: cover;
	background-image: url({{asset('public/web/assets/images/bg/footer-bg.png')
}
});

}


.float {
	position: fixed;
	height: 45px;
	width: 45px;
	bottom: 85px;
	left: 40px;
	background-color: #25d366;
	color: #FFF;
	border-radius: 50px;
	text-align: center;
	font-size: 30px;
	box-shadow: 2px 2px 3px #999;
	z-index: 100;
}


.icons {
	position: fixed;
	bottom: 40px;
	left: 15px;
	z-index: 9999;
	text-align: center;

}
