@media only screen and (max-width: 1024px){
	.header__container{
		padding: .8rem 1rem;
	}
	 .swiper-button-prev{
	 	display: none !important;
	 }
	 .swiper-button-next{
	 	display: none !important;
	 }
	 .swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal{
	 	display: block;
	 }

}


@media only screen and (max-width: 768px){
.main-slider-box{
	flex-wrap: wrap;
	justify-content: center;
	text-align: center;
	padding: 50px;
	margin: 0 12px;
}
.main-slider-box p {
    color: white;
    font-size: 15px !important;
}
}



@media only screen and (max-width: 320px){
.neslater ul {
flex-wrap: wrap;
align-content: center;
justify-content: center;
text-align: center;
}
.neslater ul li a img {
 margin-bottom: .5rem;
}
.forminput  {
	flex-wrap: wrap;
	text-align: center;
	justify-content: center;
}
}