*{
	margin: 0px;
	padding: 0px;
	font-family: averta, helvetica;
}

.addr{
	display: flex;
	margin-top: 25px;
	padding-top: 45px;
	padding-left: 15px;
	font-size: 17px;
	border: 2px solid black;
	height: 99px;
	
}
.top{
	width: 100%;
	height: 60px;
	margin-bottom: 50px;
}
.top img{
	width: 100%;
	height: 90px;
}

.ptag{
    font-size: 30px;
    display:flex;
	flex-direction: column;
	text-align:right;
	padding-right: 20px;

}
input {
	font-size: 30px;
	width: 100%;
	height: 70px;
	align-items: center;
}

button{
	font-size: 30px;
	width: 100%;
	height: 90px;
	color: white;
	background-color: green;
	align-items: center;
	border-radius: 15px;
	margin-bottom: 50px;
}


.frm form{
	display: flex;
	flex-direction: column;
	font-size: 30px;
	margin-top: 50px;
	margin-left: 30px;
	margin-right: 30px;
    justify-content: space-between;
	
}
.meth img{
	object-fit: contain;
	margin-top: 35px;
	margin-left: auto;
	margin-right: auto;
	height: 690px;
}

.meth{
	display: flex;
	flex-direction: column;
	align-items:center;
}