/** Shopify CDN: Minification failed

Line 743:84 Expected identifier but found bad URL token
Line 744:7 Expected ")" to end URL token
Line 744:67 Expected identifier but found bad URL token
Line 745:7 Expected ")" to end URL token

**/
/* Hide collections all page sections start */
body#products .brand-slider, body#products .faq-section, body#products .benefits-bar, body#products .testimonial-section, 
body#products .shopify-section:has(.shopify-app-block), body#products .feature-section-container {
  display:none;
}
/* Hide collections all page sections end */
.solar-window-section {
    padding: 40px 60px;
    display: flex;
    justify-content: center;
}
.solar-window-container {
    display: flex;
    max-width: 100%;
    gap: 0;
}
.solar-window-container>.solar-text {
    flex: unset;
    width: 100%;
    max-width: 60.1%;
    padding-right: 50px;
}
.subheading {
  font-size: 14px;
  color: #888;
  text-transform: uppercase;
}
.heading {
  font-size: 32px;
  font-weight: bold;
}
.description , .custom-image-text-section>.image-text-wrapper p , .discount-banner>.banner-content h1 + p + p {
    font-size: 18px;
    line-height: 26px;
    color: #000000;
    margin: 0;
}
.quote-dropdown select {
      background: #00a0e9 !important;
      color:white;
}
.solar-info-card {
    background: url(https://0jpd8u-12.myshopify.com/cdn/shop/files/nationwide_install_box_background.png);
    padding: 36px;
    border-radius: 10px;
    color: #fff;
    text-align: left;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
    flex: unset;
    width: 100%;
    max-width: 39.9%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 246px;
    justify-content: center;
}
.info-image {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 100px;
}
.info-content {
  z-index: 2;
}
.btn {
  display: inline-block;
  padding: 8px 16px;
  background: #00a0e9;
  color: white;
  text-decoration: none;
  border-radius: 5px;
  margin-top: 10px;
}
.btn-secondary {
  background: #0073e6;
}
.brand-slider {
    padding: 50px 0 59px;
    max-width: 1200px;
    margin: 0 auto;
}
.brand-slider-container {
  display: flex;
  align-items: center;
}
.brand-slide img {
  max-width: 120px;
  opacity: 0.6;
  transition: opacity 0.3s ease;
}
.brand-slide img:hover {
  opacity: 1;
}
.testimonial-section {
    text-align: center;
    padding: 80px 20px 50px;
    max-width: 1002px;
    margin: 0 auto;
}
.heading {
    font-size: 56px !important;
    font-weight: 700;
    margin: 0 0 18px;
    line-height: 68px !important;
    color: #242C4E;
}
.subheading {
    font-size: 18px;
    color: #939393;
    max-width: 600px;
    margin: 0 0 5px;
    line-height: 22px;
    text-decoration: underline;
    font-family: 'Lato';
}
.testimonial-quote {
  font-size: 24px;
  font-style: italic;
  color: #333;
  line-height: 1.5;
}
.quote-symbol {
  font-size: 48px;
  color: #0099FF;
  display: block;
}
.benefits-bar {
  padding: 15px 0;
  text-align: center;
}
.benefits-container {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
}
.benefit-item {
  flex: 1;
  color: #fff;
  font-family: Arial, sans-serif;
}
.benefit-item h3 {
  font-size: 16px;
  font-weight: bold;
  margin: 0;
}
.benefit-item p {
  font-size: 12px;
  margin: 0;
}
.divider {
  width: 1px;
  height: 40px;
  background: rgba(255, 255, 255, 0.3);
}
.faq-section {
    display: grid;
    background: rgb(147 ,147 ,147 , 0.17);
    padding: 72px 60px 80px;
    grid-column-gap: 20px;
    grid-template-columns: repeat(2,1fr);
    max-width: 1400px;
}
.faq-content {
  flex: 1;
  padding: 20px;
}
.faq-image {
  flex: 1;
}
.faq-image img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}
.faq-list {
  flex: 1;
  padding: 20px;
}
.faq-item {
  border: 1px solid #000;
  margin-bottom: 10px;
  padding: 10px;
  cursor: pointer;
  background: #222;
  color: #fff;
}
.faq-answer {
  display: none;
  padding: 10px;
  background: #fff;
  color: #000;
}
.faq-question.active {
  font-weight: bold;
}
.why-choose-solar {
    display: flex;
    gap: 91px;
    padding: 88px 90px 0 146px;
    background: transparent;
    position: relative;
    max-width: calc(100% - 120px);
    margin: 20px auto;
    flex-wrap: wrap;
}
.why-choose-solar:before {
    content: "";
    background-image: url(/cdn/shop/files/shutterstock_1802776849.png?v=1743061265);
    width: 100%;
    height: 613px;
    position: absolute;
    top: 0;
    left: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.benefit-boxes {
    display: flex;
    flex-direction: column;
    gap: 24px;
    background: #242c4e;
    color: #fff;
    padding: 33px 27px 25px 70px;
    border-radius: 8px;
    position: relative;
}

.benefit-box:last-child {
  border-bottom: none;
}

.benefit-info h4 {
  font-size: 18px;
  margin: 0;
  color: #00aaff;
}

.benefit-info p {
  margin: 5px 0 0;
  font-size: 14px;
  color: #f0f0f0;
}
.content-section {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 18px;
    flex-flow: column;
}

.text-content {
  max-width: 50%;
}

.text-content .sub-heading , body .about-birmingham-wrapper .text-center p.text-blue-600 , body .about-birmingham-wrapper .text-center p {
    color: #0AC6EC;
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    display: block;
    margin: 0 0 11px;
}
.text-content h2, .discount-banner>.banner-content h1 + p , body .about-birmingham-wrapper .text-center h2 {
    font-size: 46px;
    color: #242C4E;
    line-height: 57px;
    margin: 0 0 11px;
}

.text-content .description {
  color: #333;
  line-height: 1.6;
}

.image-section img {
  width: 100%;
  max-width: 500px;
  border-radius: 8px;
}
.solar-benefits-section {
    display: flex;
    flex-direction: column;
    gap: 40px;
    padding: 88px 74px 20px;
    background: transparent;
    margin: 0 auto;
    max-width: calc(100% - 120px);
    position: relative;
}

.solar-benefits-content {
  display: flex;
  justify-content: space-between;
      position: relative;
    z-index: 1;
    align-items: flex-start;
}

.left-content {
    max-width: 54.5%;
    width: 100%;
    padding-right: 120px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 18px;
}

.left-content .link-text {
  color: #00aaff;
  text-decoration: none;
  font-weight: bold;
}

.left-content h2 {
  font-size: 46px;
}
.right-content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.benefit-box {
	display: flex;
	align-items: center;
	color: #fff;
  padding-bottom: 24px;
	border-bottom: 1px solid #0AC6EC;
}

.benefit-box img {
  width: 50px;
  height: 50px;
}

.benefit-box h4 {
  font-size: 20px;
  margin: 0;
}

.benefit-box p {
  margin: 5px 0 0;
}

.solar-benefits-image img {
  width: 100%;
  max-height: 500px;
  object-fit: cover;
  border-radius: 8px;
}
.collections-grid-container {
  text-align: center;
  padding: 40px 0;
}

.collections-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}

.collection-item {
  width: calc(20% - 20px);
  background-color: #1a2440;
  color: #fff;
  border-radius: 5px;
  overflow: hidden;
  transition: transform 0.3s ease;
}

.collection-item:hover {
  transform: translateY(-5px);
}

.collection-image {
  width: 100%;
  height: 200px;
  background-size: cover;
  background-position: center;
}

.collection-info {
  padding: 20px;
}

.collection-info h3 {
  margin: 0;
  font-size: 18px;
}

.shop-now {
  color: #a5c3ff;
  text-decoration: none;
  font-weight: bold;
}

.shop-now:hover {
  text-decoration: underline;
}

.load-more-wrapper {
  margin-top: 20px;
}

#load-more-btn {
  background-color: #1a2440;
  color: #fff;
  border: none;
  padding: 10px 20px;
  cursor: pointer;
  transition: background 0.3s;
}

#load-more-btn:hover {
  background-color: #29314a;
}
.blog-sidebar {
  padding: 20px;
  border: 1px solid #e1e1e1;
  background: #fff;
  border-radius: 8px;
  max-width: 350px;
}

.sidebar-section {
  margin-bottom: 30px;
}

.sidebar-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
}

.blog-categories, .recent-posts {
  list-style: none;
  padding: 0;
}

.blog-categories li, .recent-posts li {
  margin-bottom: 10px;
}

.blog-categories a, .recent-posts a {
  text-decoration: none;
  color: #333;
  transition: color 0.3s;
}

.blog-categories a:hover, .recent-posts a:hover {
  color: #007bff;
}

.post-date {
  font-size: 14px;
  color: #888;
}


/* blog article */


.template-article div.section-article>.wrapper--narrow {
    max-width: 1280px !important;
}

.product-gallery__media-slider.product-gallery__media-slider--single.sin_product_grid.single-image-cstm-cls {
    display: block;
}



/* new category page design */

.collection-banner div.mosaic__item {
    padding: 42px 0 0;
    min-height: 232px;
}

.collection-banner .mosaic__grid {
    margin: 0;
}
.collection-banner .mosaic__wrapper>.mosaic__grid {
    margin: 0 !important;
}

.solar-window-container>.solar-text>.description {
    max-width: 902px;
}

.solar-window-container {
    width: 100%;
}

.solar-info-card h3 {
    color: #fff;
    margin: 0 0 11px;
}

.template-collection h3 , div#product-grid>.product-grid-item>a p {
    font-size: 28px;
    margin: 0 0 11px;
    line-height: 44px;
}

.template-collection p , div#product-grid>.product-grid-item>p.product-price , body .about-birmingham-wrapper>.grid>.text-center p{
    font-size: 18px;
    line-height: 26px;
    color: #000;
}

.solar-info-card p {
    color: #fff;
    margin: 0 0 29px;
}

.solar-info-card .buttons {
    display: flex;
    gap: 25px;
}

.solar-info-card .buttons>a.btn {
    margin: 0;
}

.template-collection a.btn {
    background: #0AC6EC;
    border: 0;
    border-radius: 8px;
    height: 40px;
    font-size: 18px;
    text-transform: unset;
    letter-spacing: 0;
    line-height: 26px;
    font-family: 'Lato';
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 10px;
}

div#product-grid {
    padding: 0 60px;
    gap: 17px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
div#product-grid>.product-grid-item {
    width: 100%;
    max-width: calc(100%/3 - 14px);
    background: transparent;
    border-radius: 8px;
    overflow: hidden;
    padding: 0;
    position: relative;
    min-height: 347px;
    display: flex;
    justify-content: flex-start;
    flex-flow: column;
    align-items: flex-start;
}



div#product-grid>.product-grid-item p {
    position: relative;
    z-index: 1;
}

div#product-grid>.product-grid-item p {
    margin: 0;
    color: #fff !important;
}
div#product-grid>.product-grid-item>a p {
    text-align: left;
    color: #242C4E !important;
    margin: 0 0 3px;
    font-weight: bold;
    font-family: 'Montserrat';
    font-size: 18px;
    line-height: 27px;
    padding: 0;
}


.solar-benefits-section:before {
    content: "";
    background-image: url(/cdn/shop/files/shutterstock_1802776849.png?v=1743061265);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 613px;
    display: block;
}

.solar-benefits-section>.solar-benefits-content {
    position: relative;
    z-index: 1;
    align-items: flex-start;
}

.solar-benefits-section>.solar-benefits-image {
    position: relative;
    z-index: 1;
}

.solar-benefits-section>.solar-benefits-content>.right-content {
    width: 100%;
    max-width: 45.5%;
}

 .benefit-boxes {
    max-width: 100%;
}


.left-content>* {
    max-width: 732px;
}

.left-content>a.link-text, section.collection-slider>.container>.text-content span.subheading {
    color: #0ac6ec;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 22px;
    margin: 0 0 11px;
    display: block;
}
.benefit-boxes>.benefit-box .image-wrapper {
    position: absolute;
    left: -73px;
    background: #0ac6ec;
    width: 117px;
    height: 117px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
}

.benefit-box h4 , body .about-birmingham-wrapper>.grid>.text-center h3 {
    font-size: 28px;
    line-height: 34px;
    color: #fff;
    margin: 0 0 11px;
}

.benefit-box p {
    color: #fff;
    max-width: 542px;
}

.benefit-box h4 {
    max-width: 380px;
}

 .benefit-boxes>.benefit-box:nth-child(3) h4 {
    max-width: 283px;
}

.solar-benefits-section .solar-benefits-image {
    width: 100%;
}

.why-choose-solar>div.content-section {
}

.why-choose-solar>div.content-section .text-content {
    max-width: 723px;
}

.why-choose-solar>div.benefit-boxes {gap: 15px;padding: 28px 36px 20px 78px;}

.why-choose-solar>div.content-section .image-section {
    width: 100%;
}

.why-choose-solar>div.content-section .image-section img {
    width: 100%;
    max-width: 100%;
}
.why-choose-solar>div.benefit-boxes>.benefit-box {
    padding-bottom: 15px;
}

.why-choose-solar>div.benefit-boxes>.benefit-box .image-wrapper {
    width: 75px;
    height: 75px;
    left: -34px;
}

.why-choose-solar>div.benefit-boxes>.benefit-box h4 {
    margin: 0 0 5px;
}
.why-choose-solar>div.benefit-boxes>.benefit-box:last-child {
    padding: 0;
}

.why-choose-solar>div.benefit-boxes>.benefit-box {
    padding-bottom: 11px;
}

.testimonial-section .preheading {
    font-size: 18px;
    line-height: 22px;
    color: #0AC6EC;
    font-weight: 400;
    max-width: max-content;
    margin: 0 auto 10px;
    text-decoration: underline;
}
.testimonial-section h2.heading {
    font-size: 46px;
    line-height: 57px;
}

.why-choose-solar:before {
    content: "";
    background-image: url(/cdn/shop/files/shutterstock_1802776849.png?v=1743061265);url(
    url(/cdn/shop/files/shutterstock_1802776849.png?v=1743061265));url(
    url(/cdn/shop/files/shutterstock_1802776849.png?v=1743061265));
    width: 100%;
    height: 613px;
    position: absolute;
    top: 0;
    left: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.why-choose-solar>div {
    width: 100%;
    max-width: calc(100%/2 - 46px);
    position: relative;
    z-index: 1;
}

.why-choose-solar>div.content-section .text-content {
    max-width: 723px;
}

.why-choose-solar>div.content-section .text-content .description {
    min-height: 100px;
}

.why-choose-solar>div.benefit-boxes {gap: 15px;padding: 28px 36px 20px 78px;}

.why-choose-solar>div.content-section .image-section {
    width: 100%;
}

.why-choose-solar>div.content-section .image-section img {
    width: 100%;
    max-width: 100%;
}
.why-choose-solar>div.benefit-boxes>.benefit-box {
    padding-bottom: 11px;
}

.why-choose-solar>div.benefit-boxes>.benefit-box .image-wrapper {
    width: 75px;
    height: 75px;
    left: -34px;
}

.why-choose-solar>div.benefit-boxes>.benefit-box h4 {
    margin: 0;
}

.why-choose-solar>div.benefit-boxes>.benefit-box:last-child {
    padding: 0;
}

.testimonial-section h2.heading {
    font-size: 46px;
    line-height: 57px;
}

.testimonial-section p.subheading {
    text-decoration: none;
    text-transform: unset;
    margin: 0 auto;
    max-width: 630px;
}

.testimonial-section .testimonial-quote p {
    font-size: 46px;
    line-height: 57px;
    color: #242C4E;
    font-family: 'Montserrat';
    font-weight: 500 !important;
}

.testimonial-section .testimonial-quote p {
    margin: 0;
}

.testimonial-section .testimonial-quote span.quote-symbol {
    line-height: 100%;
    justify-content: center;
    align-items: center;
    font-size: 0;
    background-image: url(/cdn/shop/files/quote-transparent.png?v=1743070927);
    width: 100px;
    height: 80px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: 0 0;
    display: block;
    margin: 80px auto 20px;
}

.brand-slider {
    padding: 50px 97px 59px;
    max-width: 1794px;
    margin: 0 auto;
}

.brand-slider .brand-slider-container {
    justify-content: center;
    gap: 50px;
    display: flex;
}

.brand-slider .brand-slider-container>.brand-slide {
    width: 100%;
    max-width: calc(100%/12 - 35px);
}

.brand-slider .brand-slider-container img {
    filter: grayscale(1);
}

.brand-slider {
    padding: 50px 0 59px;
}

.brand-slider .brand-slider-container {
    justify-content: center;
    gap: 90px;
}

.brand-slider .brand-slider-container img {
    filter: grayscale(1);
}

.faq-section .faq-list {
    padding: 0;
    grid-column: 2;
    grid-row: 1/3;
}

.faq-section>.faq-content {
    padding: 0 0 59px;
}

.faq-section .faq-list .faq-item {
    background: transparent;
    border: 0;
    padding: 0;
    margin: 0;
    padding: 10px 0;
}

.faq-section .faq-list .faq-item .faq-question {
    background: #242C4E;
    border-radius: 8px;
    padding: 17px 36px;
    font-size: 22px;
    line-height: 27px;
    font-family: 'Montserrat';
    font-weight: 500;
}

.faq-section .faq-list .faq-item div.faq-answer {
    padding: 25px 0 20px;
    background: transparent;
    font-size: 18px;
    line-height: 26px;
    color: #000000;
}

.faq-section>.faq-content>p {
    margin: 20px 0 0;
    max-width: 732px;
}

.benefits-bar .benefits-container h3 {
    font-size: 20px;
    color: #fff;
    margin: 0 0 5px;
    line-height: 30px;
}

.benefits-bar .benefits-container p {
    color: #fff;
}

.benefits-bar .benefit-item {
    padding: 35px 0;
}

.benefits-container .divider {
    height: 120px;
    width: 1px;
    background: #fff;
}

div#product-grid>.product-grid-item p.product-price {
    color: #000 !important;
}

div#product-grid>.product-grid-item img {
    border-radius: 10px;
}
div#product-grid>.product-grid-item img {
    height: 347px;
    width: 100%;
    object-fit: cover;
}


/* service page */

.page-banner.img-in {
    padding: 42px 0 0;
}

.page-banner.img-in>.mosaic__wrapper {
    max-width: 100%;
    width: 100%;
    padding: 0 60px;
}

.window-film-section {
    max-width: 100% !important;
    padding: 60px !important;
    margin: 0 auto !important;
    gap: 90px !important;
    display: grid !important;
    grid-template-columns: repeat(2,1fr);
}

.page-banner.img-in>.mosaic__wrapper div.text-light {
    padding: 0 !important;
    min-height: 232px;
}

.page-banner.img-in>.mosaic__wrapper>.mosaic__grid {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.window-film-section>.window-film-text {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 20px;
}

.window-film-section>.window-film-text .sub-heading {
  font-size: 18px;
  line-height: 26px;
  text-align: left;
  color: #0AC6EC;
  font-weight: 400;
  text-decoration: underline;
  margin-bottom: 8px;
}

.window-film-section>.window-film-text h1 {
  font-size: 56px;
  line-height: 68px;
  margin-bottom: 20px;
}

.window-film-section>.window-film-text .description-container p {
  margin: 0;
  font-size: 18px;
  line-height: 26px;
}

.window-film-section>.window-film-text .google-reviews {
  display: flex;
  align-items: center;
  gap: 24px;
}

.window-film-section>.window-film-text .google-reviews div {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}

.window-film-section>.window-film-text .google-reviews div p {
  font-size: 18px;
  margin: 0;
}

.window-film-section .window-film-form {
    background: #242C4E;
    padding: 56px 88px 68px;
    border-radius: 8px;
}

.window-film-section .window-film-form h3 , .custom-image-text-section>h2.section-heading {
    font-size: 18px;
    text-align: center;
    color: #0AC6EC;
    font-weight: 400;
    text-decoration: underline;
    margin: 0 0 8px;
}

.window-film-section .window-film-form h2 , .custom-image-text-section>p.section-subheading {
    font-size: 46px;
    line-height: 57px;
    text-align: center;
    color: #fff;
    letter-spacing: 0;
    margin: 0 0 18px;
}

.window-film-section .window-film-form form {
    display: flex;
    flex-wrap: wrap;
    grid-row-gap: 29px;
}

.window-film-section .window-film-form form>.first-name {
    width: 100%;
}

.window-film-section .window-film-form form .wrap-phn-email {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 30px;
}
.window-film-section .window-film-form form .contact-time {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    color: #fff;
    align-items: center;
}

.window-film-section .window-film-form form .submit {
    width: 100%;
}

.window-film-section .window-film-form form label {
    font-size: 18px;
    line-height: 22px;
    color: #0AC6EC;
    margin: 0 0 10px;
    display: block;
}

.window-film-section .window-film-form form input:not( input[type="checkbox"]) {
    width: 100%;
    border-radius: 10px;
    padding: 0 14px;
    font-size: 10px;
    line-height: 12px;
    height: 47px;
    color: #929292 !important;
}

.window-film-section .window-film-form form input:not( input[type="checkbox"])::placeholder {color: #929292 !important;}

.window-film-section .window-film-form form .contact-time>label[for="contact-time"] {
    width: 100%;
}

.window-film-section .window-film-form form .contact-time input[type="checkbox"] {
    width: 47px;
    height: 47px;
    border-radius: 10px;
    margin-right: 10px;
}

.window-film-section .window-film-form form .contact-time>label:nth-child(3) {
    margin-right: auto;
}

.window-film-section .window-film-form form .contact-time>label:nth-child(5) {
    margin-right: auto;
}

.window-film-section .window-film-form form .contact-time>label:nth-child(6) {
    margin-right: auto;
}

body .window-film-section .window-film-form form input[type="submit"] {
    background: #0AC6EC;
    font-size: 18px !important;
    line-height: 26px !important;
    color: #fff !important;
}

body .window-film-section .window-film-form form input[type="submit"]::placeholder {
    font-size: 18px !important;
    line-height: 26px !important;
}

.window-film-section .window-film-form form .contact-time>label:not(:first-child) {
    margin-bottom: 0;
}

.window-film-section>.window-film-text .offer-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    padding: 22px 35px;
    background-size: cover;
    background-position: center;
    color: white;
    border-radius: 8px;
}

.window-film-section>.window-film-text .offer-box>div p:first-child {
  margin-top: 5px;
}

.window-film-section>.window-film-text .offer-box img {
  width: 150px;
}

.custom-image-text-section {
    max-width: 100%;
    padding: 102px 60px 168px;
    margin: 60px 0;
    background: #242C4E;
}

.custom-image-text-section>h2.section-heading {
    text-align: left;
    color: #fff;
    margin: 0 0 23px;
}

.custom-image-text-section>p.section-subheading {
    text-align: left;
    color: #fff;
    font-weight: bold;
    font-family: 'Montserrat';
    margin-bottom: 50px;
}

.custom-image-text-section>* {
    max-width: 1617px;
    margin-left: auto !important;
    margin-right: auto !important;
}

.custom-image-text-section>* {
    max-width: 1617px;
    margin-left: auto !important;
    margin-right: auto !important;
}

.custom-image-text-section>.image-text-wrapper {
    display: grid !important;
    grid-template-columns: repeat(2,1fr);
    margin-bottom: 74px !important;
    margin-top: 0 !important;
    padding-bottom: 86px;
    border-bottom: 1px solid #0AC6EC;
}

.custom-image-text-section>.image-text-wrapper>.image-container {
    margin: 0;
    display: flex;
}

.custom-image-text-section>.image-text-wrapper>.image-container>img {
    width: 100%;
}

.custom-image-text-section>.image-text-wrapper:nth-of-type(odd)>.image-container {
    padding-right: 20px;
}

.custom-image-text-section>.image-text-wrapper:nth-of-type(odd) .text-container {
    padding-left: 94px;
}

.custom-image-text-section>.image-text-wrapper>.text-container {
    max-width: 100%;
}

.custom-image-text-section>.image-text-wrapper h3 {
    font-size: 28px;
    margin: 0 0 29px;
    line-height: 34px;
    color: #0AC6EC;
}

.custom-image-text-section>.image-text-wrapper p {
    margin: 0 0 57px;
    color: #FFFFFF;
    max-width: 679px;
}

.custom-image-text-section>.image-text-wrapper p:empty {
    display: none;
}

.custom-image-text-section>.image-text-wrapper a.btn {
    margin: 0;
    border-radius: 8px;
    background: #0AC6EC;
    width: 100%;
    max-width: 165px;
    height: 40px;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: unset;
    font-weight: 400;
}

.custom-image-text-section>.image-text-wrapper:nth-of-type(even) .text-container {
    padding-right: 94px;
}

.custom-image-text-section>.image-text-wrapper:nth-of-type(even)>.text-container {
    grid-column: 1;
    grid-row: 1;
}

.custom-image-text-section>.image-text-wrapper:nth-of-type(even) .image-container {
    grid-column: 2;
    grid-row: 1;
}

.custom-image-text-section>.image-text-wrapper:nth-of-type(2) .text-container>p {
    margin: 0;
}

.custom-image-text-section>.image-text-wrapper:nth-of-type(2) .text-container>p:nth-child(3) {
    margin: 0 0 30px;
}

.custom-image-text-section>.image-text-wrapper:nth-of-type(2) .text-container>a.btn {
    margin: 44px 0 0;
}

.custom-image-text-section>.image-text-wrapper:nth-of-type(2) .text-container>p {
    max-width: 665px;
}

.custom-image-text-section>.image-text-wrapper:last-of-type {
    padding-bottom: 0;
    margin-bottom: 0 !important;
    border: 0;
}

.discount-banner {
    padding: 81px 115px  71px !important;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.discount-banner>.banner-content {
    max-width: 888px !important;
    margin-right: auto;
    width: 100%;
    position: relative;
    display: flex;
    flex-flow: column;
    align-items: flex-start;
}

.discount-banner>.banner-content>h1 {
    display: none;
}

.discount-banner>.banner-content:before {
    content: "";
    background-image: url(https://0jpd8u-12.myshopify.com/cdn/shop/files/10_off_icon_bdac5dc3-113f-4f09-b798-292ad15d8b67.png?v=1743170099);
    width: 183px;
    height: 158px;
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    margin: 0 0 38px;
}

.discount-banner>.banner-content  h1 + p {
    margin: 0 0 26px !important;
    color:#fff !important;
}

.discount-banner>.banner-content h1 + p + p {
    margin: 0 0 38px !important;
    color:#fff ;
  
}
.discount-banner>.banner-content a.button {
    display: flex;
    width: 100%;
    max-width: 165px;
    font-size: 18px;
    line-height: 26px;
    color: #fff !important;
    font-weight: 400 !important;
    padding: 0 3px 2px 0px  !important;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #0AC6EC !important;
}

body .about-birmingham-wrapper {
    padding: 89px 60px 139px;
    background-color: #fff;
}
body .about-birmingham-wrapper .text-center p.text-blue-600 {
    color: #0AC6EC;
    margin: 0 auto 19px;
    max-width: max-content;
    text-decoration: underline;
}
.testimonial-section p.subheading {
    color: #000;
}
body .about-birmingham-wrapper .text-center h2 {
    color: #242C4E;
    margin: 0 0 19px;
}

body .about-birmingham-wrapper .text-center p {
    max-width: 732px;
    margin-left: auto !important;
    margin-right: auto !important;
}
body .about-birmingham-wrapper .text-center p {
    max-width: 732px;
    margin-left: auto !important;
    margin-right: auto !important;
    color: #000000;
}

body .about-birmingham-wrapper>.grid {
    max-width: 1618px;
    margin: 60px auto 0;
    gap: 20px;
}

body .about-birmingham-wrapper>.grid {
    max-width: 1618px;
    margin: 60px auto 0;
    gap: 20px;
}
body .about-birmingham-wrapper>.grid>.text-center img {
    border-radius: 8px;
    height: 342px;
    object-fit: cover;
    width: 100%;
}

body .about-birmingham-wrapper>.grid>.text-center h3 {
    color: #000000;
    margin: 35px 0;
    text-align: left;
}

body .about-birmingham-wrapper>.grid>.text-center p:empty {
    display: none;
}

body .about-birmingham-wrapper>.grid>.text-center p {
    text-align: left;
    max-width: 100%;
}

body .about-birmingham-wrapper>.grid .text-center {
    display: flex;
    flex-flow: column;
}


/* installation  */

body#installation .why-choose-solar>div.content-section .text-content .description {
    min-height: unset;
}

body#installation .why-choose-solar>div.benefit-boxes {
    gap: 23px;
    padding-top: 35px;
    padding-bottom: 43px;
}

body#installation .why-choose-solar>div.benefit-boxes .benefit-box {
    padding-bottom: 25px;
}

body#installation .why-choose-solar>div.benefit-boxes .benefit-box:last-child {
    padding: 0;
}

body#installation .why-choose-solar>div.content-section .image-section {
    display: flex;
}

section.collection-slider .image-wrapper .overlay {
    display: none;
}

section.collection-slider>.container {
    display: flex;
    padding: 0 60px;
}

section.collection-slider>.container>.slider-wrapper {
    width: 100%;
    max-width: calc(100% - 411px);
    margin-left: auto;
    padding-left: 44px;
    overflow: hidden;
}

section.collection-slider>.container>.text-content {
    width: 100%;
    max-width: 411px;
}

.shopify-section.collection-slider {
  margin: 60px 0;
}



section.collection-slider {
    background: #242C4E;
    padding: 112px 0;
}

section.collection-slider>.container>.slider-wrapper .image-wrapper {
    position: relative;
    border-radius: 21px;
    overflow: hidden;
}

section.collection-slider>.container>.slider-wrapper .image-wrapper .text-overlay {
    position: absolute;
    bottom: 0;
    z-index: 1;
    padding: 44px 24px;
    width: 100%;
    left: 0;
}

section.collection-slider>.container>.slider-wrapper .image-wrapper .text-overlay h3 {
    font-size: 36px;
    line-height: 44px;
    color: #fff;
    margin: 0 0 20px;
    max-width: 240px;
  width: 100%;
}
section.collection-slider>.container>.slider-wrapper .image-wrapper .text-overlay span.shop-now {
    font-size: 18px;
    line-height: 22px;
    font-weight: 400;
    color: #fff;
    text-decoration: underline;
}

section.collection-slider>.container>.slider-wrapper a {
    padding: 0 10.5px;
    display: inline-block;
}

section.collection-slider>.container>.slider-wrapper .image-wrapper>img {
    min-height: 500px;
    object-fit: cover;
    max-height: 500px;
}

.window-film-section .window-film-form form .contact-time>label:first-of-type {
    width: 100%;
    margin: 0 0 15px;
}

.window-film-section .window-film-form form .contact-time>label:first-of-type {
    width: 100%;
    margin: 0 0 15px;
}

.window-film-section .window-film-form form .contact-time input.interest-checkbox:last-of-type {
    margin-left: auto;
}

.window-film-section .window-film-form form .contact-time input.interest-checkbox:nth-of-type(2) {
    margin-left: auto;
}

section.collection-slider>.container>.text-content span.subheading {
    color: #0AC6EC;
}
section.collection-slider>.container>.text-content span.subheading {
    color: #0AC6EC;
}

section.collection-slider>.container>.text-content h2 {
    color: #fff;
    margin: 14px 0 26px;
    max-width: 270px;
}

section.collection-slider>.container>.text-content .description p {
    color: #fff;
    max-width: 382px;
}
section.collection-slider>section.collection-slider {
    padding: 0;
}
body#installation .why-choose-solar {
    margin-top: 20px;
}
body#installation .solar-benefits-section>.solar-benefits-content .left-content h2 {
    max-width: 729px;
    margin: 0 0 26px;
}
body#installation .solar-benefits-section>.solar-benefits-content .right-content .benefit-boxes {
    gap: 20px;
}

body#installation .solar-benefits-section>.solar-benefits-content .right-content .benefit-boxes .benefit-box {
    flex-flow: column;
    align-items: flex-start;
    position: relative;
}

body#installation .solar-benefits-section>.solar-benefits-content .right-content .benefit-boxes .benefit-box>h4 {
    max-width: 100%;
    margin: 0 0 5px;
}

body#installation .solar-benefits-section>.solar-benefits-content .right-content .benefit-boxes .benefit-box:not(:last-child) {
    padding-bottom: 20px;
}

body#installation .solar-benefits-section>.solar-benefits-content .right-content .benefit-boxes .benefit-box .image-wrapper {
    width: 75px;
    height: 75px;
    left: -114px;
    top: 50%;
    transform: translateY(-50%);
}

body#installation .solar-benefits-section {
    padding-bottom: 179px;
}

body#installation .solar-benefits-section .solar-benefits-image {
    bottom: -184px;
    left: 0;
}

body#installation .solar-benefits-section>.solar-benefits-content .left-content .description {
    max-width: 700px;
}

body#installation .why-choose-solar .benefit-boxes .benefit-box .image-text {
    position: absolute;
    left: -30px;
}


body#installation>main#MainContent div.shopify-section:nth-of-type(5) .why-choose-solar .benefit-boxes {
    gap: 15px;
    padding-right: 21px;
}

body#installation>main#MainContent div.shopify-section:nth-of-type(5) .why-choose-solar .benefit-boxes .benefit-box {
    position: relative;
    padding-bottom: 11px;
}

body#installation>main#MainContent div.shopify-section:nth-of-type(5) .why-choose-solar .benefit-boxes .benefit-box .image-text {
    left: -120px;
    width: 75px;
    height: 78px;
    border-radius: 8px;
    background: #0AC6EC;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

body#installation>main#MainContent div.shopify-section:nth-of-type(5) .why-choose-solar .benefit-boxes .benefit-box .image-text p:empty {
    display: none;
}

body#installation>main#MainContent div.shopify-section:nth-of-type(5) .why-choose-solar .benefit-boxes .benefit-box .image-text p {
    margin: 0;
    font-size: 18px;
    line-height: 22px;
    font-weight: bold;
    font-family: 'Montserrat';
}

body#installation>main#MainContent div.shopify-section:nth-of-type(5) .why-choose-solar .benefit-boxes .benefit-box:last-child {
    padding: 0;
}

body#installation>main#MainContent div.shopify-section:nth-of-type(5) .why-choose-solar .benefit-boxes .benefit-box .benefit-info {
    width: 100%;
}

body#installation>main#MainContent div.shopify-section:nth-of-type(5) .why-choose-solar .benefit-boxes .benefit-box .benefit-info h4 {
    max-width: 100%;
}

body#installation>main#MainContent div.shopify-section:nth-of-type(5) .why-choose-solar .content-section {
    gap: 0;
}

body#installation>main#MainContent div.shopify-section:nth-of-type(5) .why-choose-solar .content-section .description p {
    margin-bottom: 89px;
}

body#installation .solar-benefits-section>.solar-benefits-content .right-content .benefit-boxes .benefit-box p {
    font-size: 18px;
    line-height: 26px;
}

body#installation>main#MainContent div.shopify-section:nth-of-type(5) .why-choose-solar .benefit-boxes .benefit-box p {
    font-size: 18px;
    line-height: 26px;
    max-width: 100%;
}
.wrap-sidebar-article {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
}

.wrap-sidebar-article aside.blog-sidebar {
    margin-top: 70px;
    position: sticky;
    top: 20px;
    margin-bottom: 20px;
}

article.article__wrapper {
    display: grid;
    grid-template-columns: 2fr 10fr;
    align-items: flex-start;
}

article.article__wrapper>.blog-share {grid-column: 1;grid-row: 1;align-self: flex-start;}

article.article__wrapper> header.section-header.section-header--article {
    grid-column: 2;
    grid-row: 1;
}

article.article__wrapper> .article__image__wrapper {
    grid-column: 2;
    grid-row: 2;
}

article.article__wrapper>.article__content {
    grid-row: 3;
    grid-column: 2;
}

article.article__wrapper>.blog-share:nth-child(5) {
    grid-column: 2;
    grid-row: 4;
}

article.article__wrapper> p.aos-animate {
    grid-column: 2;
    grid-row: 6;
}

article.article__wrapper>div#Comments {
    grid-row: 7;
    grid-column: 2;
}

article.article__wrapper header.section-header + .blog-share {
    position: sticky;
    top: 20px;
}

.collection__products .grid {
    grid-template-columns: repeat(3,1fr);
}

.shopify-section:has(.solar-benefits-section) + section > div:has(.grp-entangle--root) div#grp-entangle--root {
    padding: 0;
    padding-top: 0 !important;
}

.shopify-section:has(.solar-benefits-section) + section > div:has(.grp-entangle--root) div#grp-entangle--root {
    padding: 0;
}
.mosaic__item__content.no-content {
    height: 230px;
}

.collection__products .product-grid-item .product-grid-item__image {
    opacity: 1;
}
.footer-content .footer-blocks .footer-block p.footer-title {
    color: #fff;
}

.footer-content .footer-blocks .footer-block .rte p {
    color: #fff;
}
.collection__products .product-grid-item .product-grid-item__info {
    opacity: 1;
}
.footer-block--newsletter .btn {
    background: #fff;
    color: #000;
      margin: 0;
}
.why-choose-solar>div.benefit-boxes {
    height: max-content;
}
.faq-section>.faq-content h2 {
    color: #242C4E;
}
.solar-benefits-section>.solar-benefits-content .left-content p.subheading {
    color: #0AC6EC;
}
html body h6 {
	color: #0AC6EC !important;
}
html body h1 {
	color: #242C4E;
}

.why-choose-solar>div.content-section .image-section img {
    height: 380px;
    object-fit: cover;
}

.why-choose-solar > div.benefit-boxes > .benefit-box .image-text {
	position: absolute;
	left: -40px;
	background: #0ac6ec;
	width: 80px;
	height: 80px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 8px;
}
.why-choose-solar > div.benefit-boxes > .benefit-box .image-text p {
	text-align: center;
}
@media (max-width: 1699px) {
.why-choose-solar > div.benefit-boxes {
	padding: 28px 36px 20px 70px;
}
.why-choose-solar > div.benefit-boxes > .benefit-box .image-text {
	left: -30px;
}
}

@media(max-width:1665px){
  section.collection-slider>.container>.slider-wrapper {
    padding-left: 10px;
}
  section.collection-slider>.container>.slider-wrapper .image-wrapper>img {
    min-height: 410px;
    max-height: 410px;
}
  section.collection-slider>.container>.slider-wrapper .image-wrapper .text-overlay h3 {
    font-size: 30px;
    line-height: 37px;
}
}

@media(max-width:1600px){

  section.collection-slider>.container>.text-content h2 {
    margin: 14px 0 16px;
    max-width: 100%;
    line-height: 44px !important;
}
}

@media(max-width:1535px){
  section.collection-slider>.container>.slider-wrapper .image-wrapper .text-overlay h3 {
    font-size: 26px;
    line-height: 34px;
}
  section.collection-slider>.container>.slider-wrapper .image-wrapper .text-overlay {
    padding: 29px 14px;
}
  section.collection-slider>.container>.slider-wrapper .image-wrapper>img {
    min-height: 350px;
    max-height: 350px;
}
  section.collection-slider>.container>.slider-wrapper .image-wrapper .text-overlay h3 {
    max-width: 190px;
    width: 100%;
}
}


@media(max-width:1439px){
div#product-grid>.product-grid-item {
    max-width: calc(100%/4 - 14px);
 }
.template-collection h3, div#product-grid>.product-grid-item>a p {
    font-size: 28px;
    line-height: 34px;
}
  .window-film-section .window-film-form {
    padding: 25px 38px 36px;
}
  section.collection-slider>.container>.slider-wrapper a {
    padding: 0 7.5px;
}
  section.collection-slider>.container>.slider-wrapper .image-wrapper>img {
    min-height: 290px;
    max-height: 290px;
}
}

@media(max-width:1365px){
body#installation>main#MainContent div.shopify-section:nth-of-type(5) .why-choose-solar .benefit-boxes .benefit-box .image-text {
    left: -78px;
    width: 65px;
    height: 68px;
}
.solar-benefits-section {
    padding: 58px 30px;
    margin: 82px auto 0;
 }
.solar-benefits-section .solar-benefits-image {
    left: 30px;
 }
.why-choose-solar {
    padding: 50px 30px 0 70px;
 }
  .window-film-section .window-film-form form .contact-time input[type="checkbox"] {
    width: 30px;
    height: 30px;
    border-radius: 10px;
    margin-right: 10px;
}
  .window-film-section {
    padding: 40px 40px 55px !important;
    gap: 20px !important;
    grid-template-columns: repeat(2,1fr);
}
  .why-choose-solar {
    gap: 50px;
}
  .text-content h2, .discount-banner>.banner-content h1 + p, body .about-birmingham-wrapper .text-center h2 {
    font-size: 35px;
    color: #242C4E;
    line-height: 47px;
    margin: 0 0 11px;
}
  .custom-image-text-section {
    max-width: 100% !important;
    padding: 60px 50px 88px !important;
    background: #242C4E;
}
  .discount-banner {
    padding: 60px 60px  50px !important;
}
  .heading {
    font-size: 32px !important;
    line-height: 46px !important;
}
  .page-banner.img-in>.mosaic__wrapper div.text-light {
    padding: 0 !important;
    min-height: 160px;
}
  .mosaic__item__content.no-content {
    height: 160px;
}
  .window-film-section .window-film-form h2, .custom-image-text-section>p.section-subheading {
    font-size: 30px;
    line-height: 35px;
}
  .window-film-section .window-film-form h3, .custom-image-text-section>h2.section-heading {
    font-size: 14px !important;
}
  .faq-section>.faq-content {
    padding: 0 0 30px;
}
  .faq-section {
    align-items: flex-start;
}
  .faq-section .faq-list {
    grid-row: 1/4;
}
  .faq-section .faq-list .faq-item .faq-question {
    padding: 10px 25px;
    font-size: 18px;
    line-height: 23px;
}
  .faq-section .faq-list .faq-item div.faq-answer {
    padding: 10px 0 10px;
}
  .faq-section {
    padding: 50px 60px 50px;
}
  .custom-image-text-section>p.section-subheading {
    margin-bottom: 50px;
}
  .why-choose-solar>div.benefit-boxes>.benefit-box .image-wrapper {
    width: 55px;
    height: 55px;
    left: -20px;
}
  .why-choose-solar>div.benefit-boxes {
    gap: 15px;
    padding: 28px 36px 20px 50px;
}
  .benefit-box img {
    width: 30px;
    height: 30px;
}
  .why-choose-solar {
    max-width: calc(100% - 50px);
}
  .why-choose-solar {
    padding: 50px 20px 0 40px;
}
  .testimonial-section .testimonial-quote p {
    font-size: 30px;
    line-height: 40px;
}
  .testimonial-section .testimonial-quote p {
    margin: 0;
    max-width: 670px;
    margin: 0 auto;
}
  .testimonial-section .testimonial-quote span.quote-symbol {
    width: 70px;
    height: 60px;
    margin: 40px auto 20px;
}
  div#App--template--24889287049603__17434187357cf6eedc {
    padding: 40px 0px !important;
}
  .brand-slider {
    padding: 30px 0 36px;
}
  .discount-banner>.banner-content {
    max-width: 698px !important;
}
  section.collection-slider>.container>.slider-wrapper .image-wrapper .text-overlay h3 {
    font-size: 22px;
    line-height: 26px;
}
  .page-banner.img-in>.mosaic__wrapper {
    padding: 0 40px;
}
  .testimonial-section p.subheading {
    max-width: 450px;
    font-size: 16px;
}
    section.collection-slider>.container>.slider-wrapper .image-wrapper>img {
    min-height: 290px;
    max-height: 290px;
}
  section.collection-slider>.container>.slider-wrapper .image-wrapper .text-overlay h3 {
    max-width: 150px;
    width: 100%;
}
      .solar-benefits-section {
        padding: 58px 30px 110px;
    }
  .solar-benefits-section .benefit-box {
    flex-wrap: wrap;
}
  .why-choose-solar {
	max-width: calc(100% - 120px);
	margin: 20px auto 70px;
}
  .benefit-boxes > .benefit-box .image-wrapper {
	left: -43px;
	width: 90px;
	height: 90px;
}
.window-film-section>.window-film-text .sub-heading {
  font-size: 14px;
  line-height: 20px;
}
.window-film-section>.window-film-text h1 {
    font-size: 32px;
    line-height: 46px;
}
}
@media(max-width:1279px){
.collection__filters-list .collection__filters-list__inner {
    width: 100%;
    margin: 0;
    padding: 0;
}
  body .about-birmingham-wrapper>.grid>.text-center h3 {
    margin: 25px 0;
}
.benefit-box h4, body .about-birmingham-wrapper>.grid>.text-center h3 {
    font-size: 20px;
    line-height: 26px;
}
  body .about-birmingham-wrapper {
    padding: 65px 60px 75px;
}
  .custom-image-text-section>.image-text-wrapper:nth-of-type(odd) .text-container {
    padding-left: 40px;
}
  .custom-image-text-section>.image-text-wrapper:nth-of-type(even) .text-container {
    padding-right: 40px;
}
  .template-collection p, div#product-grid>.product-grid-item>p.product-price, body .about-birmingham-wrapper>.grid>.text-center p {
    font-size: 16px;
    line-height: 24px;
    color: #000;
}
  .text-content h2, .discount-banner>.banner-content h1 + p, body .about-birmingham-wrapper .text-center h2 {
    font-size: 30px;
    line-height: 36px;
}
  body#installation>main#MainContent div.shopify-section:nth-of-type(5) .why-choose-solar .benefit-boxes .benefit-box .image-text {
    left: -85px;
}
  .custom-image-text-section>p.section-subheading {
    margin-bottom: 30px;
}
.window-film-section>.window-film-text h1 {
    font-size: 30px;
    line-height: 41px;
    margin-bottom: 10px;
}
}

@media(max-width:1199px){
.solar-window-container>.solar-text {
    max-width: 50%;
    padding-right: 30px;
}
.solar-info-card {
    max-width: 50%;
 }
  .collection__products .grid {
    grid-template-columns: repeat(3,1fr);
}
.why-choose-solar {
    margin: 30px auto;
 }
  .solar-benefits-section {
    margin: 40px auto 0;
}
  .why-choose-solar {
    margin: 30px auto;
    gap: 50px;
}
  .why-choose-solar>div {
    max-width: calc(100%/2 - 25px);
 }
  .text-content h2, .discount-banner>.banner-content h1 + p, body .about-birmingham-wrapper .text-center h2 {
    font-size: 35px;
    line-height: 45px;
    margin: 0 0 11px;
}
  .benefit-box h4, body .about-birmingham-wrapper>.grid>.text-center h3 {
    font-size: 22px;
    line-height: 30px;
    margin: 0 0 5px;
 }
  .template-collection p, div#product-grid>.product-grid-item>p.product-price, body .about-birmingham-wrapper>.grid>.text-center p {
    font-size: 16px;
    line-height: 24px;
 }
  .heading {
    font-size: 35px !important;
    line-height: 45px !important;
}
  .collection__products .product-grid-item a.product-grid-item__title {
    font-size: 16px;
    line-height: normal;
}
  .left-content h2 {
    font-size: 30px;
}
  .text-content h2, .discount-banner>.banner-content h1 + p, body .about-birmingham-wrapper .text-center h2 {
    font-size: 30px;
    line-height: 40px;
    margin: 0 0 11px;
}
  .testimonial-section .testimonial-quote p {
    font-size: 35px;
    line-height: 46px;
}
  .window-film-section .window-film-form h3, .custom-image-text-section>h2.section-heading {
    font-size: 16px !important;
}
  .window-film-section .window-film-form h2, .custom-image-text-section>p.section-subheading {
    font-size: 35px;
    line-height: 47px;
    margin: 0 0 8px;
}

  .custom-image-text-section>.image-text-wrapper {
    margin-bottom: 30px !important;
    margin-top: 0 !important;
    padding-bottom: 35px;
    border-bottom: 1px solid #0AC6EC;
}
  .subheading {
    font-size: 16px;
}
  section.collection-slider>.container {
    flex-wrap: wrap;
}

section.collection-slider>.container>.text-content {
    max-width: 100%;
}

section.collection-slider>.container>.text-content .description p {
    max-width: 100%;
}

section.collection-slider>.container>.slider-wrapper {
    max-width: 100%;
}
  section.collection-slider>.container>.slider-wrapper .image-wrapper>img {
    min-height: 350px;
    max-height: 350px;
}
      .solar-benefits-section {
        padding: 58px 50px 0px;
    }
  .why-choose-solar {
	max-width: calc(100% - 0px);
	margin: 20px auto 70px;
}
}

@media(max-width:1023px){
  .window-film-section {
    grid-template-columns: repeat(1,1fr);
}
.why-choose-solar {
    flex-flow: column;
    padding: 0 20px;
    background: transparent;
}
  .why-choose-solar>div {
    max-width: 100%;
}
  .why-choose-solar:before {
    height: 90%;
}
.custom-image-text-section>.image-text-wrapper p {
    margin: 0 0 20px;
}
  .custom-image-text-section>.image-text-wrapper:nth-of-type(even) .text-container {
    padding-right: 0;
}
  .custom-image-text-section>.image-text-wrapper>.image-container {
    margin: 0 0 20px;
}
  .why-choose-solar {
    padding: 30px;
}
    section.collection-slider {
    padding: 50px 0;
}
  section.collection-slider>.container {
    display: flex;
    padding: 0 30px;
}
  section.collection-slider>.container {
    flex-wrap: wrap;
}
  section.collection-slider>.container>.text-content {
    width: 100%;
    max-width: 100%;
}
  section.collection-slider>.container>.slider-wrapper {
    width: 100%;
    max-width: 100%;
    margin-left: auto;
    padding-left: 0;
    overflow: hidden;
}
  section.collection-slider>.container>.text-content .description p {
    color: #fff;
    max-width: 100%;
}
  section.collection-slider>.container>.slider-wrapper .image-wrapper .text-overlay h3 {
    font-size: 22px;
    line-height: 27px;
    color: #fff;
    margin: 0 0 10px;
}
  .solar-benefits-section {
    max-width: calc(100% - 40px);
}
  section.collection-slider>.container>.slider-wrapper a {
    padding: 0 5.5px;
}
  section.collection-slider>.container>.slider-wrapper .image-wrapper>img {
    min-height: 340px;
    object-fit: cover;
    max-height: 500px;
}
  section.collection-slider>.container>.slider-wrapper .image-wrapper .text-overlay {
    padding: 10px 15px;
}
  .why-choose-solar {
    max-width: calc(100% - 40px);
}
  .why-choose-solar {
    padding: 50px;
}
}
@media(max-width:991px){
  .solar-benefits-section {
    max-width: calc(100% - 40px);
}
  .solar-window-section {
    padding: 40px 25px;
}
  .benefit-boxes>.benefit-box .image-wrapper {
    left: -53px;
    width: 95px;
    height: 95px;
}
  .benefit-box h4, body .about-birmingham-wrapper>.grid>.text-center h3 {
    font-size: 18px;
    line-height: 30px;
    margin: 0 0 5px;
}
    .custom-image-text-section>.image-text-wrapper {
    grid-template-columns: repeat(1,1fr);
    margin-bottom: 10px !important;
    padding-bottom: 25px;
}
  .custom-image-text-section>.image-text-wrapper:nth-of-type(odd) .text-container {
    padding-left: 0;
    padding-top: 20px;
}
  .custom-image-text-section>.image-text-wrapper {
    display: block !important;
}
section.collection-slider>.container>.slider-wrapper .image-wrapper>img {
    min-height: 300px;
    max-height: 300px;
}
}
@media(max-width:991px){
article.article__wrapper {
    display: block;
}
article.article__wrapper header.section-header + .blog-share {
    position: static;
    top: 0;
    margin: 0 0 30px;
}
.wrap-sidebar-article {
    padding-right: 15px;
}
.wrap-sidebar-article {
    padding-right: 0;
    flex-flow: column;
}
.wrap-sidebar-article aside.blog-sidebar {
    margin-top: 30px;
    position: static;
    top: 0;
    margin: 0 auto 50px;
    width: 100%;
    max-width: calc(100% - 30px);
}
.solar-window-section {
    padding: 40px 20px;
 }
  .heading {
    font-size: 33px !important;
    line-height: 42px !important;
 }
  .collection__products .grid {
    grid-template-columns: repeat(2,1fr);
}
  .solar-benefits-section {
    max-width: 100%;
}
  .solar-benefits-section>.solar-benefits-content {
    flex-flow: column;
    gap: 30px;
}
  .left-content {
    max-width: 100%;
    width: 100%;
    padding-right: 0;
}
 .solar-benefits-section>.solar-benefits-content>.right-content {
    max-width: 100%;
    padding-left: 70px;
}
  .solar-benefits-section .solar-benefits-image {
    position: static;
    max-width: 100%;
}
.solar-benefits-section:before {
    height: calc(100% - 250px);
    border-radius: 0 0 20px 20px;
    background-size: 110% 100%;
    background-repeat: no-repeat;
    background-position: -10px 0;
}
  .why-choose-solar {
    margin: 30px auto;
    gap: 30px;
    max-width: 100%;
    flex-flow: column-reverse;
}
  .why-choose-solar>div {
    max-width: 100%;
}
  .why-choose-solar>div.content-section .text-content {
    max-width: 100%;
}
  .why-choose-solar>div.content-section .text-content .description {
    min-height: 100px;
}
  .why-choose-solar>div.content-section {
    display: contents;
}
  .why-choose-solar .text-content {
    position: relative;
    z-index: 1;
}
  .why-choose-solar .image-section {
    position: relative;
    z-index: 1;
    order: 5;
}
  .why-choose-solar {
    gap: 30px;
    max-width: 100%;
    flex-flow: column;
}
  .why-choose-solar>div.benefit-boxes {
    order: 3;
}
  .solar-window-container>.solar-text {
    max-width: 100%;
    padding-right: 0;
}
  .solar-info-card {
    max-width: 100%;
}
  .solar-window-container {
    flex-wrap: wrap;
    gap: 20px;
}
  .solar-benefits-section {
    padding: 30px 20px;
}
  .testimonial-section .testimonial-quote span.quote-symbol {
    width: 70px;
    height: 60px;
    margin: 30px auto 20px;
}
  .testimonial-section .testimonial-quote p {
    font-size: 30px;
    line-height: 38px;
}
  .faq-section {
    padding: 40px 20px 70px;
}
  .faq-section .faq-list .faq-item .faq-question {
    font-size: 20px;
    line-height: 27px;
}
  .why-choose-solar>div.benefit-boxes {
    max-width: calc(100% - 40px);
    margin-left: auto;
}
  body .about-birmingham-wrapper>.grid {
    max-width: 1618px;
    margin: 60px auto 0;
    gap: 20px;
}
  body .about-birmingham-wrapper>.grid {
    display: block;
}
  body .about-birmingham-wrapper {
    padding: 65px 30px 75px;
}
  .benefit-box h4, body .about-birmingham-wrapper>.grid>.text-center h3 {
    margin-top: 10px;
}
  .window-film-section .window-film-form h2, .custom-image-text-section>p.section-subheading {
    font-size: 30px;
    line-height: 35px;
    margin: 0 0 8px;
}
  body#installation .solar-benefits-section {
    padding-bottom: 20px;
}
  .solar-benefits-section:before {
    height: calc(100% - 90px);
}
  body#installation>main#MainContent div.shopify-section:nth-of-type(5) .why-choose-solar .content-section .description p {
    margin-bottom: 30px;
}
  .testimonial-section .testimonial-quote p {
    font-size: 24px;
    line-height: 38px;
}
      .solar-benefits-section {
        padding: 58px 15px 0px;
    }
  .why-choose-solar > div.benefit-boxes {
	padding: 28px 36px 20px 50px;
}
  .why-choose-solar > div.benefit-boxes > .benefit-box {
	padding-bottom: 30px;
}
  .why-choose-solar > div.benefit-boxes > .benefit-box .image-text {
	left: -40px;
}
}
@media(max-width:767px){
  .mosaic__item__content.no-content {
    height: auto;
}
  .collection-banner .mosaic__wrapper>.mosaic__grid {
    padding: 0;
    display: block;
}
.collection-banner div.mosaic__item {
    padding: 10px 0px;
    min-height: auto;
    width: 100%;
}
.collection-banner div.mosaic__item figure.lazy-image {
    position: unset !important;
}
  .collection-banner div.mosaic__item .mosaic__item__inner {
    border-radius: 0 !important;
}

.collection-banner div.mosaic__item .mosaic__item__image {
    position: unset;
    width: 100%;
}
  .solar-window-section {
    padding: 19px 20px;
}
  .template-collection 
 .subheading {
    color: #939393;
    font-size: 14px;
}
  .heading {
    font-size: 22px !important;
    line-height: 27px !important;
    margin: 0 0 4px;
}
  .solar-info-card {
    padding: 18px 15px;
}

  .template-collection h3, div#product-grid>.product-grid-item>a p {
    font-size: 18px;
    line-height: 24px;
    margin: 0 0 10px;
}
  .solar-info-card .info-content h3 {
    max-width: 120px;
}
  .solar-info-card .buttons {
    gap: 8px;
}
  .solar-info-card .buttons>a.btn {
    margin: 0;
    height: 48px;
    font-weight: 400;
    font-size: 16px;
}
  .solar-benefits-section:before {
    border-radius: 0 0 20px 20px;
    background-size: 230% 100%;
    background-repeat: no-repeat;
    background-position: center;
}
  .solar-benefits-section>.solar-benefits-content p.subheading {
    color: #0AC6EC;
    opacity: 1;
}
  .solar-benefits-section {
    padding: 22px 20px;
    margin: 0;
}
  .left-content h2 {
    font-size: 22px;
}
  .solar-benefits-section>.solar-benefits-content>.right-content {
    max-width: 100%;
    padding-left: 40px;
}
  .benefit-boxes>.benefit-box .image-wrapper {
    left: -25px;
    width: 50px;
    height: 50px;
}.benefit-box img {
    width: 28px;
    height: auto;
}
  .benefit-boxes {
    padding: 33px 27px 25px 40px;
}
  .benefit-box {
    position: relative;
}
  .benefit-boxes>.benefit-box .image-wrapper {
    top: 0;
    left: -64px;
}
  .solar-benefits-section>.solar-benefits-content>.right-content {
    max-width: 100%;
    padding-left: 25px;
}
  .benefit-box h4, body .about-birmingham-wrapper>.grid>.text-center h3 {
    line-height: 23px;
    margin: 0 0 5px;
}
  .solar-benefits-section:before {
    height: calc(100% - 100px);
}
  .grp_custom_heading {
    color: #242C4E !important;
    text-align: center;
    font-weight: bold !important;
    font-size: 22px;
}
.grp-entangle-swiper-wrap {
    padding: 0 !important;
}
  .grp-entangle-item.grp-entangle-review-clamp {
    margin: 10px 0px;
}
  .why-choose-solar:before {
    background-position: 40% 100%;
}
  .why-choose-solar {
    padding: 20px;
}
  .why-choose-solar>div.content-section span.sub-heading {
    text-decoration: underline;
}
  .why-choose-solar>div.benefit-boxes {
    gap: 15px;
    padding: 28px 36px 20px 45px;
}
.why-choose-solar>div.benefit-boxes {
    padding: 20px 20px 20px 40px;
    max-width: calc(100% - 25px);
    margin-left: auto;
}
.why-choose-solar>div.benefit-boxes>.benefit-box .image-wrapper {
    width: 50px;
    height: 50px;
    left: -70px;
}
  .testimonial-section {
    text-align: center;
    padding: 60px 20px 30px;
    max-width: 1002px;
    margin: 0 auto;
}
  .testimonial-section h2.heading {
    max-width: 230px;
    margin: 0 auto 10px;
}
  .testimonial-section p.subheading {
    color: #000;
}
  .testimonial-section .testimonial-quote span.quote-symbol {
    width: 50px;
    height: 50px;
    margin: 20px auto 10px;
}
  .testimonial-section .testimonial-quote p {
    font-size: 22px;
    line-height: 29px;
    font-weight: 600 !important;
}
  .brand-slide img {
    max-width: 90px;
}
.faq-section {
    margin-top: 40px;
    display: flex;
    flex-flow: column;
}
.faq-section .faq-image {
    order: 1;
    margin-top: -90px;
}
  .faq-section .faq-list {
    order: 3;
}
  .faq-section>.faq-content {
    padding: 30px 0 30px;
    order: 2;
}
  .faq-section>.faq-content>p {
    margin: 10px 0 0;
}
  .faq-section .faq-list .faq-item .faq-question {
    font-size: 16px;
    line-height: 24px;
    padding: 10px;
}
  .faq-section .faq-list .faq-item div.faq-answer {
    padding: 15px 0 20px;
    font-size: 16px;
    line-height: 24px;
}
  .benefits-container {
    flex-flow: column;
}
  .benefits-container .divider {
    height: 1px;
    width: 200px;
    background: #fff;
}
  .benefits-bar .benefit-item {
    padding: 20px 0px;
}
  .benefits-bar .benefits-container h3 {
    font-size: 16px;
    color: #fff;
    margin: 0;
    line-height: 28px;
}
  .page-banner.img-in {
    padding: 10px 0 0;
}
  .page-banner.img-in>.mosaic__wrapper div.text-light {
    padding: 0 !important;
    min-height: auto;
}
  body .about-birmingham-wrapper>.grid {
    display: block;
}

.benefit-box h4, body .about-birmingham-wrapper>.grid>.text-center h3 {
    margin-top: 10px;
}

.page-banner.img-in>.mosaic__wrapper div.text-light .mosaic__item__image {
    position: unset;
    border-radius: 0 !important;
    width: 100%;
}

.page-banner.img-in>.mosaic__wrapper div.text-light .mosaic__item__image figure.lazy-image {
    position: unset;
}

.page-banner.img-in>.mosaic__wrapper {
    padding: 0 20px;
}

.page-banner.img-in>.mosaic__wrapper .mosaic__grid.carousel--mobile {
    padding: 0;
    display: block;
}

.page-banner.img-in>.mosaic__wrapper .mosaic__grid.carousel--mobile div#mosaicItem--image_t3iEkp {
    max-width: 100%;
    width: 100%;
    border-radius: 0 !important;
}

.page-banner.img-in>.mosaic__wrapper .mosaic__grid.carousel--mobile div#mosaicItem--image_t3iEkp .mosaic__item__inner {
    border-radius: 0;
}
  .window-film-section {
    padding: 20px 20px 35px !important;
}
  .window-film-section .window-film-form h3, .custom-image-text-section>h2.section-heading {
    font-size: 14px !important;
}
  .window-film-section>.window-film-text .offer-box {
    padding: 20px;
    flex-direction: column-reverse;
}
  .window-film-section .window-film-form {
    padding: 18px;
}
  .window-film-section .window-film-form form .wrap-phn-email {
    grid-template-columns: repeat(1,1fr);
    gap: 15px;
}
  .window-film-section .window-film-form h2 {
    font-size: 18px;
    margin-bottom: 30px;
}
  .window-film-section .window-film-form form .contact-time {
    flex-flow: column;
}

.window-film-section .window-film-form form .contact-time br {
    display: none;
}
  .window-film-section .window-film-form form .contact-time {
    gap: 10px;
}
  .window-film-section .window-film-form form {
    grid-row-gap: 17px;
}
  .custom-image-text-section {
    padding: 30px 20px !important;
    margin-top: 150px;
}
  .window-film-section .window-film-form h2, .custom-image-text-section>p.section-subheading {
    font-size: 22px;
    line-height: 30px;
    margin: 0 0 8px;
}
  .custom-image-text-section>p.section-subheading {
    margin-bottom: 30px;
}
  .custom-image-text-section>.image-text-wrapper:nth-of-type(odd)>.image-container {
    padding-right: 0;
    margin: 0;
}
  .custom-image-text-section>.image-text-wrapper h3 {
    font-size: 22px;
    margin: 0 0 15px;
    line-height: 28px;
    color: #0AC6EC;
}
  .text-content h2, .discount-banner>.banner-content h1 + p, body .about-birmingham-wrapper .text-center h2 {
    font-size: 22px;
    line-height: 30px;
    margin: 0 0 11px;
}
  .discount-banner {
    padding: 30px 20px !important;
}
  .discount-banner>.banner-content:before {
    width: 100px;
    height: 100px;;
    margin: 0 0 15px;
}
  body .about-birmingham-wrapper {
    padding: 25px 20px 75px;
}
  body .about-birmingham-wrapper>.grid .text-center {
    margin-bottom: 20px;
}
  body .about-birmingham-wrapper>.grid {
    margin: 30px auto 0;
}
  .wrapper--full-padded .collection__inner {
    max-width: 100%;
    width: 100%;
}
  .window-film-section .window-film-form form .contact-time {
    flex-flow: unset;
    flex-wrap: wrap;
}

.window-film-section .window-film-form form .contact-time input.interest-checkbox {
    margin: 0;
}

.window-film-section .window-film-form form .contact-time {
    display: block;
}

.window-film-section .window-film-form form .contact-time br {
    display: block;
}
  body#installation .why-choose-solar {
    margin-top: 15px;
}
  body#installation .solar-benefits-section>.solar-benefits-content .right-content .benefit-boxes .benefit-box .image-wrapper {
    width: 50px;
    height: 50px;
    left: -60px;
    top: 0;
    transform: unset;
}
  body#installation>main#MainContent div.shopify-section:nth-of-type(5) .why-choose-solar .benefit-boxes .benefit-box .image-text {
    left: -60px;
    width: 50px;
    height: 50px;
    top: 0;
}
  body#installation>main#MainContent div.shopify-section:nth-of-type(5) .why-choose-solar .benefit-boxes .benefit-box .image-text p {
    font-size: 14px;
    line-height: 16px;
}
  .window-film-section .window-film-form form .contact-time input[type="checkbox"] {
    width: 47px;
    height: 47px;
}
  .testimonial-section h2.heading {
    margin: 0 auto 10px !important;
}
  .brand-slider .brand-slider-container .brand-slide.slick-slide {
    display: flex;
    justify-content: center;
}
  section.collection-slider>.container>.slider-wrapper a {
    max-width: 100%;
    width: 100%;
}

section.collection-slider>.container>.slider-wrapper .image-wrapper>img {
    max-height: max-content;
}
  section.collection-slider>.container>.slider-wrapper .image-wrapper .text-overlay {
    position: unset;
}

section.collection-slider>.container>.slider-wrapper ul.slick-dots {
    position: unset;
    max-width: max-content;
    margin: 30px auto 0;
    display: flex;
    gap: 10px;
}

section.collection-slider>.container>.slider-wrapper ul.slick-dots li {
    margin: 0;
    width: auto;
    height: auto;
}

section.collection-slider>.container>.slider-wrapper ul.slick-dots li button {
    padding: 0;
    width: 12px;
    height: 12px;
    background: #fff;
}

section.collection-slider>.container>.slider-wrapper ul.slick-dots li button::before {
    display: none;
}

section.collection-slider>.container>.slider-wrapper ul.slick-dots li.slick-active button {
    background: #8d7b7b !important;
}

section.collection-slider>.container>.slider-wrapper button.slick-arrow {
    position: absolute;
    top: unset;
    bottom: -13px;
    opacity: 1;
    width: auto;
    height: auto;
}

section.collection-slider>.container>.slider-wrapper button.slick-arrow::before {
    opacity: 1;
    content: "";
    background-image: url(/cdn/shop/files/32213.png?v=1746181032);
    width: 18px;
    height: 18px;
    display: block;
    background-position: center;
    background-size: contain;
    filter: invert(75%) sepia(14%) saturate(17%) hue-rotate(87deg) brightness(98%) contrast(104%);
}

section.collection-slider>.container>.slider-wrapper button.slick-arrow.slick-next {
    right: calc(50% - 60px);
}

section.collection-slider>.container>.slider-wrapper button.slick-arrow.slick-prev {
    left: calc(50% - 60px);
}

section.collection-slider>.container>.slider-wrapper button.slick-arrow.slick-prev::before {
    transform: scale(-1);
}
  section.collection-slider>.container>.slider-wrapper .image-wrapper .text-overlay span.shop-now {
    color: #0AC6EC;
    text-decoration: underline;
}
  .discount-banner {
    position: relative;
}

.discount-banner:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(36, 44, 78, 0.4);
}

.discount-banner>.banner-content {
    z-index: 1;
}
  .why-choose-solar > div.benefit-boxes > .benefit-box .image-text {
	left: -74px;
	width: 66px;
	height: 66px;
}

.shopify-section.collection-slider {
  margin: 0;
  margin-top: 140px;
}

.window-film-section>.window-film-text .sub-heading {
  font-size: 14px;
  line-height: 17px;
  margin-bottom: 12px;
}

.window-film-section>.window-film-text h1 {
  font-size: 22px;
  line-height: 27px;
  margin-bottom: 12px;
}

.window-film-section>.window-film-text .description-container p {
  font-size: 16px;
  line-height: 22px;
}

.window-film-section>.window-film-text .google-reviews {
  margin-inline: auto;
}
}
@media(max-width:567px){
  section.collection-slider>.container>.slider-wrapper .image-wrapper>img {
    max-height: 180px;
    min-height: 180px;
}
  section.collection-slider>.container {
    padding: 0 20px;
}
  section.collection-slider>.container>.slider-wrapper .image-wrapper {
    border-radius: 10px;
}
  section.collection-slider>.container>.slider-wrapper .image-wrapper>img {
    max-height: 170px;
    min-height: 170px;
    border-radius: 10px;
}
  section.collection-slider>.container>.slider-wrapper ul.slick-dots {
    margin: 15px auto 0;
}
  section.collection-slider>.container>.slider-wrapper .image-wrapper .text-overlay {
    padding: 10px 0px;
}
  section.collection-slider>.container>.slider-wrapper .image-wrapper .text-overlay span.shop-now {
    font-size: 16px;
}
  section.collection-slider>.container>.slider-wrapper ul.slick-dots li button {
    width: 9px;
    height: 9px;
}
  section.collection-slider>.container>.slider-wrapper button.slick-arrow.slick-prev {
    left: calc(50% - 50px);
}
  section.collection-slider>.container>.slider-wrapper button.slick-arrow.slick-next {
    right: calc(50% - 50px);
}
  section.collection-slider {
    padding: 50px 0 10px;
}
  .custom-image-text-section>.image-text-wrapper a.btn {
    max-width: 100%;
    height: 45px;
}
}
.why-choose-solar>div.benefit-boxes>.benefit-box .benefit-info p {
    color: #fff !important;
}
.solar-info-card .info-content p {
    color: #fff;
}
.benefit-boxes .benefit-info p {
    color: #fff !important;
}

body.template-collection .benefit-box .col-whi p {
    color: #fff;
}
.solar-benefits-section>.solar-benefits-content {
    position: static;
} 

@media(max-width:1199px) and (min-width:992px){
  .solar-benefits-section>.solar-benefits-content .benefit-boxes {
    gap: 14px;
    padding: 33px 17px 25px 60px;
}

  .solar-benefits-section>.solar-benefits-content h4 {
    font-size: 19px;
    padding-right: 10px;
    line-height: 1.5;
}

  .solar-benefits-section>.solar-benefits-content p {
    font-size: 16px;
}
}
.why-choose-solar>div.benefit-boxes > div {
    gap: 15px;
}
html body h2.h2  {
  color: #242C4E !important;
}



/* 9-7-2025  */

 .feature-section-container .main-content-container {
    justify-content: flex-start !important;
}
  .feature-item-container .feature-item {
    min-height: 90px;
}
@media(max-width: 768px){
  .feature-section-container .main-content-container .feature-main-image {
      position: relative !important;
      bottom: 0!important;
      width: 100% !important;
  }
  .feature-section-container .feature-main-content .feature-item-container{
      margin-bottom: 50px !important;
  }
  .feature-item-container .feature-item h3 {
      max-width: 100% !important;
  }
}

/* 28-07 */
.solar-info-card h3 {
    color: #fff;
    margin: 0 0 11px;
    font-size: 28px;
    margin: 0 0 11px;
    line-height: 44px;
}
.solar-info-card a.btn {
    background: #0AC6EC;
    border: 0;
    border-radius: 8px;
    height: 40px;
    font-size: 18px;
    text-transform: unset;
    letter-spacing: 0;
    line-height: 26px;
    font-family: 'Lato';
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 10px;
}

