@media(max-width: 375px){
	.top_contact{
		text-align: center;
    font-size: 12px;
	}
	.toggler{
		margin-top: 33%;
	}
	}
@media(max-width: 500px){
	.queries{
		display: none;
	}
	.img-banner{
		display: none;
	}
	.img-banner1{
		display: block;
	}
	.offerings_home h3, .whychoose h3{
		font-size: 30px;
	}
	.main-contact{
		display: none;
	}
	.main-contact1{
		display: block;
		background-color: rgba(1,65,113,0.6);
	}
	.contact_home{
		background-color: rgba(0,0,0,0);
	}
	.contact_home h3{
		font-size: 20px;
	}
	.button_contact button{
		margin-top: 3px;
	}
.logo_main img{
		width: 90px;
	}
	.news{
		padding: 5px 7px;
	}
	.footer img{
		width: 90px;
	}
	.footer h4{
		margin-top: 0px;
		font-size: 20px;
	}
	.toggler{
		margin-top: 20%;
	}
	.service1 img{
		width: 90%;
	}
	.team-member2{
		padding: 10px 0px 20px 0px;
	}

}