/* Hero section responsive styles */
.hero-container {
  padding-top: 75px;
  margin: 0 auto;
  max-width: 1400px;
}

.hero-content-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 80px;
  padding: 0 20px;
}

.hero-image-wrapper {
  flex-shrink: 0;
}

.hero-banner-img {
  height: 45rem;
  max-width: 100%;
}

@media (min-width: 1400px) and (max-width: 1920px) {
  .login-form {
    /*padding: 100px;*/
    width: 450px;
    margin: 0 auto;
    position: relative;
  }

  .login-main.signup-main {
    background-image: url(../../assets/images/login-banner.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 100px 0;
  }

  .scan-qrscan-modal .qr-code-img {
    position: absolute;
    left: 12%;
    top: 34%;
  }

  .secure-account-form {
    width: 80%;
  }
}

@media (min-width: 1200px) and (max-width: 1440px) {
  .login-main.signup-main {
    background-image: url(../../assets/images/login-banner.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 100px 0;
  }

  .sign-up-form {
    width: 100%;
    margin: 0 auto;
    padding: 50px 50px;
  }

  .steps-container {
    width: 100%;
    float: none;
    display: block;
    text-align: center;
    margin: auto;
    overflow: hidden;
  }

  .step {
    width: 110px;
    float: left;
  }
}

@media (max-width: 1397px) {
  .set-electricity-budget-list .nav {
    border-radius: 27.5px;
    background: #fff;
    padding: 10px;
    width: 89%;
    margin: 0 auto;
  }

  .Header_section nav .navbar-nav .nav-link {
    /* padding: 0 10px; */
    padding: 15px 20px;
    font-size: 16px;
  }

  .navbar-brand img {
    width: 145px;
  }
}

@media (max-width: 1266px) {
  .score-list {
    border-radius: 15px;
    background: #f7f8f9;
    padding: 30px 60px;
    display: flex;
    align-items: center;
    width: 49%;
    margin-bottom: 15px;
  }

  .download-the-smartgen-main {
    border-radius: 20px;
    background: #f8f8f8;
    padding: 40px 40px;
    text-align: center;
  }

  .alexa-main {
    background: url("../../web_assets/images/alexa-bg.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #03a0d1;
    padding: 40px 50px;
    text-align: center;
    border-radius: 20px;
  }

  .header-section-main .bg-banner-img {
    position: absolute;
    right: 0;
    top: 130px;
    z-index: 0;
    opacity: 0.5;
  }
}

@media (max-width: 1100px) {
  .set-electricity-budget-list {
    border-radius: 14px;
    background: rgba(70, 119, 208, 0.05);
    padding: 30px;
    margin-bottom: 20px;
  }
}

@media (max-width: 991px) {
  .blogs-main-listing {
    margin: 0 auto 4.5rem !important;

    >div:first-child {
      margin-bottom: 0;
    }
  }

  .blog-details-header {
    max-width: 1280px;
    margin-left: 24px;
    position: absolute;
    bottom: 8rem;
    left: 0;
    color: white;
    width: 100%;

    h1 {
      text-align: left;
      margin-bottom: 1rem !important;
    }

    p {
      text-align: left;
    }
  }

  #blogsContainer {
    grid-template-columns: repeat(1, 1fr);
  }

  .header-section-main .header_top {
    /* background: rgb(214 233 240 / 100%); */
    z-index: 999;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 9999;
  }

  .navbar-links {
    height: auto;
    align-items: start;
  }

  .navbar-buttons {
    margin-top: 1rem;
    padding: 0 14px 14px;
    align-items: center;
    justify-content: space-between;

    .navbar-register-btn {
      height: 45px;
      width: 50%;
      font-size: 14px;
      border-radius: 14px;
    }

    .navbar-login-btn {
      height: 45px;
      width: 50%;
      font-size: 14px;
      border-radius: 14px;
      border: 1px solid black;
    }
  }

  .hero-content {
    margin-bottom: 2rem;
    padding-top: 2.5rem;
  }

  .header-section-main {
    margin: 0;
  }

  .hero h1 {
    margin: 0 auto 24px;
    line-height: 40px;
    font-size: 36px !important;
    font-weight: 700;
  }

  .hero-phones-desktop {
    display: none;
  }

  .hero-phones-mobile {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /* gap: 2rem; */
    padding: 0 1.5rem;

    div {
      display: flex;
      justify-content: center;
      align-items: flex-start;
      gap: 1rem;

      img {
        width: 50%;
        border-radius: 0;
      }
    }

    img {
      border-radius: 0;
    }
  }

  .home-blurr {
    /* bottom: 0; */
    height: 12rem;
    transform: translateY(-90%);
  }

  .hero-subtitle {
    line-height: 18px;
    letter-spacing: 0.5px;
    font-size: 14px;
    max-width: 90%;
    margin-bottom: 1rem;
    font-weight: 400;
  }

  .subtitle-2 {
    width: 75%;
  }

  .about-subtitle {
    max-width: 100% !important;
  }

  .hero-buttons {
    flex-direction: column;
    gap: 0.5rem;

    a {
      width: 12rem;
    }

    p {
      display: none;
    }
  }

  .home-about-h2 {
    font-size: 1.5rem;
    margin-top: 2rem;
    position: relative;
  }

  .testimonials {
    display: none;
  }

  .testimonial-section {
    display: block;
    background: #fff;
    padding: 40px 0 0;
    max-width: 1200px;
    margin: auto;
    border-radius: 12px;
  }

  .testimonial-section h2 {
    margin-bottom: 30px;
  }

  .home-btn {
    top: 20px !important;
    left: 20px !important;
  }

  .carousel-wrapper {
    position: relative;
    display: flex;
    align-items: center;
  }

  .carousel {
    overflow: hidden;
    width: 100%;
  }

  .carousel-track {
    display: flex;
    gap: 20px;
    transition: transform 0.5s ease-in-out;
    /* animation: scroll 10s linear infinite; */
  }

  .card {
    border: 0;
    min-width: 260px;
    background: #f7f9fb;
    padding: 24px 24px 0;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .card h4 {
    margin: 0 0 12px;
    font-size: 18px;
    font-weight: 500;
  }

  .card p {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #444;
  }

  .avatar {
    margin-top: 20px;
    width: 80px;
    height: 80px;
    background: #d6d6d6;
    border-radius: 50%;
  }

  .welcome-to-smartgen-description {
    padding: 2rem 1rem;
    flex-direction: column;
    gap: 2rem;
    margin-bottom: 2rem;

    div:first-child {
      p {
        font-size: 1.875rem;
      }
    }

    div:nth-child(2) {
      p {
        font-size: 14px;
      }
    }

    .for-mobile {
      display: block;
    }

    .for-desktop {
      display: none;
    }
  }

  .welcome-to-smartgen-list {
    margin-bottom: 2rem;

    h2 {
      font-size: 28px;
    }

    >p {
      font-size: 14px;
      margin: 0 auto 3rem;
    }

    >div {
      gap: 5rem;
    }

    article {
      flex-direction: column;
      padding: 2rem 1rem 0;
      align-items: center;

      >div {
        gap: 0;
      }

      h5 {
        font-size: 24px;
      }

      p {
        font-size: 14px;
      }

      img {
        width: 70%;
      }
    }

    article.reverse-for-mobile {
      flex-direction: column-reverse;
    }
  }

  .home-above-footer-revamp {
    flex-direction: column;
  }

  .footer-content {
    flex-direction: column;
    gap: 20px;
  }

  .home-below-footer-revamp {
    >div {
      flex-direction: column;
    }
  }

  .home-below-footer-revamp-desktop {
    display: none;
  }

  .faq-section h2 {
    font-size: 28px;
  }

  .faq-question {
    span:first-child {
      width: 80%;
    }
  }

  .faq-list {
    font-size: 14px;
  }

  .home-below-footer-revamp-mobile {
    display: block;
    padding: 1rem;

    >div {
      display: flex;
      flex-direction: column;
      gap: 1rem;
      align-items: center;
      justify-content: center;

      >div:first-child {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 1rem;

        a {
          font-size: 12px;
          font-weight: 400;
        }
      }

      >div:last-child {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 1rem;

        img {
          width: 50%;
        }

        p {
          width: 50%;
          font-size: 9px;
          font-weight: 400;
          margin: 0;
        }
      }
    }
  }

  .still-have-questions {
    padding: 1.5rem;

    h4 {
      font-size: 18px;
    }

    p {
      font-size: 1rem;
    }
  }

  .home-above-footer-revamp {
    gap: 56px;
    padding: 0 2rem;

    div:first-child {
      /* gap: 2rem; */
      align-items: center;

      div.download-buttons {
        gap: 1rem;
        margin-bottom: 60px;

        a {
          padding: 1rem;
          font-size: 14px;
          font-weight: 700;
          font-family: "Satoshi";
        }
      }

      h4 {
        font-size: 24px;
        margin: 24px 0;
      }

      p {
        font-size: 14px;
        margin-bottom: 40px;
      }
    }

    div.for-mobile {
      display: flex;
      gap: 2rem;
      align-items: center;
      justify-content: center;

      img {
        width: 5rem;
        height: 5rem;
      }

      p {
        font-size: 1.25rem;
        font-weight: 500;
        color: #060535;
        width: 50%;
        line-height: 20px;
        margin: 0;
      }
    }

    div.for-desktop {
      display: none;
    }
  }

  .footer-container {
    padding: 2rem 2rem 3rem;

    >p {
      font-size: 1rem;
      font-weight: 700;
    }

    div.footer-content {
      gap: 2rem;
      margin: 0 auto 1rem;

      div.contact-address {
        gap: 1rem;
      }
    }
  }

  .footer-about {
    h5 {
      font-size: 20px;
    }

    P {
      font-size: 14px;
    }
  }

  .footer-links {
    gap: 0.5rem;
  }

  .contact-us-hero {
    min-height: 100vh !important;

    .contact-us-main {
      gap: 0;

      >button {
        margin: 12px 0;
        font-size: 14px !important;
        font-weight: 500;
      }

      h1 {
        margin-bottom: 24px;
        font-size: 2rem !important;
        width: 100%;
        font-weight: 700;
        text-align: left;
      }

      p {
        margin: 0;
        font-size: 14px !important;
        font-weight: 400;
        line-height: 150%;
      }
    }
  }

  .contact-us-form-container {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center;
    margin: 3rem auto;

    .left {
      width: 100%;

      .info-text {

        a,
        div {
          font-size: 14px;
          font-weight: 500;
        }
      }

      h1 {
        font-size: 24px;
        font-weight: 700;
        text-align: left;
        margin-bottom: 24px;
      }

      p {
        font-size: 1rem;
        font-weight: 500;
        text-align: left;
        margin-bottom: 24px;
      }
    }

    .form-card {
      width: 100%;

      .form-footer {
        flex-direction: column;

        .captcha-box {
          flex-direction: column;
          width: 100%;

          div,
          input {
            width: 100%;
          }
        }
      }
    }
  }

  .about-hero-content {
    margin-top: 4rem;
    margin-bottom: 2rem;
    padding-top: 2.5rem;
  }

  .feature-hero-content {
    margin-top: 0;
    margin-bottom: 2rem;
    padding-top: 2.5rem;

    h1 {
      margin: 0;
      font-size: 36px !important;
    }
  }

  .how-it-works-hero-content {
    margin-top: 4rem;

    h1 {
      margin: 0;
      font-size: 2rem !important;
    }
  }

  .hero-subtitleSolid {
    max-width: 100%;
    margin: 0;
    font-size: 14px !important;
    font-weight: 700;
    margin-bottom: 1rem;
  }

  .feature-subtitle {
    max-width: 100% !important;
  }

  .features-intro {
    padding: 2rem 0 40px;

    h2 {
      margin-bottom: 14px;
    }
  }

  .features-hero {
    min-height: 100vh;
    background-position: center;

    .hero-subtitle {
      font-weight: 400;
    }
  }

  .smartgen-statement {
    padding: 80px 20px 72px;

    h2 {
      font-weight: 700;
      margin-bottom: 24px;
    }
  }

  .smartgen-about {
    padding: 30px 24px;
  }

  .smartgen-about-text {
    h2 {
      font-size: 20px;
      font-weight: 700;
      text-align: left;
    }

    p {
      text-align: left;
      font-size: 14px;
      font-weight: 400;
    }
  }

  .smartgen-about-container {
    gap: 0;
  }

  .hero-image-container {
    max-width: 1280px;
    margin: 40px auto;
    border-radius: 12px;
    overflow: hidden;

    .mobile {
      margin: auto;
      display: block;
    }

    .desktop {
      margin: auto;
      display: none;
    }
  }

  .cards-grid {
    margin-bottom: 2rem;
  }

  .header_top {
    ul {
      margin: 1rem 0 !important;
    }
  }

  #hero-download-app-btn {
    font-size: 14px;
  }

  .custom-container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 24px;
  }

  div.who-we-are {
    font-size: 14px;
    font-weight: 500;
  }

  .about-hero .hero-content {
    gap: 0;
  }

  .about-how-we-think {
    font-size: 14px;
    font-weight: 500;
  }

  .form-grid {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 1.5rem;
  }

  .button-custom {
    font-size: 14px;
  }
}

@media (max-width: 1024px) {
  .login-form {
    background: #ffffff;
    border-radius: 20px;
    padding: 50px 50px;
    width: 100%;
    margin: 0 auto;
    position: relative;
  }

  .btn-home {
    position: absolute;
    left: 25px;
    top: 25px;
    background: #4677d0;
    color: #ffffff;
  }

  .login-details {
    /* padding: 100px; */
    width: 450px;
    text-align: center;
    padding: 50px 10px;
  }

  .login-tabs .nav {
    background: #62d49f;
    border-radius: 22px;
    width: 100%;
    margin: 0 auto;
  }

  .login-tabs .nav {
    background: #62d49f;
    border-radius: 22px;
    width: 61%;
    margin: 0 auto;
  }

  .login-main.signup-main {
    background-image: url(../../assets/images/login-banner.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    display: flex;
    align-items: center;
    padding: 100px 0;
  }

  .sign-up-form {
    width: 100%;
    margin: 0 auto;
    padding: 50px 50px;
  }

  .scan-qrscan-modal .scan-qr-bg {
    background-image: url(../../assets/images/scan-bg.png);
    background-repeat: no-repeat;
    background-size: contain;
    height: 100vh;
    width: 100%;
    position: relative;
  }

  .scan-qrscan-modal .qr-code-img {
    position: absolute;
    left: 12%;
    top: 25%;
  }

  .set-electricity-budget-list .nav {
    border-radius: 27.5px;
    background: #fff;
    padding: 10px;
    width: 100%;
    margin: 0 auto;
  }

  .set-electricity-budget-list {
    border-radius: 14px;
    background: rgba(70, 119, 208, 0.05);
    padding: 15px;
    margin-bottom: 20px;
  }
}

@media (max-width: 1200px) {

  /* Hero section responsive for medium screens */
  .hero-container {
    padding-top: 50px;
    margin-right: 50px;
    margin-left: 50px;
  }

  .hero-content-wrapper {
    gap: 80px;
  }

  .hero-banner-img {
    height: 35rem;
  }
}

@media (max-width: 1024px) {

  /* Hero section responsive for tablets */
  .hero-container {
    padding-top: 40px;
    margin-right: 15px;
    margin-left: 15px;
  }

  .hero-content-wrapper {
    flex-direction: column;
    gap: 40px;
  }

  .hero-image-wrapper {
    width: 100%;
    text-align: center;
  }

  .hero-banner-img {
    height: auto;
    max-height: 450px;
  }

  .login-tabs .nav {
    background: #62d49f;
    border-radius: 22px;
    width: 87%;
    margin: 0 auto;
  }

  .score-list {
    border-radius: 15px;
    background: #f7f8f9;
    padding: 30px 25px;
    display: flex;
    align-items: center;
    width: 49%;
    margin-bottom: 15px;
  }

  .steps-container {
    width: 100%;
    float: none;
    display: block;
    text-align: center;
    margin: auto;
    overflow: hidden;
  }

  .step {
    width: 100px;
    float: left;
  }

  .cost-main-details .cost-inner {
    border-right: 1px solid #eee;
    padding-right: 125px;
    padding-left: 70px;
    text-align: center;
  }

  .p_120 {
    padding: 50px 0;
  }

  .question-answer-main {
    border-radius: 14px;
    border: 1px solid rgba(126, 135, 159, 0.2);
    background: #fff;
    padding: 50px;
    text-align: center;
  }

  .banner-top h2 {
    font-size: 36px;
  }

  .banner-bottom {
    z-index: 999;
    position: relative;
  }

  .banner-bottom h3 {
    font-size: 36px;
  }

  .welcome-to-smartgen-title h4 {
    font-size: 36px;
  }

  .welcome-to-smartgen-details p {
    font-size: 16px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .sign-up-form {
    width: 100%;
    margin: 0 auto;
    padding: 50px 50px;
  }

  .header-section-main .header_top {
    /* background: rgb(214 233 240 / 50%); */
    background: transparent;
    z-index: 999;
    display: block;
    /* position: relative; */
  }

  .header-section-main .bg-banner-img {
    position: absolute;
    right: 0;
    top: 130px;
    z-index: 0;
    opacity: 0.5;
  }

  .banner-top {
    z-index: 999;
    position: relative;
  }
}

@media screen and (min-device-width: 768px) and (max-device-width: 1024px) {

  /* Hero section tablet responsive */
  .hero-container {
    padding-top: 40px;
    margin-right: 15px;
    margin-left: 15px;
  }

  .hero-content-wrapper {
    flex-direction: column;
    gap: 40px;
  }

  .hero-image-wrapper {
    width: 100%;
    text-align: center;
  }

  .hero-banner-img {
    height: auto;
    max-height: 500px;
  }

  .pt-150px {
    padding-top: 70px !important;
  }

  h1 {
    font-size: 45px;
  }

  h2 {
    font-size: 40px;
  }

  h3 {
    font-size: 40px;
  }

  h4 {
    font-size: 22px;
  }

  h5 {
    font-size: 20px;
  }

  h6 {
    font-size: 16px;
  }

  p {
    font-size: 14px;
  }

  .desk_nav {
    display: none !important;
  }

  .mobile_nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }

  .Header_section {
    border-radius: 40px;
    padding: 10px 20px;
  }

  .navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: none;
  }

  /*.navbar-toggler{width: 45px; height: 45px; border-radius: 100px;  background: #fff}*/
  .Header_section nav .navbar-nav .nav-link {
    color: #1d242c;
    padding: 15px 20px;
    padding-left: 0;
  }

  .counter {
    margin-top: 50px;
  }

  .about_section {
    padding: 120px 0 120px 0;
  }

  .offer_content {
    margin-left: 0px;
  }

  .offer_list li {
    width: 100%;
  }

  .offer_list li:nth-child(2n) {
    margin-left: 0px;
  }

  .offer_list li:nth-child(3) {
    margin-left: 0px;
  }

  .offer_section .offer_list h4 {
    font-size: 24px;
  }

  .tab button {
    padding: 22px 14px;
    font-size: 19px;
  }

  .type_title {
    padding: 15px;
    margin: 70px 0;
  }

  .footer_bottom {
    padding: 20px 10px;
  }

  .social {
    margin-bottom: 0;
  }

  .downlod_content {
    padding: 25px;
  }

  .header-bottom {
    margin-top: 15px;
  }

  .Header_section nav .navbar-nav .nav-link {
    color: #1d242c;
    padding: 15px 10px;
    padding-left: 0;
    font-size: 13px;
  }
}

@media screen and (max-device-width: 640px) and (orientation: landscape) {}

@media screen and (max-width: 768px) {
  /* .category-scroll-container {
    padding-right: 60px;
  } */

  .category-filter-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 2rem;
  }

  .category-scroll-container {
    width: 100%;
  }

  .search-container {
    width: 100%;
  }

  .mobile-search {
    display: block;
  }

  .desktop-search {
    display: none;
  }

  .category-item {
    padding: 8px 16px;
    font-size: 14px;
  }


  /* Hero section mobile responsive */
  .hero-container {
    padding: 20px 15px 0;
  }

  .hero-content-wrapper {
    flex-direction: column;
    gap: 30px;
    text-align: center;
  }

  .banner-top {
    text-align: center;
  }

  .banner-top h2 {
    margin-left: 0 !important;
  }

  .banner-top p {
    margin-left: 0 !important;
  }

  .download-btn {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
  }

  .hero-image-wrapper {
    width: 100%;
    text-align: center;
    order: 2;
  }

  .hero-banner-img {
    height: auto;
    max-height: 400px;
  }

  .pt-150px {
    padding-top: 50px !important;
  }

  .login-main.signup-main {
    background-image: url(../../assets/images/login-banner.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 100px 0;
  }

  .energy-move-estimator-main {
    padding: 15px;
  }

  .sign-up-form {
    width: 100%;
    margin: 0 auto;
    padding: 50px 50px;
  }

  h1 {
    font-size: 30px;
  }

  h2 {
    font-size: 30px;
  }

  h3 {
    font-size: 40px;
  }

  h4 {
    font-size: 22px;
  }

  h5 {
    font-size: 24px;
  }

  h6 {
    font-size: 16px;
  }

  p {
    font-size: 14px;
  }

  .p_120 {
    padding: 100px 0;
  }

  .aos-animate {
    -o-transition-property: none !important;
    -moz-transition-property: none !important;
    -ms-transition-property: none !important;
    -webkit-transition-property: none !important;
    transition-property: none !important;

    -o-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -webkit-transform: none !important;
    transform: none !important;

    -webkit-animation: none !important;
    -moz-animation: none !important;
    -o-animation: none !important;
    -ms-animation: none !important;
    animation: none !important;
  }

  /*.navbar-toggler{width: 45px; height: 45px; border-radius: 100px;  background: #fff}*/
  .Header_section {
    border-radius: 37px;
    padding: 0px 10px;
  }

  .navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: none;
  }

  .desk_nav {
    display: none !important;
  }

  .mobile_nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }

  .mobile_nav form {
    margin-left: 25px;
  }

  .mobile_nav .btn_orange {
    padding: 10px 14px;
    font-size: 14px;
    line-height: 27px;
  }

  .mobile_nav .btn_green {
    padding: 10px 14px;
    font-size: 14px;
    line-height: 27px;
  }

  .mobile_nav .btn {
    font-size: 14px;
  }

  .Header_section nav .navbar-nav .nav-link {
    color: #1d242c;
    padding: 15px 20px;
  }

  /*.Header_section {margin-top: 20px;}*/
  .banner {
    padding: 20px 0 0px 0;
  }

  .banner_content h4 {
    font-size: 20px;
  }

  .counter {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .offer_img::after {
    display: none;
  }

  .offer_content {
    margin-left: 0px;
  }

  .offer_list li {
    width: 100%;
  }

  .offer_list li:nth-child(2n) {
    margin-left: 0px;
  }

  .offer_list li:nth-child(3) {
    margin-left: 0px;
  }

  .offer_section .offer_list {
    margin-top: 50px;
  }

  .contact_img::after {
    display: none;
  }

  .downlod_content {
    padding: 20px;
  }

  .offer_list li img {
    padding-right: 10px;
  }

  .offer_section .offer_list h4 {
    font-size: 22px;
  }

  .how_work_section .tab {
    margin-bottom: 40px;
  }

  .how_work_section .tab button i {
    display: none;
  }

  .how_work_section .tab button {
    display: block;
    padding: 10px 14px;
    width: 100%;
    text-align: center;
    cursor: pointer;
    transition: 0.3s;
    font-size: 15px;
  }

  .type_title {
    margin: 20px 0;
  }

  .Contact_section .title_heading h5 {
    font-size: 16px;
  }

  .faq_section .accordion-item {
    padding: 25px;
  }

  .faq_section .accordion-button {
    font-size: 18px;
  }

  .download_img img {
    margin-top: 0px;
  }

  .download_img {
    text-align: center;
  }

  /*.footer_bottom {text-align: center;display: block; padding: 20px 0}*/

  .social {
    display: flex;
    justify-content: center;
    margin-bottom: 0;
  }

  .qrcode button {
    padding: 10px 5px;
    font-size: 18px;
  }

  .qrcode {
    text-align: center;
  }

  /*.login-main {
    background-image: url(../../assets/images/login-banner.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    display: block;
    padding: 50px 0;
    align-items: center;
}*/

  .profile-details-main {
    border-radius: 15px;
    border: 1px solid rgba(126, 135, 159, 0.2);
    background: #fff;
    padding: 20px;
  }

  .my-profile-img {
    position: relative;
    width: 150px;
    height: 150px;
    text-align: center;
    margin: 0 auto;
  }

  .my-profile-img .profile-img {
    border-radius: 50%;
    width: 150px;
    height: 150px;
  }

  .upload-profile-img img {
    width: 50px;
    height: 50px;
  }

  .payment-method-list {
    border-radius: 10px;
    border: 1px solid rgba(126, 135, 159, 0.2);
    padding: 15px;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .card-info h5 {
    color: #1d242b;
    font-size: 23px;
    font-family: Work Sans;
    font-weight: 600;
    line-height: 20.276px;
    letter-spacing: 1.535px;
    margin-bottom: 0;
  }

  .teams-conditions-list {
    border-radius: 16px;
    border: 1px solid rgba(126, 135, 159, 0.2);
    padding: 15px;
    margin-bottom: 20px;
  }

  .contact-us-form {
    border-radius: 16px;
    border: 1px solid rgba(126, 135, 159, 0.2);
    padding: 20px;
  }

  .secure-account-main .section-right {
    width: 100%;
    background: #ffffff;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .secure-account-verification-left {
    border-radius: 14px;
    border: 1px solid rgba(126, 135, 159, 0.2);
    background: #fff;
    padding: 15px;
    margin-bottom: 15px;
  }

  .steps-container {
    width: 100%;
    float: none;
    display: block;
    text-align: center;
    margin: auto;
    overflow: hidden;
  }

  .secure-account-form .steps-container {
    width: 100%;
    float: none;
    display: block;
    text-align: center;
    margin: auto;
    overflow: hidden;
  }

  .step-content {
    width: 25px;
    height: 25px;
    background: #fff;
    display: inline-block;
    border-radius: 100%;
    border: 9px solid #7e879f;
    position: relative;
  }

  .step-content:after {
    content: "";
    display: block;
    width: 80px;
    height: 2px;
    position: relative;
    background: #7e879f;
    margin-left: 0px;
    margin-top: 50%;
    transform: translateY(-50%);
  }

  .step {
    width: 70px;
    float: left;
  }

  .header-bottom {
    margin-top: 15px;
  }

  .side-left-menu {
    border-radius: 14px;
    border: 1px solid rgba(126, 135, 159, 0.2);
    background: #fff;
    text-align: center;
    margin-bottom: 20px;
  }

  .alexa-main {
    background: url("../../web_assets/images/alexa-bg.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #03a0d1;
    padding: 20px;
    text-align: center;
    border-radius: 20px;
  }

  .download-the-smartgen-main {
    border-radius: 20px;
    background: #f8f8f8;
    padding: 20px;
    text-align: center;
  }

  .download-the-smartgen-main .btn-download img {
    margin-bottom: 15px;
  }

  .cost-main-details .cost-inner {
    border-right: 1px solid #eee;
    padding-right: 119px;
    padding-left: 70px;
    text-align: center;
  }

  .cost-main-details .cost-inner:last-child {
    border-right: 0px solid #eee;
    padding-right: 0px;
    border-right: 0px solid #eee;
    padding-left: 100px;
  }

  .score-list {
    border-radius: 15px;
    background: #f7f8f9;
    padding: 30px 15px;
    display: flex;
    align-items: center;
    width: 49%;
    margin-bottom: 15px;
  }

  .set-electricity-budget-list {
    border-radius: 14px;
    background: rgba(70, 119, 208, 0.05);
    padding: 50px;
    margin-bottom: 20px;
  }

  .set-electricity-budget-list .nav {
    border-radius: 27.5px;
    background: #fff;
    padding: 10px;
    width: 57%;
    margin: 0 auto;
  }

  .header-section-main .header_top {
    /* background: rgb(214 233 240 / 50%); */
    z-index: 999;
    display: block;
    border-radius: 14px;
    /* position: relative; */
  }

  .mobile-nav-bg {
    background-color: white;
    border-radius: 14px;

    button {
      margin-right: 14px;
    }
  }

  .navbar-links {
    height: auto;
    align-items: start;
    gap: 0.5rem;
  }

  .header-section-main .bg-banner-img {
    position: absolute;
    right: 0;
    top: 130px;
    z-index: 0;
    opacity: 0.5;
  }

  .banner-top {
    z-index: 999;
    position: relative;
  }

  .header-inner-left h5 {
    color: #000;
    font-family: "Jost", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 800;
    line-height: 121.5%;
    margin-bottom: 0;
  }
}

@media (max-width: 460px) {

  /* Hero section mobile responsive for small screens */
  .hero-container {
    padding-top: 15px;
    margin-right: 0;
    margin-left: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .hero-content-wrapper {
    flex-direction: column;
    gap: 20px;
  }

  .hero-image-wrapper {
    width: 100%;
    text-align: center;
    order: 2;
  }

  .hero-banner-img {
    height: auto;
    max-height: 365px;
    width: 100%;
  }

  .banner-top h2 {
    font-size: 28px !important;
  }

  .banner-top p {
    font-size: 14px;
  }

  .download-btn {
    margin-left: 0 !important;
  }

  .download-btn a img {
    max-width: 140px;
  }

  .pt-150px {
    padding-top: 30px !important;
  }

  .login-form {
    background: #ffffff;
    border-radius: 20px;
    padding: 50px 25px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    margin-top: 20px;
  }

  .login-tabs .nav {
    background: #62d49f;
    border-radius: 22px;
    width: 78%;
    margin: 0 auto;
  }

  .page-title-inner h3 {
    font-family: "Inter", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 100%;
    color: #1d242c;
    margin-bottom: 0;
  }

  .breadcrumb-main {
    margin: 50px 0px;
  }

  .my-profile-img .profile-img {
    width: 200px;
    height: 200px;
    border-radius: 50%;
  }

  .profile-details-main {
    border-radius: 15px;
    border: 1px solid rgba(126, 135, 159, 0.2);
    background: #fff;
    padding: 20px;
  }

  .my-profile-img {
    position: relative;
    width: 200px;
    height: 200px;
    text-align: center;
    margin: 0 auto;
  }

  .upload-profile-img {
    position: absolute;
    right: 5px;
    bottom: 0px;
  }

  .payment-method-list {
    border-radius: 10px;
    border: 1px solid rgba(126, 135, 159, 0.2);
    padding: 15px;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .contact-us-form {
    border-radius: 16px;
    border: 1px solid rgba(126, 135, 159, 0.2);
    padding: 15px;
  }

  .about_section {
    padding: 50px 0 50px 0;
  }

  .p_120 {
    padding: 50px 0;
  }

  .resturant-details-main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 15px;
    border: 1px solid rgba(126, 135, 159, 0.2);
    background: #fff;
    padding: 20px;
    /* flex-direction: column; */
    flex-wrap: wrap;
  }

  .resturant-details-inner {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
  }

  .section-left {
    width: 100%;
    background: linear-gradient(86deg, #d8f6e8 0%, #e1e9f8 100%);
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
  }

  .section-right {
    width: 100%;
    background: #ffffff;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .login-main {
    background-image: url(../../assets/images/login-banner.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    display: block;
    align-items: center;
    background: none;
  }

  .login-details {
    /* padding: 100px; */
    width: 450px;
    text-align: center;
    padding: 50px 25px;
  }

  .login-main.secure-account-main {
    background-image: url(../../assets/images/login-banner.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    display: block;
    align-items: center;
    background: none;
  }

  .secure-account-main .section-left {
    background: linear-gradient(86deg, #d8f6e8 0%, #e1e9f8 100%);
    height: 100vh;
  }

  .secure-account-main .btn-home {
    position: absolute;
    left: 25px;
    top: 25px;
    background: #4677d0;
    color: #ffffff;
    z-index: 99;
  }

  .score-list {
    border-radius: 15px;
    background: #f7f8f9;
    padding: 30px 60px;
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom: 15px;
  }

  .login-main #wrapper {
    margin: 20px 0;
    padding-top: 0;
  }

  .login-main .steps-container {
    width: 80%;
    float: none;
    display: block;
    text-align: center;
    margin: auto;
    overflow: hidden;
  }

  .cost-main-details {
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 20px;
  }

  .cost-main-details .cost-inner {
    border-right: 1px solid #eee;
    padding-right: 35px;
    padding-left: 0px;
    text-align: center;
  }

  .cost-main-details .cost-inner:last-child {
    border-right: 0px solid #eee;
    padding-right: 0px;
    border-right: 0px solid #eee;
    padding-left: 30px;
  }

  .alexa-main {
    background: url("../../web_assets/images/alexa-bg.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #03a0d1;
    padding: 20px;
    text-align: center;
    border-radius: 20px;
    margin-bottom: 20px;
  }

  .compare-month-earlier-main table tbody tr td {
    color: #111;
    font-family: "Jost", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding: 10px 15px;
    border: none;
    width: 30%;
  }

  .compare-month-earlier-main .table> :not(:last-child)> :last-child>* {
    border-bottom-color: currentColor;
    width: 30%;
  }

  .set-electricity-budget-list .nav {
    border-radius: 27.5px;
    background: #fff;
    padding: 10px;
    width: 100%;
    margin: 0 auto;
  }

  .set-electricity-budget-list {
    border-radius: 14px;
    background: rgba(70, 119, 208, 0.05);
    padding: 35px;
    margin-bottom: 20px;
  }

  .register-now-main {
    border-radius: 19px;
    background: #4677d0;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .header-section-main .bg-banner-img {
    display: none;
  }

  .banner-top h2 {
    color: #111;
    font-family: "Jost", sans-serif;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 118.836%;
    letter-spacing: 1px;
    text-transform: uppercase;
    /* margin-bottom: 0; */
    margin-left: 15px;
  }

  .banner-top p {
    margin-left: 15px;
  }

  .download-btn {
    margin-left: 15px !important;
  }

  .download-btn a img {
    margin-bottom: 5px;
  }

  .banner-bottom h3 {
    color: #000;
    text-align: center;
    font-family: "Jost", sans-serif;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 126%;
    text-transform: uppercase;
  }

  .welcome-to-smartgen-title h4 {
    color: #111;
    font-family: "Jost", sans-serif;
    font-size: 28px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    text-transform: uppercase;
  }

  .download-the-smartgen-main h3 {
    color: #111;
    text-align: center;
    font-family: "Jost", sans-serif;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
  }

  .alexa-main h3 {
    color: #fff;
    text-align: center;
    font-family: "Jost", sans-serif;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
  }

  .header-inner-left {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 10px;
  }

  .header-inner-right {
    text-align: center;
  }

  .header-inner-bottom {
    border-radius: 17px;
    background: linear-gradient(179deg, #ecf3f9 0%, #e6faf3 100%);
    border: 7px solid #fff;
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.04);
    padding: 15px 15px;
  }

  .footer_link {
    margin-top: 30px;
  }

  .energy-move-estimator-main {
    padding: 0px;
  }

  .energy-move-estimator-main .container {
    width: 100%;
    padding: 15px;
  }

  .energy-move-estimator-faire .energy-move-estimator-list {
    padding-right: 5px;
    border-right: 1px solid #eee;
    margin-right: 5px;
  }

  .energy-move-estimator-faire .energy-move-estimator-list:last-child {
    padding-right: 0px;
    border-right: 0px solid #eee;
    margin-right: 0px;
  }
}