/* === Red Barn Media Group - Custom Styles - Aircon === */
/* === Home Hero Styles :: BEGIN === */
.aircon-hero-intro {
  margin-top: 11.25rem;
  width: 100%;
  height: fit-content;
  display: flex;
  flex-direction: column;
  justify-content: center;
  left: 0;
  right: 0;
  top: 0;
  background: url(../img/aircon-hero-2000-800.webp) center center;
  background-size: cover;
  position: relative;
  border-bottom: 8px solid #0634b2;
}


.aircon-hero-intro .aircon-hero-padding {
  padding-top: 1rem;
  padding-bottom: 0rem;
}
.aircon-hero-intro .aircon-hero-padding h1 {
  font-size: 3rem;
}
.aircon-hero-intro .aircon-hero-padding h2 {
  font-size: 2.5rem;
}
.aircon-hero-form {
  position: absolute;
  right: 0rem;
  bottom: 2.5rem;
  width: 400px;
}

.service-bg{
  background: url(../img/afo-service-bg.png) center center;
  background-size: cover;
  width: 100%;
  height: fit-content;
}


/* === Home Hero Styles :: END === */

/* === Sub Hero Styles :: BEGIN === */


.h2-wrapper{
  background-color: rgb(1,1,1,.5);
  color: #fff;
  padding:1.5rem;
}
.afo-sub-hero-intro .aircon-hero-padding {
  padding-top: 8rem;
  padding-bottom: 6rem;
}
.afo-sub-hero-intro .aircon-hero-padding h1 {
  font-size: 3rem;
}
.afo-sub-hero-intro .aircon-hero-padding h2 {
  font-size: 2.5rem;
}
.aircon-hero-form {
  position: absolute;
  right: 0rem;
  bottom: 2.5rem;
  width: 400px;
}

.afo-sub-hero-intro .aircon-hero-padding {
  padding-top: 10rem;
  padding-bottom: 8rem;
}

.afo-sub-hero-intro .aircon-hero-padding h1 {
  font-size: 3rem;
}
/* === Sub Hero Styles :: END === */

.bg-primary-strip{
  .background-color: #26418a!important;
  min-height: 15rem;
  max-height: 16rem;
  z-index: 0;
}


/* === Banner Styled :: BEGIN === */

.maintenance-banner {
 background: url(../img/aircon-maintenance-banner-2000-800.png)center center;
 background-size: cover;
 width: 100%;
 height: fit-content;
 min-height: 500px;
 padding: 4rem 3rem;
}
/* === Banner Styles :: END === */

/* === Media Queries :: BEGIN === */

@media (max-width:1400px) {
  .map{
    width: 500px;
    height: 500px;
  }
  .aircon-hero-intro {

   background: url(../img/aircon-hero-1400-600.webp) center center;
   background-size: cover;
   position: relative;
   border-bottom: 8px solid #0634b2;
  }
  
}

@media (max-width:1200px) {
  .afo-sub-hero-intro {
    margin-top: 15.25rem;
   
  }
  .afo-sub-hero-intro.heat {
    margin-top: 15.25rem;
   
  }
  .aircon-hero-intro {
    margin-top: 15.25rem;
    width: 100%;
    height: fit-content;
    background: url(../img/aircon-hero-1200-600.webp) center center;
    background-size: cover;
  }
  .tcha-home-intro .tcha-hero-padding {
    padding-top: 4rem;
    padding-bottom: 8rem;
  }
  .tcha-hero-intro .tcha-hero-padding h1 {
    font-size: 3rem;
  }
  .tcha-hero-intro .tcha-hero-padding h2 {
    font-size: 1.5rem;
  }
}

@media (max-width:991px) {
  .afo-sub-hero-intro {
    margin-top: 16.25rem;
   
  }
  .afo-sub-hero-intro.heat {
    margin-top: 16.25rem;
   
  }
  .aircon-hero-intro {
    width: 100%;
    height: fit-content;
    background: url(../img/aircon-hero-991-600.webp) center center;
    background-size: cover;
  }
  .tcha-hero-intro .tcha-hero-padding {
      padding-top: 4rem;
      padding-bottom: 0rem;
  }
  
}

@media (max-width:767px) {
  .aircon-hero-intro .aircon-hero-padding {
    padding-top: 0rem;
    padding-bottom: 0rem;
}
  .content-center-xs{
    display: flex;
    justify-content: center!important;
  }
  .aircon-hero-intro {
    margin-top: 10.25rem;
    width: 100%;
    height: fit-content;
    background: url(../img/aircon-hero-767-500.webp) center center;
    background-size: cover;
  }
  .map{
    margin-top: 25px;
    width:300px!important;
    height: 400px!important;
  }
  .aircon-hero-intro .aircon-hero-padding h1 {
      font-size: 2rem;
  }
  .aircon-hero-intro .aircon-hero-padding h2 {
      font-size: 1.25rem;
  }
}

@media (max-width:450px) {
  .aircon-hero-intro {
    width: 100%;
    height: fit-content;
    background: url(../img/aircon-hero-450-500.webp) center center;
    background-size: cover;
    margin-top:8.5rem;
  }
}

/* === Media Queries :: END === */