
.landing-label
{
	font : 700 22px/28px 'Open Sans', sans-serif;
	margin-bottom: -6px;
}
.landing-textbox
{
	padding: 10px;
	border-radius: 7px;
}
.landing-row
{
	display: flex;
	flex-direction: row;
	align-items: center;
}
.landing-row label
{
	padding-right: 10px;
}
.landing-row input[type="number"]
{
	width: 80px;
	font : bolder 20px/28px 'Open Sans', sans-serif;
	outline: none;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
  .age-btn
  {
	background: #F6B094;
	color: #101d4b;
	padding: 1rem 3rem;
	font-size: 17px;
	font-weight: 600;
	border: none;
    border-radius: 7px;
	cursor: pointer;
	transition-duration: 0.4s;
	height: 50px;
	margin-left: 30px;
}
.age-btns
{
  background: #AFE193;
  color: #101d4b;
  padding: 1rem 3rem;
  font-size: 17px;
  font-weight: 600;
  border: none;
  border-radius: 7px;
  cursor: pointer;
  transition-duration: 0.4s;
  height: 50px;
  margin-left: 30px;
}
.dangerage:hover {
	background: #d1af65 !important;
	box-shadow: 0px 2px 39px 0px #d1af65;
	color: #000;
}
.successage:hover {
	background: #d1af65 !important;
	box-shadow: 0px 2px 39px 0px #d1af65;
	color: #000;
}
.next-btn
{
	background: #ffffff;
	color: #101d4b;
	padding: 1rem 3rem;
	font-size: 17px;
	font-weight: 600;
	border: none;
    border-radius: 7px;
	cursor: pointer;
	transition-duration: 0.4s;
	width: 178px;
	height: 50px;
	position: absolute;
	z-index: 1;
    bottom: 5%;

}
.next-btn:hover {
	background: #d1af65 !important;
	box-shadow: 0px 2px 39px 0px #d1af65;
	color: #000;
	
}
.button-row
{
	display: flex;
	flex-direction: row;
	margin-top: 30px;
}
@media (max-width: 767px)
{
	.button-row
	{
		display: flex;
		flex-direction: column;
		margin-top: 10px;
	}
	.age-btn
	{
		margin-top: 20px;
	}
	.age-btns
	{
		margin-top: 20px;
	}
}


  
