.container.single-faculty-container {
	max-width: 1408px;
}

/* UBAS Faculty Profile */
.ubas-faculty-profile {
	--ubas-blue: #2F2E7D;
	--ubas-table-blue: #00448A;
	--ubas-light: #f1f1f1;
	--ubas-row: #D8ECFD;
	--ubas-text: #1f2c69;
	font-family: inherit;
	color: #1d2559;
}



.ubas-profile-hero {
	padding: 60px 0 67px;
	background: #fff;
}

@media (max-width: 1023px) {
	.ubas-profile-hero {
		padding: 40px 0;
	}
}

@media (max-width: 767px) {
	.ubas-profile-hero {
		padding: 20px 0;
	}

}

.ubas-profile-hero .ubas-profile-content {
	padding: 40px 0 0;
}


@media (max-width: 1023px) {
	.ubas-profile-hero .ubas-profile-content {
		padding: 30px 0 0;
	}

}

@media (max-width: 767px) {
	.ubas-profile-hero .ubas-profile-content {
		padding: 20px 0 0;
	}

}


.ubas-profile-content.basic-info-section p {
	margin: 0 0 12px;
}

.ubas-profile-content.basic-info-section p:last-child {
	margin: 0;
}


.ubas-profile-hero-grid {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 20px;
}

@media (max-width: 767px) {

	.ubas-profile-hero-grid {
		flex-direction: column-reverse;
	}
}

.ubas-profile-heading h1 {
	margin: 0 0 12px;
	font-size: 48px;
	text-transform: uppercase;
	color: var(--ubas-blue);
	line-height: 1.05;
	font-weight: 800;
	letter-spacing: 0px;

}


@media (max-width: 1023px) {
	.ubas-profile-heading h1 {
		font-size: 36px;
		line-height: 1;
	}
}

@media (max-width: 767px) {
	.ubas-profile-heading h1 {
		font-size: 27px;
	}
}





.ubas-profile-designation {
	margin-bottom: 60px;
}

@media (max-width: 1023px) {
	.ubas-profile-designation {
		margin-bottom: 40px;
	}
}

@media (max-width: 767px) {
	.ubas-profile-designation {
		margin-bottom: 20px;
	}
}



.ubas-profile-content p,
.ubas-profile-content p a,
.ubas-profile-designation,
.ubas-profile-faculty {

	font-weight: 400;
	font-size: 20px;
	letter-spacing: 0px;
	line-height: 1.15;
	color: var(--ubas-blue);
}

@media (max-width: 767px) {

	.ubas-profile-content p,
	.ubas-profile-content p a,
	.ubas-profile-designation,
	.ubas-profile-faculty {
		font-size: 16px;
		line-height: 1.4;
	}

}


.ubas-profile-content .ubas-profile-list li {
	font-size: 16px !important;
}

.ubas-profile-content .ubas-profile-list li,
.ubas-profile-content.small-text p {
	font-weight: 400;
	font-size: 16px;
	line-height: 1.4;
	letter-spacing: 0px;
	max-width: 1284px;
	color: var(--ubas-blue);
}

.ubas-profile-photo {

	width: 406px;
	max-height: 462px;
	margin-right: -61px;
}

.ubas-profile-photo img {
	display: block;
	width: 100%;	
	height: auto;
	object-fit: cover;
	position: relative;
}

@media (max-width: 1600px) {

	.ubas-profile-photo {
		margin-right: 0;
	}
	

}
@media (max-width: 767px) {

	.ubas-profile-photo {
		width: 200px;
		margin: 0 auto 20px;
	}
	

}



.ubas-profile-section-title {
	padding: 24px 0;
	position: relative;
}

@media (max-width: 1023px) {
	.ubas-profile-section-title {
		padding: 20px 0;
	}
}

@media (max-width: 767px) {
	.ubas-profile-section-title {
		padding: 10px 0;
	}
}



.ubas-profile-section-title::before {
	content: "";
	position: absolute;
	background: #F2F2F2;
	left: 50%;
	width: 9999px;
	transform: translateX(-50%);
	top: 0;
	bottom: 0;

}



.ubas-profile-section-title h2 {
	margin: 0;
	text-transform: uppercase;
	color: var(--ubas-blue);
	font-weight: 600;
	font-size: 36px;
	line-height: 0.67;
	letter-spacing: 0px;
	position: relative;
}


@media (max-width: 1023px) {
	.ubas-profile-section-title h2 {
		font-size: 28px;
		line-height: 1;
	}
}

@media (max-width: 767px) {
	.ubas-profile-section-title h2 {
		font-size: 24px;
	}
}



.ubas-profile-content {
	padding: 40px 0;
	background: #fff;
}


@media (max-width: 1023px) {
	.ubas-profile-content {
		padding: 30px 0;
	}

}

@media (max-width: 767px) {
	.ubas-profile-content {
		padding: 20px 0;
	}

}


.ubas-profile-copy p:last-child {
	margin-bottom: 0;
}

.ubas-profile-list {
	padding-left: 18px;
	margin: 0;
}

.ubas-profile-list li {
	margin: 0 0 7px;
}

.ubas-profile-table-wrap {
	width: 100%;
	overflow-x: auto;
}

.ubas-profile-table {
	width: 100%;
	min-width: 400px;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 12px;
	color: #333333;
}





.ubas-profile-table th {
	background: var(--ubas-table-blue);
	color: #fff;
	padding: 14px 14px;
	text-align: center;
	border: 0;
	font-weight: 600;
	font-size: 24px;
	letter-spacing: 0px;
}


@media (max-width: 1023px) {

	.ubas-profile-table th {
		padding: 10px;
		font-size: 20px;
	}

}

@media (max-width: 767px) {

	.ubas-profile-table th {
		font-size: 16px;
	}

}




.ubas-profile-table td {
	padding: 22px 14px;
	text-align: center;
	vertical-align: middle;
	border: 0;
	border-bottom: 1px solid #D1D1D1;
	font-weight: 600;
	font-size: 16px;
	letter-spacing: 0.1px;
}


@media (max-width: 1023px) {

	.ubas-profile-table th {
		padding: 10px;
	}

}



.ubas-profile-table tbody tr:nth-child(even) td {
	background: var(--ubas-row);
}

.ubas-publications-table th:nth-child(1),
.ubas-publications-table td:nth-child(1) {
	width: 178px;
}

.ubas-publications-table th:nth-child(3),
.ubas-publications-table td:nth-child(3) {
	width: 297px;
}

.ubas-publications-table th:nth-child(2) ,
.ubas-publications-table td:nth-child(2) {
	text-align: left;
}
.ubas-publications-table th:nth-child(2){
	padding-left: 190px;
} 
.ubas-publications-table td:nth-child(2) {
	padding-left: 148px;
	
}

@media (max-width: 1023px) {

	.ubas-publications-table th:nth-child(2),
	.ubas-publications-table td:nth-child(2) {
		padding-left: 148px;
	}

}

@media (max-width: 767px) {

	.ubas-publications-table th:nth-child(2),
	.ubas-publications-table td:nth-child(2) 
	{
		padding-left:unset;
	} 

}

