@media screen and (min-width:1241px) and (max-width:1500px){

}

@media screen and (min-width:1025px) and (max-width:1240px){
	
}

@media screen and (min-width:992px) and (max-width:1024px){
	
}

@media screen and (min-width:768px) and (max-width:991px){
	.form-group input,
	.form-group textarea {
		background: #F1EDEB !important;
		background-color: #F1EDEB !important;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
	}
}
@media (max-width: 767px){
	.form-group input,
	.form-group textarea {
		background: #F1EDEB !important;
		background-color: #F1EDEB !important;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
	}
}

@media screen and (max-width:575px){
	.form-group input,
	.form-group textarea {
		background: #F1EDEB !important;
		background-color: #F1EDEB !important;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
	}
}

@media screen and (max-width:480px){
	.form-group input,
	.form-group textarea {
		font-family: 'poppins rglr';
		font-size: 22px;
		font-weight: 400;
		color: #1F2029;
		padding: 10px 15px;
		border-radius: 6px;
		border: 1px solid #eee7e1;
		background: #F1EDEB !important;
		background-color: #F1EDEB !important;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		resize: none;
		outline: none;
		box-sizing: border-box;
		width: 100%;
	}
}

/* Additional mobile breakpoint for very small screens */
@media screen and (max-width:320px){
	.form-group input,
	.form-group textarea {
		font-size: 18px;
		background: #F1EDEB !important;
		background-color: #F1EDEB !important;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
	}
}
