.b-filter h4{}
.b-filter{    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding-bottom: 2rem;
    box-sizing: border-box;
    width: 100%;}

.b-filter .category-sec{    display: flex;
    gap: 10px;
    box-sizing: border-box;
	align-items: center;}
.b-filter .category-sec h4{  font-size: 28px;
    font-weight: 600;}
.b-filter .category-sec #category-filter{

 appearance: none;        /* Standard */
  -webkit-appearance: none; /* Chrome, Safari */
  -moz-appearance: none;    /* Firefox */
outline: none;
    border: 1px solid #C0C0C0;
    font-size: 24px;
    font-weight: 300;
    padding: 15px;
    background-image: url(https://indiaautismcenter.org/wp-content/uploads/2026/03/fi_2985150-5.png);
    background-repeat: no-repeat;
    background-position: 95% 50%;
	background-size: 30px;width:100%;padding-right:80px;}



.text-search{    display: flex;
	width: 30%;}


.text-search input{outline: none;
    border: 1px solid #C0C0C0;
    font-size: 24px;
    font-weight: 300;
    padding: 15px;
    background-image: url(https://indiaautismcenter.org/wp-content/uploads/2026/03/Vector-26.png);
    background-repeat: no-repeat;
    background-position: 95% 50%;
    width: 100%;}

@media only screen and (max-width: 781px){

.b-filter{    flex-direction: column-reverse;
	gap: 1.25rem}

	.b-filter .category-sec{    flex-direction: column;
    align-items: flex-start;
    width: 100%;}

	.b-filter .category-sec h4{font-size:20px;}

	.b-filter .category-sec #category-filter{    width: 100%;
    font-size: 18px;}

	.text-search{width:100%;}

	.text-search input{font-size:18px;}



}







