@media(max-width:1024px) {
}

@media(max-width:991px) {
}

@media(max-width:767px) {
	.header_menu {
		background: #fff;
	}

	.container_gutter {
		padding: 0 20px;
	}

	.header_contact {
		margin-left: 0;
	}

	.header_list {
		padding: 0;
		justify-content: space-around;
		border-top: 2px solid #414141;
		border-bottom: 2px solid #414141;
		margin-top: 10px;
	}

	.header_img img {
		height: 40px;
	}

	.contact_list.con_whatsapp {
		margin-right: 0;
	}

	.top_menu_bar {
		position: absolute;
		top: 0;
		right: 15px;
	}

	.contact_list a {
		font-size: 10px;
	}

	.sky_headings {
		font-size: 20px;
		margin-bottom: 5px;
		margin-top: 15px;
	}

	.btn_more {
		display: block;
		border-radius: 0;
		font-size: 20px;
		margin-top: 20px;
		text-align: center;
	}

	.sky_over_content {
		padding: 0;
	}

	.sky_over_img:before {
		background: #ccc;
	}

	.sky_over_img img {
		height: auto;
	}
}

@media(max-width:330px) {
}