/************admission form****************/
.help-block{color: #FF0000; font-weight: 600; font-size: 0.8em;}
.btn-primary{
	background: #3196ff;
	border-color: #3196ff;
}
.admission-form{
	padding:20px!important;
}
.course-info .list-group-item-heading{
	color: #00a651;
	font-size: 1.3em;
	font-weight: bold;
	text-transform: uppercase;
}
.course-info .text-underline{
	text-transform: uppercase;
	letter-spacing: 0.01em;
	font-weight: bold;
}
.course-info .course-subjects,.course-info .course-books{
	list-style: none;
}
.course-info .course-subjects li input,.course-info .course-books li input{
	margin-right: 5px;
}

.course-info .course-subjects li,.course-info .course-books li{
	display: inline-block;
	margin-right: 5px;
}

.tab-pane .enroll,.tab-pane .register{
	font-weight: bold!important;
	letter-spacing: 0.01em;
}
.form-heading{
	font-weight: 600;
	font-size: 1.3em;
	text-transform:capitalize;
	text-decoration: underline;
	letter-spacing: 0.01em;
	text-align: left;
	color: #10498c;
	margin-bottom: 10px;
}
.tab-pane  .spl-notice{
	display: block;
}

.tab-pane  .spl-notice small{
	font-size:1.0em;
	font-weight: 600;
}
.innerpagehead{
	color:#3196ff;
	font-size:2.3em;
	font-weight:600;
}
.innerpagetext{
	font-size:0.88em;
	line-height:2rem;
}
/*################################*/
.nopadding{
	padding: 0px!important;
}


.login-register-wrapper .login-form-container .login-register-form form select{
	background-color: transparent;
    border: 1px solid #ebebeb;
    color: #333;
    font-size: 14px;
    height: 50px;
    margin-bottom: 30px;
    padding: 0 15px;
}
.login-register-wrapper .login-form-container .login-register-form form textarea{
	background-color: transparent;
    border: 1px solid #ebebeb;
    color: #333;
    font-size: 14px;
    margin-bottom: 30px;
    padding: 0 15px;
}

#accordion .panel{
    border: none;
    border-radius: 3px;
    box-shadow: none;
    margin-bottom: 15px;
}
#accordion .panel-heading{
    padding: 0;
    border: none;
    border-radius: 3px;
}
#accordion .panel-title a{
    display: block;
    padding: 12px 15px;
    background: #fff;
    font-size: 18px;
    font-weight: 400;
    color: #00a651;
    /*border: 1px solid #ececec;*/
    box-shadow: 0 0 10px rgba(0,0,0,.05);
    position: relative;
    transition: all 0.5s ease 0s;
    box-shadow: 0 1px 2px rgba(43,59,93,0.30);
}
#accordion .panel-title a.collapsed{
    box-shadow: none;
    color: #676767;
    box-shadow: 0 1px 2px rgba(43,59,93,0.30);
}
#accordion .panel-title a:before,
#accordion .panel-title a.collapsed:before{
    content: "\f067";
    font-family: "Font Awesome 5 Free";
    width: 25px;
    height: 25px;
    line-height: 28px;
    font-size: 15px;
    font-weight: 900;
    color: #00a651;
    text-align: center;
    position: absolute;
    top: 8px;
    right: 15px;
    transform: rotate(135deg);
    transition: all 0.3s ease 0s;
}
#accordion .panel-title a.collapsed:before{
    color: #676767;
    transform: rotate(0);
}
#accordion .panel-title a:after{
    content: "";
    width: 1px;
    height: 100%;
    background: #ececec;
    position: absolute;
    top: 0;
    right: 55px;
}
#accordion .panel-body{
    padding: 0px 15px;
    border: none;
    font-size: 15px;
    color: #615f5f;
    line-height: 27px;
}

.highlight{
	color:red!important;
}

form .button-box button {
    border: medium none;
    cursor: pointer;
    padding: 15px 40px 15px;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    font-weight: 500;
    color: #fff;
}