@import url(https://fonts.googleapis.com/css2?family=Raleway:wght@200;300;500;600;700&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;600;700&display=swap);
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.flex-box {
  display: flex;
}
.solar {
  font-family: 'Rubik', sans-serif !important;
}
.container {
  width: clamp(300px, 90%, 1024px) !important;
  margin: auto;
}
.solar .header {
  position: relative;
  margin-bottom: 6rem;
}
.solar .header .container {
  min-height: 60vh;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.solar .header img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  object-fit: cover;
  object-position: bottom left;
  max-height: 700px;
  filter: brightness(0.8);
}
.solar .header .header-left {
  width: 50%;
  color: #fff;
}
.solar .header .title {
  margin: 0 0 0 -7rem;
  text-shadow: 2px 2px 16px #000;
  font-size: 40px;
}
@media screen and (width < 1200px) {
  .solar .header .title {
    margin: 0 0 0 0;
    text-align: center;
  }
}
@media screen and (width < 769px) {
  .solar .header .title {
    margin: 5rem 0 0 0;
  }
}
.solar .header h1 {
  font-family: 'Raleway', sans-serif;
  font-size: 2.5rem;
  font-weight: 800;
  margin: 1rem 0;
}
.solar .header h1 span {
  color: #159338;
}
.solar .mySwiper-header .swiper-wrapper {
  padding: 1rem 0 2rem;
}
.solar .mySwiper-header {
  margin: 0;
  width: 100%;
  overflow: hidden;
}
.solar .mySwiper-header .swiper-pagination {
  display: inherit;
  transform: translateY(10px);
}
.solar .mySwiper-header .swiper-pagination-bullet {
  background-color: transparent;
  border: 1px solid #fff;
  opacity: 1 !important;
}
.solar .mySwiper-header .swiper-pagination-bullet-active {
  background-color: #fff;
}
.solar .mySwiper-header .swiper-button-next::after,
.solar .mySwiper-header .swiper-button-prev::after {
  font-size: 1rem;
  font-weight: 600;
}
.solar .mySwiper-header .swiper-button-next,
.solar .mySwiper-header .swiper-button-prev {
  display: flex;
  color: rgb(62, 165, 199);
  height: 30px;
  width: 30px;
  border-radius: 50%;
  border: 2px solid #fff;
  background-color: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.155);
}
.solar .mySwiper-header .swiper-button-next {
  right: 0;
}
.solar .mySwiper-header .swiper-button-prev {
  left: 0;
}
.solar .mySwiper-header .swiper-slide {
  color: #000;
  display: flex;
  background-color: #fbf2e2;
  border-radius: 1rem;
  padding: 2rem;
  height: 150px;
  align-items: center;
}
.solar .mySwiper-header .swiper-slide:nth-child(2n) {
  background-color: #eee0ff;
}
.solar .mySwiper-header .swiper-slide img {
  all: unset;
  width: 4rem;
  margin: auto;
}
.solar .mySwiper-header .swiper-slide p {
  display: flex;
  flex-direction: column;
  font-weight: 300;
}
.solar .mySwiper-header .swiper-slide span {
  font-size: 12px;
  margin-top: 2rem;
}
.solar .mySwiper-header .swiper-pagination {
  display: flex;
  align-items: center;
  height: 1rem;
}
.solar .header .form {
  width: 50%;
  display: flex;
  justify-content: center;
}
.solar .header form {
  width: clamp(320px, 90%, 430px);
  background: #fff;
  border-radius: 1.5rem;
  padding: 1.5rem 2rem;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.121);
}
.solar .header form h3 {
  font-family: 'Raleway', sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
  opacity: 0.8;
}
.solar .header form p {
  opacity: 0.7;
}
.solar .header form .dots {
  padding: 1rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.solar .header form .dots .dot {
  height: 8px;
  width: 8px;
  outline: 2px solid #009432;
  margin: 1px;
  border-radius: 50%;
}
.solar .header form .dots .dot.active {
  background-color: #009432;
}
.solar .header form .dots .line {
  width: 60px;
  height: 0;
  outline: 1px dashed gray;
}
.solar .header form h4 {
  font-size: 1rem !important;
  font-weight: 600;
  opacity: 0.7;
  margin-top: 1rem;
  margin-bottom: 0;
}
.solar .header form input[type='text'],
.solar .header form input[type='email'],
.solar .header form input[type='tel'],
.solar .header form input[type='date'],
.solar .header form input[type='number'] {
  padding: 0.75em 1em;
  border: 1px solid gray;
  border-radius: 5px;
  height: 2.5rem;
  width: 100%;
  font-size: 0.9rem;
}
.solar .header form input[type='radio'] {
  display: none;
}
.solar .header form .radio-cont {
  display: grid;
  padding-block: 1rem 0.5rem;
  grid-template-columns: 1fr 1fr;
}
.solar .header form .radio-cont label {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.solar .header form .radio-cont label:nth-child(6) {
  margin-top: 10px;
  grid-column: 1/3;
}
.solar .header form .radio-cont label p {
  font-size: 0.95rem;
  opacity: 0.7;
  font-weight: 400;
}
.solar .header form .radio-cont .radio-dot {
  display: block;
  height: 18px;
  width: 18px;
  border-radius: 50%;
  margin-right: 1ch;
  border: 1px solid gray;
  margin-top: -18px;
}
.solar .header form .radio-cont input[type='radio']:checked + label .radio-dot {
  background: url(./img/tick.jpg);
  background-size: 19px 19px;
  border: none;
  background-position: center;
}
.solar .header form .flex-box {
  align-items: center;
}
.solar .header form .price_ave {
  align-items: normal;
}
.solar .header form .radio-btn-deck {
  display: flex;
  align-items: center;
  border: 1px solid #009432;
  height: 2.5rem;
  border-radius: 4px;
  overflow: hidden;
  margin: 0 0 1rem 0;
  margin-right: 1rem;
}
.solar .header form .radio-btn-deck label {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.85rem;
  width: 90px;
  color: #009432;
  cursor: pointer;
  margin: 0;
}
.solar .header form .radio-btn-deck label:last-child {
  border-left: 1px solid #009432;
}
.solar .header form .radio-btn-deck input[type='radio']:checked + label {
  background-color: #00943122;
}
.solar .header form button {
  padding: 0.9em 2em;
  border: none;
  font-weight: 400;
  border-radius: 3px;
  cursor: pointer;
  font-size: 0.8rem;
}
.solar .header form button.primary {
  background-color: #ff4501;
  color: #fff;
  margin-left: auto;
  width: 150px !important;
}
.solar .header form button.secondary {
  color: #009432;
  border: 1px solid #009432;
  background-color: transparent;
}
.solar .header form .step1 {
  position: relative;
}
.solar .header form .step2 {
  position: absolute;
  height: 101%;
  width: 101%;
  top: -2px;
  left: -2px;
  background-color: #fff;
  opacity: 0;
  pointer-events: none;
  transition: 0.3s opacity ease;
  z-index: 3;
  display: flex;
  flex-direction: column;
}
.solar .header form .step2.show {
  opacity: 1;
  pointer-events: all;
}
.solar .header form .step2 h4 {
  margin-bottom: 3rem;
}
.solar .header form .step2 input {
  margin: 0.5rem 0;
}
.solar .header form .step2 .flex-box {
  margin-top: auto;
  flex-direction: row;
  justify-content: space-between;
}
.solar .header form .step2 button {
  width: fit-content;
}
.solar .header form .step3 {
  position: absolute;
  height: 101%;
  width: 101%;
  top: -2px;
  left: -2px;
  background-color: #fff;
  opacity: 0;
  pointer-events: none;
  transition: 0.3s opacity ease;
  z-index: 5;
  display: flex;
  flex-direction: column;
}
.solar .header form .step3.show {
  opacity: 1;
  pointer-events: all;
}
.solar .header form .step3 h4 {
  margin-bottom: 3rem;
}
.solar .header form .step3 input {
  margin: 0.5rem 0;
}
.solar .header form .step3 .flex-box {
  margin-top: auto;
}
.solar .header form .step3 button {
  width: fit-content;
}
.solar .how-it-works {
  padding: 2rem 0;
}
.solar .how-it-works h3 {
  font-family: 'Raleway', sans-serif;
  font-size: 1.7rem;
  font-weight: 600;
  margin-bottom: 2rem;
}

.solar .how-it-works .grid .item {
  max-width: 200px;
  min-width: 160px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.white-box2 {
  width: 100%;
  background-color: #eeeeee;
  padding: 10px;
  height: 220px;
  border-radius: 20px;
  position: relative;
}
.solar .how-it-works .grid {
  display: grid;
  width: 100%;
  grid-template-columns: 3fr 1fr 3fr 1fr 3fr 1fr 3fr 1fr 3fr 1fr;
  gap: 2rem 1rem;
  place-items: center;
}
.solar .how-it-works .grid .item:nth-child(1) {
  grid-column: 1;
}
.solar .how-it-works .grid .item:nth-child(9) {
  grid-column: 7;
  grid-row: 1;
}
.solar .how-it-works .grid .item:nth-child(12) {
  grid-column: 9;
  grid-row: 1;
}
.solar .how-it-works .grid .item:nth-child(15) {
  grid-column: 9;
  grid-row: 2;
}
.solar .how-it-works .grid .arr-ver:nth-child(5) {
  display: none;
}
.solar .how-it-works .grid .arr-hor:nth-child(7) {
  /* display: none; */
}
.solar .how-it-works .grid .arr-ver:nth-child(8) {
  grid-column: 10;
  grid-row: 1/3;
}
.solar .how-it-works .grid .arr-hor:nth-child(10) {
  grid-column: 8;
  grid-row: 1;
  /* transform: scaleX(-1); */
}
.solar .how-it-works .grid .arr-ver:nth-child(11) {
  display: none;
}
.solar .how-it-works .grid .arr-hor:nth-child(13) {
  grid-column: 8;
  grid-row: 2;
  transform: scaleX(-1);
}
.solar .how-it-works .grid .arr-ver:nth-child(14) {
  display: none;
}
.solar .how-it-works .grid .arr-hor:nth-child(16) {
  display: none;
}
.solar .how-it-works .grid .arr-ver:nth-child(17) {
  grid-column: 1;
  grid-row: 2/4;
  transform: scaleX(-1);
  display: none;
}
.solar .how-it-works .grid .item:nth-child(18) {
  grid-column: 7;
  grid-row: 2;
}
.solar .how-it-works .grid .arr-hor {
  width: 50px;
}
.solar .how-it-works .grid .item img {
  height: 60px;
  display: block;
  margin: 1rem auto;
}
.solar .how-it-works .grid .item .white-box2 .flex-box {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
}
.solar .how-it-works .grid .item .flex-box span {
  height: 25px;
  width: 25px;
  margin-right: 10px;
  border-radius: 50%;
  background-color: #333;
  color: #fff;
  display: grid;
  place-items: center;
  position: absolute;
  top: 6px;
  left: 6px;
}
.solar .how-it-works .grid .item .flex-box p {
  flex: 1;
  text-align: center;
  font-weight: 400;
  font-size: 14px;
}
.solar .how-it-works .grid .item .flex-box p span {
  background-color: transparent;
  width: auto;
  height: auto;
  border-radius: 0;
  color: #000;
  margin: 0;
  font-family: 'Raleway', sans-serif;
  font-weight: 500;
  margin-bottom: 5px;
}
.solar .why-work-with-us {
  padding: 2rem 0;
}
.solar .why-work-with-us .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.solar .why-work-with-us h3 {
  font-family: 'Raleway', sans-serif;
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 1rem;
}
.solar .why-work-with-us p {
  margin: 1rem 0;
  max-width: 700px;
  opacity: 0.8;
}
.solar .why-work-with-us .flex-box {
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-around;
}
.solar .why-work-with-us .flex-box .item {
  display: flex;
  flex-direction: column;
  width: 200px;
  margin: 2rem 0;
}
.solar .why-work-with-us .flex-box .item span {
  font-size: 2.5rem;
  font-weight: 600;
  color: #009432;
}
.solar .why-work-with-us .flex-box .item h5 {
  font-size: 1rem;
  opacity: 0.8;
}
.solar .benifits {
  padding: 2rem 0;
}
.solar .benifits .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.solar .benifits h3 {
  font-family: 'Raleway', sans-serif;
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 1rem;
}
.solar .benifits p {
  margin: 1.5rem 0;
  max-width: 700px;
  opacity: 0.8;
}
.solar .benifits .flex-box {
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-around;
  padding: 1rem 0;
}
.solar .benifits .flex-box .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 250px;
  width: 250px;
  border-radius: 1rem 0 1rem 0;
  padding: 1.5rem;
  margin: 1rem;
  background-color: #009432;
  color: #fff;
  box-shadow: 0 0 15px #00000022, 0 0 5px #0002;
}
.solar .benifits .flex-box .item img {
  height: 85px;
  width: 85px;
  border-radius: 50%;
}
.solar .benifits .flex-box .item h5 {
  font-size: 1.3rem;
  margin-block: 1rem 0.5rem;
}
.solar .benifits .flex-box .item p {
  opacity: 1;
  font-size: 0.9rem;
  margin: 0;
}
.solar .gallery {
  padding: 3rem 0;
}
.solar .gallery h3 {
  font-family: 'Raleway', sans-serif;
  font-size: 1.7rem;
  font-weight: 600;
  margin-bottom: 1rem;
}
.solar .gallery .filter {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 5px 10px;
}
.solar .gallery .filter input {
  display: none;
}
.solar .gallery .filter input:checked + label {
  background-color: #02943322;
  color: #029433;
  border: 1px solid #029433;
}
.solar .gallery .filter label {
  font-family: 'Rubik', sans-serif;
  padding: 10px 7px;
  border: 1px solid #cbcbcb;
  border-radius: 3px;
  background-color: #fff;
  font-weight: 400;
  font-size: 13px;
  cursor: pointer;
  opacity: 0.9;
}
.solar .gallery .card-cont {
  margin-top: 1.5rem;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  gap: 1rem;
}
.solar .gallery .card-cont .card-item {
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  height: 200px;
  width: clamp(300px, 30%, 400px);
  cursor: pointer;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.11);
}
.solar .gallery .card-cont .card-item img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.solar .gallery .card-cont .card-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 80%;
  width: 100%;
  background: linear-gradient(to top, rgba(0, 0, 0, 1), transparent);
  z-index: 2;
}
.solar .gallery .card-cont .card-item h4 {
  position: absolute;
  bottom: 1rem;
  font-weight: 500;
  color: #fff;
  text-align: center;
  z-index: 3;
  width: 100%;
  font-size: 1rem;
}
.solar .partners {
  padding: 3rem 0;
}
.solar .partners h3 {
  font-family: 'Raleway', sans-serif;
  font-size: 1.7rem;
  font-weight: 600;
  margin-bottom: 1rem;
}
.solar .partners .item-deck {
  margin-top: 2rem;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.solar .partners .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 250px;
}
.solar .partners .item img {
  height: 75px;
  width: 250px;
  object-fit: contain;
  margin: 25px 0;
}
.solar .partners .item p {
  opacity: 0.8;
}
.solar .partners .item a {
  padding: 10px 8px;
  background-color: #029432;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  margin: 20px auto 0;
  display: block;
  width: fit-content;
  text-decoration: none;
  border-radius: 3px;
}
.solar .products-service {
  padding: 3rem 0;
  background-color: #f5f6fa;
}
.solar .products-service h3 {
  font-family: 'Raleway', sans-serif;
  font-size: 1.7rem;
  font-weight: 600;
  margin-bottom: 1rem;
  width: 100%;
}
.solar .products-service .tab {
  display: flex;
  flex-wrap: wrap;
}
.solar .products-service .tab-title-radio {
  display: none;
}
.solar .products-service .tab-title-label {
  margin-right: 1.5rem;
  margin-top: 1rem;
  color: #029432;
  cursor: pointer;
}
.solar .products-service .tab-title-radio:checked + .tab-title-label {
  font-weight: 600;
  padding-bottom: 10px;
  border-bottom: 3px solid #029432;
}
.solar .products-service .tab-content {
  width: 100%;
  display: none;
  order: 1;
  margin-top: 1rem;
}
.solar .products-service .tab-title-radio:checked + .tab-title-label + .tab-content {
  display: initial;
}
.solar .products-service .filter {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 5px 10px;
}
.solar .products-service .filter span {
  opacity: 0.8;
  font-size: 14px;
}
.solar .products-service .filter input {
  display: none;
}
.solar .products-service .filter input:checked + label {
  background-color: #029432;
  color: #fff;
}
.solar .products-service .filter select,
.solar .products-service .filter label {
  font-family: 'Rubik', sans-serif;
  padding: 10px 7px;
  border: 1px solid #cbcbcb;
  border-radius: 3px;
  background-color: #fff;
  font-weight: 400;
  font-size: 13px;
  cursor: pointer;
  opacity: 0.9;
  margin-bottom: 0;
}
.solar .products-service .filter select {
  background-image: url(./img/down-fill-arrow-ico-512.webp);
  background-size: 10px;
  background-repeat: no-repeat;
  background-position: 90%;
  padding-right: 30px;
  appearance: none;
}
.solar .products-service .card-cont {
  display: flex;
  flex-wrap: wrap;
  margin-top: 1rem;
  gap: 15px;
}
.solar .products-service .card-item {
  padding: 10px;
  border-radius: 10px;
  width: calc(50% - 20px);
  min-width: 300px;
  background-color: #fff;
  display: grid;
  grid-template-columns: 25% auto;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.11);
  gap: 5px 10px;
  text-align: left;
}
.solar .products-service .card-item img {
  width: 100%;
  border-radius: 8px;
  grid-row: 1/5;
}
.solar .products-service .card-item h4 {
  font-family: 'Raleway', sans-serif;
  font-size: 1rem;
  font-weight: 700;
  opacity: 0.9;
  margin-top: 5px;
}
.solar .products-service .card-item .price {
  grid-column: 2;
  font-weight: 500;
  margin-top: 5px;
  font-size: 0.9rem;
}
.solar .products-service .card-item .price span {
  color: #029432;
}
.solar .products-service .card-item .price strike {
  opacity: 0.6;
}
.solar .products-service .card-item .discount {
  font-size: 11px;
  background-color: #f8990f;
  padding: 3px 5px;
  width: fit-content;
  font-weight: 500;
  color: #fff;
  border-radius: 3px;
}
.solar .products-service .card-item ul {
  padding-left: 1rem;
  font-size: 13px;
  opacity: 0.7;
}
.solar .products-service .card-item .card-end {
  grid-column: 1/3;
  display: flex;
  align-items: center;
  margin-top: 1rem;
}
.solar .products-service .card-item .card-end img {
  height: 35px;
  width: 60px !important;
  object-fit: contain;
}
.solar .products-service .card-item .card-end p {
  font-size: 13px;
  margin-left: 15px;
  color: #029432;
  margin-right: auto;
}
.solar .products-service .card-item .card-end button,
.solar .products-service .card-item .card-end a {
  font-family: 'Rubik', sans-serif;
  padding: 10px;
  font-size: 12px;
  font-weight: 500;
  background-color: #ff4501;
  color: #fff;
  text-decoration: none;
  outline: 2px solid #ff4501;
  border-radius: 2px;
  cursor: pointer;
}
.solar .products-service .card-item .card-end button {
  border: none;
  background-color: #fff;
  color: #ff4501;
  margin-right: 10px;
}
.solar .products-service .vall {
  padding: 10px 8px;
  background-color: #029432;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  margin: 20px auto 0;
  display: block;
  width: fit-content;
  text-decoration: none;
  border-radius: 3px;
}
.solar .banner .container {
  border-radius: 2rem;
  background-color: #e4e8f6;
  display: grid;
  grid-template-columns: 200px 1fr 1fr;
  grid-template-rows: 3rem auto auto 3rem;
  overflow: hidden;
  width: clamp(300px, 90%, 670px) !important;
}

@media (min-width: 1200px) {
  .solar .header form {
    margin-top: 5rem;
    margin-bottom: -8rem;
  }
  .solar .banner .container {
    width: 50%;
    margin-left: 2%;
    margin-top: -208px;
    grid-template-columns: 120px 1fr 1fr;
    grid-template-rows: 2rem auto auto 2rem;
  }
}
@media (min-width: 1366px) {
  .solar .banner .container {
    margin-left: 5%;
  }
}
.solar .banner img {
  margin: auto auto 0;
  grid-row: 1/5;
  width: 80%;
  transform: translateY(5px);
}
.solar .banner h4 {
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  opacity: 0.9;
  font-size: 1.3rem;
  grid-row: 2;
  grid-column: 2;
  padding: 0 5%;
}
.solar .banner p {
  opacity: 0.8;
  grid-column: 2;
  grid-row: 3;
  padding: 0 5%;
  font-size: 1.1rem;
}
.solar .banner ul {
  grid-column: 3;
  grid-row: 2/4;
}
.solar .banner ul li {
  display: flex;
  align-items: center;
  list-style: none;
  margin-bottom: 0.5rem;
}
.solar .banner ul img {
  all: unset;
  height: 1rem;
  margin-right: 1rem;
}
.solar .banner a {
  margin-top: 1rem;
  padding: 10px 15px;
  background-color: #ff4501;
  color: #fff;
  font-weight: 600;
  border-radius: 3px;
  font-size: 13px;
  text-decoration: none;
  display: block;
  width: fit-content;
}
.solar .find-solar {
  padding: 3rem 0;
}
.solar .find-solar h3 {
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  opacity: 0.9;
  font-size: 1.5rem;
  margin-bottom: 1rem;
}
.solar .find-solar p {
  opacity: 0.8;
  margin-bottom: 1rem;
}
.solar .find-solar ol {
  padding: 0 0 0 2rem;
}
.solar .find-solar ol li {
  opacity: 0.8;
  margin-bottom: 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
}
.solar .find-solar ol li b {
  color: #000;
}
.solar .find-solar ul {
  padding-left: 1.5rem;
}
.solar .find-solar ul li {
  margin-bottom: 1rem;
  font-weight: 500;
  opacity: 0.9;
}
.solar .find-solar ul li::marker {
  color: #009432;
  font-size: 1.5rem;
}
.solar .clients {
  padding: 3rem 0;
  background-color: #f8e8e0;
}
.solar .clients h3 {
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  opacity: 0.9;
  font-size: 1.5rem;
  margin-bottom: 1.5rem;
  margin-left: 5%;
}
.solar .clients .swiper {
  width: 95%;
  margin-inline: auto 0;
}
.solar .clients .swiper-wrapper {
  padding: 1rem 0;
}
.solar .clients .swiper-slide {
  position: relative;
  display: grid;
  grid-template-columns: 75px auto;
  grid-template-rows: auto 1rem;
  padding: 2rem 1rem;
  width: clamp(300px, 80%, 500px);
  gap: 0 2rem;
  min-height: 100px;
  background-color: transparent !important;
}
.solar .clients .swiper-slide::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: calc(100% - 50px);
  height: 100%;
  background-color: #fff;
  border-radius: 2rem;
  z-index: -1;
}
.solar .clients .swiper-slide img {
  border-radius: 50%;
  grid-row: 1/3;
  width: 100%;
}
.solar .clients .swiper-slide p {
  font-style: italic;
  font-weight: 300;
  font-size: 14px;
}
.solar .clients .swiper-slide span {
  grid-column: 2;
  grid-row: 2;
  font-size: 13px;
  font-weight: 500;
}
.solar .mySwiper-model .swiper-button-next,
.solar .mySwiper-model .swiper-button-prev {
  border: none;
}
.solar .mySwiper-model .swiper-button-next::after,
.solar .mySwiper-model .swiper-button-prev::after {
  color: #fff;
}
.solar .clients .swiper-button-next::after,
.solar .clients .swiper-button-prev::after {
  font-size: 1.2rem;
  font-weight: 600;
}
.solar .clients .swiper-button-next,
.solar .clients .swiper-button-prev {
  color: #ff4501;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  border: 2px solid #ff4501;
  background-color: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.155);
}
.solar .clients .swiper-button-next.swiper-button-disabled,
.solar .clients .swiper-button-prev.swiper-button-disabled {
  display: none !important;
}
.solar .clients .swiper-pagination {
  display: none;
}
.solar .faq {
  padding: 3rem 0;
}
.solar .faq h3 {
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  display: flex;
  align-items: center;
  height: 4rem;
  padding-bottom: 2rem;
  font-size: 1.5rem;
  border-bottom: 2px solid #d4d5dd;
}
.solar .faq h3 img {
  margin-right: 0.75em;
  height: 3rem;
}
.solar .faq ul li {
  list-style: none;
  border-bottom: 2px solid #d4d5dd;
  padding: 0;
}
.solar .faq ul li label {
  padding: 1.5rem 0 0.5rem 0;
  cursor: pointer;
}
.solar .faq ul li input {
  display: none;
}
.solar .faq ul li h4 {
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  opacity: 0.9;
  font-size: 1.1rem;
  display: flex;
  align-items: center;
  cursor: pointer;
  justify-content: space-between;
}
.solar .faq ul li h4 img {
  margin-left: auto;
}
.solar .faq ul li input:checked + label h4 {
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  font-size: 1.1rem;
}
.solar .faq ul li input:checked + label h4 img {
  transform: scaleY(-1);
}
.solar .faq ul li p {
  color: #71757b;
  max-height: 0;
  overflow: hidden;
  transition: all 0.5s ease;
  line-height: 2em;
  margin: 0;
}
.solar .faq ul li input:checked + label p {
  max-height: 100%;
  margin: 1rem 0 0.5rem;
}
.solar .explore {
  padding: 3rem 0;
  background-color: #ddf4f3;
}
.solar .explore h3 {
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  margin-bottom: 1rem;
  margin-left: 5%;
}
.solar .explore .swiper-slide {
  display: block;
  text-align: left;
  width: 250px;
  height: 250px;
  background-color: #fff;
  padding: 2rem 1rem;
  border-radius: 10px;
  border: 1px solid #a2dbd9;
}
.solar .explore .swiper {
  width: 95%;
  margin-inline: auto 0;
}
.solar .explore .swiper-wrapper {
  padding: 1rem 0;
}
.solar .explore .swiper-button-next::after,
.solar .explore .swiper-button-prev::after {
  font-size: 1.2rem;
  font-weight: 600;
}
.solar .explore .swiper-button-next,
.solar .explore .swiper-button-prev {
  color: #ff4501;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  border: 2px solid #ff4501;
  background-color: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.155);
}
.solar .explore .swiper-button-next.swiper-button-disabled,
.solar .explore .swiper-button-prev.swiper-button-disabled {
  display: none !important;
}
.solar .explore .swiper-slide h4 {
  font-family: 'Raleway', sans-serif;
  margin: 1rem 0 0.5rem;
  font-size: 1.2rem;
  font-weight: 700;
  color: #029432;
}
.solar .explore .swiper-slide p {
  color: #71757b;
}
.solar .cities {
  padding: 3rem 0;
  background-color: #f6f6f6;
}
.solar .cities h3 {
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  margin-bottom: 1.5rem;
}
.solar .cities ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.solar .cities ul li {
  margin: 0 0 1rem;
  list-style: none;
}
.solar .cities ul li a {
  color: #029432;
  text-decoration: none;
}
.solar .useful {
  padding: 3rem 0;
}
.solar .useful h3 {
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  margin-bottom: 1rem;
  margin-left: 5%;
}
.solar .useful .swiper-slide {
  width: 250px;
  height: 250px;
  background-color: #fff;
  border-radius: 10px;
  border: 1px solid #a2dbd9;
  overflow: hidden;
  text-align: left;
}
.solar .useful .swiper {
  width: 95%;
  margin-inline: auto 0;
}
.solar .useful .swiper-wrapper {
  padding: 1rem 0;
}
.solar .useful .swiper-button-next::after,
.solar .useful .swiper-button-prev::after {
  font-size: 1.2rem;
  font-weight: 600;
}
.solar .useful .swiper-button-next,
.solar .useful .swiper-button-prev {
  color: #ff4501;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  border: 2px solid #ff4501;
  background-color: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.155);
}
.solar .useful .swiper-button-next.swiper-button-disabled,
.solar .useful .swiper-button-prev.swiper-button-disabled {
  display: none !important;
}
.solar .useful .swiper-slide img {
  width: 100%;
  height: 60%;
  object-fit: cover;
}
.solar .useful .swiper-slide p {
  font-family: 'Raleway', sans-serif;
  font-size: 0.9rem;
  padding: 1rem 1rem 2rem;
  font-weight: 700;
}
.solar .contact {
  padding: 3rem 0;
  background-color: #f6f6f6;
}
.solar .contact .grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.solar .contact h3 {
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  margin-bottom: 1rem;
}
.solar .contact p {
  color: #71757b;
  width: clamp(260px, 25%, 500px);
}
.solar .contact .phone,
.solar .contact .email {
  width: clamp(300px, 25%, 500px);
  display: grid;
  grid-template-columns: 2rem auto;
}
.solar .contact .phone p,
.solar .contact .email p {
  color: #000;
}
.solar .contact .phone span,
.solar .contact .email span {
  grid-column: 2;
}
.solar .contact .phone span a,
.solar .contact .email span a {
  color: #009432;
  padding-bottom: 5px;
}
.solar .mySwiper-mobile .swiper-button-next,
.solar .mySwiper-mobile .swiper-button-prev {
  display: none;
}
.solar .mySwiper-side .swiper-pagination {
  display: none;
}
.solar .mymodel {
  position: fixed;
  top: 50%;
  left: 50%;
  width: clamp(300px, 60%, 700px);
  transform: translate(-50%, -50%);
  background-color: #fff;
  z-index: 10;
  padding: 2rem;
  border-radius: 1rem;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.194);
}
.solar .model-back {
  background-color: rgba(0, 0, 0, 0.231);
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  z-index: 9;
}
.solar .mySwiper-model .swiper-slide {
  display: grid;
  grid-template-rows: 3rem 300px auto auto auto;
  text-align: left;
}
.solar .mySwiper-model .swiper-pagination {
  display: none;
}
.solar .mySwiper-model .swiper-slide h4 {
  font-family: 'Raleway', sans-serif;
  grid-row: 1;
  font-size: 1.1rem;
  font-weight: 600;
  grid-column: 1/3;
}
.solar .mySwiper-model .swiper-slide img {
  grid-column: 1/3;
  grid-row: 2;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.solar .mySwiper-model .swiper-slide p {
  grid-column: 1 /3;
  margin: 0.5rem 0 1rem;
  font-size: 0.9rem;
  color: #71757b;
}
.solar .mySwiper-model .swiper-slide ul {
  display: none;
}
.solar .mySwiper-model .card-end {
  display: flex;
  padding-right: 3px;
  padding-bottom: 3px;
  grid-column: 1/3;
  grid-row: 5;
}
.solar .mySwiper-model .swiper-slide .card-end img {
  height: 2rem;
  width: 2rem;
}
.solar .mySwiper-model .card-item .card-end img {
  height: 35px;
  width: auto;
}
.solar .mySwiper-model .card-item .card-end p {
  font-size: 13px;
  margin-left: 15px;
  color: #029432;
  margin-right: auto;
  margin-block: 0;
}
.solar .mySwiper-model .card-item .card-end button {
  display: none;
}
.solar .mySwiper-model .card-item .card-end a {
  font-family: 'Rubik', sans-serif;
  padding: 10px;
  font-size: 12px;
  font-weight: 500;
  background-color: #ff4501;
  color: #fff;
  text-decoration: none;
  outline: 2px solid #ff4501;
  border-radius: 2px;
  cursor: pointer;
}
.solar .mySwiper-model .card-item .price {
  grid-row: 3;
  grid-column: 1;
  font-weight: 500;
  margin-top: 5px;
  padding: 10px 0;
}
.solar .mySwiper-model .card-item .price span {
  color: #029432;
}
.solar .mySwiper-model .card-item .price strike {
  opacity: 0.6;
}
.solar .mySwiper-model .card-item .discount {
  font-size: 11px;
  background-color: #f8990f;
  padding: 7px 5px;
  width: fit-content;
  font-weight: 500;
  color: #fff;
  border-radius: 3px;
  grid-column: 2;
  height: fit-content;
  margin: auto 0 auto auto;
}
.solar .mySwiper-model .swiper-button-next::after,
.solar .mySwiper-model .swiper-button-prev::after {
  font-size: 1.2rem;
  font-weight: 600;
}
.solar .mySwiper-model .swiper-button-next,
.solar .mySwiper-model .swiper-button-prev {
  color: #fff;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.406);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.155);
  top: calc((5rem + 300px) / 2);
}
.solar .mySwiper-model .swiper-button-next.swiper-button-disabled,
.solar .mySwiper-model .swiper-button-prev.swiper-button-disabled {
  display: none !important;
}
.solar .mymodel .close-btn {
  position: absolute;
  top: 20px;
  right: 15px;
  cursor: pointer;
}
@media screen and (max-width: 1024px) {
  .solar .how-it-works .grid {
    display: grid;
    width: 100%;
    grid-template-columns: 1fr 3fr 1fr 3fr 1fr;
    gap: 2rem 1rem;
    place-items: center;
  }
  .solar .how-it-works .grid .item {
    min-width: 200px;
  }
  .solar .how-it-works .grid .item:nth-child(1) {
    grid-column: 2;
  }
  .solar .how-it-works .grid .item:nth-child(6) {
    grid-row: 2;
    grid-column: 4;
  }
  .solar .how-it-works .grid .item:nth-child(9) {
    grid-row: 2;
    grid-column: 2;
  }
  .solar .how-it-works .grid .item:nth-child(12) {
    grid-row: 3;
    grid-column: 2;
  }
  .solar .how-it-works .grid .item:nth-child(15) {
    grid-row: 3;
    grid-column: 4;
  }
  .solar .how-it-works .grid .item:nth-child(18) {
    grid-row: 4;
    grid-column: 4;
  }
  .solar .how-it-works .grid .arr-hor:nth-child(4) {
    display: none;
  }
  .solar .how-it-works .grid .arr-ver:nth-child(5) {
    display: block;
    grid-row: 1/3;
    grid-column: 5;
  }
  .solar .how-it-works .grid .arr-hor:nth-child(7) {
    display: block;
    grid-row: 2;
    grid-column: 3;
    transform: scaleX(-1);
  }
  .solar .how-it-works .grid .arr-ver:nth-child(8) {
    display: none;
  }
  .solar .how-it-works .grid .arr-hor:nth-child(10) {
    display: none;
  }
  .solar .how-it-works .grid .arr-ver:nth-child(11) {
    display: block;
    grid-row: 2/4;
    grid-column: 1;
    transform: scaleX(-1);
  }
  .solar .how-it-works .grid .arr-hor:nth-child(13) {
    grid-row: 3;
    grid-column: 3;
    transform: none;
  }
  .solar .how-it-works .grid .arr-ver:nth-child(17) {
    grid-row: 3/5;
    grid-column: 5;
    transform: none;
    display: block;
  }
}
@media screen and (width < 500px) {
  .solar .header form {
    margin-top: 0;
  }
}
@media screen and (max-width: 769px) {
  .solar .header {
    margin: auto;
  }
  .solar .header .container {
    flex-direction: column;
  }
  .solar .header img {
    max-height: 400px;
  }
  .solar .header .header-left {
    width: 100%;
    padding-top: 2rem;
  }
  .solar .header h1 {
    font-family: 'Raleway', sans-serif;
    font-size: 1.5rem;
    font-weight: 800;
    margin: 1rem 0;
    text-align: center;
  }
  .solar .header .form {
    width: 100%;
    padding: 2rem 0;
  }
  .solar .header form {
    width: clamp(320px, 100%, 500px);
    transform: none;
  }
  .solar .header form h3 {
    font-size: 1.3rem;
  }
  .solar .header form .dots {
    margin: 1rem 0;
  }
  .solar .header form .radio-btn-deck {
    width: 50%;
  }
  .solar .header form .radio-btn-deck label {
    width: 50%;
  }
  .solar .header form .usage input {
    width: 50%;
  }
  .solar .header form .primary {
    width: 100%;
  }
  .solar .header form h4 {
    margin-top: 2rem;
  }
  .solar .header form .step1 {
    position: initial;
  }
  .solar .header form .step2 {
    position: fixed;
    width: 90%;
    bottom: 0;
    left: 50%;
    top: auto;
    height: auto;
    padding: 1rem 2rem;
    border-radius: 1rem 1rem 0 0;
    transform: translate(-50%, 100%);
    opacity: 1;
    transition: 0.5s transform ease;
    z-index: 3;
  }
  .solar .header form .step2 input {
    padding: 1.5em 1em;
  }
  .solar .header form .step2 h4 {
    margin: 0.5rem 0 1rem 0;
    text-align: center;
  }
  .solar .header form .mobile.show {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 2;
    background-color: rgba(0, 0, 0, 0.2);
  }
  .solar .header form .step2.show {
    transform: translate(-50%, 0);
  }
  .solar .header form .step3 {
    position: fixed;
    width: 90%;
    bottom: 0;
    left: 50%;
    top: auto;
    height: auto;
    padding: 1rem 2rem;
    border-radius: 1rem 1rem 0 0;
    transform: translate(-50%, 100%);
    opacity: 1;
    transition: 0.5s transform ease;
    z-index: 3;
  }
  .solar .header form .step3 input {
    padding: 1.5em 1em;
  }
  .solar .header form .step3 h4 {
    margin: 0.5rem 0 1rem 0;
    text-align: center;
  }
  .solar .header form .step3.show {
    transform: translate(-50%, 0);
  }
  .solar .how-it-works h3 {
    text-align: center;
  }
  .solar .how-it-works .grid {
    display: flex;
    /* flex-direction: column; */
    gap: 0;
    flex-direction: row;
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
  }
  .solar .how-it-works .grid .item {
    width: 90%;
    max-width: 300px;
  }
  .solar .how-it-works .grid .arr-ver {
    display: none !important;
  }
  .solar .how-it-works .grid .arr-hor {
    display: block !important;
    /* transform: rotate(90deg) scaleX(0.6) !important; */
    transform: rotate(360deg) scaleX(0.6) !important;
    filter: saturate(2) contrast(1.5);
    margin: 1rem 0;
  }
  .solar .products-service .tab-content .filter {
    display: none;
  }
  .solar .products-service .card-cont {
    flex-wrap: nowrap;
    gap: 0;
  }
  .solar .products-service .card-item {
    width: 100%;
    grid-template-columns: 150px auto;
  }
  .solar .products-service .card-item ul {
    grid-column: 1/3;
    margin-top: 1rem;
  }
  .solar .gallery {
    padding-bottom: 0;
  }
  .solar .gallery .card-cont {
    flex-wrap: nowrap;
    justify-content: unset;
    gap: 0;
  }
  .solar .banner .container {
    grid-template-columns: 130px 1fr;
    grid-template-rows: 1rem auto auto auto 1rem;
    align-items: center;
    gap: 1rem 0;
    padding: 0 2rem;
    width: 90%;
  }
  .solar .banner img {
    margin: auto;
    grid-row: 2;
    width: 80%;
  }
  .solar .banner h4 {
    font-size: 1.2rem;
    grid-row: 2;
    grid-column: 2;
    padding: 0;
  }
  .solar .banner p {
    grid-column: 1/3;
    grid-row: 3;
    padding: 0;
    font-size: 15px;
  }
  .solar .banner ul {
    grid-column: 1/3;
    grid-row: 4;
  }
  .solar .banner a {
    margin: 1rem auto 0;
  }
  .solar .mySwiper-side .swiper-wrapper {
    padding: 1rem 0 2rem;
  }
  .solar .mySwiper-side {
    margin: 0;
    width: 100%;
  }
  .solar .mySwiper-side .swiper-pagination {
    display: inherit;
    transform: translateY(10px);
  }
  .solar .mySwiper-side .swiper-pagination-bullet {
    background-color: transparent;
    border: 1px solid #ff4501;
    opacity: 1 !important;
  }
  .solar .mySwiper-side .swiper-pagination-bullet-active {
    background-color: #ff4501;
  }
  .solar .mySwiper-side .swiper-button-next,
  .solar .mySwiper-side .swiper-button-prev {
    display: none !important;
  }
  .solar .mySwiper-mobile .swiper-wrapper {
    padding: 1rem 0 2rem;
  }
  .solar .mySwiper-mobile {
    margin: 0;
    width: 100%;
    overflow: hidden;
  }
  .solar .mySwiper-mobile .swiper-pagination {
    display: inherit;
    transform: translateY(10px);
  }
  .solar .mySwiper-mobile .swiper-pagination-bullet {
    background-color: transparent;
    border: 1px solid #ff4501;
    opacity: 1 !important;
  }
  .solar .mySwiper-mobile .swiper-pagination-bullet-active {
    background-color: #ff4501;
  }
  .solar .mySwiper-mobile .swiper-button-next::after,
  .solar .mySwiper-mobile .swiper-button-prev::after {
    font-size: 0.9rem;
    font-weight: 600;
  }
  .solar .mySwiper-mobile .swiper-button-next,
  .solar .mySwiper-mobile .swiper-button-prev {
    display: flex;
    color: #ff4501;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    border: 2px solid #ff4501;
    background-color: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  }
  .solar .mySwiper-mobile .swiper-button-next.swiper-button-disabled,
  .solar .mySwiper-mobile .swiper-button-prev.swiper-button-disabled {
    display: none !important;
  }
  .solar .mySwiper-side .swiper-button-next::after,
  .solar .mySwiper-side .swiper-button-prev::after {
    font-size: 0.9rem;
    font-weight: 600;
  }
  .solar .mySwiper-side .swiper-button-next,
  .solar .mySwiper-side .swiper-button-prev {
    display: flex;
    color: #ff4501;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    border: 2px solid #ff4501;
    background-color: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  }
  .solar h3 {
    font-size: 1.2rem !important;
  }
  .solar .faq ul li h4 {
    font-size: 1rem;
  }
  .solar .faq ul li input:checked + label h4 {
    font-size: 1rem;
  }
  .solar .cities ul {
    grid-template-columns: 1fr 1fr;
  }
  .solar .contact .phone {
    margin: 1.5rem 0;
  }
}
@media screen and (max-width: 426px) {
  .solar .products-service .card-item .card-end {
    flex-wrap: wrap;
  }
  .solar .products-service .card-item .card-end button,
  .solar .products-service .card-item .card-end p,
  .solar .products-service .card-item .card-end a {
    width: 48%;
  }
  .solar .products-service .card-item .card-end button,
  .solar .products-service .card-item .card-end a {
    margin-top: 1rem;
  }
  .solar .products-service .card-item .card-end a {
    text-align: center;
    margin-left: auto;
  }
  .solar .mySwiper-model .swiper-slide h4 {
    font-size: 1rem;
    margin-bottom: 1rem;
  }
  .solar .mySwiper-model .swiper-slide {
    grid-template-rows: auto 200px auto auto auto;
  }
  .solar .mySwiper-model .swiper-slide p {
    font-size: 13px;
    margin-top: 1rem;
  }
  .solar .mySwiper-model .swiper-button-next::after,
  .solar .mySwiper-model .swiper-button-prev::after {
    font-size: 0.9rem;
  }
  .solar .mySwiper-model .swiper-button-next,
  .solar .mySwiper-model .swiper-button-prev {
    top: 35%;
    height: 30px;
    width: 30px;
  }
  .solar .mySwiper-model .card-item .card-end img {
    max-width: 50px;
    object-fit: contain;
  }
  .solar .mySwiper-model .card-item .card-end {
    align-items: center;
  }
}
@media screen and (width < 575px) {
  .solar .header form .proptype section {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 0.5rem;
    margin-top: 1rem;
  }
  .solar .header form .proptype.last section {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .solar .header form .proptype.last section button {
    flex: 48%;
  }
  .solar .header form button {
    margin: 0 !important;
  }
  .solar .header form .flex-box {
    flex-direction: column;
    gap: 0.5rem;
    margin-bottom: 1.5rem;
  }
  .solar .header form .radio-btn-deck {
    width: 100%;
    margin: 0;
  }
  .solar .header form .usage input {
    width: 100%;
  }
}
.green-button {
  display: inline-block;
  padding: 7px 15px;
  background-color: green;
  color: white;
  text-decoration: none;
  border-radius: 5px;
}


