.ppt-renewableenergy-first{
        padding: 30px 50px;
    background-color: #efece5;
}
.ppt-renewableenergy-first h1{
    font-family: 'Figtree';
    color: #000000;
    text-transform: uppercase;
    text-align: left;
    font-size: 51px;
    font-weight: 900;
    margin-bottom: 30px;
    margin-top: 50px;
}
.ppt-renewableenergy-first p {
   font-family: sans-serif;
    text-align: justify;
    line-height: 35px;
    color:#6d6d74;
}
.renewableenergyimg{
    width: 490px;
    border-radius: 50px;
}

.ppt-renewableenergy-first h1 span{
    color:#527c0f;
}

.ppt-renewableenergy-first h2{
    font-family: 'Figtree';
    color: #000000;
    text-transform: uppercase;
    text-align: center;
    font-size: 40px;
    font-weight: 900;
    margin-bottom: 30px;
    margin-top: 50px;
    line-height: 55px;
}

.ppt-renewableenergy-first h5{
    font-family: 'Figtree';
    text-transform: capitalize;
    color: #527c0f;
}


.ppt-renewableenergy-second {
     padding: 30px 20px;
    background-color: #86bf75;
}

.ppt-renewableenergy-second h2{
    font-family: 'Figtree';
    color: #000000;
    text-transform: uppercase;
    text-align: center;
    font-size: 40px;
    font-weight: 900;
    margin-bottom: 30px;
    margin-top: 50px;
    line-height: 55px;
}

.ppt-renewableenergy-second h6{
    font-family: 'Figtree';
    text-transform: capitalize;
    color: #527c0f;
}

.ppt-renewableenergy-second .energyboxes {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
}

@media (min-width: 768px) {
  .ppt-renewableenergy-second .energyboxes {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1024px) {
  .ppt-renewableenergy-second .energyboxes {
    grid-template-columns: repeat(3, 1fr);
  }
}

.ppt-renewableenergy-second .energybox {
    background: #efece5;
    border-radius: 16px;
    padding: 30px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.ppt-renewableenergy-second .energybox:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
}

/* Heading */
.ppt-renewableenergy-second .heading {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 20px;
}

.ppt-renewableenergy-second .heading img {
  width: 55px;
    height: 55px;
    border-radius: 50px;
    background-color: #fff;
}

.ppt-renewableenergy-second .heading h2 {
  font-size: 20px;
  font-weight: 600;
  color: #111;
}
.ppt-renewableenergy-second  p {
      text-align: justify;
    font-family: sans-serif;
    font-size: 14px;
    line-height: 1.7;
    color: #555;
}


.ppt-renewableenergy-thrid{
            padding: 30px 50px;
    background-color: #fff;
}
.ppt-renewableenergy-thrid h2{
    font-family: 'Figtree';
    color: #000000;
    text-transform: uppercase;
    text-align: left;
    font-size: 51px;
    font-weight: 900;
    margin-bottom: 30px;
    margin-top: 50px;
}
.ppt-renewableenergy-thrid p {
   font-family: sans-serif;
    text-align: justify;
    line-height: 35px;
    color:#6d6d74;
}
.ppt-renewableenergy-thrid h2 span{
    color:#527c0f;
}
.ppt-renewableenergy-thrid ul li{
   text-align: justify;
    text-transform: capitalize;
    font-size: 15px;
    font-family: 'Open Sans';
    font-weight: 400;
    line-height: 40px;
    margin: 5px 0;
}

.ppt-renewableenergy-thrid li span {
    color: #86bf75;
    line-height: 15px;
    font-size: 16px;
    padding: 8px 8px;
    background: #efece5;
    border-radius: 38px;
    margin-right: 7px;
    box-shadow: -1px 4px 10px 0px #a894e282;
}

.energytbtn {
    padding: 5px 10px;
    color: #fff;
    border-radius: 14px;
    background-color: #86bf75;
    font-weight: 700;
    margin-top: 18px;
    font-size: 15px;
    cursor: pointer;
    margin-bottom: 30px;
}


.ppt-renewableenergy-fourth{

     padding: 30px 50px;
    background: #243D2E;
}
.subnergy-fourth ul{
    padding: 20px;
}
.subnergy-fourth ul li {
    list-style-type: none;
    line-height: 48px;
    font-size: 16px;
    font-weight: 500;
    color: #1c1d1e;
    font-family: 'Raleway';
    text-align: justify;
    margin-left: 46px;
    margin-top: -40px;
    margin-bottom: 10px;
}
.subnergy-fourth ul span{
    color: #243d2e;
    line-height: 15px;
    font-size: 18px;
    padding: 11px 6px;
    background: #86bf75;
    border-radius: 9px;
    margin-right: 0px;
    font-weight: 600;
    width: 38px;
}
.subnergy-fourth{
    box-shadow: 18px 19px 58px rgb(0 0 0 / 14%);
    border-color: #f8fee7;
    border-radius: 25px;
    padding: 30px 12px;
    margin: 20px 30px;
    z-index: 2;
    background-color: #f8fee7;
    border-radius: 20px;
}

.ppt-renewableenergy-fourth .subnergy-fourth p{
    font-family: sans-serif;
    text-align: center;
    line-height: 35px;
    color: #6d6d74;
}
.ppt-renewableenergy-fourth h2{
    font-family: 'Figtree';
    color: #f8fee7;
    text-transform: uppercase;
    text-align: center;
    font-size: 45px;
    font-weight: 900;
    margin-bottom: 30px;
    margin-top: 50px;
}
.ppt-renewableenergy-fourth p {
   font-family: sans-serif;
    text-align: center;
    line-height: 35px;
    color: #ddf99d;
}

.ppt-renewableenergy-fifth{
            padding: 30px 50px;
    background-color: #fff;
}
.ppt-renewableenergy-fifth h2{
    font-family: 'Figtree';
    color: #000000;
    text-transform: uppercase;
    text-align: left;
    font-size: 51px;
    font-weight: 900;
    margin-bottom: 30px;
    margin-top: 50px;
}
.pptenergytbut {
    z-index: 2;
    background-color: #86bf75;
    border: 2px dashed #86bf75;
    color: #fff;
    border-radius: 0px 140px 0px 140px;
    margin-left: -75px;
    flex-direction: column;
    width: 100%;
    padding: 40px;
    display: flex;
    overflow: hidden;
    font-size: 30px;
    position: relative;
    line-height: 65px;
    font-weight: 800;
    margin-top: 140px;
    text-align: center;
    animation: pulse 3s infinite;
}
.pptenergytbut__shadow{
    z-index: 1;
    background-color: #243d2e;
    border-radius: 0px 140px 0px 140px;
    width: 75%;
    height: 70%;
    position: absolute;
    inset: 0% 0% 0% -1%;
    transform: rotate(0deg);
    margin: 118px 18px 4px 35px;
    box-shadow: 0 5px 10px rgb(0 0 0 / 10%);
}

.ppt-renewableenergy-fifth ul li{
    display: block;
    padding: 13px 1px 12px 8px;
    line-height: 1;
    font-family: 'Raleway';
    font-size: 16px;
    text-transform: capitalize;
    background-color: #f8fee7;
    border-left: 15px solid #5c9773;
    border-radius: 15px 10px 10px 30px;
    box-shadow: 0 2px 6px rgb(0 0 0 / 16%);
    position: relative;
    transition: all .35s ease;
    margin-top: 15px;
    margin-bottom: 6px;
}
.ppt-renewableenergy-fifth h2 span{
    color:#527c0f;
}
.pptenergytbut span{
   font-size: 75px;
    color: #243d2e;
}
.renewablebenifitimg{
    margin-left: -100px;
}

.ppt-renewableenergy-sixth {
    padding: 30px 20px;
    background-color: #beeab1;
}

.ppt-renewableenergy-sixth h2{
    font-family: 'Figtree';
    color: #243d2e;
    text-transform: uppercase;
    text-align: center;
    font-size: 40px;
    font-weight: 900;
    margin-bottom: 30px;
    margin-top: 50px;
    line-height: 55px;
}
.ppt-renewableenergy-sixth ul li {
    padding: 0px 15px;
    list-style-type: none;
    line-height: 48px;
    font-size: 16px;
    font-weight: 500;
    color: #1c1d1e;
    font-family: 'Raleway';
    text-align: justify;
    margin-left: 46px;
    margin-top: -40px;
    margin-bottom: 10px;
    background-color: #f8fee7;
}
.ppt-renewableenergy-sixth ul span{
    color: #243d2e;
    line-height: 19px;
    font-size: 22px;
    padding: 11px 6px;
    background: #f8fee7;
    border-radius: 25px;
    margin-right: 0px;
    font-weight: 600;
    width: 40px;
    height: 40px;
    border: 2px solid #243d2e;
}
.developpptbtn {
    padding: 10px 39px;
    color: #fff;
    border-radius: 14px;
    background-color: #86bf75;
    font-weight: 700;
    line-height: 35px;
    margin-top: 30px;
    font-size: 15px;
    cursor: pointer;
    margin-left: 500px;
    margin-bottom: 30px;
}
.ppt-renewableenergy-sixth h2 span {
    color: #527c0f;
}
.developpptbtn span{
    line-height: 36px;
    position: absolute;
    margin-left: -27px;
}
.ppt-renewableenergy-seveth {
    padding: 30px 50px;
    background-color: #efece5;
}

.ppt-renewableenergy-seveth h2{
    font-family: 'Figtree';
    color: #000000;
    text-transform: uppercase;
    text-align: left;
    font-size: 51px;
    font-weight: 900;
    margin-bottom: 30px;
    margin-top: 50px;
}
.ppt-renewableenergy-seveth p{
   font-family: sans-serif;
    text-align: justify;
    line-height: 35px;
    color:#6d6d74;
}
.ppt-renewableenergy-seveth h2 span{
    color:#527c0f;
}
.ppt-renewableenergy-seveth ul li{
   text-align: justify;
    text-transform: capitalize;
    font-size: 15px;
    font-family: 'Open Sans';
    font-weight: 400;
    line-height: 40px;
    margin: 5px 0;
}
.ppt-renewableenergy-seveth li span {
    color: #86bf75;
    line-height: 15px;
    font-size: 30px;
    padding: 13px 6px;
    background: #efece5;
    border-radius: 38px;
    margin-right: 7px;
    box-shadow: -1px 4px 10px 0px #a894e282;
}
.renewableppt{
    width: 581px;
    margin-left: -100px;
}
.ppt-renewableenergy-eigth {
    padding: 30px 50px;
    background: #243D2E;
}
.ppt-renewableenergy-eigth h2{
    font-family: 'Figtree';
    color: #f8fee7;
    text-transform: uppercase;
    text-align: justify;
    font-size: 45px;
    font-weight: 900;
    margin-bottom: 30px;
    margin-top: 50px;
}
.ppt-renewableenergy-eigth p {
   font-family: sans-serif;
    text-align: center;
    line-height: 35px;
    color: #ddf99d;
}
.ppt-renewableenergy-eigth ul li{
    color: #ddf99d;
    list-style-type: none;
    line-height: 48px;
    font-size: 15px;
    font-weight: 500;
    font-family: 'Raleway';
    text-align: justify;
    margin-left: 46px;
    margin-top: -40px;
    margin-bottom: 10px;
}
.ppt-renewableenergy-eigth ul span {
    font-size: 30px;
    color: #f8fee7;
    -webkit-animation: spin 4s linear infinite;
    -moz-animation: spin 4s linear infinite;
    animation: spin 4s linear infinite;
}
@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }

.renewableruleimg{
    width: 1480px;
    margin-left: -160px;
    margin-top: 5PX;
    margin-bottom: 0px;
}
.ppt-renewableenergy-nineth {
    padding: 30px 50px;
    background-color: #ffffff;
}
.ppt-renewableenergy-nineth ul li {
    text-align: center;
    text-transform: capitalize;
    font-size: 15px;
    font-family: 'Oswald';
    font-weight: 400;
    line-height: 40px;
    margin: 15px 0;
    padding: 9px 6px;
    background: #efece5;
    border-radius: 15px;
    box-shadow: -1px 4px 10px 0px #a894e282;
}
.ppt-renewableenergy-nineth h2 {
    font-family: 'Figtree';
    color: #000000;
    text-transform: uppercase;
    text-align: left;
    font-size: 51px;
    font-weight: 900;
    margin-bottom: 30px;
    margin-top: 50px;
}
.ppt-renewableenergy-nineth h5 {
    margin-bottom: 27px;
    font-weight: 700;
    font-size: 30px;
    font-family: 'Figtree';
    text-transform: capitalize;
    color: #527c0f;
}
.ppt-renewableenergy-first h5 {
    font-family: 'Figtree';
    text-transform: capitalize;
    color: #527c0f;
}
.ppt-renewableenergy-tenth{
      
    padding: 30px 50px;
    background-color: #f8f4e4;
}
.ppt-renewableenergy-tenth h2{
    font-family: 'Figtree';
    color: #000000;
    text-transform: uppercase;
    text-align: justify;
    font-size: 43px;
    font-weight: 900;
    margin-bottom: 10px;
    margin-top: 25px;
}
.ppt-renewableenergy-tenth p{
   font-family: sans-serif;
    text-align: justify;
    line-height: 35px;
    color:#6d6d74;
}
.ppt-renewableenergy-tenth h6{
    font-family: 'Oswald';
    font-size: 28px;
    text-transform: capitalize;
    color: #527c0f;
    margin-bottom: 20px;
}
.ppt-renewableenergy-tenth h5{
    font-family: 'Raleway';
    color: #243d2e;
    text-transform: capitalize;
    font-weight: 600;
}
.ppt-renewableenergy-tenth h5 span{
    color: #f8f4e4;
    line-height: 20px;
    font-size: 30px;
    padding: 11px 6px;
    background: #86bf75;
    border-radius: 9px;
    margin-right: 0px;
    font-weight: 600;
    width: 42px;
}
.lastenergysourceimg{
   width: 350px;
   margin-top: 130px;

}


.renewable-faq-section {
    background: #fdfdfd;
    padding: 30px 50px;
}
.renewablefaq-title h2 {
    font-size: 40px;
    margin-top: 40px;
    font-family: 'Raleway';
    position: relative;
    margin-bottom: 45px;
    text-transform: capitalize;
    display: inline-block;
    font-weight: 600;
    line-height: 1;
}
.renewablefaq-title h2::before {
    content: "";
    position: absolute;
    left: 50%;
    width: 60px;
    height: 7px;
    background: #86bf75;
    bottom: -25px;
    margin-left: -30px;
}
.renewablefaq-title p {
  padding: 0 190px;
  margin-bottom: 10px;
}

.renewablefaq {
         background: #FFFFFF;
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
    border-radius: 4px;
    margin-bottom: 60px;
}

.renewablefaq .card {
  border: none;
  background: none;
  border-bottom: 1px dashed #CEE1F8;
}

.renewablefaq .card .card-header {
  padding: 0px;
  border: none;
  background: none;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.renewablefaq .card .card-header:hover {
        background: rgb(197 220 178 / 38%);
    padding-left: 10px;
}
.renewablefaq .card .card-header .faq-title {
    font-family: 'Inter';
    text-transform: capitalize;
    width: 100%;
    text-align: left;
    padding: 0px;
    padding-left: 30px;
    padding-right: 30px;
    font-weight: 400;
    font-size: 15px;
    letter-spacing: 1px;
    color: #3B566E;
    text-decoration: none !important;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    cursor: pointer;
    padding-top: 20px;
    padding-bottom: 20px;
}

.renewablefaq .card .card-header .faq-title .badge {
  display: inline-block;
    width: 25px;
    height: 25px;
    line-height: 20px;
    float: left;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    text-align: center;
    background: #86bf75;
    color: #fff;
    font-size: 14px;
    margin-right: 20px;
}

.renewablefaq .card .card-body {
  padding: 30px;
  padding-left: 35px;
  padding-bottom: 16px;
  font-weight: 400;
  font-size: 16px;
  color: #6F8BA4;
  line-height: 28px;
  letter-spacing: 1px;
  border-top: 1px solid #F3F8FF;
}

.renewablefaq .card .card-body p {
  margin-bottom: 14px;
}

@media (max-width: 991px) {
  .renewablefaq {
    margin-bottom: 30px;
  }
  .renewablefaq .card .card-header .faq-title {
    line-height: 26px;
    margin-top: 10px;
  }
}

.renewable-faq-section h6{
    font-family: 'Inter';
    font-size: 25px;
    line-height: 50px;
    text-align: justify;
}




/*form */

.subsecenergyform{
    position: relative;
    padding: 40px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgb(116 231 226);
    backdrop-filter: blur(5px);
    border-radius: 10px;
    box-shadow: 0 42px 91px rgba(0, 0, 0, 0.2);
}

.subsecenergyform::after {
     content: '';
     position: absolute;
     top: 5px;
     right: 5px;
     bottom: 5px;
     left: 5px;
     border-radius: 5px;
     pointer-events: none;
     background: linear-gradient(to bottom, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.1) 2%);
}
 .energyformsec {
     position: relative;
     width: 100%;
     height: 100%;
}
 .energyformsec h2 {
    font-size: 29px;
    text-transform: uppercase;
    font-style: italic;
    line-height: 45px;
    margin-bottom: 30px;
    letter-spacing: 0px;
    font-weight: 900;
    padding: 0px 0px;
    margin-top: -15px;
    word-spacing: 6px;
       color: #2a5688;
    font-family: 'Oswald';
    text-align: justify;
 }

 .energyformsec h2 span{
          color: #ffff;
}

 #boxweb {
    width: 93%;
    outline: none;
    border: none;
    border: 1px solid rgb(255 255 255);
    background: rgb(255 255 255);
    padding: 10px 10px;
    border-radius: 10px;
    font-size: 16px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    margin-bottom: 18px;
    margin-top: 8px;
}

#boxweb option {
    background: #fffbff;
    color: #1a1b1d;
}


.energyformsec label {
    margin-bottom: -4px;
    font-size: 15px;
    text-transform: capitalize;
    font-family: sans-serif
}
.energyformsec input {
    width: 93%;
    outline: none;
    border: none;
    border: 1px solid rgb(255 255 255);
    background: rgb(255 255 255);
    padding: 8px 10px;
    /* padding-left: 40px; */
    padding: 13px 10px;
    border-radius: 10px;
    color: #100f0f;
    font-size: 16px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    margin-bottom: 18px;
    margin-top: 8px;
}

.formbuton {
    background: linear-gradient(to right, #06c7b9, #31bcb0, #085b55);
    margin-top: 18px;
    font-weight: 700;
    margin-bottom: 0px;
    font-size: 19px;
    border-radius: 4px;
    text-transform: capitalize;
    text-align: center;
    line-height: 30px;
    padding: 12px 2px;
    color: #ffffff;
    cursor: pointer;
    width: 100%;
    font-family: 'Figtree';
    box-shadow: rgb(50 50 93 / 25%) 0px 6px 12px -2px, rgb(0 0 0 / 30%) 0px 3px 7px -3px;
}

#energycoun {
    outline: none;
    border: none;
    border: 1px solid rgb(255 255 255);
    background: rgb(255 255 255);
    padding: 10px 10px;
    font-size: 16px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    margin-bottom: 18px;
    margin-top: 9px;
    width: 63px;
    border-radius: 13px 2px 0px 10px;
}

#energycoun option{
    background-color: #fff;
    color:#000;
}
.renewableformimg{
    margin-top: 30px;
    margin-left: -20px;
    animation: pulse 3s infinite;
}
.energysourceform{
    background-color: #ffeddebd;
    background-position: top left;
    background-repeat: repeat;
    background-color: #deeaea;
    box-shadow: 5px 7px 20px 20px rgb(158 158 158 / 34% 34%);
    padding: 49px 8px;
}

.frmpic{
        width: 116%;
    margin-left: -44px;
    margin-top: 28px;
}
.developbut{
    color: #ffffff;
    background-color: #03A9F4;
    border-radius: 14px;
    margin-top: 36px;
    padding: 17px 15px 16px;
    font-size: 24px;
    font-weight: 900;
    line-height: 100%;
    transition-property: all;
    transition-duration: .2s;
    transition-timing-function: ease;
    letter-spacing: 2px;
    word-spacing: 2px;
    text-align: justify;
    font-family: 'Raleway';
}

.lastcybsec h6 {
    font-size: 31px;
    line-height: 49px;
    margin-top: 38px;
    margin-bottom: 64px;
    letter-spacing: 0px;
    font-weight: 700;
    padding: 0px 21px;
    word-spacing: 1px;
    color: #171818;
    font-family: oswald;
    text-align: center;
}
.countsec h3{
    font-family: oswald;
    font-size: 50px;
    font-weight: 900;
    color: #373f4a;
    text-transform: capitalize;
    margin-bottom: 31px;
    line-height: 32px;
    margin-top: 54px;
    text-align: center;
}
.count{
    margin-top: 29px;
    margin-bottom: 45px;
}
.countad h5{
    line-height: 24px;
    text-align: justify;
    font-family: sans-serif;
    font-size: 15px;
    color: #2d2324;
    margin: 6px 0px;
}



@media (min-width: 321px) and (max-width: 375px){

.ppt-renewableenergy-first {
    padding: 10px 10px;
    margin-top: -150px;
}
.ppt-renewableenergy-first h1 {
    font-size: 25px;
}
.renewableenergyimg {
    width: 315px;
}
.ppt-renewableenergy-first h2 {
    font-size: 26px;
    margin-bottom: 30px;
    margin-top: 50px;
    line-height: 40px;
}
.ppt-renewableenergy-second {
    padding: 10px 10px;
}
.ppt-renewableenergy-second h2 {
    font-size: 28px;
    margin-bottom: 30px;
    margin-top: 50px;
    line-height: 38px;
}
.renewableformimg {
    width: 370px;
}
.energyformsec h2 {
    font-size: 20px;
}
#energycoun {
    outline: none;
    border: none;
    border: 1px solid rgb(255 255 255);
    background: rgb(255 255 255);
    padding: 10px 10px;
    font-size: 16px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    margin-bottom: 18px;
    margin-top: 9px;
    width: 250px;
}
.renewablebenifitimg {
    width: 350px;
    margin-left: -60px;
}
.ppt-renewableenergy-thrid {
    padding: 10px 10px;
}
.ppt-renewableenergy-thrid h2 {
    font-size: 25px;
    font-weight: 900;
}
.ppt-renewableenergy-fourth {
    padding: 10px 10px;
}
.ppt-renewableenergy-fourth h2 {
    font-size: 21px;
    line-height: 34px;
    font-weight: 900;
    margin-bottom: 30px;
    margin-top: 50px;
}
.ppt-renewableenergy-fourth p {
    font-family: sans-serif;
    text-align: justify;
}
.subnergy-fourth ul span {
   
    font-size: 15px;
    padding: 9px 5px;
    width: 29px;
}
.subnergy-fourth ul {
    padding: 0px;
}
.pptenergytbut {
    padding: 40px;
    font-size: 16px;
    position: relative;
    line-height: 33px;
    font-weight: 800;
    animation: pulse 3s infinite;
}
.ppt-renewableenergy-fifth {
    padding: 10px 10px;
}
.ppt-renewableenergy-fifth h2 {
    font-size: 25px;
}
.ppt-renewableenergy-fifth ul li {
    font-size: 14px;
}
.ppt-renewableenergy-sixth {
    padding: 10px 10px;
}
.ppt-renewableenergy-sixth h2 {
    font-size: 20px;
    line-height: 36px;
}
.ppt-renewableenergy-seveth {
    padding: 10px 10px;
}
.ppt-renewableenergy-seveth h2 {
    font-size: 27px;
    font-weight: 900;
    margin-bottom: 30px;
    margin-top: 50px;
}
.ppt-renewableenergy-seveth li span {
    line-height: 15px;
    font-size: 24px;
    padding: 9px 6px;
}
.renewableppt {
    width: 355px;
    margin-left: -25px;
}
.ppt-renewableenergy-eigth {
    padding: 10px 10px;
}
.ppt-renewableenergy-eigth h2 {
    font-size: 30px;
    margin-bottom: 30px;
    margin-top: 50px;
}
.renewableruleimg {
    width: 352px;
    margin-left: -18px;
}
.ppt-renewableenergy-nineth {
    padding: 10px 10px;
}
.ppt-renewableenergy-nineth h2 {
    font-size: 26px;
}
.ppt-renewableenergy-nineth h5 {
    margin-bottom: 27px;
    font-weight: 700;
    font-size: 26px;
}
.ppt-renewableenergy-tenth {
    padding: 10px 10px;
}
.ppt-renewableenergy-tenth h2 {
    font-size: 25px;
    font-weight: 900;
    margin-bottom: 10px;
    margin-top: 25px;
}
.lastenergysourceimg {
    width: 350px;
    margin-top: 50px;
}
.renewable-faq-section {
    background: #fdfdfd;
    padding: 10px 10px;
}
.renewablefaq-title h2 {
    font-size: 27px;
}
.renewablefaq .card .card-header .faq-title {
    line-height: 26px;
    margin-top: 10px;
    text-align: justify;
}
.renewable-faq-section h6 {
    font-size: 16px;
}
.pptenergytbut__shadow {
    margin: 129px 18px 4px 26px;
}
.pptenergytbut {
        padding: 32px;
        margin-left: -16px;
}
.ppt-renewableenergy-eigth {
    padding: 10px 10px;
}


}

@media (min-width: 376px) and (max-width: 425px){


.ppt-renewableenergy-first {
    padding: 10px 10px;
            margin-top: -150px;
}
.ppt-renewableenergy-first h1 {
    font-size: 25px;
    text-align: justify;
}
.renewableenergyimg {
    width: 315px;
}
.ppt-renewableenergy-first h2 {
    font-size: 26px;
    margin-bottom: 30px;
    margin-top: 50px;
    line-height: 40px;
}
.ppt-renewableenergy-second {
    padding: 10px 10px;
}
.ppt-renewableenergy-second h2 {
    font-size: 28px;
    margin-bottom: 30px;
    margin-top: 50px;
    line-height: 38px;
}
.renewableformimg {
    width: 370px;
}
.energyformsec h2 {
    font-size: 20px;
}
#energycoun {
    outline: none;
    border: none;
    border: 1px solid rgb(255 255 255);
    background: rgb(255 255 255);
    padding: 10px 10px;
    font-size: 16px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    margin-bottom: 18px;
    margin-top: 9px;
    width: 250px;
}
.renewablebenifitimg {
    width: 350px;
    margin-left: -60px;
}
.ppt-renewableenergy-thrid {
    padding: 10px 10px;
}
.ppt-renewableenergy-thrid h2 {
    font-size: 25px;
    font-weight: 900;
}
.ppt-renewableenergy-fourth {
    padding: 10px 10px;
}
.ppt-renewableenergy-fourth h2 {
    font-size: 21px;
    line-height: 34px;
    font-weight: 900;
    margin-bottom: 30px;
    margin-top: 50px;
}
.ppt-renewableenergy-fourth p {
    font-family: sans-serif;
    text-align: justify;
}
.subnergy-fourth ul span {
   
    font-size: 15px;
    padding: 9px 5px;
    width: 29px;
}
.subnergy-fourth ul {
    padding: 0px;
}
.pptenergytbut {
    padding: 40px;
    font-size: 16px;
    position: relative;
    line-height: 33px;
    font-weight: 800;
    animation: pulse 3s infinite;
}
.ppt-renewableenergy-fifth {
    padding: 10px 10px;
}
.ppt-renewableenergy-fifth h2 {
    font-size: 25px;
}
.ppt-renewableenergy-fifth ul li {
    font-size: 14px;
}
.ppt-renewableenergy-sixth {
    padding: 10px 10px;
}
.ppt-renewableenergy-sixth h2 {
    font-size: 20px;
    line-height: 36px;
}
.ppt-renewableenergy-seveth {
    padding: 10px 10px;
}
.ppt-renewableenergy-seveth h2 {
    font-size: 27px;
    font-weight: 900;
    margin-bottom: 30px;
    margin-top: 50px;
}
.ppt-renewableenergy-seveth li span {
    line-height: 15px;
    font-size: 24px;
    padding: 9px 6px;
}
.renewableppt {
    width: 355px;
    margin-left: -25px;
}
.ppt-renewableenergy-eigth {
    padding: 10px 10px;
}
.ppt-renewableenergy-eigth h2 {
    font-size: 30px;
    margin-bottom: 30px;
    margin-top: 50px;
}
.renewableruleimg {
    width: 352px;
    margin-left: -18px;
}
.ppt-renewableenergy-nineth {
    padding: 10px 10px;
}
.ppt-renewableenergy-nineth h2 {
    font-size: 26px;
}
.ppt-renewableenergy-nineth h5 {
    margin-bottom: 27px;
    font-weight: 700;
    font-size: 26px;
}
.ppt-renewableenergy-tenth {
    padding: 10px 10px;
}
.ppt-renewableenergy-tenth h2 {
    font-size: 25px;
    font-weight: 900;
    margin-bottom: 10px;
    margin-top: 25px;
}
.lastenergysourceimg {
    width: 350px;
    margin-top: 50px;
}
.renewable-faq-section {
    background: #fdfdfd;
    padding: 10px 10px;
}
.renewablefaq-title h2 {
    font-size: 27px;
}
.renewablefaq .card .card-header .faq-title {
    line-height: 26px;
    margin-top: 10px;
    text-align: justify;
}
.renewable-faq-section h6 {
    font-size: 16px;
}
.pptenergytbut__shadow {
    margin: 129px 18px 4px 26px;
}
.pptenergytbut {
        padding: 32px;
        margin-left: -16px;
}
.ppt-renewableenergy-eigth {
    padding: 10px 10px;
}


}

@media (min-width: 425px) and (max-width: 575px){


.ppt-renewableenergy-first {
    padding: 10px 10px;
            margin-top: -150px;
}
.ppt-renewableenergy-first h1 {
    font-size: 25px;
    text-align: justify;
}
.renewableenergyimg {
           width: 315px;
        margin-left: 100px;
}
.ppt-renewableenergy-first h2 {
    font-size: 26px;
    margin-bottom: 30px;
    margin-top: 50px;
    line-height: 40px;
}
.ppt-renewableenergy-second {
    padding: 10px 10px;
}
.ppt-renewableenergy-second h2 {
    font-size: 28px;
    margin-bottom: 30px;
    margin-top: 50px;
    line-height: 38px;
}
.renewableformimg {
           width: 370px;
        margin-left: 75px;
}
.energyformsec h2 {
    font-size: 20px;
}
#energycoun {
    outline: none;
    border: none;
    border: 1px solid rgb(255 255 255);
    background: rgb(255 255 255);
    padding: 10px 10px;
    font-size: 16px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    margin-bottom: 18px;
    margin-top: 9px;
    width: 250px;
}
.renewablebenifitimg {
    width: 350px;
    margin-left: -60px;
}
.ppt-renewableenergy-thrid {
    padding: 10px 10px;
}
.ppt-renewableenergy-thrid h2 {
    font-size: 25px;
    font-weight: 900;
}
.ppt-renewableenergy-fourth {
    padding: 10px 10px;
}
.ppt-renewableenergy-fourth h2 {
    font-size: 21px;
    line-height: 34px;
    font-weight: 900;
    margin-bottom: 30px;
    margin-top: 50px;
}
.ppt-renewableenergy-fourth p {
    font-family: sans-serif;
    text-align: justify;
}
.subnergy-fourth ul span {
   
    font-size: 15px;
    padding: 9px 5px;
    width: 29px;
}
.subnergy-fourth ul {
    padding: 0px;
}
.pptenergytbut {
    padding: 40px;
    font-size: 16px;
    position: relative;
    line-height: 33px;
    font-weight: 800;
    animation: pulse 3s infinite;
}
.ppt-renewableenergy-fifth {
    padding: 10px 10px;
}
.ppt-renewableenergy-fifth h2 {
    font-size: 25px;
}
.ppt-renewableenergy-fifth ul li {
    font-size: 14px;
}
.ppt-renewableenergy-sixth {
    padding: 10px 10px;
}
.ppt-renewableenergy-sixth h2 {
    font-size: 20px;
    line-height: 36px;
}
.ppt-renewableenergy-seveth {
    padding: 10px 10px;
}
.ppt-renewableenergy-seveth h2 {
    font-size: 27px;
    font-weight: 900;
    margin-bottom: 30px;
    margin-top: 50px;
}
.ppt-renewableenergy-seveth li span {
    line-height: 15px;
    font-size: 24px;
    padding: 9px 6px;
}
.renewableppt {
    width: 355px;
    margin-left: -25px;
}
.ppt-renewableenergy-eigth {
    padding: 10px 10px;
}
.ppt-renewableenergy-eigth h2 {
    font-size: 30px;
    margin-bottom: 30px;
    margin-top: 50px;
}
.renewableruleimg {
    width: 352px;
    margin-left: -18px;
}
.ppt-renewableenergy-nineth {
    padding: 10px 10px;
}
.ppt-renewableenergy-nineth h2 {
    font-size: 26px;
}
.ppt-renewableenergy-nineth h5 {
    margin-bottom: 27px;
    font-weight: 700;
    font-size: 26px;
}
.ppt-renewableenergy-tenth {
    padding: 10px 10px;
}
.ppt-renewableenergy-tenth h2 {
    font-size: 25px;
    font-weight: 900;
    margin-bottom: 10px;
    margin-top: 25px;
}
.lastenergysourceimg {
    width: 350px;
    margin-top: 50px;
}
.renewable-faq-section {
    background: #fdfdfd;
    padding: 10px 10px;
}
.renewablefaq-title h2 {
    font-size: 27px;
}
.renewablefaq .card .card-header .faq-title {
    line-height: 26px;
    margin-top: 10px;
    text-align: justify;
}
.renewable-faq-section h6 {
    font-size: 16px;
}
.pptenergytbut__shadow {
    margin: 129px 18px 4px 26px;
}
.pptenergytbut {
        padding: 32px;
        margin-left: -16px;
}
.ppt-renewableenergy-eigth {
    padding: 10px 10px;
}


}

@media (min-width: 576px) and (max-width: 767px){

.ppt-renewableenergy-first {
    padding: 10px 10px;
            margin-top: -150px;
}
.ppt-renewableenergy-first h1 {
    font-size: 25px;
    text-align: justify;
}
.renewableenergyimg {
           width: 315px;
        margin-left: 100px;
}
.ppt-renewableenergy-first h2 {
    font-size: 26px;
    margin-bottom: 30px;
    margin-top: 50px;
    line-height: 40px;
}
.ppt-renewableenergy-second {
    padding: 10px 10px;
}
.ppt-renewableenergy-second h2 {
    font-size: 28px;
    margin-bottom: 30px;
    margin-top: 50px;
    line-height: 38px;
}
.renewableformimg {
           width: 370px;
        margin-left: 75px;
}
.energyformsec h2 {
    font-size: 20px;
}
#energycoun {
    outline: none;
    border: none;
    border: 1px solid rgb(255 255 255);
    background: rgb(255 255 255);
    padding: 10px 10px;
    font-size: 16px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    margin-bottom: 18px;
    margin-top: 9px;
    width: 250px;
}
.renewablebenifitimg {
    width: 350px;
    margin-left: -60px;
}
.ppt-renewableenergy-thrid {
    padding: 10px 10px;
}
.ppt-renewableenergy-thrid h2 {
    font-size: 25px;
    font-weight: 900;
}
.ppt-renewableenergy-fourth {
    padding: 10px 10px;
}
.ppt-renewableenergy-fourth h2 {
    font-size: 21px;
    line-height: 34px;
    font-weight: 900;
    margin-bottom: 30px;
    margin-top: 50px;
}
.ppt-renewableenergy-fourth p {
    font-family: sans-serif;
    text-align: justify;
}
.subnergy-fourth ul span {
   
    font-size: 15px;
    padding: 9px 5px;
    width: 29px;
}
.subnergy-fourth ul {
    padding: 0px;
}
.pptenergytbut {
    padding: 40px;
    font-size: 16px;
    position: relative;
    line-height: 33px;
    font-weight: 800;
    animation: pulse 3s infinite;
}
.ppt-renewableenergy-fifth {
    padding: 10px 10px;
}
.ppt-renewableenergy-fifth h2 {
    font-size: 25px;
}
.ppt-renewableenergy-fifth ul li {
    font-size: 14px;
}
.ppt-renewableenergy-sixth {
    padding: 10px 10px;
}
.ppt-renewableenergy-sixth h2 {
    font-size: 20px;
    line-height: 36px;
}
.ppt-renewableenergy-seveth {
    padding: 10px 10px;
}
.ppt-renewableenergy-seveth h2 {
    font-size: 27px;
    font-weight: 900;
    margin-bottom: 30px;
    margin-top: 50px;
}
.ppt-renewableenergy-seveth li span {
    line-height: 15px;
    font-size: 24px;
    padding: 9px 6px;
}
.renewableppt {
    width: 355px;
    margin-left: -25px;
}
.ppt-renewableenergy-eigth {
    padding: 10px 10px;
}
.ppt-renewableenergy-eigth h2 {
    font-size: 30px;
    margin-bottom: 30px;
    margin-top: 50px;
}
.renewableruleimg {
    width: 352px;
    margin-left: -18px;
}
.ppt-renewableenergy-nineth {
    padding: 10px 10px;
}
.ppt-renewableenergy-nineth h2 {
    font-size: 26px;
}
.ppt-renewableenergy-nineth h5 {
    margin-bottom: 27px;
    font-weight: 700;
    font-size: 26px;
}
.ppt-renewableenergy-tenth {
    padding: 10px 10px;
}
.ppt-renewableenergy-tenth h2 {
    font-size: 25px;
    font-weight: 900;
    margin-bottom: 10px;
    margin-top: 25px;
}
.lastenergysourceimg {
    width: 350px;
    margin-top: 50px;
}
.renewable-faq-section {
    background: #fdfdfd;
    padding: 10px 10px;
}
.renewablefaq-title h2 {
    font-size: 27px;
}
.renewablefaq .card .card-header .faq-title {
    line-height: 26px;
    margin-top: 10px;
    text-align: justify;
}
.renewable-faq-section h6 {
    font-size: 16px;
}
.pptenergytbut__shadow {
    margin: 129px 18px 4px 26px;
}
.pptenergytbut {
        padding: 32px;
        margin-left: -16px;
}
.ppt-renewableenergy-eigth {
    padding: 10px 10px;
}


}


@media (min-width: 768px) and (max-width: 991px){


.ppt-renewableenergy-first {
    padding: 10px 10px;
            margin-top: -150px;
}
.ppt-renewableenergy-first h1 {
    font-size: 25px;
    text-align: justify;
}
.renewableenergyimg {
           width: 315px;
        margin-left: 100px;
}
.ppt-renewableenergy-first h2 {
    font-size: 26px;
    margin-bottom: 30px;
    margin-top: 50px;
    line-height: 40px;
}
.ppt-renewableenergy-second {
    padding: 10px 10px;
}
.ppt-renewableenergy-second h2 {
    font-size: 28px;
    margin-bottom: 30px;
    margin-top: 50px;
    line-height: 38px;
}
.renewableformimg {
           width: 370px;
        margin-left: 75px;
}
.energyformsec h2 {
    font-size: 20px;
}
#energycoun {
    outline: none;
    border: none;
    border: 1px solid rgb(255 255 255);
    background: rgb(255 255 255);
    padding: 10px 10px;
    font-size: 16px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    margin-bottom: 18px;
    margin-top: 9px;
    width: 250px;
}
.renewablebenifitimg {
    width: 350px;
    margin-left: -60px;
}
.ppt-renewableenergy-thrid {
    padding: 10px 10px;
}
.ppt-renewableenergy-thrid h2 {
    font-size: 25px;
    font-weight: 900;
}
.ppt-renewableenergy-fourth {
    padding: 10px 10px;
}
.ppt-renewableenergy-fourth h2 {
    font-size: 21px;
    line-height: 34px;
    font-weight: 900;
    margin-bottom: 30px;
    margin-top: 50px;
}
.ppt-renewableenergy-fourth p {
    font-family: sans-serif;
    text-align: justify;
}
.subnergy-fourth ul span {
   
    font-size: 15px;
    padding: 9px 5px;
    width: 29px;
}
.subnergy-fourth ul {
    padding: 0px;
}
.pptenergytbut {
    padding: 40px;
    font-size: 16px;
    position: relative;
    line-height: 33px;
    font-weight: 800;
    animation: pulse 3s infinite;
}
.ppt-renewableenergy-fifth {
    padding: 10px 10px;
}
.ppt-renewableenergy-fifth h2 {
    font-size: 25px;
}
.ppt-renewableenergy-fifth ul li {
    font-size: 14px;
}
.ppt-renewableenergy-sixth {
    padding: 10px 10px;
}
.ppt-renewableenergy-sixth h2 {
    font-size: 20px;
    line-height: 36px;
}
.ppt-renewableenergy-seveth {
    padding: 10px 10px;
}
.ppt-renewableenergy-seveth h2 {
    font-size: 27px;
    font-weight: 900;
    margin-bottom: 30px;
    margin-top: 50px;
}
.ppt-renewableenergy-seveth li span {
    line-height: 15px;
    font-size: 24px;
    padding: 9px 6px;
}
.renewableppt {
    width: 355px;
    margin-left: -25px;
}
.ppt-renewableenergy-eigth {
    padding: 10px 10px;
}
.ppt-renewableenergy-eigth h2 {
    font-size: 30px;
    margin-bottom: 30px;
    margin-top: 50px;
}
.renewableruleimg {
    width: 352px;
    margin-left: -18px;
}
.ppt-renewableenergy-nineth {
    padding: 10px 10px;
}
.ppt-renewableenergy-nineth h2 {
    font-size: 26px;
}
.ppt-renewableenergy-nineth h5 {
    margin-bottom: 27px;
    font-weight: 700;
    font-size: 26px;
}
.ppt-renewableenergy-tenth {
    padding: 10px 10px;
}
.ppt-renewableenergy-tenth h2 {
    font-size: 25px;
    font-weight: 900;
    margin-bottom: 10px;
    margin-top: 25px;
}
.lastenergysourceimg {
    width: 350px;
    margin-top: 50px;
}
.renewable-faq-section {
    background: #fdfdfd;
    padding: 10px 10px;
}
.renewablefaq-title h2 {
    font-size: 27px;
}
.renewablefaq .card .card-header .faq-title {
    line-height: 26px;
    margin-top: 10px;
    text-align: justify;
}
.renewable-faq-section h6 {
    font-size: 16px;
}
.pptenergytbut__shadow {
    margin: 129px 18px 4px 26px;
}
.pptenergytbut {
        padding: 32px;
        margin-left: -16px;
}
.ppt-renewableenergy-eigth {
    padding: 10px 10px;
}



}

@media (min-width: 1100px) and (max-width: 1280px){
.renewableenergyimg {
    margin-top: 120px;
    width: 395px;
    border-radius: 50px;
}
.renewableppt {
    width: 480px;
    margin-left: -160px;
}
.renewableruleimg {
    width: 1145px;
    margin-left: 0px;
}
.pptenergytbut__shadow {
    margin: 118px 18px 4px 70px;
    box-shadow: 0 5px 10px rgb(0 0 0 / 10%);
}
.pptenergytbut {
    margin-left: -25px;
}

}

@media (min-width: 1300px) and (max-width: 1440px){






}



@media (min-width: 1920px){





}
