

@media (max-width: 1024px) {
/****************************** FOOTER ***************************8*/
  .footer-main {
    flex-wrap: wrap;
  }
  .energy {
    width: 48%;
  }
  .quick, .offerr, .touch {
    width: 48%;
  }
}



@media (max-width: 768px){

  h2{
    font-size: 30px;
  }
    nav{
        display: none;
    }


    /*************************** BANNER ***************************/
    .banner{
      height: 70vh;
    }
    .banner-section{
        padding: 0 0;
    }
    .banner-content p {
        font-size: 17px;
        line-height: 1.6;
        margin-bottom: 30px;
        color: #fff;
    }
    .content{
        margin-top: 24%;
    }

    /********************************* FOOTER **************************8*/
  .footer-main {
    flex-direction: column;
    gap: 30px;
  }
  .energy, .quick, .offerr, .touch {
    width: 100%;
  }
  .energy h4 {
    font-size: 26px;
  }
  .footer-main h5 {
    font-size: 20px;
  }
  .footer-main p {
    font-size: 16px;
    line-height: 26px;
  }
  .footer-2 {
    flex-direction: column;
    align-items: center;
    gap: 6px;
    text-align: center;
  }

    /************************** WELCOME TO RK SOLAR ENERGY ********************************/
    .intro {
    flex-direction: column;
  }
  .welcome-2 p{
    margin-bottom: 15px;
  }
/****************************** WHY CHOOSE US *******************************/
.choose {
    flex-direction: column;
  }
  .solar-2 {
    width: 60%;
    margin: auto;
  }
  .choose-right{
    width: 600px;
  }

/******************************** BUSINESS ENERGY *******************************/
.stream {
    flex-direction: column;
  }
}


@media (max-width: 428px){
  h2{
    font-size: 26px;
  }
/******************************** BANNER *************************************/
    
    .banner-content h1{
        padding-top: 30px;
    }
    .banner{
      height: auto;
    }

    .banner-content {
    margin-left: 8%;
    margin-top: 29px;
    padding-bottom: 42px;
    }
    .content{
        margin-top: 30%;
    }
    .intro-right img {
      height: auto;
    }

/************************* PERFORMANCE *************************/
.performance-main {
    flex-direction: column;
  }
  .performance-main-left,.performance-main-right{
  width: 100%;
}

    /******************************* FOOTER *******************************/
  .energy h4 {
    font-size: 20px;
  }
  .footer-main p {
    font-size: 14px;
    line-height: 24px;
  }
  .footer a {
    font-size: 14px;
  }
.footer-2{
  width: 90%;
  margin: auto;
  margin-top: 30px;
}

    /************************ WELCOME TO RK SOLAR ENERGY *******************************/
    .intro {
    padding: 40px 20px;
  }
  .onBtn {
    margin-left: -10px;
    gap: 5px;
  }
/****************************** WHY CHOOSE US *******************************/
.choose {
    padding: 40px 20px;
  }
  .solar-1 small{
    font-size: 21px;
    color: #1b4cb6;
  }
  .choose-right{
    width: 100%;
  }

  .choose-right form{
    padding: 25px;
  }
.choose-right button{
  padding: 12px;
  font-size: 15px;
}
  .welcome-2 p {
    margin-bottom: 10px;
    font-size: 15px;
}
.solar-1 p {
  font-size: 15px;
}
  .solar-2{
    width: 100%;
  }
.expertise-12 button{
  font-size: 12px;
  padding: 12px 15xp;
}
    .numnum img {
      height: 45px;
    }
    .emer img{
    width: 17px;
    height: 17px;
  }
  .expertise-1 {
    gap: 10px;
  }
  .emer p{
    font-size: 13px;
  }
  .expertise-2 div:last-child{
    gap: 17px;
  }
/******************************** BUSINESS ENERGY *******************************/
.business {
    padding: 40px 20px;
  }
}