.author_pic{
	margin:0 auto;
	border-radius:100px;
	overflow:hidden;
	float:left;
}

.author {
	color: #4F4F4F;
	margin-top:8px;
	margin-bottom:48px;
	/* Desktop_Heading/20_H3 */
	font-family: Montserrat;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 24px; /* 120% */
}

.leftdetail {
	padding-right:95px;
}

.detail_text h3 {
	display: block;
	margin-top:35px;
	margin-bottom:15px;
	color: #000;
	/* Desktop_Heading/24_H2 */
	font-family: Montserrat-Bold;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: 32px; /* 133.333% */
	text-transform: uppercase;
}

.detail_text p {
	color: #4F4F4F;
	/* Text_16/Regular */
	font-family: Roboto;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px; /* 150% */
}

.news-detail-date {
	margin-bottom:48px;
	color: #4F4F4F;
	/* Desktop_Heading/20_H3 */
	font-family: Montserrat-Bold;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 24px; /* 120% */
}

.p16 {
	padding-top:16px;
}

.sharer{
	display: flex;
	align-items: center;
	gap:24px;
	color: #000;
	/* Desktop_Heading/20_H3 */
	font-family: Montserrat-Bold;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 24px; /* 120% */	
	margin-top:40px;
}

.shared_icons {
	display: flex;
	align-items: center;
	gap:10px;
}

.ogls {
	border-radius: 5px;
	border: 1px solid #DCDCDC;
	padding:16px;
	padding-bottom:32px;
}

.ogls strong{
	display: block;
	color: #4F4F4F;
	/* Desktop_Heading/20_H3 */
	font-family: Montserrat-Bold;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	margin-bottom:8px;
	line-height: 24px; /* 120% */
}

.ogls a{
	text-decoration: none;
	display: block;
	margin-top:32px;
	color: #000;
	/* Text_18/Regular */
	font-family: Roboto;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px; /* 133.333% */
}

.news-detail-img .card-img-top {
	margin-bottom:24px;
}

.seealso {
	background:#F7F8F9;
	margin-top:80px;
	padding-top:48px;
	padding-bottom:48px;
}

.seealso strong{
	display: block;
	margin-bottom:40px;
	color: #000;
	/* Desktop_Heading/24_H2 */
	font-family: Montserrat-Bold;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: 32px; /* 133.333% */
	text-transform: uppercase;
}

@media (min-width: 768px) and (max-width: 1199px) {
	.news-detail-date {
		margin-bottom:27px;
	}

	.ogls {
		display: none;
	}

	.detailrow .col-lg-3, .detailrow .col-xl-3 {
		order:-1;
		display: flex;
		align-items: center;
		gap:16px;
		padding-bottom:24px;
	}

	.author {
		color: #4F4F4F;
		/* Desktop_Heading/20_H3 */
		font-family: Montserrat-Bold;
		font-size: 20px;
		font-style: normal;
		font-weight: 700;
		line-height: 24px; /* 120% */
	}

	.leftdetail {
		padding-right:0;
	}

	.detail_text h3 {
		margin-top:15px;
	}

	.seealso {
		margin-top:40px;
		padding-top: 40px;
		padding-bottom: 40px;
	}
}

@media (max-width: 767.98px) {
	
	.leftdetail {
		padding-right:0;
	}
	
	.ogls {
		display: none;
	}

	.detailrow .col-lg-3, .detailrow .col-xl-3 {
		order:-1;
		display: flex;
		align-items: center;
		gap:16px;
		padding-bottom:24px;
	}

	.author {
		color: #4F4F4F;
		margin-top: 0px;
		margin-bottom: 0px;
		font-family: Montserrat-Bold;
		font-size: 14px;
		font-style: normal;
		font-weight: 700;
		line-height: 16px;
	}

	.news-detail-date {
		margin-bottom: 16px;
		color: #4F4F4F;
		font-family: Montserrat-Bold;
		font-size: 14px;
		font-style: normal;
		font-weight: 700;
		line-height: 16px;
	}

	.author_pic {
		width:65px;
		height:65px;
	}

	.author_pic img {
		width:100%;
	}

	.detail_text h3 {
		display: block;
		margin-top: 24px;
		margin-bottom: 8px;
		color: #000;
		font-family: Montserrat-Bold;
		font-size: 16px;
		font-style: normal;
		font-weight: 700;
		line-height: 24px;
		text-transform: uppercase;
	}

	.card-img-top {
		margin-bottom:0px !important;
	}

	.detail_text p {
		color: #4F4F4F;
		font-family: Roboto;
		font-size: 12px;
		font-style: normal;
		font-weight: 400;
		line-height: 16px;
	}

	.sharer {
		flex-wrap: wrap;
		color: #000;
		/* Mob-Heading/14_H3 */
		font-family: Montserrat;
		font-size: 14px;
		font-style: normal;
		font-weight: 700;
		gap:16px;
		margin-top:24px;
		line-height: 16px; /* 114.286% */
	}

	.shared_icons {
		flex:0 0 100%;
		width:100%;
	}

	.seealso {
		padding-top:24px;
		padding-bottom:24px;
		margin-top:32px;
	}

	.seealso strong {
		display: block;
		margin-bottom: 16px;
		color: #000;
		font-family: Montserrat-Bold;
		font-size: 16px;
		font-style: normal;
		font-weight: 700;
		line-height: 24px;
		text-transform: uppercase;
	}

	.alsoslider  {
		margin-left:-15px;
		width:calc(100vw + 15px) !important;
	}
}
