@media only screen and (min-width: 1360px) {
	.oxygen-home .container {
		max-width: 1312px;
		padding: 0;
	}
}


@media only screen and (min-width: 992px) {
	.oxygen-home section.career .career-text-main {
		padding-left: 47px;
	}
}



@media only screen and (max-width: 991px) {
	.oxygen-home header {
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.oxygen-home header div#navbarSupportedContent {
		position: absolute;
		top: 100%;
		left: 0;
		background: #fff;
		width: 100%;
		z-index: 9;
		padding: 15px 0;
		border-top: 2px solid #087F8C;
	}
	.oxygen-home header div#navbarSupportedContent li.nav-item:not(:last-child) {
		margin-bottom: 15px;
	}
	.oxygen-home header nav.navbar {
		position: static;
	}
	.oxygen-home header {
		position: relative;
	}
	.oxygen-home section.banner {
		position: relative;
	}
	.oxygen-home section.banner:before {
		content: '';
		position: absolute;
		background: #087f8c91;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
	}
	.oxygen-home section.banner .container {
		position: relative;
	}
	.oxygen-home section.banner {
		background-position: center;
	}
	.oxygen-home section.banner .banner-form {
		min-height: auto;
	}
	.oxygen-home header .menus nav.navbar {
		justify-content: flex-end;
	}
	.oxygen-home section.how-it-works .how-it-work-inner {
		text-align: center;
	}
	.oxygen-home section.how-it-works .how-it-work-main:not(:last-child),
	.oxygen-home section.whyChooseUs .whyChooseUs-main:not(:last-child)	{
		margin-bottom: 20px;
	}
	.oxygen-home section.aboutUs .about-text {
		margin-top: 30px;
	}
	.oxygen-home section.career .container-main {
		max-width: 720px;
		margin: 0 auto;
		padding-left: calc(1.5rem * .5);
		padding-right: calc(1.5rem * .5);
	}
	.oxygen-home section.career .row {
		gap: 30px;
	}
	.oxygen-home section.testimonial .testimonial-box .author-info {
		margin: 13px 0 0 19px;
	}
	.oxygen-home section.testimonial .testimonial-box p {
		padding: 30px 30px 30px;
	}
	.oxygen-home h1 {
		font-size: 45px;
		line-height: 57px;
	}
	.oxygen-home section.banner p {
		font-size: 22px;
		line-height: 28px;
		margin: 5px 0 24px;
	}
	.oxygen-home .main-heading h2 {
		font-size: 35px;
		line-height: 43px;
	}
	.oxygen-home section.how-it-works .how-it-work-inner h3 {
		font-size: 20px;
		line-height: 24px;
	}
	.oxygen-home section.how-it-works .how-it-work-inner p {
		font-size: 14px;
	}
	.oxygen-home .main-heading span.sub-heading {
		font-size: 20px;
		line-height: 24px;
	}
	.oxygen-home section.career p {
		font-size: 20px;
		line-height: 32px;
	}
}


@media only screen and (max-width: 767px) {
	.oxygen-home h1 {
		font-size: 35px;
		line-height: 45px;
	}
	.oxygen-home section.banner p {
		font-size: 18px;
		line-height: 24px;
	}
	.oxygen-home button.btn {
		border-radius: 10px;
		font-size: 18px;
		line-height: 22px;
		padding: 13px 22px;
	}
	.oxygen-home section.banner {
		padding: 50px 0 50px;
	}
	.oxygen-home .main-heading h2 {
		font-size: 30px;
		line-height: 38px;
	}
	.oxygen-home section.how-it-works .how-it-work-inner {
		padding: 24px;
	}
	.oxygen-home section.testimonial .row {
		gap: 30px;
	}
	.oxygen-home section.testimonial .testimonial-box p {
		font-size: 18px;
		line-height: 22px;
		min-height: auto;
	}
	.oxygen-home section.copyright p {
		font-size: 16px;
		line-height: 21px;
	}
	.oxygen-home section.copyright {
		padding: 20px 0;
	}
	.oxygen-home section.how-it-works ,
	.oxygen-home section.aboutUs ,
	.oxygen-home section.whyChooseUs ,
	.oxygen-home section.career ,
	.oxygen-home section.testimonial{
		padding: 50px 0 50px;
	}
	.oxygen-home section.testimonial .main-heading {
		margin: 0 auto 30px;
	}
	.oxygen-home section.contact {
		padding-bottom: 50px;
	}
	.oxygen-home section.career p {
		font-size: 16px;
		line-height: 28px;
	}
	.oxygen-home section.career p:not(:last-child) {
		margin-bottom: 21px;
	}
}

@media only screen and (max-width: 480px) {
	.oxygen-home h1 {
		font-size: 32px;
		line-height: 42px;
	}
	.oxygen-home .main-heading h2 {
		font-size: 26px;
		line-height: 34px;
	}
	.oxygen-home .main-heading span.sub-heading {
		font-size: 16px;
		line-height: 20px;
	}
}