

@media screen and (max-width: 1680px){
    .custome-container {
        max-width: 1429px;
    }
}
@media screen and (max-width: 1595px){
    .page-content .container {
        max-width: 1595px;
    }
}
@media screen and (max-width: 1500px) {
    h2.header-heading {
        font-size: 55px;
    }
    h3.header-shorthead {
        font-size: 26px;
    }
    .header-content {
        margin-top: 20px;
        padding-left: 100px;
    }
    .power-earth-content {
        padding-left: 100px;
    }
    iframe {
        width: 100%;
        height: 600px;
    }
  }

  @media screen and (max-width: 1440px){
    .earth-image {
        display: flex;
        justify-content: end;
    }
    .container {
        max-width: 1260px;
    }
}
  

  @media screen and (max-width: 1366px){
    .discriptive-content {
        margin-top: 30px;
        width: 567px;
    }

  }

  @media screen and (max-width: 1280px){
    .discriptive-content {
        margin-top: 30px;
        width: 456px;
    }
    .header-content {
        margin-top: 20px;
        padding-left: 75px;
    }
    .power-earth-content {
        padding-left: 75px;
    }
    h2.power-earth-heading {
        font-size: 46px;
    }
    p.power-earth-subheading {
        font-size: 20px;
        width: 626px;
    }
    h3.header-shorthead {
        font-size: 25px;
    }
    h2.header-heading {
        font-size: 52px;
    }
    footer.footer-style {
        background: white;
        padding: 56px 30px 24px 30px;
    }
    .modal {
        position: fixed;
        top: 100px;
        left: 0;
        z-index: 1060;
        display: none;
        width: 100%;
        height: 100%;
        overflow-x: hidden;
        overflow-y: auto;
        outline: 0;
    }
    .modal-content {
        position: relative;
        display: flex;
        flex-direction: column;
        width: 800px;
        pointer-events: auto;
        background-color: #fff;
        background-clip: padding-box;
        border: 1px solid rgba(0, 0, 0, .2);
        border-radius: .3rem;
        outline: 0;
    }
    iframe {
        width: 100%;
        height: 550px;
    }
  }

  @media screen and (max-width: 1024px){
    img.earth {
        width: 357px;
        height: 432px;
    }
    p.our-products-subheading {
        font-size: 17px;
        margin-top: 12px;
    }
    .our-products-subhead-wrapp {
        width: 845px;
    }
    h2.our-products-heading {
        font-size: 39px;
    }
    li.nav-item {
        padding-right: 10px;
    }
    .discriptive-content {
        margin-top: 30px;
        width: 384px;
    }
    .contact-info-box {
        margin-top: 13px;
    }
    .header-content {
        margin-top: 20px;
        padding-left: 39px;
    }
    h2.header-heading {
        font-size: 41px;
    }
    h3.header-shorthead {
        font-size: 21px;
        line-height: 17px;
        margin-top: 15px;
    }
    p.header-subheading {
        font-size: 15px;
        line-height: 30px;
        margin-top: 24px;
        margin-bottom: 0;
        width: 432px;
    }
    h4.footer-head {
        font-size: 20px;
    }
    h2.power-earth-heading {
        font-size: 40px;
    }
    p.power-earth-subheading {
        font-size: 18px;
        width: 627px;
    }
    section.bg-hero {
        padding: 100px 0 100px 28px;
        min-height: 88vh;
        display: flex;
        align-items: center;
    }
    p.brand-head-foot {
        color: #000000;
        font-size: 18px;
        font-weight: 600;
        margin-top: 2px;
        margin-bottom: 2px;
    }
    p.footer-subhead {
        font-size: 14px;
        font-weight: normal;
        letter-spacing: 0.64px;
        line-height: 28px;
        color: #000000;
    }
    iframe {
        width: 100%;
        height: 510px;
    }
  }

  @media screen and (max-width: 991px){
    .our-products-subhead-wrapp {
        width: 689px;
    }
    p.power-earth-subheading {
        font-size: 16px;
        width: 556px;
        margin-top: 14px;
    }
    /*  */
    .navbar-light .navbar-toggler {
        color: rgb(255 255 255 / 55%);
        border-color: white;
    }
    .navbar-light .navbar-toggler-icon {
        filter: invert(1);
    }
    li.nav-item {
        padding-left: 35px;
        padding-right: 0;
    }
    h2.power-earth-heading {
        font-size: 34px;
    }
    h2.our-products-heading {
        font-size: 37px;
    }
    .footer-right-bottom ul {
        padding: 0;
        display: flex;
        gap: 20px;
        width: 100%;
        margin: 0px;
        justify-content: start;
    }
    .copyright-txt p {
        color: #000000;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        margin-top: 5px;
    }
    .pdf-popup-content {
        position: relative;
        margin: 87px auto;
        padding: 10px;
        width: 75%;
        background-color: white;
        border-radius: 10px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    }
    .modal-content {
        position: relative;
        display: flex;
        flex-direction: column;
        width: 650px;
        pointer-events: auto;
        background-color: #fff;
        background-clip: padding-box;
        border: 1px solid rgba(0, 0, 0, .2);
        border-radius: .3rem;
        outline: 0;
    }
    iframe {
        width: 100%;
        height: 500px;
    }
    .modal-body {
        position: relative;
        flex: 1 1 auto;
        padding: 5px 10px;
    }
  }

  @media screen and (max-width: 912px){
    section.bg-hero {
        padding: 100px 0 100px 28px;
        min-height: 46vh;
        display: flex;
        align-items: center;
    }
    .center-img {
        display: flex;
        justify-content: space-around;
        align-items: center;
        margin-top: 60px;
    }
    .modal {
        position: fixed;
        top: 52px;
        left: 0;
        z-index: 1060;
        display: none;
        width: 100%;
        height: 100%;
        overflow-x: hidden;
        overflow-y: auto;
        outline: 0;
    }
    iframe {
        width: 100%;
        height: 531px;
    }
    .close {
        position: absolute;
        top: -3px;
        right: 9px;
        font-size: 28px;
        font-weight: bold;
        cursor: pointer;
        color: rgb(61, 60, 60);
        border: none;
        background: none;
    }
  }

  @media screen and (max-width: 820px){
    .discriptive-content {
        margin-top: 30px;
        width: 303px;
    }
    img.earth {
        width: 336px;
        height: 420px;
    }
    .power-earth-content {
        padding-left: 52px;
    }
    .header-content {
        margin-top: 0px;
        padding-left: 28px;
    }
    iframe {
        width: 100%;
        height: 460px;
    }
  }

  @media screen and (max-width: 768px){
    .our-products-subhead-wrapp {
        width: 658px;
    }
    .section {
        padding: 80px 0;
    }
    p.discriptive-paragragh {
        font-size: 14px;
    }
    h2.our-products-heading {
        font-size: 33px;
    }
    p.our-products-subheading {
        font-size: 16px;
        margin-top: 12px;
    }
        h2.power-earth-heading {
        font-size: 31px;
    }
    p.power-earth-subheading {
        font-size: 16px;
        width: 556px;
        margin-top: 21px;
    }
    .power-earth-content {
        padding-left: 48px;
    }
    .header-content {
        margin-top: 0px;
        padding-left: 16px;
    }
    .discriptive-content {
        margin-top: 0px;
        width: 303px;
    }
    p.goals {
        font-weight: 600;
        font-size: 15px;
    }
    .modal-content {
        position: relative;
        display: flex;
        flex-direction: column;
        width: 550px;
        pointer-events: auto;
        background-color: #fff;
        background-clip: padding-box;
        border: 1px solid rgba(0, 0, 0, .2);
        border-radius: .3rem;
        outline: 0;
    }
    iframe {
        width: 100%;
        height: 386px;
    }
  }

  @media screen and (max-width: 767px){
    .center-img {
        display: block;
        justify-content: space-around;
        align-items: center;
        margin-top: 60px;
    }
    .our-products-subhead-wrapp {
        width: 569px;
    }
    .footer-right-bottom ul {
        justify-content: start;
    }
   
    .company-profile-content {
        display: flex;
        justify-content: normal;
        padding-left: 30px;
        padding-right: 30px;
        flex-direction: row;
    }
    .discriptive-content {
        margin-top: 0px;
        width: auto;
    }
    .earth-image {
        display: flex;
        justify-content: center;
        margin-top: 23px;
    }
  }

  @media screen and (max-width: 680px){
    h2.header-heading {
        font-size: 35px;
    }
    h3.header-shorthead {
        font-size: 19px;
        line-height: 17px;
        margin-top: 15px;
    }
    h3.discriptive-title {
        font-size: 18px;
        font-weight: 700;
        margin-bottom: 16px;
    }
    p.discriptive-paragragh {
        font-size: 13px;
    }
    p.power-earth-subheading {
        font-size: 14px;
        width: 437px;
        margin-top: 21px;
    }
    h2.power-earth-heading {
        font-size: 28px;
    }
    p.goals {
        font-weight: 600;
        font-size: 14px;
    }
    h4.footer-head {
        font-size: 18px;
    }
    p.acontent-desc {
        font-size: 14px;
        font-style: normal;
        font-weight: normal;
        letter-spacing: 0.28px;
        color: black;
        line-height: 28px;
    }
    p.brand-head-foot {
        color: #000000;
        font-size: 16px;
        font-weight: 600;
        margin-top: 2px;
        margin-bottom: 2px;
    }
    
    a.owner-number {
        color: #000000;
        font-size: 14px;
        font-style: normal;
        font-weight: normal;
        line-height: 28.8px;
        letter-spacing: 0.64px;
    }
    a.t\&c {
        color: #000000;
        font-size: 14px;
        font-style: normal;
        font-weight: normal;
        line-height: 23px;
        letter-spacing: 0.64px;
        display: block;
        white-space: nowrap;
    }
    .copyright-txt p {
        color: #000000;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        margin-top: 5px;
    }
    .modal-content {
        position: relative;
        display: flex;
        flex-direction: column;
        width: 440px;
        pointer-events: auto;
        background-color: #fff;
        background-clip: padding-box;
        border: 1px solid rgba(0, 0, 0, .2);
        border-radius: .3rem;
        outline: 0;
    }
  }

  @media screen and (max-width: 576px){
    h2.header-heading {
        font-size: 32px;
    }
    h3.header-shorthead {
        font-size: 17px;
        line-height: 17px;
        margin-top: 15px;
    }
    p.header-subheading {
        font-size: 14px;
        line-height: 30px;
        margin-top: 24px;
        margin-bottom: 0;
        width: 363px;
    }
    .header-btn {
        display: block;
        margin-top: 30px;
        column-gap: 20px;
    }
    .view-product-btn {
        display: flex;
        justify-content: flex-start;
        margin-top: 12px;
    }
    section.bg-hero {
        padding: 50px 0 50px 28px;
        min-height: 46vh;
        display: flex;
        align-items: center;
    }
    h2.our-products-heading {
        font-size: 30px;
    }
    p.our-products-subheading {
        font-size: 14px;
        margin-top: 12px;
    }
    .our-products-subhead-wrapp {
        width: 502px;
    }
    img.earth {
        width: 321px;
        height: 377px;
    }    
    .company-profile-content {
        display: flex;
        justify-content: normal;
        padding-left: 25px;
        padding-right: 25px;
        flex-direction: row;
    }
    h3.discriptive-title {
        font-size: 16px;
        font-weight: 700;
        margin-bottom: 16px;
    }
    .power-earth-content {
        padding-left: 32px;
    }
    h2.power-earth-heading {
        font-size: 24px;
    }
    p.power-earth-subheading {
        font-size: 13px;
        width: 362px;
        margin-top: 21px;
    }
    .header-content {
        margin-top: 20px;
        padding-left: 5px;
    }
  }
  @media screen and (max-width: 575px){
    h2.header-heading {
        font-size: 36px;
        text-align: center;
    }
    h3.header-shorthead {
        font-size: 18px;
        line-height: 17px;
        margin-top: 15px;
        text-align: center;
    }
    p.header-subheading {
        font-size: 16px;
        line-height: 30px;
        margin-top: 24px;
        margin-bottom: 0;
        width: auto;
        text-align: center;
    }
    .btn-one {
        display: flex;
        justify-content: center;
    }
    .view-product-btn {
        display: flex;
        justify-content: center;
        margin-top: 12px;
    }
    .our-products-subhead-wrapp {
        width: auto;
        padding-left: 15px;
        padding-right: 15px;
    }
    h3.discriptive-title {
        font-size: 17px;
        font-weight: 700;
        margin-bottom: 16px;
        text-align: center;
    }
    p.discriptive-paragragh {
        font-size: 13px;
        text-align: center;
    }
    .center-img {
        display: block;
        justify-content: space-around;
        align-items: center;
        margin-top: 50px;
    }
    p.goals {
        font-weight: 600;
        font-size: 15px;
        text-align: center;
    }
    h2.power-earth-heading {
        font-size: 26px;
        text-align: center;
    }
    p.power-earth-subheading {
        font-size: 14px;
        width: auto;
        margin-top: 21px;
        margin-bottom: 26px;
        text-align: center;
    }
    .power-earth-btn {
        display: flex;
        justify-content: center;
    }
    ul.social-media-list {
        padding-left: 0;
        display: flex;
        justify-content: center;
    }
    .copyright-txt p {
        color: #000000;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        margin-top: 5px;
        text-align: center;
    }
    .footer-right-bottom ul {
        justify-content: center;
    }
    a.footer-navbar-brand {
        display: flex;
        justify-content: center;
    }
    p.brand-head-foot {
        color: #000000;
        font-size: 16px;
        font-weight: 600;
        margin-top: 2px;
        margin-bottom: 2px;
        text-align: center;
    }
    p.footer-subhead {
        font-size: 14px;
        font-weight: normal;
        letter-spacing: 0.64px;
        line-height: 28px;
        color: #000000;
        text-align: center;
    }
    h4.footer-head {
        font-size: 18px;
        text-align: center;
    }
    p.acontent-desc {
        font-size: 14px;
        font-style: normal;
        font-weight: normal;
        letter-spacing: 0.28px;
        color: black;
        line-height: 28px;
        text-align: center;
    }
    .contact-number {
        display: flex;
        justify-content: center;
    }
    iframe {
        width: 100%;
        height: 356px;
    }

  }

  @media screen and (max-width: 540px){
    h2.header-heading {
        font-size: 29px;
    }
    h3.header-shorthead {
        font-size: 15px;
        line-height: 5px;
        margin-top: 15px;
    }
    p.header-subheading {
        font-size: 13px;
        line-height: 26px;
        margin-top: 21px;
        margin-bottom: 0;
        width: auto;
    }
    .header-btn {
        display: block;
        margin-top: 20px;
        column-gap: 20px;
    }
    .call-btn {
        height: 40px;
        font-size: 13px;
    }
    .request-btn {
        height: 38px;
        font-size: 13px;
    }
    h2.our-products-heading {
        font-size: 27px;
    }
    .section {
        padding: 60px 0;
    }
    h4.footer-head {
        font-size: 17px;
    }
    
    a {
        color: #000000;
        font-size: 13px;
        font-style: normal;
        font-weight: normal;
        line-height: 28.8px;
        letter-spacing: 0.64px;
        display: block;
    }
    iframe {
        width: 100%;
        height: 301px;
    }
    .modal-content {
        position: relative;
        display: flex;
        flex-direction: column;
        width: 390px;
        pointer-events: auto;
        background-color: #fff;
        background-clip: padding-box;
        border: 1px solid rgba(0, 0, 0, .2);
        border-radius: .3rem;
        outline: 0;
    }
  }

  @media screen and (max-width: 480px){
    .header-content {
        margin-top: 0px;
        padding-left: 0px;
    }
    .company-profile-content {
        display: flex;
        justify-content: normal;
        padding-left: 15px;
        padding-right: 15px;
        flex-direction: row;
    }
    p.our-products-subheading {
        font-size: 14px;
        margin-top: 10px;
    }
    .power-earth-content {
        padding-left: 24px;
    }
    p.power-earth-subheading {
        font-size: 12px;
        width: auto;
        margin-top: 21px;
    }
    h2.power-earth-heading {
        font-size: 22px;
    }
    footer.footer-style {
        background: white;
        padding: 56px 30px 24px 14px;
    }
    img.earth {
        width: 297px;
        height: 363px;
    }
    iframe {
        width: 100%;
        height: 285px;
    }
    .modal-content {
        position: relative;
        display: flex;
        flex-direction: column;
        width: 340px;
        pointer-events: auto;
        background-color: #fff;
        background-clip: padding-box;
        border: 1px solid rgba(0, 0, 0, .2);
        border-radius: .3rem;
        outline: 0;
    }
  }

  @media screen and (max-width: 430px){
    section.bg-hero {
        padding: 30px 0 30px 26px;
        min-height: 46vh;
        display: flex;
        align-items: center;
    }
   
    h3.discriptive-title {
        font-weight: 700;
        margin-bottom: 11px;
        
    }
    p.discriptive-paragragh {
        line-height: 23px;
        margin-bottom: 30px;
        
    }
    iframe {
        width: 100%;
        height: 270px;
    }
    .modal-content {
        position: relative;
        display: flex;
        flex-direction: column;
        width: 300px;
        pointer-events: auto;
        background-color: #fff;
        background-clip: padding-box;
        border: 1px solid rgba(0, 0, 0, .2);
        border-radius: .3rem;
        outline: 0;
    }
    iframe {
        width: 100%;
        height: 330px;
    }
  }

  @media screen and (max-width: 390px){
    .our-products-subhead-wrapp {
        width: auto;
    }
    p.power-earth-subheading {
        font-size: 12px;
        width: auto;
        margin-top: 14px;
        margin-bottom: 23px;
    }
   
    a.t\&c {
        color: #000000;
        font-size: 13px;
        font-style: normal;
        font-weight: normal;
        line-height: 23px;
        letter-spacing: 0.64px;
        display: block;
        white-space: nowrap;
    }
    .copyright-txt p {
        color: #000000;
        font-size: 13px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        margin-top: 5px;
    }
    p.acontent-desc {
        font-size: 13px;
        font-style: normal;
        font-weight: normal;
        letter-spacing: 0.28px;
        color: black;
        line-height: 28px;
    }
    a.owner-number {
        color: #000000;
        font-size: 13px;
        font-style: normal;
        font-weight: normal;
        line-height: 28.8px;
        letter-spacing: 0.64px;
    }
    p.footer-subhead {
        font-size: 13px;
        font-weight: normal;
        letter-spacing: 0.64px;
        line-height: 28px;
        color: #000000;
    }
    .pdf-popup-content {
        position: relative;
        margin: 87px auto;
        padding: 10px;
        width: 85%;
        background-color: white;
        border-radius: 10px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    }
    iframe {
        width: 100%;
        height: 306px;
    }
    .modal-content {
        position: relative;
        display: flex;
        flex-direction: column;
        width: 270px;
        pointer-events: auto;
        background-color: #fff;
        background-clip: padding-box;
        border: 1px solid rgba(0, 0, 0, .2);
        border-radius: .3rem;
        outline: 0;
    }

  }

  @media screen and (max-width: 340px){
    p.header-subheading {
        font-size: 12px;
        line-height: 21px;
        margin-top: 21px;
        margin-bottom: 0;
        width: 243px;
    }
    h2.header-heading {
        font-size: 24px;
    }
    h3.header-shorthead {
        font-size: 14px;
        line-height: 5px;
        margin-top: 15px;
    }
    img.earth {
        width: 252px;
        height: 317px;
    }
    .navbar-light .navbar-toggler {
        color: rgb(255 255 255 / 55%);
        border-color: white;
        width: 40px;
        height: 39px;
        padding-left: 0;
        padding-right: 0;
    }
    h2.our-products-heading {
        font-size: 25px;
    }
    iframe {
        width: 100%;
        height: 231px;
    }
    .modal-content {
        position: relative;
        display: flex;
        flex-direction: column;
        width: 256px;
        pointer-events: auto;
        background-color: #fff;
        background-clip: padding-box;
        border: 1px solid rgba(0, 0, 0, .2);
        border-radius: .3rem;
        outline: 0;
    }
  }