
    .left-side {
  float: left;
  width: 25%;
padding: 0px 0px 0px 0px !important;
    margin-right: 12px;
    background: #fff;
}


.right-side {
  float: right;
  width: 25%;
  padding: 1%;
      padding: 0px;
    padding-right: 20px;
}


.content1{

    margin-top: 14px;
}

.rna-logo{
    width: 40%;
}


/*@meadia(max-widht: 576px){*/
/*    .rna-logo{*/
/*    width: 90%;*/
/*}*/
/*.content1 img {*/
/*    max-width: 100%;*/
/*    width: 100%;*/
/*}*/

/*}*/


.mob-hide{
    display: flex;
}
.mob-show{
    display: none;
}

@media(max-width: 576px){

.moring-star img{
    width:160px !important
}
.mob-hide{
    display: none !important;
}
.mob-show{
        display: block !important;

}

}
@media(max-width: 768px){

.mob-hide{
    display: none !important;
}
.mob-show{
        display: block !important;

}

}
.vish-btn .thumbnail {
    display: flex;
    justify-content: space-around;
    align-items: center;
    /* gap: 56px; */
    margin-top: 60px;
}

.renew-power-energy-details.vish-btn {
    position: absolute;
    top: 50%;
    left: 7%;
    right: auto;
    height: auto;
    bottom: auto;
    width: 100%;
    max-width: 100%;
    z-index: 4;
    transform: translate(-7%,-50%);
}

@media only screen and (max-width: 991px){
.vish-btn .thumbnail .youtube-play-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 0px;
    width: 60px;
    height: 60px;
}
}


@media only screen and (max-width: 991px){
.culture-img img {
    height: auto;
}
}


@media screen and (orientation:portrait) and (min-device-width: 577px) and (max-device-width: 768px) {

    .mob-hide{ display: none !important; }
.mob-show{ display: block !important; }
}


.content1 img {
  max-width: 100%;
}
.moring-star img{
    width: 200px
}
  
  .sec-tab1{
      background: rgb(92, 191, 197);
          border-radius: 12px;
    padding: 20px;
  }
   .sec-tab1 .title{
       color: #fff;
       font-size: 26px;
   }
   .sec-tab1 .span1{
       color: #fff;
       font-size: 30px;
   }
    .sec-tab1 .span2{
        color: #fff;
       font-size:19px;
   }
   .sec-tab1 p{
        color: #fff;
               margin-top: -6px;
    line-height: 17px;
       font-size:14px;
   }
   .sec-tab1 img{
       /*height: 100%;*/
    width: 100%;
     border-radius: 12px;
    /*object-fit: cover;*/
    /*object-position: left;*/
   }
   
   
  .sec-tab1 .title, .sec-tab1 .image , .sec-tab1 .text, .sec-tab2 .title, .sec-tab2 .image , .sec-tab2 .text, .sec-tab3 .title, .sec-tab3 .image , .sec-tab3 .text {
       display: flex;
    align-items: center;
   }
   
   .sec-tab2{
       background: rgb(68, 149, 209);
       margin-top: 50px;
         border-radius: 12px;
    padding: 20px;
   }
   
    .sec-tab2 .title{
       color: #fff;
       font-size: 26px;
   }
   .sec-tab2 .span1{
       color: #fff;
       font-size: 30px;
   }
    .sec-tab2 .span2{
       color: #fff;
       font-size:19px;
   }
   .sec-tab2 p{
        color: #fff;
                margin-top: -6px;
    line-height: 17px;
       font-size:14px;
   }
   .sec-tab2 img{
    /*   height: 100%;*/
    /*width: 100%;*/
    /*object-fit: cover;*/
    /*object-position: left;*/
     border-radius: 12px;
   }
   
   .sec-tab3{
       margin-top: 50px;
       background: rgb(101, 72, 117);
         border-radius: 12px;
    padding: 20px;
   }
   
    .sec-tab3 .title{
       color: #fff;
       font-size: 26px;
   }
   .sec-tab3 .span1{
       color: #fff;
       font-size: 30px;
   }
    .sec-tab3 .span2{
       color: #fff;
       font-size:19px;
   }
   .sec-tab3 p{
        color: #fff;
                margin-top: -6px;
    line-height: 17px;
       font-size:14px;
   }
   .sec-tab3 img{
        border-radius: 12px;
   }
   .color-ele{
       background: #F2F8ED;
   }
   .logo-grid img{
           width: 120px;
           mix-blend-mode: darken;
   }
   .logo-grid p{
          font-size: 14px;
   }
   .logo-grid .rep-img{
       height: 80px;
       display: flex;
    align-items: center;
    justify-content: center;
   }


    .decarb-filter a img {
        filter: invert(63%) sepia(73%) saturate(381%) hue-rotate(53deg) brightness(92%) contrast(86%);
    }

    .decarb-filter img {
        padding-right: 12px;
        margin-right: 12px;

    }

    .decarb-filter img::after {
        content: "";
        border-right: 2px solid #73be43;


    }

    .decarb-filter a {}

    .decarb-filter .our-green-card {
        /* padding: 50px 0; */
        padding: 19px 5%;
        display: flex;
        border: 2px solid #73bf44;
        border-radius: 9px;
    }

    .decarb-filter {
        margin-bottom: 25px;
    }

    .decarb-con {
        width: 60%;
    }

    .decarb-con p {
        word-wrap: break-word;
        overflow: hidden;
        display: -webkit-box;
        text-overflow: ellipsis;
        -ms-text-overflow: ellipsis;
        -webkit-box-orient: vertical;
        -o-text-overflow: ellipsis;
        word-spacing: -1px;
        -webkit-line-clamp: 3;
    }

    .decarb-con h4 {
        margin-top: 0px !important;
    }

    .our-green-card:hover {
        transform: scale(1.1);
        background: #fff;
    }

    .our-green-card:not(:hover) {
        transform: scale(1);
        background: #fff;
        transition: 1s;
        cursor: pointer;
    }
