/* 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;
      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) {
  .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;
  }
}
@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.20);
      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%);
      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){
/* 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.20);
    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.20);
      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.20);
    padding: 15px;
    margin-bottom: 20px;
}
.contact-us-form{
    border-radius: 16px;
    border: 1px solid rgba(126, 135, 159, 0.20);
    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.20);
    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.20);
    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;
    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;
}
.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: 300px;
    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.20);
      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.20);
      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.20);
      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.20);
      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;
  }
}

