.topimg{
	text-align: center;
	margin: 20px;
}

.info{
	padding-left: 20%;
	padding-right: 20%;
}

.info h1{
	text-align: center;
	font-size: 70px;
	font-family: "Roboto Slab", serif;
}

.info p{
	font-family: "Rajdhani", sans-serif;
	font-size: 20px;
	text-align: center;
}

.infocontent {
	padding-left: 25%;
	padding-right: 25%;
}

.infocontent h1{
	text-align: left;
	font-size: 60px;
	font-family: "Roboto Slab", serif;
	padding-top: 20px;
	padding-bottom: 20px;
}

.infocontent p{
	font-family: "Rajdhani", sans-serif;
	font-size: 20px;
}

.infocontent1 {
	padding-left: 25%;
	padding-right: 25%;
	padding-top: 20px;
	padding-bottom: 20px;
}

.infocontent1 h1{
	font-size: 50px;
	font-family: "Roboto Slab", serif;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: left;
}

.infocontent1 p{
	font-size: 20px;
	font-family: "Rajdhani", sans-serif;
}


hr{
	height:1.5px;
	border-width:0;
	color:gray;
	background-color:black;
	margin: 20px 7% 20px 7%;


}

.choice{
	width: 100%;
	padding: 20px 7% 20px 7%;
	text-decoration: none;
}

.choice div{
	width: 33%;
	display: inline-block;

}

.choice .choice1{
	text-align: right;
	
}

.choice .choice2{
	text-align: left;
	
}

.choice p{
	font-family: "Poppins", sans-serif;
  	font-weight: 500;
  	font-style: normal;
  	font-size: 18px;
}

.choice h1{
	font-family: "Roboto Slab", serif;
	font-size: 40px;
}

@media (max-width: 952px) {
	.choice .choice1{
		width: 100%;
		display: inline-block;
		text-align: center;

	}

	.choice .choice2{
		width: 100%;
		display: block;
		text-align: center;
	}
}


.package{
	width: 100%;
	padding: 40px 7% 20px 7%;
}

.package div{
	display: inline-block;
}

.package .pic{
	display: inline-block;
	width: 38%;
}

.package .text{
	display: inline-block;
	width: 58%;
	padding: 20px;
}

.choice .choice1 a:hover{
	background-color: white;
}

.choice .choice2 a:hover{
	background-color: white;
}

@media (max-width: 853px) {
	.package div{
		display: block;
	}

	.package .pic{
		width: 100%;
		text-align: center;
	}

	.package .text{
		width: 100%;
		text-align: center;
	}

	.package .pic img{
		width: 75%;
		text-align: center;
	}
}