a:hover{text-decoration: none;}

.box {

	padding: 9vh 1vh;

	/* float: left; */

	width: 40vh;

	height: 40vh;

	margin: 0 5vh;

	color: white;

	background-color: #024a71;

	border: 1px solid white;

	/* position: relative; */

	/* top: 25vh; */

	/* left: calc(50vw - 50vh); */

	text-align: center;

	display: inline-block;

	border-radius: 2vh;

	cursor: pointer;

	transition: 0.3s background-color;

	/* margin: 0 auto; */

}



.box:hover {

	background-color: #0f3448;

}



.box:active {

	background-color: #023f5f;

}



.box div:nth-child(1) {

	font-size: 4vh;

	/* margin-top: 9vh; */

	/* margin-bottom: 2vh; */

	height: 7vh;

}



.box div:nth-child(2) {

	font-size: 5vh;

	background-color: #FF8137;

	height: 8vh;

	width: 8vh;

	vertical-align: middle;

	margin: auto;

	border-radius: 50%;

	line-height: 8vh;

}







.box div:nth-child(3) {

	font-size: 3vh;

}

.choose_box {

    background: #035B8A;

    display: none;

    position: relative;

    text-align: center;

    opacity: 0.93;

    width: 100%;

    padding: 30vh 0;

    height: 100vh;

    background-color: #035B8A;

    margin: 0 auto;

    /* text-align: center; */

}