body{
	font-family: 'Open Sans',sans-serif;
	font-style: normal;
}
section{
	padding: 60px 0;
}
.container{
	max-width: 1080px;
}
.hero{
	background: linear-gradient(90deg, #01A6FF 0.01%, #18B6FF 100%);
}
.hero p.top1{
	font-size:22px;
	font-weight: 600;
	color: #fff;
}
.hero p.top2{
	font-weight: 800;
	font-size: 68px;
	line-height: 80px;
	color: #fff;
}
.hero p.top3{
	font-size: 18px;
	line-height: 25px;
	color:#fff;
}
.hero p.top3 b{
	font-weight: 600;
	color: #FFC546;
}
.steps{
	background-color: #FAFCFF;
}
.box{
	background: #fff;
	box-shadow: 0px 4px 30px rgba(33, 118, 217, 0.15);
	border-radius: 10px;
	padding:  20px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.box:before{
	content: '';
	display: block;
	height: 220px;
	background: red;
	border-radius: 10px 10px 0 0;
	background-position: top center;
	background-repeat: no-repeat;
	min-height: 150px;
	margin:  -20px -20px 20px -20px;
}
.box.step1:before{
	background-color: #fff;
	background-image: url('pilihanmu_fahmi.jpeg');
	background-size: contain;
}
.box.step2:before{
	background-color: #fff;
	background-image: url('pilihanmu_tiwi.jpeg');
	background-size: contain;
}
.box.step3:before{
	background-color: #FFAD61;
	background-image: url('https://cdn01.rumahweb.com/under-construction/img/step3.png');
}
.box p{
	font-size: 16px;
	line-height: 22px;
	color: #0D145A;
}
.box ul{
	list-style-type: circle;
	padding: 0 10px 0 15px;
	min-height: 250px;
}
.box ul li{
	font-size: 14px;
	line-height: 25px;
}

.box ul li a{
	color: #378DF0;
	text-decoration: none;
}
.box ul li a:hover{
	text-decoration: underline;
}
.btn-orange{
	background-color: #FF8A00;
	color: #fff !important;
}
.btn-orange:hover{
	background-color: #BF6700;
	color:  #fff !important;
}
.bantuan .col h4{
	color:  #0D145A;
	font-size: 24px;
	font-weight: 600;
	line-height: 36px;
}
.bantuan .col p{
	color: #8689AC;
	font-size: 18px;
	font-weight: 400;
	line-height: 28px;
}
.bantuan .col p a{
	color: #378DF0;
	text-decoration: none;
}
.bantuan .col p a:hover{
	color:  #555;
}
.angka{
	position: absolute;
	margin-top:-150px;
	text-align: center;
	font-size: 2em;
	font-weight: bold;
	margin-left: 160px;
	cursor: pointer;
	width:150px;
	height:50px;
	border-radius:35px;
	border:1px solid #c9c9c9;
	background:#eea10c;
}
.hasil{
	text-align: center;
	font-size: 1.5em;
}
.profil{
	padding: 10px;
	border:1px solid #e2e2e2;
}
.total{
	color:red;
	text-transform: uppercase;
	font-weight: bold;
}
.suara{
	color: #000;
	font-weight: bold;
}
@media only screen and (max-width: 576px) {

	body{
		text-align: center;
	}
	.hero p{
		font-size: 1em !important;
		line-height: initial !important;
	}
	.hero p.top2{
		font-size: 1.5em !important;
	}
	body ul li{
		text-align: left;
	}
	.hero .row{
	    display: flex;
	    flex-direction: column-reverse;
	}

	.bantuan .col{
		margin-bottom: 20px;
	}
	.angka{
		margin-left: -75px !important;
	}
}
