@media (max-width:992px){
	/*.oxygen-home #topform {
		top: 50px;
	}

	.oxygen-home .formwrap{
		height: auto;
		padding-bottom: 150px;
	}*/

	.oxygen-home .serviceswrap .icowrap:before{
		display: none;
	}

	.oxygen-home .serviceswrap .col-lg-4{
		margin-bottom: 50px;
	}

	.oxygen-home .servicelistwrap .serlist > div{
		padding-left: 20px;
		padding-right: 20px;
		padding-bottom: 30px;
	}

	.oxygen-home .servicetypewrap .typelist .col-lg-4:nth-child(3){
		 order: 2
	}

	.oxygen-home .servicetypewrap .typelist .col-lg-8:nth-child(4){
		order: 1
	}

	.oxygen-home .riviewlistwrap {
		margin-top: 0px;
	}
}

@media (max-width:767px){
	
	.oxygen-home .reviewswrap{
		margin-left: 0;
		margin-right: 0;
	}

	.oxygen-home footer .footerwrap{
		flex-direction: column;
		gap: 50px;
	}

	.oxygen-home footer .footerwrap h2{
		text-align: center;
	}
}


