*{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

@media (max-width:991px) {
    .Home_Banner .swiper-pagination-bullet{
       display: none !important;
      }
      .main_advantage_box{
        display: grid;
        grid-template-columns: repeat(2,1fr);
        gap: 2px;
      }
      .soloar_heading{
        font-size: 49px;
        font-weight: 500;
        color: var(--brandcolor);
        text-align: center;
      }.solar_para_heading{
        font-size: 30px;
        font-weight: 400;
        color: white;
        text-align: center;
      }
      .buttondiv{
        padding-top: 55px;
        margin-bottom: 50px;
      }

      .solar_solution_section{
        border-left: none;
      }

      /* contact  */
      .contact_form{
        height: 100%;
        width: 100%;
        margin: auto;
        padding: 20px;
      }
      .contact-info{
        padding: 0px;
      }
      .testimonial_box{
        padding: 15px;
   position: relative;
   margin: 5px;
       
      }
.testimonial .swiper-slide{
  padding-top: 20px !important;
}

      .testimonial_img{
        position: absolute;
        top: 5%;
        right: -1%;
        transform: translateY(-50%);
        width: 70px;
        height: 70px;
        border-radius: 50%;
      background: white;
      }
        .about_img{
          display: block;
        }
        .about_img2{
          display: block;
        }
        .About_content{
          padding: 10px;
          padding-right: 10px ;
          margin-top: -40px;
          background: white;
          box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
        }
        .About_content1{
          padding: 10px;
          padding-right: 10px ;
          margin-top: -40px;
          background: white;
          box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
        }
        
.button_about{
  display: flex;
  justify-content: start;
  align-items: baseline;
  width: 80%;
 }

 .about_usbgset{
  padding: 0px;
}
.about_usbgset2{
  background-image: none;
  padding: 0px;
}
.common-heading2 h2{
  font-size: 25px;
  font-weight: 600;
padding-top: 20px;
padding-bottom: 10px;
  color: var(--second-primary);
 }

  /* project */
.project_section{
  padding: 5px;
  /* background: #e3f4fc; */
}
.project_section .container{
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  padding: 10px !important;
  position: relative;
  /* z-index: 1; */
  background: white;
}

.info-help{
display: none;
}
.mobile_counter{
  display: block;
}

.about_us_section::before{
 display: none;
}
.about_us_section{
  padding: 20px 0px !important;
  margin:0px 0px;
}
.about_img_page{
  padding: 0px;
  padding-bottom: 20px;
}
.about_us_section .container::before{
display: none;
}
.about_us_section .container::after{
  display: none;
  }



  .project_section .container:before{
 display: none;
    }
    
    .project_section .container::after{
     display: none;
      }
      .contact_form::before{
  display: none;
    }


    .about_usbgset{
      background: none;
     
    }

}

@media (max-width:661px) {
  .bredcrumb_text h4{
    font-size: 19px;
    font-weight: 600;
   }
  .contact_icons span{
    background: transparent;
  }
   .contact_icons span i{
    font-size: 25px;
    color: var(--brandcolor);
  }
  .testimonial .swiper-slide{
    padding: 5px;
    background: transparent !important;
  }
  .text-end12{
    text-align: left;
  }
  .hide_mobile{
    display: none;
  }
  .advantage h6{
    font-size: 0.8rem !important;
  }
  .mobile_gap{
    margin-left: 2px;
  }
  
.main-heading {
  font-size: 1.4rem;
  color: #1968b3;
}
.product_card .box_text {
  padding: 17px 9px;
  height: auto;
  margin-bottom: 60px;
  height: 126px;
}
.product_card .box_text h5 {
  font-size: 14px;
}
.common-heading1 h2 {
font-size: 25px;
}

.product_card .box12 {
  height: 100px;
}
.product_card {
  margin-bottom: 20px;
}
.contcat_bg{
  width: 90% !important;
  margin: auto;
}


.tab-content{
  padding: 7px !important;
}
.project_img img{
  width: 100%;
  height: 100%;
  border-radius: 10px 2px 10px 2px;
 }
 .product_section{
  margin: 10px 0px;
}


/* counter */
.counter_box h3 {
  color: white;
  font-size: 20px;
  font-weight: 700;
}

.counter_box .plus_size {
  color: white;
  font-weight: 600;
  margin-top: 1px;
}

.counter_box p {
  color: white;
  font-weight: 400;
  font-size: 15px !important;
  margin-bottom: 0;
}
.counter_box{
  padding: 25px 0px;
}

.video-gall{
  height: 160px;
}

.memberSection.swiper-horizontal {
  touch-action: pan-y;
  padding-bottom: 60px !important;
}


}