.bottom-footer-center{
	float:none;
	text-align: center;
}
.bottom-footer-center p{
	font-size: 0.875em;
	color: #777;
	margin-top: 1.5em;
}
.bottom-footer-center p a{
	color:#FED136;
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
} 
.bottom-footer-center p a:hover{
	color:#777;
}
.form-text li{
	font-size: 1.875em;
	color: #fff;
}
.form iframe {
		height: 230px;
		width: 50%;
	}
.downloadimg{
	width: 20%;
}

.type_box{
	width: 80%;
	margin: 0px auto;
/* 	background-color: #FED136; */
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	/* justify-content: space-around; */
	justify-content: space-around;
	margin-bottom: 10px;
}
.type_box_item{
	text-align:center;
	/* background-color: red; */
}
.type_box_item_hidden{
	visibility: hidden;
}
.type_box_item img{
	text-align:center;
	width: 30%;
}
.type_box_item h4{
	text-align:center;
}

@media only screen and (max-width: 768px) {
.form iframe {
		height: 180px;
		width: 100%;
	}
.form-text li{
		font-size: 0.875em;
		color: #fff;
}

.downloadimg{
	width: 40%;
}

.type_box_item h4{
	text-align:center;
	font-size: 0.275em;
}
.type_box_item img{
		width: 20%;
	}
}

@media only screen and (max-width: 320px) {
	.downloadimg{
		width: 40%;
	}
	.type_box_item h4{
		text-align:center;
		font-size: 0.175em;
	}
	.type_box_item img{
		width: 10%;
	}
}