.facts_holder {
		background: white;
		border: 5px solid #f3fafe;
		border-radius: 5px;
		margin-top: 10px;
		margin-bottom: 10px;
		padding: 20px 0;
		padding-left: 10px;
		cursor: pointer;
}

.facts_holder:hover {
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}


#know_de_facts {
	font-family: economica_bold;
	font-size: 1.75rem;
}


.anoox_holder_wrap {
	margin-bottom: 15px;
	box-sizing: border-box;
}


.ways_head {
	font-family: amsi-pro-ultra-narrow;
	font-size: 1.75rem;
	margin-bottom: 10px;
}

.ways_body {
	 font-family: economica_bold;
	 font-size: 1.55rem;
}

.foot_note_inner {
	display: inline-block;
	vertical-align: top;
	font-size: 12px;
}


#anoox_boxes {
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom: 5px solid #d3d3d3;
}

.adv_step_wrap {
	margin-bottom: 25px;
	margin-left: 15px;
	margin-right: 15px;
	padding: 10px;
	cursor: pointer;
	border: 2px solid #f9f9f9;
		border-radius: 5px;
}

.adv_step_wrap:hover {
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.adv_step_left, .adv_step_right {
	display: inline-block;
	width: 40%;
	min-height: 300px;
	height: auto;
	margin-left: 20%;
	padding: 10px;
	background: orange;
	position: relative;
	cursor: pointer;
	box-sizing: border-box;
	padding-left: 75px;
	vertical-align: top;
}

.adv_step_right {
	margin-left: 20px;
}

.adv_step_2 {
	background: #005aff;
}

.adv_step_3 {
	background: #00bfb5;
}

.adv_step_4 {
	background: #1e5d84;
}

.image_container_right, .image_container_left {
	display: inline-block;
	vertical-align: top;
	margin-left: 20px;
}

.image_container_left {
	margin-left: 20%;
}


.people_icons_bdv {
	width: 300px;
	height: 300px;
	border-radius: 50%;
	background: #f9f9f9;
}


.step_head {
	font-family: amsi-pro-ultra-narrow;
	font-size: 4rem;
	color: white;
	padding: 10px;
	padding-top: 25px;
	vertical-align: top;
	position: absolute;
	left: 5px;
	top: 10px;

}

.step_details {
	color: white;
}

.top_key_wrap_top {
	margin-top: 10px;
}

.top_key_wrap_bot {
	margin-top: 2px;
	margin-bottom: 10px;
}

.top_key_info {
	display: inline-block;
	font-family: amsi-pro-ultra-narrow;
	font-size: 1.75rem;
	background: #ffdb67;
	color: #1e5d84;
	padding: 10px;
}

.center_dom {
	display: block;
}


@media only screen and (min-device-width: 300px) and (max-device-width: 480px) {


	.image_container_right, .image_container_left {
		display: none;
	}

	.adv_step_left, .adv_step_right {
		width: 98%;
		margin-left: 1%;
	}
}