@media screen and (max-width: 992px) {
	.small {
		display: block;
		transition: all 0.3s ease-in-out;
	}

	#main_header {
		display: none;
	}

	.small nav {
		padding: 15px 0;
	}

	.small img {
		width: 150px;
	}

	.small nav .container-flex {
		display: flex;
		align-items: center;
		justify-content: space-between;
		position: relative;
	}

	.small nav .menu {
		width: 40px;
		height: 40px;
		background: var(--theme-color-second);
		display: flex;
		align-items: center;
		justify-content: center;
		font-size: 18px;
		color: #000;
		cursor: pointer;
		border-radius: 5px;
	}

	.small nav .menu-2 {
		width: 40px;
		height: 40px;
		background: var(--theme-color-third);
		display: flex;
		align-items: center;
		justify-content: center;
		font-size: 18px;
		color: #fff;
		cursor: pointer;
		border-radius: 5px;
	}

	.small nav .sidebar {
		position: fixed;
		top: 0;
		left: -100%;
		width: 100%;
		height: 100%;
		background: #fff;
		box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
		transition: all 0.4s ease-in-out;
		z-index: 1000;
	}

	.small.show .sidebar {
		left: 0;
	}

	.small nav .sidebar>ul {
		margin-top: 70px !important;
		overflow-y: scroll;
		height: 80vh;
	}

	.small nav .sidebar>ul>li {
		padding: 10px;

	}

	.small nav .sidebar ul>li:last-child {
		border-bottom: none;
	}

	.small nav .sidebar ul>li>a {
		color: #000;
		padding: 4px;
		font-size: 17px;
		text-transform: capitalize;
	}

	.small nav .sidebar>ul>li.link-sm {
		position: relative;
	}

	.small nav .sidebar ul li.link-sm i {
		position: absolute;
		top: 3px;
		right: 0px;
		width: 40px;
		height: 40px;
		display: flex;
		align-items: center;
		justify-content: center;
		cursor: pointer;
		font-size: 19px;
		color: #1e1e1e;
		font-weight: 700;
	}

	.small nav .sidebar ul.sub-menu-sm {
		max-height: 0;
		overflow: hidden;
		transition: all .3s ease-in-out;
		margin-top: 0px !IMPORTANT;
	}

	.small nav .sidebar ul.sub-menu-sm li {
		padding: 4px 16px;
	}

	.small .times {
		position: absolute;
		top: 0;
		right: 0;
		width: 40px;
		height: 40px;
		background: #0e0e0e;
		display: flex;
		align-items: center;
		justify-content: center;
		color: #fff;
		font-size: 18px;
		cursor: pointer;
	}

	.small .overlay {
		width: 100%;
		height: 100%;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: rgba(0, 0, 0, 0.9);
		opacity: 0;
		pointer-events: none;
		transition: all 0.3s ease-in-out;
		z-index: 1000;
	}

	.small.show .overlay {
		opacity: 1;
		pointer-events: all;
	}

	ul.list-unstyled.p-0.m-0.sub-menu-sm li a {

		font-size: 14px;
	}

	.small {
		display: block;
	}

	.sub-menu-1,
	.sub-menu-2 {
		display: none;
		padding-left: 15px;
	}

	li.open>.sub-menu-1,
	li.open>.sub-menu-2 {
		display: block;
	}

	.sidebar ul li {
		padding: 10px 0;
		position: relative;
	}

	.sidebar ul li i {
		position: absolute;
		top: 3px;
		right: 0px;
		width: 40px;
		height: 40px;
		display: flex;
		align-items: center;
		justify-content: center;
		cursor: pointer;
		font-size: 19px;
		color: #1e1e1e;
		font-weight: 700;
	}

	.sidebar ul li a {
		color: #333;
		text-decoration: none;
		display: inline-block;
		width: calc(100% - 24px);
	}


	h1 {
		font-size: 40px;
	}

	h2 {
		font-size: 35px;

	}



	p br {
		display: none;
	}

	p {
		font-size: 18px;
	}

	header#main_header {
		display: none;
	}

	section {
		padding: 50px 0;
	}

	.banner_sec {
		position: relative;
		text-align: center;
		background-position-x: 80% !important;
	}

	.banner_sec .container {
		position: relative;
		z-index: 1;
	}

	.banner_sec::before {
		content: "";
		display: block;
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		background-color: #0000004d;
	}

	.banner_sec .header-list {
		display: grid;
		grid-template-columns: repeat(1, 1fr);
		gap: 20px;
	}

	.banner_sec .header-list li {
		justify-content: center;
		font-size: 17px;
	}

	#home_sec_6 {
		background-position-x: 20% !important;
	}

	.home_sec_9 .map {
		height: 250px;
	}

	.footer .ft-contact li a span.head {
		display: block;
		font-size: 16px;
		color: var(--theme-color-second);
	}

	.footer .ft-contact li a span.number {
		font-size: 26px;
		font-weight: 800;
	}

	.footer .ft-contact li {
		margin-bottom: 25px;
	}

	.footer .ft-contact li a span.mail {
		font-size: 18px;
	}

	.footer .ft-contact li a span.head {
		display: block;
		font-size: 18px;
		color: var(--theme-color-second);
		margin-bottom: 10px;
	}

	.footer span.lisence {
		font-size: 21px;
		line-height: 1.5;
		display: block;
		margin-top: 10px;

		margin-bottom: 20px;
	}

	.footer .ft-heading h6 {
		display: block;
		font-size: 27px;
		color: var(--theme-color-second);
		font-weight: normal;
	}

	.footer .ft-heading .ft-link li a {
		font-size: 21px;
		color: #e0e0e0;
	}

	.inner_area_banner h1 {
		font-size: 40px;
	}

	.inner_area_banner::before {
		/* background: linear-gradient(180deg, rgba(0, 0, 0, 0.411) 21%, rgba(0, 0, 0, 0.829) 89%); */
		display: none;
	}

	.inner_area_banner {
		color: #fff;
		padding-top: 129px;
		padding-bottom: 28px;
		position: relative;
		z-index: 0;
	}

	.inner_area_banner .inner_banner_ul {
		align-items: start;
	}

	.inner_area_banner .inner_banner_ul p {
		margin-bottom: 5px;
	}

	.inner_area_sec4 .inner_service_box {
		padding: 18px;
	}

	.electrician_batemans_bay {
		padding-bottom: 392px;
		background: url("../image/electrician_batemans_bay_banner_mb.jpg") no-repeat bottom / cover !important;
		padding-top: 131px;
	}

	.electrician_batemans_bay::before {
		display: none;
	}

	.banner_sec h1 {
		font-size: 28px;
	}
	.banner_sec h5 {
		font-size: 14px;
		line-height: 1.5;
	}
	.banner_sec .header-list li {
		justify-content: center;
		font-size: 14px;
	}

	.banner_sec .header-list {
		display: grid;
		grid-template-columns: repeat(1, 1fr);
		gap: 11px;
	}
	.footer .ft-contact li a span.mail {
		font-size: 18px;
		display: block;
	}
}

/* =======================890px=======================890px=======================890px=======================890px=======================890px=======================890px=======================890px=======================890px=======================890px=======================890px=======================890px=======================890px */


@media screen and (max-width: 890px) {}


/* =======================840px=======================840px=======================840px=======================840px=======================840px=======================840px=======================840px=======================840px=======================840px=======================840px=======================840px=======================840px */



@media screen and (max-width: 845px) {}

/* =======================820px=======================820px=======================820px=======================820px=======================820px=======================820px=======================820px=======================820px=======================820px=======================820px=======================820px=======================820px */
@media screen and (max-width: 825px) {}

/* =======================770px=======================770px=======================770px=======================770px=======================770px=======================770px=======================770px=======================770px=======================770px=======================770px=======================770px=======================770px */




@media screen and (max-width: 770px) {
	/* #level_two_electrician_banner {
	height: 80vh;
} */

	.inner_banner_ul {
		flex-direction: column;
		text-align: start;
	}

	.awards_sec1 .content_box {
		box-shadow: var(--shadow-base);
		border: 1px solid var(--theme-color-second);
		padding: 30px 20px;
		border-radius: 20px;
	}

	.about_sec4 {
		padding-bottom: 308px;
		background: url("../image/about_sec4_bg_mb.jpg") no-repeat bottom / cover !important;
		padding-top: 50px;
	}

}

/* =======================567px=======================567px=======================567px=======================567px=======================567px=======================567px=======================567px=======================567px=======================567px=======================567px=======================567px=======================567px */

@media screen and (max-width: 567px) {
	.electrician_batemans_bay {
		padding-bottom: 240px;
		padding-top: 116px;
	}
}

/* =======================430px=======================430px=======================430px=======================430px=======================430px=======================430px=======================430px=======================430px=======================430px=======================430px=======================430px=======================430px */

@media screen and (max-width: 430px) {}

/* =======================420px=======================420px=======================420px=======================420px=======================420px=======================420px=======================420px=======================420px=======================420px=======================420px=======================420px=======================420px */

@media screen and (max-width: 420px) {}

/* =======================320px=======================320px=======================320px=======================320px=======================320px=======================320px=======================320px=======================320px=======================320px=======================320px=======================320px=======================320px */

@media screen and (max-width: 320px) {}



















/* =======================380px=======================380px=======================380px=======================380px=======================380px=======================380px=======================380px=======================380px=======================380px=======================380px=======================380px=======================380px */

@media screen and (max-width: 380px) {}




















/* =======================320px=======================320px=======================320px=======================320px=======================320px=======================320px=======================320px=======================320px=======================320px=======================320px=======================320px=======================320px */

@media screen and (max-width: 320px) {}