@media screen and (max-width: 992px) {
  .small {
    display: block;
    transition: all 0.3s ease-in-out;
  }
  
  .small nav {
    padding: 15px 0;
  }
  
  .small nav .container-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
  }
  
  .small nav .menu {
    width: 40px;
    height: 40px;
    background: #121212;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #fff;
    cursor: pointer;
    border-radius: 3px;
  }
  
  .small nav .sidebar {
    position: fixed;
    top: 0;
    right: -100%;
    width: 260px;
    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 {
    right: 0;

  }
  
  .small nav .sidebar>ul {
    margin-top: 70px !important;
  }

  .small nav .sidebar>ul>li {
    padding: 10px;
   
  }
  .small nav .sidebar ul>li{
    border-bottom: 1px solid #ece4e4;
  }
  .small nav .sidebar ul>li:last-child {
    border-bottom: 0px;
  }
  .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;
  }
  

  
  .small {
    display: block;
  }

/* ---------Moblie Call Action------------- */
.mobile-fixed-button {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 99999999999999999;
}
.call-btn {
  background-color: #6dc104;
  padding: 15px 50px;
  text-transform: uppercase;
  color: #fff;
  display: block;
  text-align: center;
}
.mobile-fixed-button{
  display: block;
}
/* ---------Moblie Call Action------------- */
.small{
  position: absolute;
  width: 100%;
}
#main_header{
  display: none;
}
.logo img {
	width: 110px;
}
.banner .banner_heading{
  text-align: center;
}
.btn_gap {
	margin-right: 0px;
	margin-bottom: 10px;
}
.banner .banner_heading h4 {
	font-weight: 500;
	font-size: 22px;
	letter-spacing: 1px;
	margin-bottom: 14px;
}
.banner .banner_heading h5 {
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 400;
	margin-bottom: 18px;
}
.banner .banner_heading h1 {
	font-size: 50px;
	line-height: 55px;
	font-weight: 600;
	margin-bottom: 10px;
}
.banner {
	background: url('../image/banner.jpg') no-repeat center;
	background-size: cover;
	padding: 123px 0 80px;
}
section {
	padding: 50px 0px;
}
.services_sec .heading{
  text-align: center;
}
.services_sec .heading h2 {
	margin-bottom: 22px;
}
.heading h2 {
  font-size: 36px;
  font-weight: 600;
  line-height: 49px;
  margin-bottom: 15px;
}

.heading h2 br{
  display: none;
}
.services_sec .contented h4 {
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 0;
	color: #000;
}
.services_sec .contented {
	text-align: center;
	padding: 19px 5px;
	background: #fff;
	color: #000;
	width: 100%;
	height: 100%;
	border-radius: 4px;
}
.heading h3 {
	font-size: 30px;
	font-weight: 500;
	line-height: 40px;
	margin-bottom: 15px;
}
.solution_sec .heading{
  text-align: center;
}
	.btn_sec {
    text-align: center;
   }
.solution_sec {
	background: url('../image/home-bg.jpg') no-repeat center;
	background-size: cover;
	padding: 60px 0 78px;
}
.heading h3 br{
  display: none;
}
.energy_sec {
  background: url(../image/home-bg1.jpg) no-repeat center;
  background-size: cover;
  padding: 55px 0;
  color: #fff;
  /* text-align: center; */
  text-align: center;
  background-position: left !important;
  position: relative;
}
.energy_sec .heading {
	text-align: center !important;
}
.energy_sec .col-lg-9.ms-auto.text-end {
  text-align: center !important;
}
.energy_sec  .container {
  position: relative;
}
.energy_sec:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgb(3,3,3);
  background: linear-gradient(0deg, rgba(3,3,3,1) 0%, rgba(255,255,255,0) 100%);
}
.heading2 h2 {
  font-size: 29px;
  font-weight: 600;
  line-height: 37px;
}
.heading2 span {
  font-size: 20px;
  margin-bottom: 5px;
  display: block;
}
.provide_content {
  position: relative;
  margin-bottom: 99px;
}
h3 {
  font-size: 24px;
  font-weight: 500;
}
.owl-nav {
  display: none;
}
.img_owl img {
  width: 60%;
}
.form_contact.heading {
  padding: 30px;
  text-align: center;
}
.map iframe {
  height: 459px !important;
}
.accordion-item button {
  font-size: 16px;
  line-height: 30px;
}
button.accordion-button {
  padding: 6px 18px;
}
.ftr_lgo {
  padding-right: 22px;
  margin-bottom: 34px;
}
.ftr_menu {
  margin-bottom: 40px;
}
.ftr_menu2 {
  margin-bottom: 40px;
}
.copyright_Bar {
  text-align: center;
  border-top: 1px solid #1c1b1b;
  margin-top: 30px;
  padding: 30px 0 0;
}
.inner_banner {
  padding: 200px 0 0;
}
.inner_heading h1 {
  font-size: 32px;
  margin-bottom: 0px;
  line-height: 44px;
}
ol.breadcrumb {
  font-size: 16px;
  display: inline !important;
}
.inner_heading {
  background: rgb(233 230 230 / 88%);
  padding: 19px;
  text-transform: capitalize;
}
section#about1 .heading {
  text-align: center !important;
  margin-top: 20px;
}
.bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
  margin-top: 30px;
}
.solution_sec3 .heading2.color2 {
  background: rgba(255,255,255,0.8);
  padding: 47px 18px;
}
section.solution_sec3.bg-cover {
  padding: 80px 0px;
}
section.our_service_item.bg-light .heading2 {
  margin-top: 34px;
}
.d-flex {
  display: initial !important;
}
.service_img h3 {
  position: absolute;
  bottom: 0px;
  right: 0;
  left: 0;
  color: #fff;
}
.service_img h3 {
  font-size: 16px;
  margin-top: 7px;
}
.inner_product_heading {
  padding-top: 30px;
}
.inner_product_heading h2 {
  font-size: 29px;
  line-height: 37px;
  margin-bottom: 21px;
}
.inner_product_heading ul li {
  display: block;
  margin-bottom: 13px;
  padding-right: 0;
  position: relative;
  padding-left: 21px;
}
.inner_product_heading input {
  width: 21%;
  border: 1px solid #888;
  padding: 12px;
  height: 50px;
  outline: none;
}
.nav-pills .nav-link {
  background: none;
  border: 0;
  border-radius: 0px;
  padding: 10px 29px;
}
.area_bg {
  color: #fff;
  padding: 150px 0px 150px;
}
h1 {
  font-size: 54px;
  font-weight: 700;
  line-height: 88px;
}
.area_img {
  margin-bottom: 30px;
}
.we_do_btn {
  display: inherit;
  text-align: center;
}
.we_do_btn h4 {
  font-weight: 400;
  margin-bottom: 20px;
}
.area_sec3 {
  color: #fff;
  padding: 80px 0px 150px;
  background: url(https://heat-pump-hot-water.com.au/wp-content/uploads/2023/08/inner-area.png) !important;
}
.area_sec7 .sec-5 {
  width: 92%;
  margin: 0 auto;
}
.area-sec8 .review_item {
  background: #fff;
  color: #000;
  padding: 20px;
  height: 100%;
  width: 100%;
  border-radius: 7px;
  border: 1px solid #bdbdbd;
}
.area_sec9 .sec-5 {
  width: 94%;
  margin: 0 auto;
}
.area_sec9 .accordion-flush .accordion-item .accordion-button {
  border-radius: 5px;
  font-size: 17px;
  font-weight: 500;
  color: #000;
  line-height: 21px;
}
.area_bg .banner_heading {
  text-align: center;
}
.why_choose {
  padding: 25px 20px;
  background: #262626;
  color: #fff;
  width: 100%;
  height: 100%;
  text-align: center;
}
.chose {
  display: inherit;
  text-align: center;
}
.content {
  padding-left: 0;
}
.contact_Section  .heading{
  text-align: center !important;
}
.recent-blog-posts .post-item .post-content {
  padding: 20px;
  display: flex !important;
}
}


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

@media screen and (max-width: 567px) {
  .solution_sec {
    background: url('../image/home-bg-sm.jpg') no-repeat center;
    background-size: cover;
    padding: 60px 0 78px;
  }
}

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