@media (max-width: 1399px) {
  .bi-hero-form.contact .form-wrapper img {
    width: 100% !important;
  }

  .bi-hero-form.contact .form-wrapper .top-intro.small h2 {
    font-size: 22px !important;
  }
  .hero-content h1 {
    font-size: 70px;
    line-height: 75px;
  }
  .hero-content {
    padding-bottom: 60px;
  }
  .top-intro h2 {
    font-size: 52px;
  }
  .top-intro p {
    font-size: 17px;
    line-height: 35px;
  }
  .bi-why-choose .text-end img {
    width: 100%;
    padding-left: 75px;
  }
  .zip-code-section h2 {
    font-size: 24px;
  }
  .why-choose-info {
    padding: 20px 30px 20px 0px;
  }
  .review-box p {
    font-size: 16px;
    padding-right: 0px;
  }
  .review-box.img-only img {
    height: 100%;
    object-fit: cover;
  }
  .mission-content {
    padding: 160px 100px 160px 80px !important;
  }
  .bi-before-footer .top-intro {
    padding: 0 90px;
  }

  .bi-before-footer .top-intro p {
    font-size: 15px;
  }
  .bi-footer-st .footer-title {
    text-align: center;
  }
  .bi-bottom-footer .d-flex {
    justify-content: center;
    flex-wrap: wrap;
  }
  .bi-bottom-footer .d-flex ul {
    margin-bottom: 10px;
  }
  .bi-footer-links:before {
    content: unset;
  }
  .why-choose-info:before {
    left: -13%;
  }
}
@media (max-width: 1199px) {
  .top-intro .provider-box {
      margin-right: 20px;
  }
  .bi-footer-links {
    justify-content: start !important;
  }
  .why-choose-info:before {
    left: -10.5%;
  }
  .bi-header .navbar-brand {
    font-size: 30px;
  }

  .bi-nav li {
    /*margin: 0 10px;*/
  }

  .bi-nav {
    padding-right: 20px;
  }
  .bi-header-contact {
    gap: 10px;
  }

  .bi-header-contact img {
    width: 20px;
  }
  .hero-content h1 {
    font-size: 55px;
    line-height: 60px;
  }

  .hero-content p {
    font-size: 17px;
  }



  .hero-content {
    padding-bottom: 0px;
  }
  .bi-hero-form .form-wrapper :is(input, select) {
    height: 50px;
  }

  .bi-btn {
    height: 50px;
  }
  .bi-why-choose .top-intro h2 {
    font-size: 45px;
  }

  .bi-why-choose .top-intro p {
    font-size: 16px;
    line-height: 30px;
  }
  .review-box {
    height: 290px;
    padding: 20px;
  }

  .review-box img {
    top: 20px;
    right: 20px;
    width: 20px;
  }

  .review-box p {
    font-size: 14px;
  }

  .review-box h6 {
    font-size: 16px;
  }
  .mission-content {
    padding: 100px 88px 50px 60px !important;
  }

  .mission-content .top-intro h2 {
    font-size: 45px;
  }

  .mission-content .top-intro p {
    font-size: 16px;
    line-height: 30px;
  }
  .bi-before-footer .top-intro {
    padding: 0 30px !important;
  }

  .top-intro .row input {
    height: 50px;
  }
}

@media (max-width: 991px) {
  .top-intro .highlight {
    padding: 120px 90px 60px !important;
    font-size: 20px !important;
  }
  .why-choose-info:before {
    content: unset;
  }
  .bi-nav {
    background-color: #4f8cd5;
    position: absolute;
    width: fit-content;
    /* left: 0; */
    right: 50px;
    /* top: 0; */
    /* height: 100vh; */
    /* z-index: 6; */
    /* align-items: flex-start; */
    padding-left: 20px;
    /* justify-content: center; */
  }

  .bi-header {
    margin: 0;
  }

  .bi-header-contact {
    display: none !important;
  }

  .bi-nav li a {
    /*font-size: 40px;*/
    font-weight: 600;
  }
  .hero-content h1 {
    font-size: 50px;
    line-height: 55px;
  }
  .top-intro p {
    font-size: 16px;
    line-height: 30px;
  }
  .steps-wrapper {
    margin-top: 20px;
  }
  .zip-code-section input {
    height: 50px;
  }
  .bi-why-choose .top-intro h2 {
    font-size: 35px;
  }

  .bi-why-choose .top-intro h5 {
    font-size: 14px;
    margin-bottom: 15px;
  }

  .bi-why-choose .top-intro p {
    font-size: 14px;
    line-height: 26px;
  }

  .why-choose-info img {
    width: 35px;
  }

  .why-choose-info h4 {
    margin-bottom: 20px;
    font-size: 19px;
    font-weight: 600;
  }

  .bi-why-choose p {
    font-size: 14px;
  }

  .why-choose-info a {
    font-size: 14px;
  }
  .navbar-toggler {
    position: relative;
    transition: 0.3s !important;
  }

  .navbar-toggler:focus {
    box-shadow: none;
  }

  .navbar-toggler[aria-expanded="true"]:before {
    content: "X";
    position: absolute !important;
    background-color: #f9b649;
    top: 0 !important;
    right: 0 !important;
    z-index: 999;
    font-size: 20px;
    color: #000 !important;
    padding: 9px 20px;
    transition: 0.3s !important;
  }
  .navbar-light .navbar-toggler {
    background-color: #73deff;
  }

  
  .provider-box {
    max-width: 100% !important;
    height:70px !important;
    margin: 10px 10px !important;
    border-radius:100vw
  }
  .bi-utility-bill-section .d-flex {
    margin-top: 50px !important;
  }
}

@media (max-width: 767px) {

  .logo {
    max-width: 200px;
    width: 100%;
  }

  .top-intro .highlight::before {
    width: 100%;
    margin: auto;
    left: 0;
    right: 0;
  }
  .top-intro .highlight {
    padding: 120px 40px 60px !important;
    font-size: 18px !important;
  }
  .hero-content h1 {
    font-size: 36px;
    line-height: 45px;
    margin-bottom: 45px;
  }
  .bi-hero-form .form-wrapper label {
    font-size: 13px;
  }
  .bi-hero-form .form-wrapper :is(input, select) {
    font-size: 14px;
  }
  .hero-content p {
    font-size: 14px;
  }
  .hero-content h1:before {
    bottom: -20px;
  }
  .steps-wrapper {
    height: 235px;
  }

  .top-intro {
    margin-bottom: 30px;
  }

  .zip-code-section {
    padding-top: 50px;
  }

  .zip-code-section .bi-btn {
    font-size: 14px;
  }

  .zip-code-section input {
    font-size: 14px;
  }
  .bi-why-choose .text-end img {
    padding-left: 0;
    max-width: 90%;
    max-height: 300px;
    object-fit: contain;
    object-position: left;
    margin-bottom: 40px;
  }

  .bi-why-choose {
    padding: 60px 0;
  }
  .bi-footer-links p {
    font-size: 14px;
  }

  .bi-footer-st {
    height: unset;
    gap: 20px;
    padding: 20px 0px;
  }

  .bi-bottom-footer .d-flex ul li {
    min-width: max-content;
    font-size: 10px;
  }

  .bi-footer-links img {
    width: 35px;
    height: 25px;
    object-fit: contain;
  }
  .bi-section {
    background-position-x: -800px !important
  }
}

@media (max-width: 575px) {
  .hero-content h1 {
    margin-bottom:15px
  }
  .bi-section {
    padding:0 20px;
  }
  .bi-utility-bill header {
    padding:0 20px
  }
  .logo {
    max-width: 150px;
    width: 100%;
}
  main {
    padding:30px 20px !important
  }
  .bi-our-mission.about-us.solar {
    padding: 40px 15px !important;
  }
  .navbar-toggler[aria-expanded="true"]:before {
    padding: 7px 18px;
  }
  .bi-nav {
    padding-left: 20px;
    width: 90vw;
    right: 30px;
    top: 63px;
    z-index: 9;
    height: 300px;
    justify-content: space-evenly;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .bi-nav li a {
    font-size: 22px;
  }
  .bi-header .navbar-brand {
    font-size: 20px;
  }

  .navbar-light .navbar-toggler {
    padding: 2px 10px;
  }

  .bi-bottom-footer .d-flex ul {
    flex-wrap: wrap;
    gap: 10px;
  }
  .hero-content h1 {
    font-size: 22px;
    line-height: 30px;
  }

  .hero-content h5 {
    font-size: 12px;
  }

  .hero-content p {
    font-size: 12px;
  }

  .bi-hero-form {
    padding: 35px;
  }

  .bi-btn {
    margin-top: 15px;
  }
 
  .bi-hero-form .form-wrapper label {
    margin-top: 10px;
  }

  .top-intro {
    padding-top: 80px !important;
  }

  .top-intro h2 {
    font-size: 35px !important;
    margin-bottom: 80px;
  }

  .top-intro h5 {
    margin-bottom: 15px;
    font-size: 14px;
  }

  .top-intro p {
    font-size: 14px;
    line-height: 25px;
  }

  .zip-code-section .bi-btn {
    margin-top: 0;
  }

  .zip-code-section h2 {
    font-size: 22px;
    margin-bottom: 20px;
    line-height: 32px;
  }

  .zip-code-section {
    padding-left: 10px;
    padding-right: 10px;
  }

  .zip-code-section .bi-btn {
    font-size: 12px;
  }

  .bi-why-choose .text-end img {
    max-width: unset;
    max-height: unset;
    margin-bottom: unset;
    max-width: 360px;
    margin-bottom: 30px;
  }
  .text-end {
    text-align: left !important;
  }
  .bi-footer-st .footer-title a {
    font-size: 26px;
  }
  .bi-why-choose .mt-5 {
    margin-top: 0 !important;
  }
  .mission-content {
    padding: 45px 50px 35px 50px !important;
  }

  .mission-content .top-intro h2 {
    font-size: 35px;
  }

  .mission-content .top-intro p {
    font-size: 14px;
    margin-bottom: 20px;
  }

  .mission-content .bi-btn {
    font-size: 14px;
    width: 230px;
  }

  .bi-before-footer .bi-btn {
    margin-top: 0;
    font-size: 14px;
  }

  .bi-before-footer .top-intro .row input {
    font-size: 12px;
  }

  .bi-before-footer .top-intro p {
    font-size: 14px;
    line-height: 25px;
  }
  .bi-footer-st .footer-title {
    text-align: left;
  }

  .bi-footer-links {
    justify-content: flex-start;
    gap: 17px;
    align-items: flex-start;
  }

  .bi-footer-links p {
    font-size: 12px;
    text-align: left;
  }

  .bi-bottom-footer .d-flex span {
    text-align: left;
    margin-top: 15px;
    font-size: 10px;
  }
  .bi-hero-form.contact .form-wrapper img {
    width: 100%;
  }

  .bi-hero-form.contact .contact-form {
    /*padding-left: unset !important;*/
    text-align: center !important;
  }

  .bi-hero-form.contact .top-intro h2:before {
    margin: auto !important;
    left: 0 !important;
    right: 0 !important;
  }
  .bi-footer-links {
    justify-content: start !important;
  }
  .bi-heading {
    font-size: 30px !important;
    text-align: center !important;
    margin: auto !important;
    padding-left: unset !important;
  }
  .bi-heading.third {
    padding-top: 20px !important;
  }
  .bi-simple-strategy .steps-wrapper.second {
    margin-top: 0px !important;
  }
  .bi-heading.second {
    margin-top: unset !important;
    text-align: center !important;
    padding-left: unset !important;
    padding-right: unset !important;
  }
  .bi-simple-strategy .top-intro {
    margin-bottom: 50px !important;
  }
  .bi-utility-bill-section .top-intro h2 {
    font-size: 20px !important;
  }

  .bi-utility-bill-section .d-flex a {
    width: 50% !important;
    text-align: center !important;
  }

  .bi-utility-bill-section .d-flex .bi-btn {
    width: 100% !important;
    margin-right: 0 !important;
    margin-bottom: 20px !important;
  }
}
