@media only screen and (min-width: 1101px) {
	.header-area .header-right-content {
		padding-left: 0;
		list-style: none;
		margin-left: 75%;
		text-align: right;
		padding-right: 20px;
	}
}

/* Max width 1100x*/
@media only screen and (max-width: 1100px) {
	.burger-wrapper {
		display: flex;
		position: relative;
		padding-left: 15px;
	}
	.header-area .header-right-content {
		text-align: right;
		list-style: none;
		margin-left: 60%;
	}
	.sidebar-menu {
		left: -130%;
		top: 62px;
		width: 250px;
		transition: all ease 0.5s;
	}
	.sidebar-menu.active-sidemenu-area {
		left: 0;
	}
	.main-content-wrap {
		padding-left: 0;
	}

	.body-bg-f8faff.active {
		position: relative;
		overflow: hidden;
	}
	.container-fluid .h3 {
		margin-left: 10%;
	}

	.page-title {
		margin-left: 20px;
	}
}

@media only screen and (max-width: 900px) {
	.header-area .header-right-content {
		text-align: right;
		list-style: none;
		margin-left: 55%;
	}
}

@media only screen and (max-width: 650px) {
	.header-area .header-right-content {
		text-align: right;
		list-style: none;
		margin-left: 45%;
	}
}

@media only screen and (max-width: 550px) {
	.header-area .header-right-content {
		text-align: right;
		list-style: none;
		margin-left: 30%;
	}
}
