.container{
	max-width:100% !important;
}
section .webbanner h1{
	text-align:center;
	color:white;
	margin:50px;
	font-weight:600;
	font-family:poppinsbold;
}


section .webmainctn{
	display:flex;
	
}
section .innerwebctn{
	flex:1;
	display:flex;
	justify-content:center;
}
section .wb-form{
	padding:20px;
	background:#0f3959;
	border-radius:40px;
	
	text-align:center;
}
section .wb-form-img img{
	height:auto;
}
section .wb-form input{
	border:2px solid white;
	color:white;
	padding:10px;
	margin:15px;
	background:none;
	border-radius:20px;
	width:20vw;
}
section .wb-form button{
	background:none;
	border:2px solid aqua;
	font-size:20px;
	padding:10px;
	color:white;
}
section .pragh p{
	text-align:justify;
	padding:40px;
}
@media screen and (max-width:768px){
	 .webmainctn{
	
	flex-direction:column;
	
}
section .wb-form input {
 
    width: 36vw;
}
section .wb-form button{
	width:36vw;
}
section .wb-form{
	width:500px;
}
}
@media screen and (max-width:475px){
	section .wb-form input {
 
    width: 300px;
}
section .wb-form button{
	width:300px;
}
}