/* slick-silder */

.slick-slide {
  outline: none;
}

.slick-dots {
  display: block;
  text-align: center;
  margin-top: 22px;
}

.slick-dots li {
  display: inline-block;
  width: auto;
  list-style: none;
  padding: 0 3px;
}

.slick-dots li button {
  font-size: 0;
  height: 20px;
  width: 20px;
  border: 1px solid #87C440;
  border-radius: 50%;
  position: relative;
  background: transparent;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  cursor: pointer;
  outline: none;
  position: relative;
  transition: color 0.4s ease-in-out, background-color 0.4s ease-in-out,
    border-color 0.4s ease-in-out, transform 0.4s ease-in-out,
    box-shadow 0.4s ease-in-out;
}

.slick-dots li.slick-active button {
  width: 20px;
  border-color: #87C440;
  background: transparent;
}

.slick-dots li button:after {
  content: "";
  background: transparent;
  height: 14px;
  width: 14px;
  background: #87C440;
  border-radius: 50%;
  position: relative;
  margin: auto;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  transition: all.5s ease-in-out;
}

.slick-dots li.slick-active button:after {
  opacity: 1;
}

/* slick-silder */



footer.footer-sec {
  text-align: inherit;
}

.footer-sec {
  background-color: #E9F9FF;
}

.footer-menus {
  padding-top: 80px;
  padding-bottom: 30px;
}

.footer-logo-text {
  max-width: 310px;
}

.footer-text {
  font-size: 14px;
  max-width: 285px;
}

.footer-logo {
  margin-bottom: 16px;
  display: block;
mix-blend-mode: multiply;
}

.footer-logo img {
  max-width: 260px;
}

.footer-text p {
  font-size: 14px;
  line-height: 1.2;
  color: #000;
}

.footer-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 12px;
  color: #079746;
}

.footer-menu.half{
  display: flex;
  flex-wrap: wrap;
}

.footer-menu.half li{
  flex: 0 0 50%;
}

.footer-menu li a {
  font-size: 16px;
  font-weight: 300;
  line-height: 1;
  color: #000;
  padding: 6px 0;
  display: block;
}

.footer-menu li.current-menu-item a,
.footer-menu li a:hover {
  color: #079746;
}

.footer-info li {
  padding: 6px 0;
}

.info-text {
  display: flex;
  align-items: center;
  gap: 10px;
}

.info-text .icon {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  background-color: #079746;
}

.footer-info li .info-text a,
.footer-info li.info-text p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  color: #000;
  display: block;
}

.footer-info li .info-text a:hover {
  color: #079746;
}

.footer-box .social-media {
  margin-top: 16px;
}

.social-media {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 9px;
}

.social-media a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  position: relative;
  overflow: hidden;
  border-radius: 50%;
  transition: all 0.4s ease-in-out;
  z-index: 2;
  background-color: #0F3D1E;
}

.social-media a img {
  width: 14px;
  aspect-ratio: 1 / 1;
  object-fit: contain;
  transition: all 0.4s ease-in-out;
}

.social-media a .icon {
  width: 14px;
  height: 14px;
  background-color: #079746;
  transition: all 0.4s ease-in-out;
}

.social-media a:hover img {
  filter: invert(0) brightness(100);
}

.social-media .linkedin:hover {
  background: #0072b1;
  border-color: #0072b1;
}

.social-media .fb:hover {
  background: #3b5998;
  border-color: #3b5998;
}

.social-media .instagram:hover {
  background: #c13584;
  border-color: #c13584;
}

.social-media .twitter:hover {
  background: #000;
  border-color: #000;
}

.social-media .youtube:hover {
  background: #FF0000;
  border-color: #FF0000;
}

.copyright-footer {
  padding: 14px 0;
  border-top: 1px solid #86D9A7;
}

.copyright-footer .cms-con p,
.copyright-footer .cms-con p a {
  font-size: 14px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.5);
  transition: all 0.4s ease-in-out;
}

.copyright-footer .cms-con p a:hover {
  color: #079746;
}

.copyright-footer .cms-con img {
  display: inline-block;
  vertical-align: middle;
  margin-left: 6px;
}

.dgrooar-img img {
  width: 34px;
  height: 24px;
  object-fit: contain;
}

.footer-whatsapp a {
  position: fixed;
  right: 16px;
  bottom: 108px;
  width: 70px;
  height: 70px;
  background-color: #1cd766;
  text-align: center;
  vertical-align: middle;
  border-radius: 50%;
  z-index: 99;
  padding: 15px;
  animation: breathe 2s ease-in-out infinite
}

@keyframes breathe {
  0% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, .5)
  }

  70% {
    box-shadow: 0 0 0 .9375rem rgba(37, 211, 102, 0)
  }

  100% {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0)
  }
}

/* .general-links-col .footer-menu {
  display: flex;
  flex-wrap: wrap;
  column-gap: 16px;
}

.general-links-col .footer-menu li {
  width: calc(50% - 8px);
} */

.testimonials-sec.common-sec {
  padding-bottom: 150px;
}


.testimonials-slide .slick-track {
  display: flex;
}

.testimonials-slide.slick-initialized .slick-slide {
  height: inherit;
}

.testimonials-slide.slick-initialized .slick-slide>div {
  height: 100%;
}

.testimonials-box {
  border: 1px solid #87C440;
  padding: 50px 30px;
  border-radius: 24px;
  height: inherit;
}

.rating-wrapper {
  margin-bottom: 45px;
}

.testimonials-text-main {
  display: flex;
  flex-wrap: wrap;
  height: calc(100% - 70px);
  align-content: space-between;
}

.testimonials-con {
  margin-bottom: 45px;
}

.testimonials-con p {
  font-size: 18px;
  line-height: 1.6;
}

.testimonials-user {
  display: flex;
  align-items: center;
  gap: 10px;
}

.testimonials-user img {
  width: 50px;
  height: 50px;
  flex: 0 0 50px;
}

.user-text span {
  font-size: 22px;
  font-weight: 600;
  color: #0F3D1E;
  line-height: 1;
  display: block;
  margin-bottom: 8px;
}

.user-text small {
  font-size: 16px;
  font-weight: 400;
  color: #000;
  line-height: 1;
  display: block;
}

.testimonials-main {
  margin: 0 -12px;
}

.testimonials-item {
  padding: 0 12px;
  height: 100%;
}

.sec-head.style-2 {
  margin-bottom: 40px;
}

.request-quote-img {
  width: 100%;
  height: 100%;
  border-radius: 24px;
  overflow: hidden;
}

.request-quote-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.request-quote-text {
  background-color: #BEEDFF;
  height: 100%;
  border-radius: 24px;
  padding: 100px 80px;
  position: relative;
}

.request-quote-text::after {
  position: absolute;
  content: "";
  width: 378px;
  height: 394px;
  right: -10px;
  bottom: -165px;
  background: url(../img/renervate.svg) no-repeat;
  background-size: contain;
}

.request-quote-title {
  font-weight: 700;
  font-size: 50px;
  line-height: 1.1;
  color: #0F3D1E;
  margin-bottom: 40px;
}

.request-quote-content p {
  font-size: 28px;
  line-height: 1.4;
  font-weight: 300;
  color: #000;
}

.request-quote-content {
  max-width: 600px;
  margin-bottom: 50px;
}

.request-quote-sec.request-quote-white .request-quote-title,
.request-quote-sec.request-quote-white .request-quote-content p {
  color: #fff;
}

.how-we-work-box {
  border: 1px solid #87C440;
  border-radius: 12px;
  padding: 32px;
  height: 100%;
}

.how-we-work-icon {
  margin-bottom: 50px;
}

.how-we-work-icon img {
  width: 68px;
  height: 68px;
}

.how-we-work-title {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.2;
  color: #0F3D1E;
  margin-bottom: 14px;
}

.how-we-work-text p {
  line-height: 1.2;
}


.partners-sec {
  overflow: hidden
}

:root {
  --partner-width: 1500;
}

.partners-row {
  display: flex;
  align-items: center;
  white-space: nowrap;
  width: max-content;
  gap: calc(15/var(--partner-width)*100vw);
  will-change: transform
}

.partners-row:first-child {
  margin: 0 0 calc(15/var(--partner-width)*100vw) 0
}

.partners-row:first-child .partners-list {
  animation: partners-hscrollRight 60s linear infinite
}

.partners-list {
  display: flex;
  align-items: center;
  gap: calc(15/var(--partner-width)*100vw);
  white-space: nowrap;
  width: max-content;
  will-change: transform;
  animation: partners-hscrollLeft 60s linear infinite
}

.partners-item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(200/var(--partner-width)*100vw);
  height: calc(110/var(--partner-width)*100vw);
  background-color: #F5F5F5;
  border-radius: calc(8/var(--partner-width)*100vw)
}

.partners-item img {
  width: auto;
  height: auto;
  max-width: calc(120/var(--partner-width)*100vw);
  max-height: calc(50/var(--partner-width)*100vw)
}

@keyframes partners-hscrollLeft {
  0% {
    transform: translateZ(0)
  }

  to {
    transform: translate3d(-100%, 0, 0)
  }
}

@keyframes partners-hscrollRight {
  0% {
    transform: translate3d(-100%, 0, 0)
  }

  to {
    transform: translateZ(0)
  }
}

.experience-sec {
  background: radial-gradient(65.33% 236.71% at 35.22% 36.61%, #079746 0%, #10632E 52.4%, #019345 100%);
  padding-top: 30px;
  padding-bottom: 78px;
  min-height: 1080px;
}

.experience-box {
  padding: 24px;
  border-radius: 12px;
  box-shadow: 0px 0px 16px 0px #0000000F;
  background-color: #F9B711;
  max-width: 260px;
  display: inline-block;
  vertical-align: top;
}

.experience-icon {
  width: 40px;
  height: 40px;
  margin-bottom: 20px;
}

.experience-title {
  font-size: 30px;
  color: #FFFFFF;
  font-weight: 700;
  line-height: 1;
}

.experience-sec .sec-title {
  color: #fff;
  text-align: center;
  max-width: 930px;
  margin: auto;
}

.experience-box.style-1 {
  background-color: #F9B711;
}

.experience-box.style-2 {
  background-color: #87C440;
}

.experience-box.style-3 {
  background-color: #BEEDFF;
  min-height: 220px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.experience-box.style-4 {
  background-color: #FFFFFF;
}

.experience-box.style-3 .experience-title,
.experience-box.style-4 .experience-title {
  color: #0F3D1E;
}

.experience-top {
  position: relative;
  width: 100%;
  max-width: 1620px;
  left: 50%;
  transform: translateX(-50%);
  padding: 0 30px;
}

.experience-top .experience-box.style-2 {
  min-height: 206px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.experience-top .experience-box-col {
  position: absolute;
}

.experience-top .experience-box-col:nth-child(1) {
  top: 0;
  left: 40px;
}

.experience-top .experience-box-col:nth-child(2) {
  left: 44%;
  transform: translateX(-44%);
  top: 234px;
  max-width: 206px;
}

.experience-top .experience-box-col:nth-child(3) {
  top: 0;
  right: 270px;
}

.experience-top .experience-box-col:nth-child(4) {
  right: 0;
  top: 230px;
}

.experience-sec {
  position: relative;
  margin-top: 100px;
}

.experience-bottom {
  position: absolute;
  bottom: 78px;
  width: 100%;
  max-width: 1620px;
  left: 50%;
  transform: translateX(-50%);
  padding: 0 30px;
}

.experience-sec .sec-head {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 32%;
  transform: translateY(-32%);
}

.experience-bottom .experience-box-col {
  position: relative;
}

.experience-bottom .experience-box-col:nth-child(1) {
  transform: rotate(1.48deg);
  max-width: 265px;
}

.experience-bottom .experience-box-col:nth-child(2) {
  transform: rotate(-2.35deg);
  left: 30px;
  max-width: 257px;
  top: 15px;
}

.experience-bottom .experience-box-col:nth-child(3) {
  transform: rotate(2.14deg);
  bottom: 50px;
  left: -75px;
}

.experience-bottom .experience-box-col:nth-child(4) {
  transform: rotate(-2.45deg);
  max-width: 254px;
}

/* products-sec */

.products-slider-box .products-img {
  background-color: #EFEFEF;
  padding: 52px 67px;
  border-radius: 12px;
  margin-bottom: 20px;
  aspect-ratio: 271/230;
  display: flex;
}

.products-slider-box .products-img img {
  object-fit: contain;
  margin: 0 auto;
  display: block;
}

.products-slider-box .products-name {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.3;
  color: #0F3D1E;
  margin-bottom: 8px;
}

.products-slider-box .products-description {
  font-weight: 300;
  font-size: 16px;
  line-height: 1.5;
  color: #000000;
  margin-bottom: 15px;
}

/* com */

.cms-con.style-2 ul {
  list-style: none;
  font-size: 0;
  margin-bottom: 20px;

}

.cms-con.style-2 ul li {
  display: block;
  width: 100%;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.5;
  color: #000;
  margin-bottom: 10px;
  padding-left: 25px;
  position: relative;

  &:last-child {
    margin-bottom: 0;
  }
}

.cms-con.style-2 ul li:before {
  content: "";
  width: 16px;
  height: 16px;
  position: absolute;
  left: 0;
  top: 6px;
  background-image: url(../img/svg/green-check-mark.svg);
  background-size: contain;
}

.slick-arrow {
  width: 48px;
  height: 48px;
  font-size: 0;
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
  border: none;
  border-radius: 4px;
  background-color: #262F29;
  position: relative;
  transition: all .3s;
}

.slick-arrow::before {
  position: absolute;
  content: "";
  width: 16px;
  height: 18px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  mask-image: url(../img/svg/slider-arrow.svg);
  mask-position: center;
  mask-size: contain;
  mask-repeat: no-repeat;
  background: #fff;
  margin: auto;
  transition: all .3s;
}

.slick-next::before {
  transform: rotate(180deg);
}

.slick-arrow:hover {
  background-color: #AAE26F;

}

.slick-arrow:hover::before {
  background: #0F3D1E;
}

/* com */

.products-slider-arrow {
  gap: 24px;
}

.products-slider-arrow .slick-arrow {
  margin-top: 60px;
}

.products-slider-box .cms-con {
  margin-bottom: 45px;
}

.products-slider {
  margin: 0 -20px;
}

.products-slider-box {
  padding: 0 20px;
}

.products-sec .sec-head {
  margin-bottom: 50px;
}

.request-quote-sec.style-2 .cms-con.style-2 li::before {
  width: 18px;
  height: 18px;
  background-image: url(../img/svg/dark-green-check-mark.svg);
}

.request-quote-sec.style-2 .cms-con.style-2 li {
  font-size: 28px;
  font-weight: 300;
  line-height: 1.1;
  margin-bottom: 20px;
}

.product-tab .nav-tabs {
  background-color: #fff;
  width: max-content;
  margin: auto;
  border: none;
  padding: 12px;
  border-radius: 8px;
  margin-bottom: 50px;
  border: 1px solid #87C440;
}

.product-tab .nav-item {
  padding: 0 4px;
}

.product-tab .nav-link {
  color: #0F3D1E;
  font-weight: 700;
  font-size: 18px;
  line-height: 1;
  text-transform: uppercase;
  border-radius: 8px;
  padding: 20px;
  border: none;
  transition: all 0.4s ease-in-out;
}

.product-tab .nav-link.active {
  background-color: #87C440;
  color: #0F3D1E;
}

.product-tab .nav-tabs .nav-link:focus,
.product-tab .nav-tabs .nav-link:hover {
  border: none;
}


@media only screen and (max-width: 1199px) {
  .cms-con.style-2 ul li {
    font-size: 16px;
  }
  .footer-text{max-width: 230px;}
  .footer-logo img{max-width: 200px;}
  .footer-menu li a{font-size: 15px;}
  .footer-title{font-size: 18px;}
}

@media only screen and (max-width: 991px) {
  .product-tab .nav-tabs {
    margin-bottom: 30px;
  }
  .footer-text{max-width: 430px;}
}

@media only screen and (max-width: 767px) {
  .cms-con.style-2 ul li {
    font-size: 14px;
  }

  .cms-con.style-2 ul li:before {
    width: 14px;
    height: 14px;
    top: 3px;
  }

  .cms-con.style-2 ul li {
    padding-left: 20px;
  }
}

@media only screen and (max-width: 568px) {
  .product-tab .nav-tabs {
    flex-wrap: nowrap;
    white-space: nowrap;
    overflow-x: auto;
    padding: 8px;
    width: 100%;
    padding-bottom: 20px;
    justify-content: flex-start !important;
  }

  .product-tab .nav-link {
    font-size: 14px;
    padding: 12px 14px;
  }
}

/* product-sec */

.product-listbox-head {
  gap: 12px;
}

.product-listbox-img {
  flex-basis: calc(50% - 6px);
  padding: 26px;
  background-color: #EFEFEF;
  border-radius: 12px;
  display: flex;
  justify-content: center;
  align-items: center
}

.product-listbox-img img {
  aspect-ratio: 147/147;
  object-fit: contain;
  max-height: 147px;
}

.product-vs-img {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
  max-width: 68px;
}

.product-vs-img img {
  object-fit: contain;
}

.product-listbox-con {
  flex-basis: calc(50% - 65px);
  max-width: 50%;
}

.product-listbox-lable {
  flex: 0 0 130px;
}

.product-listbox-con .product-list-name {
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  text-align: center;
  color: #0F3D1E;
}

.product-name-row .product-name-col {
  flex: 0 0 50%;
  padding-left: 65px;
  text-align: center;
}

.product-name-row .product-name-col:first-child {
  padding-right: 65px;
  padding-left: 0;
}

.product-name {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.5;
  color: #0F3D1E;
}

.product-listbox-head {
  margin-bottom: 24px;
}

.product-listbox-lable div {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.2;
  color: #000000;
}


.product-name-row {
  margin-bottom: 24px;
}

.product-listbox-con div {
  background-color: #D9F7E5;
  padding: 13px;
  text-align: center;
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  margin-bottom: 4px;
  border-radius: 8px;

  &:last-child {
    margin-bottom: 0;
  }
}

.product-listbox-lable div {
  padding: 13px;
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  margin-bottom: 4px;

  &:last-child {
    margin-bottom: 0;
  }
}

.product-listbox-con.old div {
  background-color: #87C440;
  color: #fff;
}

.product-compression-sec .sec-head {
  margin-bottom: 45px;
}

.product-compression-row>.row {
  --bs-gutter-x: 2.5rem;
}

/* service-logo */

.service-logo-sec {
  padding: 20px 0;
}

.marquee-main {
  overflow: hidden;
}

.marquee-row {
  display: flex;
}

.marquee-col {
  padding: 0 36px;
}

.marquee-main:hover .marquee-animate,
.marquee-main:active .marquee-animate,
.marquee-main:focus .marquee-animate {
  animation-play-state: running !important;
}

.service-logo-name {
  color: #0F3D1E;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  display: block;
  letter-spacing: -0.015em;
  transition: all .6s ease-in-out;
  padding: 6px;
  text-transform: uppercase;
}

.service-logo-name:hover {
  transform: scale(1.08);
}

.marquee-animate {
  display: flex;
  width: 100000px;
  margin-left: 0;
  animation: 10s linear 0s infinite normal none running myMarquee;
}

.marquee-animate:hover {
  animation-play-state: paused;
}

.marquee-reverse .marquee-animate {
  animation-direction: reverse;
}

@keyframes myMarquee {
  100% {
    margin-left: 0px;
  }
}

.lighting-box-row {
  gap: 30px;
}

.why-choose-us-item.style-2 {
  flex: 0 0 calc(50% - 15px);
  max-width: calc(50% - 15px);
  border-radius: 12px;
  padding: 20px;
}

.why-choose-us-item.style-2 .icon-box {
  margin-bottom: 10px;
}

.lighting-benefits-img img {
  object-fit: cover;
  aspect-ratio: 481/660;
  border-radius: 24px;
}

.lighting-col-img {
  max-width: 481px;
  flex: 0 0 481px;
}

.lighting-col-con {
  flex: 0 0 calc(100% - 481px);
  padding-left: 40px;
}

.lighting-benefits-sec .sec-head {
  margin-bottom: 40px;
}




@media only screen and (max-width: 1699px) {

  .request-quote-sec.style-2 .cms-con.style-2 li {
    font-size: 24px;
  }

  .request-quote-sec.style-2 .cms-con.style-2 li::before {
    top: 5px;
  }
}

@media only screen and (max-width: 1499px) {
  .experience-title {
    font-size: 26px;
  }

  .experience-sec {
    min-height: 970px;
  }

  .product-listbox-head,
  .product-name-row {
    margin-bottom: 15px;
  }

}

@media only screen and (max-width: 1399px) {
  .request-quote-text {
    padding: 80px 60px;
  }

  .request-quote-title {
    font-size: 50px;
    margin-bottom: 30px;
  }

  .request-quote-content p {
    font-size: 24px;
  }

  .request-quote-content {
    max-width: 500px;
    margin-bottom: 40px;
  }

  .request-quote-text::after {
    width: 275px;
    height: 400px;
    bottom: -217px;
  }

  .how-we-work-box {
    padding: 25px;
  }

  .how-we-work-title {
    font-size: 18px;
  }

  .experience-bottom .experience-box-col:nth-child(3) {
    left: 0px;
  }
}


@media only screen and (max-width: 1299px) {

  .experience-bottom .experience-box-col:nth-child(2) {
    left: 0;
  }

  .experience-box.style-3,
  .experience-top .experience-box.style-2 {
    min-height: 160px;
  }

  .experience-icon {
    margin-bottom: 10px;
  }

  .experience-sec {
    min-height: 900px;
  }

  .products-slider-box {
    padding: 0 10px;
  }

  .products-slider {
    margin: 0 -10px;
  }

  .products-slider-box .cms-con {
    margin-bottom: 30px;
  }

  .products-slider-box .products-img {
    padding: 42px 57px;
  }

  .request-quote-sec.style-2 .cms-con.style-2 li {
    font-size: 20px;
  }

  .request-quote-sec.style-2 .cms-con.style-2 li::before {
    width: 16px;
    height: 16px;
  }


  .product-compression-row>.row {
    --bs-gutter-x: 1.5rem;
  }

  .features-sec.common-sec {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}

@media only screen and (max-width: 1199px) {
  .testimonials-box {
    padding: 30px 20px;
  }

  .rating-wrapper {
    margin-bottom: 25px;
    max-width: 150px;
  }

  .testimonials-con p {
    font-size: 16px;
    line-height: 1.4;
  }

  .testimonials-con {
    margin-bottom: 30px;
  }

  .testimonials-user img {
    width: 44px;
    height: 44px;
    flex: 0 0 44px;
  }

  .user-text span {
    font-size: 18px;
    margin-bottom: 5px;
  }

  .user-text small {
    font-size: 14px;
  }

  .testimonials-text-main {
    height: calc(100% - 48px);
  }

  .sec-head.style-2 {
    margin-bottom: 30px;
  }

  .request-quote-text {
    padding: 40px 30px;
  }

  .request-quote-title {
    font-size: 40px;
    margin-bottom: 20px;
  }

  .request-quote-content p {
    font-size: 20px;
  }

  .request-quote-content {
    margin-bottom: 30px;
  }

  .how-we-work-box {
    padding: 18px;
  }

  .how-we-work-icon {
    margin-bottom: 30px;
  }

  .how-we-work-icon img {
    width: 50px;
    height: 50px;
  }

  .how-we-work-title {
    font-size: 16px;
  }

  .how-we-work-text p {
    font-size: 14px;
  }

  .request-quote-text::after {
    width: 245px;
    height: 360px;
    opacity: 0.5;
  }

  .testimonials-sec.common-sec {
    padding-bottom: 100px;
  }

  .experience-title {
    font-size: 21px;
  }

  .experience-box.style-3,
  .experience-top .experience-box.style-2 {
    min-height: fit-content;
  }

  .experience-box {
    padding: 18px;
    border-radius: 6px;
  }

  .experience-top .experience-box-col:nth-child(4) {
    top: 100px;
  }

  .experience-top .experience-box-col:nth-child(2) {
    top: 154px;
  }

  .experience-sec {
    min-height: 770px;
  }

  .experience-bottom .experience-box-col:nth-child(1) {
    bottom: 70px;
  }

  .products-slider-box .products-img {
    padding: 30px 37px;
  }

  .products-sec .sec-head {
    margin-bottom: 40px;
  }

  .request-quote-sec.style-2 .cms-con.style-2 {
    max-width: 350px;
  }

  .product-name {
    font-size: 20px;
  }

  .lighting-col-con {
    padding-left: 30px;
  }

  .lighting-box-row {
    gap: 20px;
  }

  .why-choose-us-item.style-2 {
    flex: 0 0 calc(50% - 10px);
    max-width: calc(50% - 10px);
  }

  .features-sec.common-sec {
    margin-top: 40px;
    margin-bottom: 40px;
  }

}

@media only screen and (max-width: 991px) {
  :root {
    --partner-width: 991;
  }

  .footer-logo {
    margin-bottom: 12px;
  }

  .footer-logo img {
    max-width: 200px;
  }

  .footer-text {
    font-size: 14px;
  }

  .footer-title {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .copyright-footer {
    padding: 12px 0;
  }

  .footer-menus {
    padding-top: 50px;
  }

  .request-quote-text {
    padding: 30px 20px;
  }

  .request-quote-title {
    font-size: 32px;
  }

  .request-quote-content p {
    font-size: 18px;
  }

  .request-quote-content {
    margin-bottom: 25px;
  }

  .request-quote-text::after {
    width: 175px;
    height: 200px;
    right: -2px;
    bottom: -82px;
  }

  .how-we-work-icon {
    margin-bottom: 25px;
  }


  .testimonials-sec.common-sec {
    padding-bottom: 60px;
  }

  .experience-wrapper {
    display: flex;
    flex-direction: column;
  }

  .experience-bottom .experience-box-col:nth-child(1) {
    bottom: 90px;
  }

  .experience-bottom .experience-box-col:nth-child(2) {
    top: 50px;
    left: -30px;
  }

  .experience-box {
    min-width: fit-content;
  }

  .experience-bottom .experience-box-col:nth-child(3) {
    left: -15px;
  }

  .experience-bottom .experience-box-col:nth-child(4) {
    bottom: -50px;
  }

  .experience-top .experience-box-col:nth-child(1) {
    left: 0;
    top: 120px;
  }

  .experience-top .experience-box-col:nth-child(3),
  .experience-top .experience-box-col:nth-child(2) {
    max-width: 160px;
  }

  .experience-top .experience-box-col:nth-child(2) {
    top: 0;
  }

  .experience-top .experience-box-col:nth-child(3) {
    top: 170px;
    right: 160px;
  }

  .experience-top .experience-box-col:nth-child(4) {
    top: 30px;
  }

  .product-compression-row>.row {
    --bs-gutter-y: 2.2rem;
  }

  .lighting-col-con {
    flex: 0 0 100%;
    padding-left: 0;
  }
}

@media only screen and (max-width: 767px) {
  :root {
    --partner-width: 767;
  }

  .rating-wrapper {
    margin-bottom: 15px;
    max-width: 100px;
  }

  .testimonials-con p {
    font-size: 14px;
  }

  .footer-logo img {
    max-width: 180px;
  }

  .footer-menus {
    padding-top: 40px;
  }

  .footer-whatsapp a {
    right: 20px;
    bottom: 96px;
    width: 45px;
    height: 45px;
    padding: 10px;
  }

  .slick-dots {
    margin-top: 18px;
  }

  .slick-dots li button {
    width: 16px;
    height: 16px;
  }

  .slick-dots li.slick-active button {
    width: 16px;
    height: 16px;
  }

  .slick-dots li button:after {
    width: 10px;
    height: 10px;
  }

  .request-quote-title {
    font-size: 26px;
    margin-bottom: 15px;
  }

  .request-quote-content p {
    font-size: 16px;
  }

  .how-we-work-icon img {
    width: 45px;
    height: 45px;
  }

  .how-we-work-box {
    display: flex;
    gap: 10px;
  }

  .how-we-work-icon {
    margin-bottom: 0;
    flex: 0 0 45px;
  }

  .how-we-work-title {
    margin-bottom: 10px;
  }

  .experience-box-col {
    max-width: 160px;
  }

  .experience-title {
    font-size: 19px;
  }

  .experience-sec .sec-head {
    bottom: 37%;
    transform: translateY(-37%);
  }

  .experience-bottom .experience-box-col:nth-child(3) {
    bottom: 80px;
  }

  .experience-bottom .experience-box-col:nth-child(1) {
    bottom: 110px;
  }

  .products-slider-box .products-name {
    font-size: 22px;
    margin-bottom: 5px;
  }

  .products-slider-box .products-description {
    margin-bottom: 10px;
  }

  .products-slider-box {
    padding: 0 7px;
  }

  .products-slider {
    margin: 0 -7px;
  }

  .request-quote-sec.style-2 .cms-con.style-2 li {
    font-size: 16px;
  }
}

@media only screen and (max-width: 568px) {
  :root {
    --partner-width: 568;
  }

  .footer-menus {
    padding: 25px 0;
  }

  .copyright-footer {
    padding: 10px 0;
  }

  .footer-box .social-media {
    margin-top: 12px;
  }

  .copyright-footer .cms-con p,
  .copyright-footer .cms-con p a {
    text-align: center;
    line-height: 1.6;
    font-size: 13px;
  }

  .dgrooar-img img {
    width: 32px;
    height: 23px;
  }

  .request-quote-btn {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99;
  }

  .request-quote-btn .btn {
    width: 100%;
    border-radius: 0;
  }

  .request-quote-btn .btn:hover {
    background-color: #AAE26F;
  }

  .request-quote-text::after {
    width: 145px;
    height: 170px;
  }

  .experience-top {
    left: 0%;
    transform: unset;
    padding: 0;
  }

  .experience-sec .sec-head,
  .experience-bottom {
    position: unset;
    transform: unset;
    padding: 0;
  }

  .experience-top .experience-box-col,
  .experience-top .experience-box-col:nth-child(2),
  .experience-bottom .experience-box-col:nth-child(3),
  .experience-bottom .experience-box-col:nth-child(4),
  .experience-bottom .experience-box-col:nth-child(2),
  .experience-bottom .experience-box-col:nth-child(1) {
    position: unset;
    transform: unset;
  }

  .experience-sec {
    min-height: fit-content;
    padding-bottom: 60px;
  }

  .experience-top,
  .experience-bottom {
    flex-wrap: wrap;
    gap: 10px;
  }

  .experience-wrapper .experience-box-col,
  .experience-top .experience-box-col:nth-child(3),
  .experience-top .experience-box-col:nth-child(2) {
    flex: 1 1 calc(50% - 5px);
    max-width: calc(50% - 5px) !important;
  }

  .experience-box {
    max-width: 100%;
  }

  .experience-sec .sec-head {
    order: 1;
  }

  .experience-top {
    order: 2;
  }

  .experience-bottom {
    order: 3;
    margin-top: 10px;
  }

  .experience-box {
    height: 100%;
  }

  .experience-title {
    font-size: 17px;
  }

  .experience-box {
    padding: 15px;
    border-radius: 4px;
    min-width: 100%;
  }

  .products-slider-box .products-img {
    padding: 20px 25px;
  }

  .request-quote-sec.style-2 .cms-con.style-2 li {
    font-size: 14px;
  }

  .request-quote-sec.style-2 .cms-con.style-2 li::before {
    width: 14px;
    height: 14px;
    top: 0;
  }

  .product-vs-img {
    max-width: 48px;
  }

  .product-listbox-lable div {
    font-size: 14px;
    padding: 11px 0;
  }

  .product-listbox-con div {
    font-size: 14px;
    padding: 11px 5px;
  }

  .product-listbox-lable {
    flex: 0 0 90px;
  }

  .product-listbox-con {
    flex-basis: calc(50% - 45px);
  }

  .product-name {
    font-size: 16px;
  }

  .product-name-row .product-name-col:first-child {
    padding-right: 45px;
  }

  .product-name-row .product-name-col {
    padding-left: 45px;
  }

  .service-logo-name {
    font-size: 20px;
  }

  .why-choose-us-item.style-2 {
    flex: 0 0 calc(50% - 5px);
    max-width: calc(50% - 5px);
    padding: 12px;
  }

  .lighting-box-row {
    gap: 10px;
  }

  .product-compression-sec .sec-head,
  .lighting-benefits-sec .sec-head {
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 360px) {
  .product-name-row .product-name-col:first-child {
    padding-right: 0px;
  }

  .product-name-row .product-name-col {
    padding-left: 0px;
  }
}

.product-top {
  background-color: #EFEFEF;
  padding: 60px 67px;
  border-radius: 12px;
  margin-bottom: 20px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 450px;
}

.product-top .product-img {
  justify-content: center;
  align-items: center;
  display: flex;
}

.product-top .product-img img {
  object-fit: contain;
  margin: 0 auto;
  display: block;
  max-height: 310px;
  max-width: 448px;
  -webkit-transition-duration: 2s;
  -moz-transition-duration: 2s;
  -ms-transition-duration: 2s;
  transition-duration: 2s;
  transition: all .8s ease-in-out;
}

.product-logo {
  display: block;
  position: absolute;
  top: 25px;
  left: 25px;
}

.product-logo img {
  max-width: 144px;
  max-height: 47px;
}

.features-title {
  font-size: 18px;
  font-weight: 700;
  color: #0F3D1E;
  line-height: 1;
  margin-bottom: 20px;
}

.products-con .cms-con.style-2 ul {
  margin-bottom: 0;
}

.our-product-sec .tab-pane .row>* {
  margin-bottom: 150px;
}

.our-product-sec .products-slider-box {
  padding: 0;
}

.our-product-sec .products-slider-box .products-description {
  margin-bottom: 25px;
}

.our-product-sec .product-tab .nav-tabs {
  margin-bottom: 75px;
}

.refer-friend-cta-sec .cta-box {
  margin-top: 0;
  margin-bottom: 40px;
  background-color: transparent;
  border-radius: 0;
  height: calc(17% - 40px);
}

.refer-friend-cta-sec .cta-box p {
  max-width: 100%;
  text-align: left;
  font-size: 24px;
}

.refer-friend-cta-sec .cta-box p span {
  color: #87C440;
}

.refer-friend-cta-sec .cta-con .cta-img {
  height: 83%;
}

.home-page-form.style-2 {
  background-color: #F5F5F5;
}

.home-page-form.style-2 .home-page-form-title {
  color: #0F3D1E;
}

.home-page-form.style-2 .form-group .form-control {
  background-color: #fff;
  color: #000;
  border-color: rgba(0, 0, 0, 0.1);
}

.home-page-form.style-2 .form-label {
  color: #000;
}
.home-page-form.style-2 .check-box-row .form-check .wpcf7-form-control-wrap{position: unset;}

.home-page-form.style-2 .check-box-row .form-check-input .wpcf7-list-item{margin: 0;}
.home-page-form.style-2 .check-box-row .form-check-input input{position: absolute;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    border-color: rgb(0 0 0 / 10%);
    margin: 0;-webkit-appearance: none;
    -moz-appearance: none;}

.home-page-form.style-2 .form-check-input input:checked[type=checkbox] {
    background-color: #87C440;
    border-color: #87C440;
}

.home-page-form.style-2 .form-check-input input:focus {
    box-shadow: none;
}

.home-page-form.style-2 .check-box-row .form-check-input:checked[type=checkbox]+.form-check-label {
  background-color: #87C440;
  border-color: #87C440;
}

.home-page-form.style-2 .check-box-row .form-check-input:checked[type=checkbox] {
  background-color: #0F3D1E;
  border-color: #0F3D1E;
}

.home-page-form.style-2 .check-box-row .form-check-input .wpcf7-list-item-label{
  position: absolute;
    right: 6px;
    top: 8px;
    width: 14px;
    height: 14px;
    font-size: 0;
    background-color: transparent;
    border: 1px solid #0F3D1E;
    border-radius: 4px;
}
.home-page-form.style-2 .check-box-row .form-check-input .wpcf7-list-item-label:before,
.home-page-form.style-2 .check-box-row .form-check-input .wpcf7-list-item-label:after{display: none;}

.home-page-form.style-2 .activity-text {
  color: #0F3D1E;
  position: relative;
  z-index: 2;
  pointer-events: none;
}

.home-page-form.style-2 .activity-icon img {
  filter: brightness(0) saturate(100%) invert(17%) sepia(18%) saturate(1885%) hue-rotate(87deg) brightness(93%) contrast(91%);
}

.home-page-form.style-2 .check-box-row .form-check .form-check-label {
  border-color: rgba(0, 0, 0, 0.1);
  background-color: #fff;
}

.home-page-form.style-2 .check-box-row .form-check-input {
  border-color: #0F3D1E;
}

.home-page-form.style-2 .check-box-row .form-check-input:not(:checked)+.form-check-label .activity-text {
  color: #000;
}

.home-page-form.style-2 .reuired-check .form-check-input:checked[type=checkbox] {
  border-color: #000;
  background-image: url(../img/svg/right-black.svg);
}

.home-page-form.style-2 .form-check .form-check-label {
  color: #000;
}

.home-page-form.style-2 .check-box-row .form-check-input:not(:checked)+.form-check-label .activity-icon img {
  filter: brightness(0) saturate(100%) invert(17%) sepia(18%) saturate(1885%) hue-rotate(87deg) brightness(93%) contrast(91%);
}

.home-page-form.style-2 .check-box-row .form-check-input{position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    border-radius: 8px;
    border: none;
    height: 100%;overflow: hidden;}

.home-page-form.style-2 select:has(option:checked:first-child) {
  color: rgba(0, 0, 0, 0.6) !important;
}

.home-page-form.style-2 .form-group .form-control.form-select {
  background-image: url(../img/svg/down-arrow-black.svg);
}

.home-page-form.style-2 .form-group textarea.form-control {
  max-height: 152px;
}

.home-page-form.style-2 .form-check-input input:checked[type=checkbox] + .wpcf7-list-item-label{background-color: #0F3D1E;
background-image: url(../img/svg/right.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 10px;}

.home-page-form.style-2 .form-check.reuired-check label {
  display: flex;
  align-items: center;
  line-height: 1;
  gap: 6px;
}

.home-page-form.style-2 .form-check.reuired-check .wpcf7-list-item {
  margin: 0;
}

.home-page-form.style-2 .btn {
  margin-top: 10px;
}

.home-page-form.style-2 :-webkit-autofill,
.home-page-form.style-2 :-webkit-autofill:hover,
.home-page-form.style-2 :-webkit-autofill:focus,
.home-page-form.style-2 :-webkit-autofill:active {
    -webkit-text-fill-color: #000 !important;
    caret-color: #000 !important;
    transition: background-color 5000000s ease-in-out 0s !important;
}

.refer-friend-cta-sec .wpcf7-form-control-wrap {
  position: relative;
}

.refer-friend-cta-sec .wpcf7-form-control-wrap .wpcf7-not-valid-tip,
.refer-friend-cta-sec .wpcf7-form-control-wrap label.error,
.refer-friend-cta-sec .error {
  position: absolute;
  right: 10px;
  top: -19px;
  width: auto;
  height: auto;
  margin: 0;
  font-size: 11px !important;
  line-height: 11px !important;
  background: #fb0101;
  padding: 5px 5px 4px !important;
  color: #fff !important
}

.refer-friend-cta-sec .wpcf7-form-control-wrap .wpcf7-not-valid-tip:after,
.refer-friend-cta-sec .wpcf7-form-control-wrap label.error:after,
.refer-friend-cta-sec .error:after {
  border-color: #fb0101 transparent transparent;
  -o-border-image: none;
  border-image: none;
  border-right: 6px solid transparent;
  border-style: solid;
  border-width: 6px;
  content: "";
  height: 0;
  left: 5px;
  position: absolute;
  top: 100%;
  width: 0
}

.refer-friend-cta-sec .wpcf7 form.invalid .wpcf7-response-output,
.refer-friend-cta-sec .wpcf7 form.unaccepted .wpcf7-response-output {
  border-color: #ffb900;
  background: #fff;
  font-size: 14px
}


.home-page-form.style-2 .form-group .form-control::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.6);
}

.home-page-form.style-2 .form-group .form-control::-moz-placeholder {
  color: rgba(0, 0, 0, 0.6);
}

.home-page-form.style-2 .form-group .form-control:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.6);
}

.home-page-form.style-2 .form-group .form-control:-moz-placeholder {
  color: rgba(0, 0, 0, 0.6);
}

.home-page-form.style-2 .check-box-row>*:first-child .wpcf7-not-valid-tip{display: block;width: max-content;left: 0;}
.home-page-form.style-2 .check-box-row>* .wpcf7-not-valid-tip{display: none;}

.how-it-works-slider .slick-slide {
  display: flex !important;
  height: auto !important;
}
.how-it-works-slider .slick-list{padding-bottom: 1px;}
.how-it-works-slider .slick-track {
  display: flex !important;
}

.how-it-works-slider .slick-slide>div {
  flex: 1;
  height: 100%;
}

.how-it-works-slider .slick-slide .how-it-works-slide {
  height: 100%;
}

.home-page-form.style-2 .activity-card {
  display: inline-block;
}

.home-page-form.style-2 .activity-card .activity-icon,
.home-page-form.style-2 .activity-card .activity-text {
  display: block;
  pointer-events: none;
}

.referral-program-sec .lighting-col-con {
  padding-left: 0;
  padding-right: 40px;
}

.referral-bottom-text {
  margin-top: 45px;
}

.referral-bottom-title {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
  color: #0F3D1E;
}

.term-cond-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  color: #0F3D1E;
  margin-bottom: 14px;
}


@media (hover: hover) {
  .our-product-sec .products-slider-box:hover .product-top .product-img img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
    -o-transform: scale(1.1);
    -webkit-transition-duration: 2s;
    transition-duration: 2s;
  }
}

@media only screen and (max-width: 1299px) {
  .our-product-sec .product-tab .nav-tabs {
    margin-bottom: 50px;
  }

  .our-product-sec .tab-pane .row>* {
    margin-bottom: 100px;
  }
}

@media only screen and (max-width: 1199px) {
  .product-logo img {
    max-width: 120px;
    max-height: 40px;
  }

  .product-top {
    padding: 75px 20px;
    padding-bottom: 40px;
    min-height: 440px;
  }

  .product-top .product-img img {
    max-height: 290px;
  }

  .refer-friend-cta-sec .cta-box p {
    font-size: 18px;
  }

  .referral-program-sec .lighting-col-con {
    padding-right: 30px;
  }

  .referral-program-sec .lighting-col-con {
    flex: 0 0 60%;
  }

  .referral-program-sec .lighting-col-img {
    max-width: 40%;
    flex: 0 0 40%;
  }

  .referral-bottom-title {
    font-size: 20px;
  }

  .term-cond-title {
    font-size: 20px;
  }

  .home-page-form.style-2 .form-group textarea.form-control {
    max-height: 90px;
  }
}

@media only screen and (max-width: 991px) {
  .product-top .product-img img {
    max-height: 255px;
    max-width: 100%;
  }

  .product-logo {
    top: 20px;
    left: 20px;
  }

  .product-top {
    padding: 65px 20px;
    padding-bottom: 20px;
    min-height: 370px;
  }

  .our-product-sec .tab-pane .row>* {
    margin-bottom: 75px;
  }

  .our-product-sec .product-tab .nav-tabs {
    margin-bottom: 30px;
  }

  .refer-friend-cta-sec .cta-box {
    height: inherit;
    min-height: inherit;
    margin-bottom: 30px;
  }

  .refer-friend-cta-sec .cta-con {
    height: auto;
  }

  .referral-program-sec .lighting-col-con {
    padding-right: 0;
  }
}

@media only screen and (max-width: 767px) {
  .product-top {
    min-height: 326px;
  }

  .product-top .product-img img {
    max-height: 240px;
  }

  .product-buttons {
    display: flex;
    gap: 10px;
  }

  .our-product-sec .product-buttons .btn {
    font-size: 12px;
    padding: 13px 8px;
    flex: 1;
  }

  .our-product-sec .product-buttons .btn~.btn {
    margin-left: 0px;
  }

  .our-product-sec .tab-pane .row>* {
    margin-bottom: 50px;
  }

  .our-product-sec .products-slider-box .products-description {
    margin-bottom: 20px;
  }

  .features-title {
    font-size: 16px;
    margin-bottom: 15px;
  }

  .referral-bottom-text {
    margin-top: 30px;
  }
}

@media only screen and (max-width: 568px) {
  .our-product-sec .product-buttons .btn {
    font-size: 13px;
  }
  .home-page-form.style-2 .check-box-row .form-check-input .wpcf7-list-item-label{width: 12px;height: 12px;}
}