@charset "utf-8";

/* College Main Details */

.college-detail{
	position:relative;
	width:100%;
	margin-top:114px;
}

/* College Background Main Details */

.collegebg-content{
	width: 100%;
    height: 400px;
    position: relative;
}
.collegedetails-bg{
	width: 100%;
    position: relative;
    min-height: 100%;
	background-size:cover;
	background-position:center;
	background-repeat:no-repeat;
}
.college-bg-overlay{
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	/*background: linear-gradient(0deg, rgba(130,129,129,0.8) 0%, rgba(210,210,210,0.8) 38%, rgba(251,251,251,0.8) 74%, rgba(255,255,255,0.8) 100%);*/
	background:linear-gradient(to bottom, rgba(26, 26, 26, 0.45) 0%, rgba(26, 26, 26, 0.45) 100%);
}
.college-bg-text{
	position: absolute;
    width: 100%;
	bottom:0px;
	padding:20px 30px;
}
.collegedetails-logo{
	width:103px;
	height:103px;
	display:inline-block;
	padding:3px;
	overflow:hidden;
	border-radius:20px;
}
.collegedetails-logo img{
	height:100%;
	width:100%;
}
.collegedetails{
	display:inline-block;
	width:calc(100% - 110px);
	padding:0px 20px;
	color:#fff;
}
.collegedetails-name{
	width:100%;
	font-size:32px;
	font-weight:900;
	font-family:din, sans-serif;
	letter-spacing:1.3px;
	padding:2px 8px;
}
.collegedetails-other{
	width:100%;
	letter-spacing:1px;
	font-size:16px;
	font-weight:800;
	font-family:'Poppins', sans-serif;
}
.college-other{
	display:inline-block;
	padding:2px 8px;
}
.college-other i{
	margin-right:8px;
}

/* College Nevigation Tab */

.college-tabs{
	width:auto;
	background-color:#ffffff;
	overflow-x:hidden;
	overflow-y:hidden;
	padding:0px 20px;
}
.college-tab{
	padding:10px 30px;
	font-size:16px;
	font-family:din, sans-serif;
	font-weight:800;
	display:inline-block;
	color:#4f5767;
	cursor:pointer;
	letter-spacing:0.6px;
	margin:0px 3px;
}
.college-tab.selected{
	color:#4db8ff;
	border-bottom:3px solid #4db8ff;
}
.college-tab:hover{
	color:#4db8ff;
	border-bottom:3px solid #4db8ff;
}
/* .college-tabs::-webkit-scrollbar {
	width:2px;
}
.college-tabs::-webkit-scrollbar-track { 
	background-color:#fff;
}
.college-tabs::-webkit-scrollbar-thumb {
	background:#3e6595; 
}
.college-tabs::-webkit-scrollbar-thumb:hover {
	background:#1a1a1a; 
} */


/* College All Information Cont */

.college-info{
	position:relative;
	margin-top:20px;
	min-height:400px;
	width:100%;
	padding:20px 30px;
}

/* College Contact and Brochure */

.college-commom{
	width:calc(25% - 20px);
	float:right;
	padding:0px 15px;
	position:relative;
}
.college-contact{
	width:100%;
	position:relative;
	padding:10px 25px;
	font-size:18px;
	font-family:'Poppins', sans-serif;
	font-weight:900;
	letter-spacing:0.5px;
	border-radius:8px;
	cursor:pointer;
	margin:12px 0px;
}
.college-contact i{
	float:right;
	margin-top:2px;
	font-size:22px;
}
#college-brochure{
	color:#26a69a;
	border:2px solid #26a69a;
}
#college-contact{
	background-color:#26a69a;
	color:#ffffff;
	border:2px solid #26a69a;
}
#college-review {
    background-color: #26a69a;
    color: #ffffff;
    border: 2px solid #26a69a;
}

/* College All Text Cont */

.college-text{
	width:75%;
	margin-right:20px;
	min-height:300px;
	background-color:#ffffff;
	padding:10px 15px;
	float:left;
	position:relative;
	color:#2c313a;
	min-height:350px;
	overflow:hidden;
}

/* College Text Common for all */

.collegedetails-title{
	font-size:24px;
	padding:10px 5px;
	border-bottom:2px solid #f2f2f2;
	font-family:din, sans-serif;
	font-weight:900;
	letter-spacing:0.8px;
}

/* College Richtext Read mode*/

.collegedetails-text{
	padding:10px 5px;
	position:relative;
	min-height:100px;
	width:100%;
	font-family:din, sans-serif;	
}

/* College Faculty*/

.faculty-full{
	width:100%;
	position:relative;
	padding:5px;
	border-bottom:2px solid #f2f2f2;
	margin-top:10px;
}
.faculty-det, .faculty-contact{
	width:49.5%;
	display:inline-block;
	padding:2px 5px;
	font-family:din, sans-serif;
	letter-spacing:0.5px;
}
.faculty-det{
	border-right:2px solid #f2f2f2;
}
.faculty-contact{
	font-size:14px;
	letter-spacing:0.7px;
}
.faculty-name{
	color:#2fd0c0;
	font-size:21px;
	font-family:'Poppins', sans-serif;
	letter-spacing:1px;
	font-weight:900;
	padding:3px;
}
.faculty-des{
	color:#323c4f; /*#ff851a*/
	font-weight:900;
	font-size:17px;
	padding:3px;
}
.faculty-mob{
	padding:3px;
	color:#999;
	font-weight:900;
}
.faculty-ema{
	padding:3px;
	color:#999;
	font-weight:900;
}
.faculty-contact>div>i{
	margin-right:10px;
	font-size:15px;
	margin-left:10px;
	color:#4db8ff;
}
.faculty-contact>div>span{
	font-weight:900;
	text-transform:uppercase;
	color:#323c4f;
}
.faculty-full:last-child{
	border-bottom:0px;
	margin-bottom:10px;
}

/* College Fee and Course*/

.courses-fee{
	width:100%;
	position:relative;
	font-family:din, sans-serif;
	padding:22px;
	margin-top:10px;
	border-bottom:2px solid #f2f2f2;
}
.courses-fee:last-child{
	border-bottom:0px;
	margin-bottom:10px;
}
.courses-title{
	text-transform:uppercase;
	font-size:23px;
	padding:10px 5px;
	font-weight:900;
	letter-spacing:0.9px;
	width:80%;
	float:left;
	position:relative;
}
.courses-total-fee{
	font-size:33px;
	padding:10px 5px;
	font-weight:900;
	letter-spacing:2px;
	width:20%;
	text-align:right;
	float:left;
	position:relative;
	color:#44bb97;
}
.courses-total-fee>span{
	font-size:17px;
	letter-spacing:0.5px;
	color:#323c4f;
}
.courses-details{
	width:100%;
	position:relative;
	margin-top:15px;
	text-transform:uppercase;
}
.courses-detail{
	display:inline-block;
	width:24.7%;
	padding:8px 10px;
}
.courses-detail>i{
	font-size:47px;
	margin-right:12px;
}
.courses-detail>div{
	display:inline-block;
	text-align:right;
	font-family:'Poppins', sans-serif;
	color:#333333;
	font-size:12px;
	font-weight:900;
}
.courses-detail>div>span{
	width:100%;
	font-size:15px;
	font-weight:900;
	letter-spacing:0.8px;
	font-family:din, sans-serif;
}
.courses-detail:nth-child(1){
	color:#3eae8d;
	border-right:1px solid #dee2e6;
}
.courses-detail:nth-child(1)>div>span{
	color:#3eae8d;
}
.courses-detail:nth-child(2){
	color:#ffa100;
	border-right:1px solid #dee2e6;
}
.courses-detail:nth-child(2)>div>span{
	color:#ffa100;
}
.courses-detail:nth-child(3){
	color:#ff7d7d;
	border-right:1px solid #dee2e6;
}
.courses-detail:nth-child(3)>div>span{
	color:#ff7d7d;
}
.courses-detail:nth-child(4){
	color:#4fb8dd;
}
.courses-detail:nth-child(4)>div>span{
	color:#4fb8dd;
}

/* College Fee and Course Table*/

.fee-details{
	width:100%;
	position:relative;
	margin-top:25px;
}
.fee-courses{
	width:100%;
	text-align:center;
	border: 1px solid #dee2e6;
	border-collapse: collapse;
	color: #323c4f;
	font-size:13px;
	letter-spacing:1px;
}
.fee-head{
	background-color: #f7f7f7;
	text-transform:uppercase;
	font-size:14px;
}
.fee-col-first{
	background-color:#fff;
    color: #949ca9;
	text-align: left;
	padding:9px 15px;
	font-weight:900;
}
.fee-col{
	color: #4fb7dd;
    border-bottom:1px solid #efecec;
	text-align:center;
	padding:9px 15px;
}
.fee-body .fee-col{
	color:#323c4f;
}
table th, table td {
    border: 1px solid #dee2e6;
}
.total-col{
	background-color: #f7f7f7;
	text-align:right;
	font-size:14px;
	color: #4fb7dd;
}

/* College Gallery*/

.gallery{
	position:relative;
	width:100%;
	margin-top:30px;
	margin-bottom:30px;
	padding:10px;
}
.gallery .row{
	padding:10px 0px;
}
.album-name{
	width:auto;
	margin:0px 10px;
	font-size: 20px;
    padding: 10px 5px;
    border-bottom: 2px solid #f2f2f2;
    font-family: din, sans-serif;
    font-weight: 900;
    letter-spacing: 0.8px;
}
.img-album{
	width:calc(24.5% - 10px);
	margin:5px;
	display:inline-block;
	min-height:150px;
	position:relative;
	cursor:pointer;
}
.img-album>img{
	width:100%;
	height:140px;
	border-radius:8px;
}

/* College Gallery Big Image */

.big-gallery-bg{
	height: 100%;
    width: 0%;
    position: fixed;
    z-index: 12;
    left: 0;
    top: 0;
    background-color: rgba(0,0,0, 0.7);
    overflow-x: hidden;
	transition:0.4s;
}
.big-gallery-cross{
	position:absolute;
	font-size:40px;
	color:#ffffff;
	padding:5px;
	right:3%;
	top:4%;
}
.big-gallery-cross i{
	cursor:pointer;
}
.big-pic{
	width:60%;
	height:60%;
	position:absolute;
	top:50%;
	left:50%;
	transform: translate(-50%,-50%);
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center;
}
/* College Contact */

.collegecontact{
	width:65%;
	float:left;
	padding:8px;
}
.collegecontact-item{
    position: relative;
    padding: 5px;
    border-bottom: 2px solid #f2f2f2;
    margin-top: 10px;
	font-family: din, sans-serif;
	font-size:24px;
	letter-spacing:0.8px;
}
.collegecontact-item span{
	font-size:28px;
	font-weight:900;
	color: #4db8ff;
	margin-right:10px;
}
.collegesocial-link{
	width:35%;
	float:left;
    position: relative;
    padding: 8px;
	font-size:40px;
	text-align:center;
	font-family: din, sans-serif;
}
.collegesocial-link span{
	font-size:28px;
	font-weight:900;
	color: #4db8ff;
	margin-top:10px;
}
.collegesocial-link .social-item{
	padding:8px;
	margin:12px 8px;
}
.social-item:hover{
	
}
.social-item i.fa-facebook-f{
	color:#3b5998;	
}
.social-item i.fa-instagram{
	color:#fbad50; /*#8a3ab9*/	
}
.social-item i.fa-twitter{
	color:#00acee;	
}
.social-item i.fa-linkedin-in{
	color:#0e76a8;	
}
.social-item i.fa-chrome{
	color:#4c8bf5;	
}

/*Common*/

.no-details{
	width:100%;
	text-align:center;
	padding: 10px 5px;
	font-size:32px;
	color:#3eae8d;
	font-weight:900;
	font-family:din, sans-serif;
	margin-top:60px;
}
.no-details i{
	margin:0px 10px;
}
.no-details span{
	color:#ff7d7d;
	font-size:45px;
}
.richtext-cont{
	position:relative;
	width:100%;
	margin-top:20px;
	font-family: 'Poppins', sans-serif;
	padding:5px;
}
.richtext-cont div{
	position:relative;
}
#placement .richtext-cont p{
    display: inline-block;
	font-size:16px;
	margin:10px;
	padding:5px;
	text-align:center;
}
#placement .richtext-cont p img{
	display:block;
	max-width:125px;
	max-height:125px;
	margin-bottom:10px;
	margin-left:auto;
	margin-right:auto;
}
.richtext-cont>h1{
	text-transform: uppercase;
    font-size: 35px;
    font-family: 'Poppins', sans-serif;
    color: #506eaf;
    text-align: center;
    position: relative;
    font-weight: 700;
    padding: 5px;
    letter-spacing: 1.5px;
	text-decoration: none !important;
}
.richtext-cont table{
	width:100%;
	text-align:center;
	border: 1px solid #dee2e6;
	border-collapse: collapse;
	color: #323c4f;
	font-size:13px;
	letter-spacing:1px;
}
.richtext-cont table>thead {
	background-color: #9fbedf;
	text-transform:uppercase;
	font-size:14px;
}
.richtext-cont table>thead> th:first-child, .richtext-cont table>tbody td:first-child{
	background-color:#fff;
    color: #949ca9;
	text-align: left;
	padding:9px 15px;
	font-weight:900;
}
.richtext-cont table>thead>tr>th{
	color: #16181d;
    border-bottom:1px solid #efecec;
	text-align:center;
	padding:9px 15px;
	font-weight:900;
}
.richtext-cont table>tbody td{
	color:#323c4f;
}
.richtext-cont table th,.richtext-cont table td {
    border: 1px solid #dee2e6;
}
.richtext-cont table>tbody p{
	margin:0px;
}
.richtext-cont img {
	position:relative;
	max-width:100%;
	max-height:250px;
	margin:10px 0px;
}

.notfullaccess{
	max-height:350px;
	overflow:hidden;
}
.moredetailsbar{
	position:absolute;
	width:100%;
	z-index:2;
	bottom:0px;
	text-align:center;
	background-color:#fff;
	padding:6px;
	font-size:26px;
	margin-left:-15px;
	font-family: din, sans-serif;;
	font-weight:bold;
	cursor:pointer;
	color: #fff;
	border-top:1px solid #26a69a;
	background-color:#26a69a;
	box-shadow: 0px -2px 37px -8px rgba(0,0,0,0.75);
-webkit-box-shadow: 0px -2px 37px -8px rgba(0,0,0,0.75);
-moz-box-shadow: 0px -2px 37px -8px rgba(0,0,0,0.75);
}
/* College Review*/
.full-review{
	margin-top:20px;
}
.reting-cont{
	font-size:95px;
	text-align:center;
	position:relative;
	width:100%;
	padding:5px;
	margin-bottom:5px;
	margin-top:10px;
}
.reting-text{
	text-align:center;
	position:relative;
	width:100%;
	padding:5px;
	margin-bottom:10px;
	font-size: 24px;
    font-family: din, sans-serif;
    font-weight: 800;
}
.reting-text span{
	color: #26a69a;
	font-size:32px;
}
.star-box{
	font-family: din, sans-serif;
    font-weight: 800;
	font-size:18px;
}
.star-row{
	margin:5px 0px;
}
.star-text{
	text-align:right;
	padding-right: 10px;
    padding-left: 10px;
}
.star-star{
	color:#26a69a;
	font-size:24px;
	padding-right:8px;
    padding-left:8px;
}
.star-star i{
	margin:0px 2px;
}
.star-persentage{
	background-color:#f3f3f3;
	margin-top:2.5px;
	padding:0px;
	border-radius:7.5px 7.5px 7.5px 7.5px;
	overflow:hidden;
}
.star-persentext{
	padding-right: 10px;
    padding-left: 10px;
	text-align:right;
}
.persentage-bar{
	min-height:15px;
	position:relative;
	background-color:#4db8ff;
	margin-top:0px;
	overflow:hidden;
	border-radius:7.5px 7.5px 7.5px 7.5px;
}
.star-title{
	width:100%;
	text-align:center;
	margin-top:20px;
}
.star-title span:first-child{
	color:#4db8ff;
}
.fullretings-row{
	margin-top:10px;
	border-top:1px solid #e6e6e6;
	padding-top:8px;
	padding-bottom:8px;
	border-bottom:1px solid #e6e6e6;
}
.fullretings-catagory{
	font-family: din, sans-serif;
    font-weight: 800;
	font-size:14.5px;
	padding:8px;
	border-right:2px solid #e6e6e6;
}
.fullretings-catagory:last-child{
	border-right:none;
}
.catagory-img{
	width:50px;
	height:50px;
	float:left;
	position:relative;
}
.fullretings-catagory>span{
	width:calc(100% - 55px);
	float:left;
	position:relative;
	margin-left:5px;
	overflow:hidden;
}
.catagory-reting{
	text-align:right;
	font-size:22px;
	letter-spacing:0.8px;
	color:#4db8ff;
}
.catagory-title{
	text-align:right;
	margin-top:-4px;
	color:#26a69a;
}
.student-review-cont{
	min-height:50px;
	margin:20px 0px;
	padding:10px;
	border-bottom:2px solid #e6e6e6;
	font-family: din, sans-serif;
}
.student-review-cont .profile-img{
	width:10%;
	position:relative;
	float:left;
	overflow:hidden;
}
.review-heading .rating-category{
	width:calc(80% - 10px);
	position:relative;
	float:left;
	margin-left:5px;
	margin-right:5px;
	padding:3px;
	font-weight: 800;
}
.review-heading .fullratings{
	float:left;
	position:relative;
	width:10%;
	font-size:26px;
	color:#8c8c8c;
	text-align:right;
	letter-spacing:0.5px;
	margin-top:20px;
	font-weight: 800;
}
.profile-img img{
	width:75px;
	height:75px;
	padding:1px;
	border:2px solid #f2f2f2;
	border-radius:50%;
	margin:auto;
}
.rating-category{
	text-align:center;
	letter-spacing:0.5px;
	margin-top:15px;
}
.fullratings>span{
	font-size:42px;
	color:#4db8ff;
}
.catagory-reting>span{
	font-size:18px;
	color:#333333;
}
.reting-student{
	color:#4db8ff;
	font-size:26px;
	letter-spacing:0.5px;
}
.reting-title{
	font-size:16px;
	color:#26a69a;/*#ff8080*/
	margin-top:-5px;
}
.reting-student>span{
	font-size:18px;
	color:#808080;
}
.rating-row{
	border-right: 2px solid #e6e6e6;
}
.rating-row:first-child{
	border-left: 2px solid #e6e6e6;
}
.full-text{
	font-family: 'Poppins', sans-serif;
	margin-top:10px;
	padding:5px;
	letter-spacing:0.5px;
	max-height:244px;
	overflow:hidden;
}
.review-text{
	margin-top:5px;	
}
.review-title{
	font-size:30px;
	font-weight:800;
	text-align:center;
	letter-spacing:0.5px;
}
.side-colon{
	font-size:40px;
	padding:5px;
	text-align:right;
}
.colon-end{
	bottom:0px;
	text-align:left;
}
.review-footer{
	font-family: din, sans-serif;
	margin-top:5px;
}
.reviewfull-name{
	font-size: 25px;
    font-weight: 800;    
}
.reviewfull-name i{
	color: #26a69a;
	font-size: 20px;
}
.reviewfull-name span{
	color: #4db8ff;
}
.reviewfull-clgname{
	font-size: 20px;
    font-weight: 700;
	color: #4db8ff;
}
.reviewfull-stream{
	font-size: 20px;
    font-weight: 700;
	color: #26a69a;
}
.reviewfull-date{
	font-size: 20px;
    font-weight: 700;
}
.name-box{
	font-family: din, sans-serif;
	padding-top:20px;
}
.own-review-cont{
	min-height: 50px;
    margin: 20px 0px;
    padding: 10px;
    font-family: din, sans-serif;
}
.own-review-title{
	width:100%;
	font-size: 30px;
    font-weight: 800;
    text-align: center;
    letter-spacing: 0.5px;
}
.own-side-colon{
	font-size: 40px;
    padding: 5px;
    text-align: right;
	width:60px;
	float:left;
	position:relative;
	padding:5px;
}
.own-full-text{
	font-family: 'Poppins', sans-serif;
    margin-top: 10px;
    padding: 5px;
    letter-spacing: 0.5px;
	float:left;
	position:relative;
	width:calc( 100% - 120px);
}
.name-box .profile-img>img{
	width: 90px;
    height: 90px;
    padding: 1px;
    border: 2px solid #f2f2f2;
    border-radius: 50%;
    margin: auto;
}
.star-outer{
	position: relative;
    width: 110px;
    margin: auto;
    max-height: 110px;
}
.star-outer::before {
    content: "\f005";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #ccc;
	font-size:95px;
}
.star-inner{
	position: absolute;
    top: 0;
    left: 0;
    white-space: nowrap;
    overflow: hidden;
    width: 30%;
}
.star-inner::before {
    content: "\f005";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #f8ce0b;
	font-size:95px;
}

.btn-txt{
	width:auto;
	float:left;
	background-color: #26a69a;
    color: #ffffff;
	padding: 8px 10px;
    font-size: 14px;
    font-family: din, sans-serif;
    font-weight: 900;
    letter-spacing: 0.5px;
    border-radius:6px;
    cursor: pointer;
	margin-left:80px;
	margin-top:10px;
	position:relative;
}
.btn-txt:hover{
	background-color: #26a69a;
    color: #ffffff;
}
.review-name{
	font-size: 19px;
	font-weight: 800;
	color:#26a69a;
}
.review-date{
	font-size: 16px;
	font-weight:700;
}
.review-right{
	float:right;
	margin-right:80px;
	text-align:right;
	position:relative;
}
.review-name>span{
	color:#000000;
}
.total-result{
	width: 100%;
	position:relative;
	padding:8px;
	border-bottom:2px solid #f2f2f2;
	font-family: din, sans-serif;
    font-weight: 800;
    font-size: 18px;
}
.total-result>span{
    color: #4db8ff;
}
.btn-readmore{
	position:relative;
	background-color: #4db8ff;
    color: #ffffff;
	padding: 8px 20px;
    font-size: 16px;
    font-family: din, sans-serif;
    font-weight: 900;
    letter-spacing: 0.5px;
    border-radius:6px;
    cursor: pointer;
	float:left;
	transform:translateX(-50%);
	left:50%;
	margin-bottom:10px;
}
.btn-readmore:hover{
	background-color: #4db8ff;
    color: #ffffff;
}
.form__group {
	 position: relative;
	 padding: 15px 0 0;
	 margin-top: 10px;
	 margin-bottom:15px;
	 width: 100%;
	 font-family:din, sans-serif;
}
.form__field {
	 font-family: inherit;
	 width: 100%;
	 border: 0;
	 border-bottom: 2px solid #9b9b9b;
	 outline: 0;
	 font-size: 16px;
	 color: #1a1a1a;
	 padding: 7px 0;
	 background: transparent;
	 transition: border-color 0.2s;
	 font-weight:600;
}
.form__field::placeholder {
	 color: transparent;
}
.form__field:placeholder-shown ~ .form__label {
	 font-size: 14px;
	 cursor: text;
	 top: 25px;
}
.form__label {
	 position: absolute;
	 top: 0;
	 display: block;
	 transition: 0.2s;
	 font-size: 14px;
	 color: #9b9b9b;
}
.form__field:focus {
	 padding-bottom: 6px;
	 font-weight: 700;
	 border-width: 3px;
	 border-image: linear-gradient(to right, #11998e, #38ef7d);
	 border-image-slice: 1;
}
.form__field:focus ~ .form__label {
	 position: absolute;
	 top: 0;
	 display: block;
	 transition: 0.2s;
	 font-size: 14px;
	 color: #11998e;
	 font-weight: 700;
}
.form__field:required, .form__field:invalid {
	 box-shadow: none;
}
#clg-det{
	margin-top:10px;
	margin-bottom:10px;
}
#studentreview .col-md-4, #studentreview .col-md-8, #studentreview .col-md-6{
	padding-right: 25px;
    padding-left: 25px;
}
.title-review{
	font-family:din, sans-serif;
	font-size:25px;
	margin:10px 0px;
	color:#4db8ff;
	font-weight:600;
	margin-bottom:15px;
}
#studentreview{
	font-family:din, sans-serif;
}
.rating-cont{
	width:100%;
	position:relative;
	margin:10px 0px;
}
.rating-cont i{
	margin:0px 2px;
	font-size:38px;
	color:#bfbfbf;
	cursor:pointer;
}
#overall-review{
	margin:10px 0px;
}
.review-title{
	margin:8px 0px;
}
.review-body{
	margin:10px 0px;
}
.form__group textarea{
	resize:none;
	height:150px;
	color:#26a69a;
	font-weight:600;
}
i.hover{
	color:#f8ce0b;
}
i.selected{
	color:#f8ce0b;
}

/* Mobile Responsive */
@media only screen and (max-width: 768px) {
	.college-detail {
		margin-top: 60px;
	}
	.college-bg-text{
		padding:5px;
	}
	.collegedetails-logo{
		width:78px;
		height:78px;
		border-radius:18px;
	}
	.collegedetails{
		width: calc(100% - 83px);
		padding:0px 2px;
	}
	.collegedetails-name{
		letter-spacing:0.7px;
		padding:2px 4px;
		font-size:20px
	}
	.collegedetails-other{
		letter-spacing:0.5px;
		font-size:10px;
	}
	.college-other{
		padding:2px 1px;
	}
	.college-other i{
		margin-right:1px;
	}
	.college-tabs{
		padding:0px 10px;
		max-height: 48px;
    	width: auto;
    	overflow: auto;
    	white-space: nowrap;
	}
	.college-tabs::-webkit-scrollbar {
		display:none;
	}
	.college-tab:hover{
		color:#4f5767;
		border-bottom:none;
	}
	.college-tab.selected {
		color: #4db8ff;
		border-bottom: 3px solid #4db8ff;
	}
	.college-info{
		padding:0px;
		margin-top:5px;
	}
	.college-text{
		width:100%;
		margin-right:0px;
		padding:5px 10px;
	}
	.college-commom{
		width:100%;
		padding:0px 5px;
		margin-bottom:10px;
	}
	.college-contact{
		width:49%;
		display:inline-block;
		padding:7px;
		font-size:12px;
		text-align:center;
		margin:8px 0px;
	}
	.college-contact i{
		font-size:14px;
	}
	.collegedetails-title{
		font-size:18px;
	}
	.collegedetails-text{
		font-size:12px;
		padding:10px 0px;
		overflow-x: auto;
	}
	.faculty-full{
		padding:1px;
	}
	.faculty-det{
		width:64.5%;
	}
	.faculty-contact{
		width:34.5%;
		font-size:12px;
		padding:2px;
	}
	.faculty-name{
		font-size:18px;
		padding:2px;
		letter-spacing:0.7px;
	}
	.faculty-des{
		font-size:11px;
		padding:1px;
	}
	.faculty-mob{
		padding:1px;
	}
	.faculty-ema{
		padding:1px;
	}
	.faculty-contact>div>i{
		font-size:13px;
		margin-left:0px;
		margin-right:2px;
	}
	.faculty-contact>div>span{
		display:none;
	}
	.faculty-contact>div>span{
		display:none;
	}
	.courses-fee{
		padding:10px;
		margin-top:5px;
	}
	.courses-title{
		font-size:15px;
		width:70%;
		padding:5px 3px;
		letter-spacing:0.7px;
	}
	.courses-total-fee{
		font-size:18px;
		width:30%;
		letter-spacing:1px;
		padding:5px 3px;
	}
	.courses-total-fee>span {
		font-size: 13px;
	}
	.courses-detail{
		padding:3px 5px;
		width:24.3%;
	}
	.courses-detail>i{
		font-size:35px;
		margin-right:0px;
		width:100%;
		text-align:center;
		margin-bottom:10px;
	}
	.courses-detail>div{
		font-size:8px;
		display:block;
		width:100%;
		text-align:center;
	}
	.courses-detail>div>span{
		font-size:11px;
	}
	.fee-details{
		overflow-x:auto;
	}
	.fee-courses{
		font-size:12px;
	}
	.fee-head{
		font-size:13px;
	}
	.fee-col-first{
		padding:6px 10px;
	}
	.fee-col{
		padding:6px 10px;
	}
	.gallery{
		margin-top:10px;
		margin-bottom:15px;
		padding:0px;
	}
	.album-name{
		margin:0px 5px;
		font-size:18px;
	}
	.gallery .row{
		padding:5px 0px;
	}
	.img-album{
		width:calc(100% - 10px);
		min-height:250px;
	}
	.img-album>img{
		height:240px;
	}
	.big-gallery-cross{
		top:3%;
		right:2%;
		font-size:36px;
	}
	.big-pic{
		width:90%;
		height:300px;
	}
	.no-details{
		font-size:24px;
	}
	.no-details span{
		font-size:35px;
	}
	.collegecontact, .collegesocial-link{
		float:none;
		width:100%;
		text-align:left;
		padding:2px;
	}
	.social-item{
		display:inline-block;
	}
	.collegecontact-item{
		padding:2px;
		font-size:18px;
	}
	.collegecontact-item span{
		font-size:20px;
	}
	.collegesocial-link span{
		width: 100%;
    	display: block;
    	margin-top: 20px;
	}
	.richtext-cont{
		margin-top:2px;
		font-size:14px;
	}
	#placement .richtext-cont p {
		font-size:12px;
		padding:3px;
		max-width:inherit;
	}
	#placement .richtext-cont p img {
		max-width:75px;
		max-height:75px;
		margin-bottom:7px;
	}
	.richtext-cont>h1 {
		font-size: 22px;
		letter-spacing: .8px;
	}
	.richtext-cont table {
		font-size: 10px;
	}
	.richtext-cont table>thead {
		font-size:11px;
	}
	.richtext-cont table>thead>tr>th, .richtext-cont table>tbody td:first-child{
		padding:7px 12px;
	}
	.richtext-cont img {
		position:relative;
		max-width:100%;
		max-height:80px;
		margin:8px 0px;
	}
	.moredetailsbar{
		padding:4px;
    	font-size:20px;
		margin-left:-10px;
	}
	.notfullaccess {
		max-height:450px;
	}
}