@charset "ISO-8859-1";

.cont-tmplt-2{
	
}
.cont-tmplt-2 .panel-tabs {
    position: relative;
    bottom: 0px;
    clear: both;
    border-bottom: 6px solid #e49608;
    padding: 2px 0;
}

.cont-tmplt-2 .panel-tabs > li {
    float: left;
    margin-bottom: -1px;
}

/********responsive correction of tab*****/
@media (min-width:300px) {
	.cont-tmplt-2 .panel-tabs > li{
		width: 100%;
	}
}
@media (min-width:768px) {
	.cont-tmplt-2 .panel-tabs > li{
		width:auto;
	}
}

.cont-tmplt-2 .panel-tabs > li > a {
    margin-right: 5px;
    margin-top: 4px;
    line-height: .85;
    border: 1px solid #e49608;
    border-radius: 9px 9px 0 0;
    color: #333;
    background: #fff;
    padding: 11px 18px;
    font-size: 16px;
    height: 63px;
}

.panel-btn-group {
    position: relative;
    bottom: 0px;
    clear: both;
    border-bottom: 1px solid #e49608;
    border-top: 1px solid #e49608;
    padding: 2px 0;
}

.panel-btn-group > li {
    float: left;
/*     margin-bottom: -25px; */
}

.panel-btn-group > li > a {
    margin-right: 5px;
    margin-top: 4px;
    line-height: .85;
    border: 1px solid #b9b9b9;
    border-radius: 7px;
    color: #333;
    background: #fff;
    padding: 11px 18px;
    font-size: 16px;
}

course-ci {
    text-align: center;
}

.course-ci p {
    margin: 7px auto 0px;
    font-size: 14px;
    line-height:17px;
    text-align:center;
}

.cont-tmplt-2 .content{
    padding-left: 30px;
    padding-right:30px;
}

.cont-tmplt-2 .content .inner-border{
/* 	border: 1px #8e8a8a solid; */
/*     border: -1px; */
/*     box-shadow: 0 4px 4px 0 rgb(0 0 0 / 20%), 0 6px 11px 0 rgb(0 0 0 / 12%); */
/*     border-radius: 7px; */
	
}

.cont-tmplt-2 .content p{
	text-align: justify;
}

.content p a{
	color: orange !important;
    font-weight: bold;
    padding:2px;
}

.content a{
	font-family: verdana;
	font-size: large;
	
}


.content p a:hover{
	color:white !important;;
	background-color:orange;
}
