@media (min-width: 200px) and (max-width: 900px){
    .mob_pt_5{
        padding-top:30px;
    }
  .hero-heading-line3{
    font-size: 22px !important;
  } 
  .hero-heading-line5{
    font-size: 22px !important;
  }
    .hero-heading-line6{
        font-size: 22px !important;
    }
  .hero-heading-line2 {
    font-size: 2.8rem !important;
    }
    .hero-heading-line4{
        font-size: 29px !important;
        margin-bottom: 15px;
    }
    .product-subheading{
        font-size: 18px !important;
    }
   .founder-details h3 {
     font-size: 18px !important;
     font: 18px !important;

    }
    section a.secondary-button, section .secondary-button, #learn a.secondary-button, #learn .secondary-button, #contact a.secondary-button, #contact .secondary-button{
        width: 100% !important;
    }
    h2.heading-title {
        font-size: 22px !important;;
        letter-spacing: 2.72px !important;
        text-align: center; 
    }
    .our-green-card h6 {
        letter-spacing: 1.8px !important;
    }
    .padding-7 {
        padding: 0 0% !important;
    }
    footer#footer {
        padding: 0px !important;
    }
    ul.footer-social_wrapper.social-btns .btn {
        width: 32px !important;
        height: 29px!important;
    }
    .section-title
    {
    font-size: 22px !important;
    }
    .our-journey{
    font-size: 2rem !important;;
    }
    .join-solar
    {
        font-size: 2rem;
    }
    .high-efficiency {
    font-size: 1.5rem;
    }
    .energy-output{
    font-size: 1.1rem;
    }
   .go-solar{
    font-size: 2rem; 
   }
   .long-lifespan{
    font-size: 1.1rem;
   }
   .uninterrupted-power{
    font-size: 1.1rem; 
    }
    .store-energy{
    font-size: 1.5rem;
    }
    .high-efficiency{
        font-size: 1.1rem; 
    }
    .go-solar-panels{
    font-size: 1.5rem; 
    }
    .mounting-system{
    font-size: 1.2rem;
    }
    .complete-stablizers{
    font-size: 1.5rem;
    }
    .energy-storage{
        font-size: 2rem;
    }
    .uninterrupted-power{
    font-size: 1.5rem;
    }
    .ready-hybrid{
    font-size: 1.5rem; 
    }
    .optimal-energy{
    font-size: 1.2rem; 
    }
    .grid-connected-heading{
    font-size: 2rem;
    }
    .grid-connected{
        font-size: 2rem;
    }
    .our-missiondata{
        font-size: 1.2rem; 
    }
    .complete-independence{
        font-size: 1.2rem;
    }
    .Independence-heading{
        font-size: 2rem;
    }
    .commercial-heading{
        font-size: 2rem; 
    }
    .commercial-subheading{
    font-size: 2rem; 
    }
    .whatsnew{
        margin-top: 20px;
    }
    .founder-name{
        margin-top: 30px;
    }
    .text-center-mob{
        text-align: center;
    }
}
 
 

 

.hashtag{
        font-size: 18px;
    font-weight: 600;
    color: #73bf44;
}

.anualReports h6 {
    font-size: 18px;
    line-height: 40px;
    padding: 25px;
    min-height: 130px;
}

@media only screen and (max-width: 1366px){
.blog-owner .news-card-post {
    gap: 26px;
}
}
/* 

  .marquee {
  width: 100%;
  margin: 0 auto;
  white-space: nowrap;
  overflow: hidden;
  height: auto;
  background: #73bf44;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  
      position: absolute;
    top: 0px;
    z-index: 999;
} */
.marquee a{
    color: #fff;
    font-weight: 800;
}

.marquee .text {
  display: inline-block;
  padding: 4px;
  text-indent: 0;
  /*animation: marquee 20s linear infinite;*/
  /*font-weight: 500;*/
  /*font-size: normal normal normal 16px/20px var(--font_book);*/
  font: normal normal 16px/25px var(--font_book);
  letter-spacing: -0.04;
  /*text-transform: uppercase;*/
  color: #fff;
}

.marquee .text:hover{
    animation-play-state: paused;
}

.presskit-desk a{
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    align-items: center;
        flex-direction: column;
}




@keyframes marquee {
    0% {
    transform: translate(100%, 0);
  }
  /*0% {*/
  /*  transform: translate(0, 0);*/
  /*}*/

  100% {
    transform: translate(-100%, 0);
  }
}

@media(max-width: 991px){
    .marquee {
            top: 50px;
    }
    
}