.panel-primary{
	border-color: #0a1e30;
}

.panel-primary>.panel-heading {
    color: #fff;
    background-color: #0a1e30;
    border-color: #0a1e30;
}

a.hotjobs{
	background-color: #0a1e30;	
	border: 1px solid #0a1e30;	
	
}

a.hotjobs:hover{
	background-color: #10a6c1;
	border: 1px solid #10a6c1;
}

div.terms-n-conditions p.lead{
	color: black;
	line-height: 28px;
}

div.terms-n-conditions p.lead i{
	color: #10a6c1;
}

p.text-black-new{
	color: #333;
	font-size:16px !important;
	line-height: 20px;
}

.panel-heading{
	background-color: black;	 
}

.hotjobs-body{
	height: 240px;	
	display: flex;
	align-items: center;
	justify-content: center;	
}

.hotjobs-body p{
	max-height: 230px;
	margin-top: 10px;
	width: 100%;	
	overflow-y: auto;	
}

div.howto h2.howto{
	text-align: center;
	display: inline-block;
	margin: 0px auto;
	margin-bottom: 50px;
	margin-left: 35%;
}

div.howto h2.howto::before{
	background-image: url('../images/icon-how-it-works.jpg');
	background-repeat: no-repeat;
	display: inline-block;
	width: 51px; 
	height: 53px;
	content:"";		
	position: absolute;
	left: -65px;
	top: -5px;
}

h5.howto{
	font-size: 22px;
	font-weight: 400;
	margin-top: 50px;
	text-align: center;
}

p.howto{
	text-align: center;
}

a.footer_link{
	color: white;
	transition: all 0.5s ease-out;
}

a.footer_link:hover{
	color: #333;
}

.menuzord-menu > li > a{
	color: #000;
}

@media only screen and (max-width: 786px) {
	div.howto h2.howto{
		font-size: 22px;		
		margin-left: 18vw;
	}
  }  