﻿.reghread
{
    display: inline-block;
    width: 100%;
}
.reghread > h3
{
    color: darkblue;
    font-size: 30px;
    font-weight: bold;
    display: inline-block;
}
.reghread > p
{
    display: inline-block;
    color: Gray;
    font-size: 18px;
}
.borderb
{
    border-bottom: 2px solid gray;
}
.infoper
{
    display: inline-block;
    width: 100%;
}
.infoper > h3
{
    color: darkblue;
    font-size: 28px;
    font-weight: bold;
    display: inline-block;
}
.studetail
{
    display: inline-block;
    width: 100%;
}
.studetail > h3
{
    color: darkblue;
    font-size: 28px;
    font-weight: bold;
    display: inline-block;
}
.clickln
{
    display: inline-block;
    text-align: right;
    width: 100%;
}
.clickln > a
{
    color: #232629;
    border: 1px solid gray;
    font-size: 12px;
    font-weight: bold;
    background-color: #f4f5f5;
    text-decoration: none;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    padding: 5px;
}


.clickln > a:hover
{
    background-color: #103157;
    color: #fff;
}

.admission_rps
{
    display: inline-block;
    width: 100%;
    height: auto;
    text-align: center;
	
    padding: 8px;
}
.admission_rps > a
{
    display: inline-block;
    padding: 22px 0;
    text-align: center;
    color: #fff;
    font-size: 12px;
    background: #BB3A00;
    width: 105px;
    height: 105px;
    text-decoration: none;
    -moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
    border: 3px solid #fff;
    box-shadow: 0 0 35px rgb(0, 0, 0) inset;
    -webkit-animation: call 3s infinite;
    animation: call 3s infinite;
}
.admission_rps > a > i
{
    display: inline-block;
    color: White;
    font-size: 18px;
    width: 100%;
}
@-webkit-keyframes call{25%{background:#740204;}50%{background:#018656;}75%{background:#D18F00;}}
@keyframes call{25%{background:#740204;}50%{background:#018656;}75%{background:#D18F00;}}

@media only screen and (max-width: 768px)
{

        .admission_rps > a {
        display: inline-block;
    padding: 22px 0;
    text-align: center;
    color: #fff;
    font-size: 9px;
    background: #BB3A00;
    width: 100px;
    height: 100px;}
    
    .register {
    width: 100%;
    position: sticky;
    margin-top: 5%;
    }
}
