.nursesbg
{
  background-image: url(../images/nurses/nursebg.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
}

.txt-darkeskgreen
{
	color:#3A5150;	
}

.bg-darkeskgreen
{
	background: #3A5150;
    padding: 10rem 2rem 0px;
    margin-top: -75px!important;
}

.bg-nursejobs
{
	background: #fff;
    padding: 5rem 2rem 3rem;
}

.bg-interviewtips
{
	background: #A4D3E9;
    padding: 5rem 2rem 3rem;
}

.bg-careertrack
{
	background: #EDEDED;
    padding: 5rem 2rem 2rem;
}

.nodecor
{
	text-decoration:none!important;	
	color: transparent!important;
}

.txt-darkgrey
{
	color:#707070!important;
}

.ff40
{
	font-size: 40px;
}

.ff22
{
	font-size: 22px;
}

.mt5
{
	margin-top: 5rem;
}

.mt3
{
	margin-top: 3rem;
}

.nursefeaturebox
{
	background: #fff;
    border-radius: 12px;
    padding: 2rem;
}

.featuresrow
{
	width: 80%;
    margin: 0 auto!important;
    margin-top: -77px!important;
}

.txt-fornurses
{
	color:#E5B537;
	font-size:40px;
}

.heading3
{
	font-size:20px;
	color:#fff;
	letter-spacing:1px;
}

.mb6
{
	margin-bottom: -61px;
}

.heading3p
{
	font-size:18px;
	color:#fff;
	letter-spacing:1px;
	margin-top: 10px;
}

.nursejobbox
{
	background:#F7F7F9;
	padding:2rem;
	border-radius:12px;
	margin-bottom: 20px;
}

.nursejobtitle
{
	color: #000000;
    font-size: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 26px;
    white-space: nowrap;
}

.nursejobcompany
{
	color: #000000;
    font-size: 14px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.nursejoblocation
{
	color:#000000;
	font-size:14px;
}

.nursedivider
{
	border-top:1px solid #CBD0D8;
	margin-top: 15px;
    margin-bottom: 15px;
}

.nursejobpost
{
	color:#B0B3B8;
	font-size:12px;
}

.nursejobtype
{
	background: #E5E5E5;
    width: 110px;
    height: 32px;
    border-radius: 5px;
    font-size: 16px;
    padding: 6px;
    text-align: center;
}

.pt40
{
	padding-top: 40px;
}

.pb40
{
	padding-bottom: 40px;
}

.valign
{
	vertical-align:sub;
}

.w20
{
	width: 20%!important;
}

.interviewtipsbox
{
	background:#F7F7F9;
	padding:2rem 0.5rem 1rem 1rem;
	border-radius:12px;
	text-align: center;
	margin-top:2rem;
	height: 200px;
}

.interviewtipsboxtext
{
	font-size: 24px;
    color: #3A5150;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.timeline
{
	position: relative;
	max-width: 1200px;
	margin: 0 auto;
	margin-top:3rem;
}

.timeline::after {
  	content: '';
    position: absolute;
    width: 6px;
    background-color: white;
    top: 22px;
    bottom: 0;
    left: 0%;
    margin-left: 0px;
}

.timelinecontainer {
  padding: 10px 40px;
  position: relative;
  background-color: inherit;
  width: 100%;
}

/* The circles on the timeline */
.timelinecontainer::after {
  	content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    left: -7px;
    background-color: #E5B537;
    border: 4px solid #E5B537;
    top: 20px;
    border-radius: 50%;
    z-index: 1;
}

.timeline p
{
	font-size: 20px;
    line-height: 25px;
    letter-spacing: 1px;
    color: #000000!important;
    margin-top: 10px;
    margin-bottom: 20px;
}

.mobileshow
{
	display:none;
}

.nursefeaturetxt
{
	font-size:20px;
	margin-top: 10px;
}

.timeline h2 {
    font-size: 24px!important;
}
    
@media (max-width: 767px)
{
	.mobileshow
    {
    	display:block!important;
    }
    
    .xs-p-0
    {
    	padding:0px;
    	margin:0px;
    }
    
    .h266
    {
    	height:251px;
    }
    
    .findbtn
    {
    	padding-bottom: 5rem;
    }
    
    .col-6
    {
    	width:50%;
    }
    
    .headericon
    {
    	width:18px;
    	height:18px;
    }
    
    .tipsicon
    {
    	width:30px;
    	height:auto;
    }
    
    .nursefeaturebox {
		width: 165px;
		padding: 1rem;
    	margin-bottom: 15px;
	    border: 1px solid #707070;
	}
	
	.featuresrow
	{
		width: 90%!important;
    	margin-top: -50px!important;
	}
	
	.nursefeaturetxt
	{
		font-size:14px;
		margin-top:0px;
	}
	
	.arrowright
	{
		width:10px;
		height:4px;
	}
	
	.bg-darkeskgreen {
	    background: #3A5150;
	    padding: 12rem 2rem 0px;
	    margin-top: -145px!important;
	}
	
	.xsmt3
	{
		margin-top: 3rem!important;
	}
	
	.xsmt0
	{
		margin-top: 0px!important;
	}
	
	.xsmt2
	{
		margin-top: 2rem!important;
	}
	
	.pb40
	{
		padding-bottom: 0px;
	}
	
	.txt-fornurses
	{
		font-size:24px;
	}
	
	.xsf4
	{
		font-size: 24px!important;
	}
	
	.xsf16
	{
		font-size: 16px!important;
	}
	
	.bg-nursejobs {
	    background: #fff;
	    padding: 3rem 1rem 3rem;
	}
	
	.btnmorejobs
	{
		width: 75%!important;
	    height: 45px!important;
	    font-size: 16px!important;
	    padding: 8px!important;
	}
	
	.timelinecontainer::after
	{
		top:12px;
	}
	
	.timeline h2 {
	    font-size: 16px!important;
	}
	
	.timeline p {
	    font-size: 14px!important;
	    margin-bottom: 10px!important;
	}
	
	.timelinecontainer {
    	padding: 10px 0px 0px 40px;
	}
	
	.interviewtipsbox img{
		width: 40px;
    	height: 40px;
    }
	
	.interviewtipsbox {
	    background: #F7F7F9;
	    padding: 2rem 1rem 1rem 1rem!important;
	    border-radius: 12px;
	    text-align: center;
	    margin-top: 2rem!important;
	    height: auto!important;
	    width: 200px;
	    margin-right: 30px;
	    margin-bottom: 2rem;
	}
	
	.interviewtipsboxtext {
	    font-size: 18px;
	    color: #3A5150;
	    height: 50px;
	    display: flex;
	    align-items: center;
	    justify-content: center;
	}
	
	.tipsdiv
	{
		margin: 0px;
	    padding: 0px;
	    display: flex;
	    overflow: auto;
	    flex-wrap: initial!important;
	}
	
	
	.w20 {
	    width: 60%!important;
	}

	.bg-interviewtips {
	    background: #A4D3E9;
	    padding: 3rem 1rem 1rem;
	}
}