*{
	padding: 0px;
	margin: 0px:

}

.top{
	display: flex;
	width: 100%
	font-family: sans-serif;
	
	
}
.snd{
	position: absolute;
	float: left;
	left:0px;
	top:0px;
}

.sndp{
	display: none;
}

.fst {
	position: absolute;
	display: grid;
	float: right;
	right: 170px;
	margin-top:25px;
}
form{	
	margin-left: -110px;
 	margin-top:35px;
}


.iput{
	display: grid;
	margin-top:15px;

	padding:10px;
}


.iput input{
	height:44px;
	border: 1px solid black;
	width:100%;
	border-radius: 4px;
	padding: 5px;
}

.bell{
	margin-bottom:3px;
	font-size:17px;
}

.btn{
	height:44px;
	border: none;
	width:95%;
	padding:10px;
	color: white;
	font-size: 16px;
	border-radius: 7px;
	margin-top:15px;
	background: #74569C;
	margin-left: 10px;
	margin-right: 5px;
}

.pan{
	display: flex;
	padding-top: 5px;
}
.pan span{
	padding-top: 5px;
}

.pann{
	height: 20px;
	width: 10%;

}

.orr{
	margin-top: 15px;
	margin-left: 10px;
}

.btw img{
	position:absolute;
	bottom: -500px;
	float: bottom;
	width: 100%;
	left: 0px;
	
}

.btw{
	display: block;
	position:absolute;
	bottom: -200px;
	float: bottom;
	width: 100%;
	left: 0px;
}

.discl{
	margin-left: 70px;
	width: 10%;
	height:40px;
	
	
}
 hr{
	 margin-left: 25px;
	 margin-right: 25px;
	 margin-top: 0px;
	 margin-bottom: -10px;
 }
 
 
 .para{
	 margin-top: 10px;
	 height: 70px;
	 margin-left: 30px;
	 margin-right: 30px;
 }
 .foot{
	 display: none;
 }
 
 @media only screen and (max-width: 600px){
	 .container{
		 display: grid;
		 width: 100%;
	 }
	 
	 
	 .fst{
	
		 top: 0px;
		 left: 140px;
		 width: 60%;
	 }
	 
	 .snd{
		 display: none;
	 }
	 .sndp img{
		 
		 width: 100%;
	 }
	 .sndp{
		 display: grid;
		 position: absolute;
		 width: 100%;
		 top: 700px;
		 left: 0px;
		 
	 }
	 .orr img{
		 margin-top: 10px;
		 width: 100%;
	 }
	 .btw{
		 display: none;
	 }
	 .foot img{
		 width: 100%;
	 }
	 .foot{
		 position: absolute;
		 top: 1400px;
		 left: 0px;
		 width: 100%;
		 display: grid;
	 }
	 
	 @media only screen and (max-width: 767px and 1024px){
	 .container{
		 display: grid;
		 width: 100%;
	 }
	 
	 
	 .fst{
	
		 top: 0px;
		 left: 140px;
		 width: 60%;
	 }
	 
	 .snd{
		 display: none;
	 }
	 .sndp img{
		 
		 width: 100%;
	 }
	 .sndp{
		 display: grid;
		 position: absolute;
		 width: 100%;
		 top: 700px;
		 left: 0px;
		 
	 }
	 .orr img{
		 margin-top: 10px;
		 width: 100%;
	 }
	 .btw{
		 display: none;
	 }
	 .foot img{
		 width: 100%;
	 }
	 .foot{
		 position: absolute;
		 top: 1400px;
		 left: 0px;
		 width: 100%;
		 display: grid;
	 }
	 
	 
 