.employee_portal_new_section {
	padding: 66px 0px;
	background: rgb(238, 238, 238);
}
.employee_portal_new_section .heading{
	font-size: 30px;
	line-height: 50px;
	padding: 0 0 8px 0;
	color: #009BDE;
	margin: 0px;
}
.employee_portal_new_section .subheading{
	font-size: 17px;
	line-height: 27px;
	font-weight: normal;
	padding: 0 0 34px 0;
	color: #009BDE;
	margin:0px;
	text-align: center;
}
.employee_portal_new_section .contents p{
	line-height: 30px;
	font-weight: normal;
	color: #222;
	padding: 0 0 22px 0;
	margin: 0px;
}
.employee_portal_new_section .contents a{
	text-decoration: none;
	font-size: 17px;
	line-height: 20px;
	color: #00B3E3;
	font-weight: 600;
}
.employee_portal_new_section .contents a i{
	font-size: 17px;
	color: #00B3E3;
	display: inline-block;
	padding: 0 0 0 5px;
	vertical-align: middle;
}
.employee_portal_new_section .contents a:hover, .employee_portal_new_section .contents a:focus, .employee_portal_new_section .contents a.focus{
	color: #5C6670;
}
.employee_portal_new_section .contents a:hover i, .employee_portal_new_section .contents a:focus i, 
.employee_portal_new_section .contents a.focus i{
	color: #5C6670;
}
.actionable_insights,
.features-focal-feedback-section{
	padding: 58px 0;
}
.actionable_insights h2,
.features-focal-feedback-section h2{
	text-align: center;
	padding: 0 0 8px 0;
}
.actionable_insights h3,
.features-focal-feedback-section h3{
	font-family: 'Open Sans', sans-serif;
	font-size: 19px;
	line-height: 25px;
	font-weight: normal;
	padding: 8px 0px;
	display: block;
	color: #009BDE;
	text-align: center;
}
.features-focal-feedback-section{
	background-color: #EEEEEE;
}
.features-focal-feedback-section img {
	margin: 20px auto 30px;
	max-width: 850px;
	width: 100%;
}


@media (min-width:992px){
	.actionable_insights .align-center{
		display: flex;
		align-items: center;
	}
}

@media (min-width: 768px) and (max-width: 991px){

	.employee_portal_new_section .contents p{
		line-height: 22px;
		padding: 0 0 15px 0;
	}

}
@media (max-width: 480px){

	.employee_portal_new_section .heading{
		font-size: 27px;
    	line-height: 40px;
	}
	.employee_portal_new_section .subheading{
	    font-size: 15px;
    	line-height: 20px;
	}
	.employee_portal_new_section .contents p{
		line-height: 24px;
	}
	.employee_portal_new_section .contents{
	    margin-bottom: 25px;
	}
}








/*start About Employee Css*/

.about_employee_section_one {
	color: #000;
	padding: 0px 0 66px;
}
.about_employee_blocks h3{
	font-size: 21px;
	margin-bottom: 25px;
	font-weight: bold;
}
.about_employee_blocks h4 {
	font-size: 18px;
	margin-bottom: 25px;
	font-weight: 400;
	line-height: 1.5;
}
.about_employee_blocks p{
	padding-bottom: 0px;
	margin-bottom: 0px;
}
.about_employee_blocks ul{
	list-style: inside;
}
.about_employee_blocks ul li{
	margin-bottom: 5px;
}
.btn-modal{
	background: transparent;
	border: 0;
}
.about_employee_section_two, .about_employee_section_four{
	color: #000;
	background:#eaeaea;
	padding: 66px 0px; 
}
.about_employee_section_three, .about_employee_section_five{
	color: #000;
	padding: 66px 0px; 
}
.business_section h2{
	color: #009BDE;
	font-weight: 400;
	font-size: 30px;
	margin-bottom: 0;
}
#footer .footer_bottom .footer_left1 ul li a{
	font-size: 13px;
}


@media (min-width: 768px) and (max-width: 991px){

	.employee_portal_new_section .contents p{
		line-height: 22px;
		padding: 0 0 15px 0;
	}

}
@media (max-width: 480px){

	.employee_portal_new_section .heading{
		font-size: 27px;
    	line-height: 40px;
	}
	.employee_portal_new_section .subheading{
	    font-size: 15px;
    	line-height: 20px;
	}
	.contents{
		margin-top: 10px;
	}
	.employee_portal_new_section .contents p{
		line-height: 24px;
	}
	.employee_portal_new_section .contents{
	    margin-bottom: 25px;
	}
	.about_employee_section_two p, .about_employee_section_three p, .about_employee_section_four p, .about_employee_section_five p{
		margin-bottom: 10px;
	}
}
