@media (max-width: 1024px) {

  /* ---------------- RESPONSIVE What Makes RK Solar Energy the Right Choice? ---------------- */
  .why-choose-container {
    flex-direction: column;
  }

  .why-choose-content, .why-video-box {
    width: 100%;
  }

  /* ---------------- ENVIRNMENT  RESPONSIVE ---------------- */
  .environment-content {
    width: 90%;
  }

  /*************************** RECENT PROJECT DIV ****************************/
  .project {
    width: 32%;
  }

  .projectimg {
    width: 100%;
  }

  /**************************** Latest Update RESPONSIVE***************************/
  .blog-wrapper {
    width: 94%;
    gap: 20px;
  }

  .blog-content h3 {
    font-size: 17px;
  }

  /****************************** FOOTER ***************************8*/
  .footer-main {
    flex-wrap: wrap;
  }

  .energy {
    width: 48%;
  }

  .quick, .offerr, .touch {
    width: 48%;
  }

  /************************** SOLAR ENERGY ***************************/
  .services-cards {
    width: 92%;
    height: 100vh;
  }

  .service-card {
    height: 300px;
  }

  .service-overlay {
    top: 58%;
    right: 20px;
    width: 88%;
  }

  .service-overlay h3 {
    font-size: 22px;
  }

  .service-overlay a {
    font-size: 16px;
  }

   .banner-content{
    width: 80%;
  }

  .why-choose-container{
    gap: 20px;
  }

  .why-video-box video{
margin-top: 0px;
  }

}


@media (max-width: 860px) {
   .banner-content h1 {
    font-size: 44px;
    line-height: 1.2;
    margin-bottom: 20px;
  }
  .banner-content p {
    font-size: 17px;
    line-height: 1.6;
    margin-bottom: 30px;
    color: #fff;
  }
  .banner-content{
    margin-top: 20px;
  }
  .back1 {
    min-height: 60vh;
  }
  .about-container{
    flex-direction: column;
  }
}

@media (max-width: 768px) {
h2{
    font-size: 30px;
  }
  /************************** SHORTCUT CLASSES *****************************/
  .headin_1h3 {
    font-size: 20px;
    margin-bottom: 30px;
  }

  .hr-img-right {
    margin-left: 13px;
  }

  .hr-img-left {
    margin-right: 16px;
  }
.about-label{
    font-size: 20px;
}
  /*************************************** FIRST NAVIGATION BAR ********************************/

  nav {
    display: none;
  }
  .banner-section .owl-carousel .owl-dots{
    position: absolute;
    bottom: 2%;
  }



  /*********************************** ABOUT SECTION *************************/
  .about-container {
    flex-direction: column;
  }

  .about-image-box {
    width: 93%;
  }

  .about-content-box {
    width: 95%;
  }

  .about-content-box p,
  .about-content-box li {
    font-size: 16px;
  }

  /************************************** navbar logo div **************************/
  .banner-section {
    padding: 0 0;
  }
  .btn {
    padding: 12px 21px;
    border-radius: 7px;
  
    cursor: pointer;
    font-size: 14px;
  }

  .secondary-btn {
    background: transparent;
    border: 1px solid grey;
  }

  /******************************SLIDER SECTION **********************8*/
  .testimonial-container {
    width: 60%;
  }
  .testimonial-heading p,
  .testimonial-text p {
    font-size: 18px;
  }
  .services-cards {
    width: 92%;
    height: 55vh;
  }

  /* ---------------- RESPONSIVE What Makes RK Solar Energy the Right Choice? ---------------- */
  .why-heading {
    font-size: 24px;
  }
  .why-card {
    flex-direction: column;
    align-items: flex-start;
  }

  /* ---------------- ENVIRNMENT  RESPONSIVE ---------------- */
  .environment-content {
    flex-direction: column;
    gap: 50px;
    /* width: 80%; */
    margin: auto;
  }
.environment-item h3{
  font-size: 30px;
}
.environment-item p{
  font-size: 20px;
}
  .environment-column {
    width: 100%;
    gap: 40px;
    flex-direction: row;
  }

  .environment-item img {
    width: 95px;
  }
.testimonial-section .owl-carousel .owl-nav button.owl-next{
  /* top: 40px; */
  right: -80px;
}
.testimonial-section .owl-carousel .owl-nav button.owl-prev{
  /* top: 40px; */
  left: -80px;
}
  /*************************** RECENT PROJECT DIV ****************************/
  .project-content {
    flex-direction: column;
    align-items: center;
    gap: 25px;
  }
  .project {
    width: 65%;
  }
  .projectimg {
    width: 100%;
    height: 33vh;
  }
  .conntent h4 {
    font-size: 16px;
  }
  .system {
    margin-top: 20px;
  }

  /************************************ GALLERY ***************************/
  .galleryy {
    flex-direction: column;
    gap: 15px;
  }
  .gall-img {
    width: 82%;
    margin: auto;
  }
  .gall-img img {
    width: 100%;
    /* height: 37vh; */
    object-fit: contain;
  }
  .gallery-section {
    padding: 30px 0;
  }

  /**************************** Latest Update RESPONSIVE***************************/
  .blog-wrapper {
    flex-direction: column;
  }

  .blog-img img {
    height: 200px;
  }

  /*********************************** EXCLUSEIVE SECTION *****************************/
  .exclusive-main h4 {
    font-size: 30px;
  }

  .exclusive-main button {
    padding: 20px;
    font-size: 18px;
  }

  /********************************* 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;
    gap: 6px;
    text-align: center;
  }

  /************************** SOLAR ENERGY *******************************/
  .service-card {
    height: 227px;
  }

  .service-overlay {
    top: 60%;
    width: 85%;
    height: 34vh;
  }

  .service-icon-box {
    width: 70px;
    height: 75px;
  }

  .service-icon-box img {
    width: 20px;
  }

    .banner-content{
    margin-top: 100px;
  }

  .back1 {
    min-height: 70vh;
  }

}


@media (max-width: 620px) {
  .banner-content h1{
    font-size: 40px;
    line-height: 1.2;
    }

  .banner-content p{
    font-size: 15px;
    }
}

@media (max-width: 555px) {
  .banner-content h1{
    font-size: 32px;
    line-height: 1.2;
    padding-right: 5px;
    padding-left: 5px;
    }

  .banner-content p{
    font-size: 13px;
    padding-right: 5px;
    padding-left: 5px;
    }
}

@media (max-width: 428px) {
  /************************** SHORTCUT CLASSES *****************************/
  h2{
    font-size: 26px;
  }
    .dropdown-link.active .dropdown-menu {
        width: 270px;
    }
  .environment-heading{
    margin-bottom: 15px;
  }


  .headin_1h3 {
    font-size: 18px;
    margin-bottom: 15px;

  }

  .why-video-box video{
    height: 100%;
  }

  .hr-img-right {
    width: 30px;
    margin-left: 13px;
  }

  .hr-img-left {
    margin-right: 16px;
    width: 30px;
  }

  .about-btn {
    padding: 12px 15px;
    font-size: 13px;
  }
.about-label {
    font-size: 18px;
}

  .about-content-box p,
  .about-content-box li {
    font-size: 15px;
  }

  .image-overlay-box {
    padding: 10px;
  }

  .image-overlay-box h3 {
    font-size: 18px;
  }

  .image-overlay-box p {
    font-size: 12px;
  }



  .testimonial-container {width: 95%;}
  .testimonial-text p {font-size: 15px;}
  .testimonial-section .owl-carousel .owl-nav button.owl-next {
    right: -34px;
    top: 50% !important;
    font-size: 24px;
    height: 25px;
    width: 25px;
  }

.testimonial-section .owl-carousel .client-image-box img {
    width: 110px !important;
    height: 110px;
}
  .hh33{padding-top: 20px;}
  .testimonial-section .owl-carousel .owl-nav button.owl-prev {
    left: -34px;
    top: 50%;
    font-size: 24px;
    height: 25px;
    width: 25px;
  } 
    .testimonial-heading p {
        font-size: 24px;
    }
    .testimonial-text p{
      font-size: 16px;
    }

  /************************************** navbar logo div **************************/
  .banner-content {
    margin-left: 4%;
    margin-top: 70px;
    padding-bottom: 42px;
    width: 90%;
  }
  .banner-section .owl-carousel .owl-dots{
    position: absolute;
    left: 50%;
    transform: translateX(-50%)
  }

  /* ---------------- ENVIRNMENT  RESPONSIVE ---------------- */

    .environment-column {
      width: 90%;
        margin: auto;
    }
  .environment-item p {
    font-size: 13px;
  }
.environment-item {
    width: 50%;
}
.environment-item img{
    width: 100%;
}
  /*************************** RECENT PROJECT DIV ****************************/
  .project {
    width: 100%;
  }

  .conntent {
    padding: 15px;
  }

  .iconimg {
    width: 20px;
  }

  .loc {
    gap: 8px;
  }

  .conntent h4 {
    font-size: 15px;
  }

  .system {
    font-size: 13px;
  }

  /************************************ GALLERY ***************************/
  .gallery-section {
    padding: 25px 10px;
  }

  
  .galleryy {
    gap: 12px;
  }

  .gall-img {
    border-radius: 8px;
  }


  .recent{
    padding: 20px 0px;
  }
  /******************************** SOLAR ENERGY ********************************8*/
  .services-cards {
    /* display: block; */
    height: 153vh;
    flex-direction: column;
  }

  .service-card {
    height: 190px;
    width: 66%;
    margin: auto;
    position: relative;
    background-position: center top;
    margin-bottom: 95px;
  }

  .service-overlay {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 85%;
    height: 28vh;
    margin-top: -40px;
    z-index: 10;
  }

  .service-icon-box {
    width: 40px;
    height: 40px;
  }

  .service-overlay h3 {
    font-size: 18px;
  }

  .service-overlay a {
    font-size: 15px;
  }

  /**************************** Latest Update RESPONSIVE***************************/
  .blog-content h3 {
    font-size: 16px;
  }

  .blog-meta {
    flex-direction: column;
    gap: 5px;
  }

  /*************************** EXCLUSEIVE SECTION ************************/
  .exclusive-main h4 {
    font-size: 24px;
  }

  .exclusive-main button {
    padding: 17px;
    font-size: 15px;
  }

  .exclusive-main p {
    font-size: 18px;
  }

  .ecclusive-main {
    width: 87%;
  }

  /******************************* FOOTER *******************************/
  .energy h4 {
    font-size: 20px;
  }

  .footer-main p {
    font-size: 14px;
    line-height: 24px;
  }

  .footer a {
    font-size: 14px;
  }
  .services-heading {
  text-align: center;
  margin-bottom: 6%;
}
.footer-2{
  width: 90%;
  margin: auto;
  margin-top: 30px;
}

.project-heading{
  margin-bottom: 40px;
}

}

