#content-wrapper{
	
}

#topBannerSection .banner-img img{
	width: 100%;
}

#interviewSection .interviewWhite{
	background-color: #FFF;
	padding: 25px 0px 0px 0px;
	overflow: hidden;
}

#interviewDetailSection a {
	color: #858796;
    text-decoration: none;
}

#interviewBlockSection {
	background-color: #62B0E3;
	padding-bottom: 8px;
	margin-bottom: 20px;
}

#interviewBlockSection .interview-detail-title {
	background-color: #62B0E3;
	/*padding: 8px;*/
	display: flex;
	align-items: center;

}

#interviewBlockSection .interview-detail-title img{
	/*width: 20px;*/
}

#interviewBlockSection .interview-detail-title h2{
	font-size: 1.2rem;
    color: #FFF;
    margin-top: 0.7rem;
}

#interviewBlockSection .interview-detail-sub-title{
	font-size: 1.3rem;
	font-weight: bold;
	border-left: 10px solid #036EB8;
	padding: 0px 0px 0px 5px;
	margin: 10px 0px 5px 5px;
}

#interviewBlockSection .interview-in-area {
	background-color: #FFF;
	margin: 2px;
	overflow: hidden;
}

#interviewBlockSection .interview-prof-area{
	border: 1px solid #F9C14B;
	padding: 5px;
	margin: 5px;
	display: flex;
	position: relative;
}

#interviewBlockSection .interview-bottom-border {
	border-bottom: 1px solid #9FA0A0;
}

#interviewBlockSection .interview-ul{
	margin-bottom: 0px;
}

#interviewBlockSection .interview-prof-img{
	width: 40%;
}

#interviewBlockSection .start-button {
    position: absolute;
    right: -5px;
    top: 40%;
    width: 35px;
    height: 35px;
    border-radius: 18px;
    background-color: #f9c04c;
    color: #FFF;
}

#interviewBlockSection .interview-prof-area .mid{
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
}