@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');

* {
    padding: 0;
    margin: 0;
    border: none;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ol li,
ul,
ul li {
    list-style-type: none;
    margin-bottom: 0;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

strong,
b {
    font-weight: bold;
}

em,
i {
    font-style: italic;
}

u {
    text-decoration: underline;
}

a {
    text-decoration: none;
}

*:focus {
    outline: none;
}

a:hover,
a:focus {
    text-decoration: none;
    outline: none !important;
}

button[type="button"]:focus {
    outline: none;
}

/* 1.1 SVG default css*/
svg:not(:root).svgImg {
    overflow: visible;
}

.svgImg {
    display: inline-block;
    font-size: inherit;
    width: 1em;
    height: 1em;
    overflow: visible;
    vertical-align: -0.125em;
}

.svg-icons {
    display: inline-block;
    font-size: inherit;
    height: 1em;
    overflow: visible;
    vertical-align: -0.125em;
}

/*SVG default css*/

img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}

p {
    line-height: 1.4;
    font-size: 16px;
    color: #000000;
    font-weight: 400;
    margin-bottom: 22px;
    font-family: "Outfit", sans-serif;
}

p:last-child {
    margin-bottom: 0 !important;
}

a {
    color: #000;
    transition: all 0.4s ease-in-out;
}

.c-scrollbar {
    height: 100vh !important;
}

:root {
    --white: #ffffff;
    --black: #000000;
    --trans: all .4s ease-in-out;
}

html {
    font-size: 1rem;
    scroll-behavior: smooth;
}

body {
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    font-family: "Outfit", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    color: #000;
    background-color: #fff;
    position: relative;
}

.trans {
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

:-webkit-autofill,
:-webkit-autofill:hover,
:-webkit-autofill:focus,
:-webkit-autofill:active {
    -webkit-text-fill-color: #fff !important;
    caret-color: #fff !important;
    transition: background-color 5000000s ease-in-out 0s !important;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
    display: none;
}

.wrapper {
    display: block;
    width: 100%;
    min-height: 100vh;
    position: relative;
}

.container {
    max-width: 1356px;
    padding: 0 30px;
}

.container-lg {
    max-width: 1780px;
    padding: 0 30px;
}

.common-sec {
    padding-top: 100px;
    padding-bottom: 100px;
    position: relative;
}

.sec-head {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.sec-title {
    color: #0F3D1E;
    font-weight: 700;
    font-size: 50px;
    line-height: 1.1;
    margin-bottom: 0;
    font-family: "Outfit", sans-serif;
}

.sec-head p {
    max-width: 600px;
    margin: auto;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.5;
    display: block;
    color: #000;
    margin-top: 20px;
}

.btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 18px;
    line-height: 1;
    text-transform: uppercase;
    border-radius: 8px;
    padding: 19px 22px;
    min-width: 144px;
    overflow: hidden;
    border: none;
    z-index: 1;
    transition: all 0.4s ease-in-out;
    -webkit-tap-highlight-color: transparent;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
}

.btn::before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    bottom: -1.25rem;
    background-color: #fff;
    border-radius: 50%;
    aspect-ratio: 1;
    width: 5%;
    margin: auto;
    transform: translate(-50%, 30%);
    z-index: -1;
    transition: all 0.4s ease-in-out;
    pointer-events: none;
}


.btn:active {
    transform: none !important;
}

.btn.btn-blue {
    background-color: #85C7E2;
    color: #0F3D1E;
}

.btn.btn-blue::before {
    background-color: #AAE26F;
}

.btn.btn-green {
    background-color: #AAE26F;
    color: #0F3D1E;
}

.btn.btn-green::before {
    background-color: #85C7E2;
}

.btn.btn-apple-green {
    background-color: #87C440;
    color: #fff;
}

.btn.btn-apple-green::before {
    background-color: #85C7E2;
}

.btn.btn-dark-green {
    background-color: #0F3D1E;
    color: #fff;
}

.btn.btn-dark-green::before {
    background-color: #87C440;
}


.btn.btn-green-outline {
    border: 2px solid #87C440;
    color: #87C440;
}

.btn.btn-green-outline::before {
    background-color: #87C440;
}

.btn-outline {
    border: 2px solid #0F3D1E;
    color: #0F3D1E;
}

.btn-outline::before {
    background-color: #0F3D1E;
}

.btn.btn-white {
    background-color: #fff;
    color: #0F3D1E;
}

.btn.btn-white::before {
    background-color: #AAE26F;
}


.btn~.btn {
    margin-left: 14px;
}


/* header */

.header-bottom {
    padding: 20px 0;
}

.site-logo img {
    max-width: 326px;
    width: 100%;
}

.header-btn {
    gap: 14px;
}

.menu-button .btn {
    display: flex;
    align-items: center;
    gap: 10px;
}

.header-btn .btn {
    border-radius: 24px;
    padding: 25px 22px;
}

.header-top {
    background-color: #0F3D1E;
    padding: 18px;
}

.header-top p {
    color: #87C440;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.3;
    text-align: center;
    display: block;
}

.menu-icon {
    position: relative;
    width: 17px;
    height: 10px;
}

.menu-icon::before,
.menu-icon::after {
    content: "";
    position: absolute;
    left: 0;
    width: 17px;
    height: 2px;
    border-radius: 8px;
    background-color: currentColor;
    transform-origin: center;
    transition: all 0.4s ease-in-out;
}

.menu-icon::before {
    top: 0;
}

.menu-icon::after {
    bottom: 0;
}

.menu-button.menu-open .menu-icon::before {
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
}

.menu-button.menu-open .menu-icon::after {
    bottom: auto;
    top: 50%;
    transform: translateY(-50%) rotate(-45deg);
}


.menu-button {
    position: relative;
}

.menu-button .navigation-bar {
    position: absolute;
    top: 75px;
    width: 365px;
    overflow: hidden;
    pointer-events: none;
    background-color: #85C7E2;
    border-radius: 24px;
    padding: 20px;
    transform: scaleY(0);
    will-change: transform;
    transform-origin: top;
    z-index: 1;
    transition: all 0.4s ease-in-out;
}

.menu-button.menu-open .navigation-bar {
    pointer-events: all;
    transform: scaleY(1);
}

.nav-menu ul {
    list-style: none;
    width: 100%;
}

.nav-menu ul li {
    margin-bottom: 15px;
}

.nav-menu ul li:last-child {
    margin-bottom: 0;
}

.nav-menu ul li a {
    display: block;
    font-weight: 600;
    font-size: 38px;
    line-height: 1.1;
    color: #0F3D1E;
    text-transform: capitalize;
    transition: all 0.4s ease-in-out;
}

.nav-menu ul li a:hover {
    color: #fff;
}

.header-bottom.has-sticky {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.09);
    background: #ffffff;
    backdrop-filter: blur(50px);
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    z-index: 999;
    padding: 10px 0;
}

.header-bottom.has-sticky .site-logo img {
    max-width: 270px;
}

.header-bottom.has-sticky .btn {
    padding: 20px 22px;
}

.sidebar-overlay {
    visibility: hidden;
    min-height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    background: var(--black);
    z-index: 998;
}

.navigation-bar {
    display: inline-block;
    vertical-align: middle;
}

.mb-menu-logo {
    display: none;
}

.navbar-main ul:first-child {
    display: flex;
    justify-content: center;
    align-items: center;
}

.navbar-main .nav-menu-main ul {
    margin-bottom: 0;
    list-style: none;
}

.navbar-main .nav-menu-main>ul {
    margin-right: 30px;
}

.navbar-main .nav-menu-main>ul>li {
    margin-right: 35px;
    position: relative;
    line-height: 0;
}

.navbar-main ul li a {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    color: #0F3D1E;
    line-height: 1;
    position: relative;
    transition: all .4s ease-in-out;
}

a:not([href]):not([class]) {
    color: #0F3D1E;
}

.navbar-main ul li a:hover,
a:not([href]):not([class]):hover,
.nav-menu-main>ul>li:hover>a,
.navbar-main .nav-menu-main ul li.current-menu-item a,
.navbar-main .nav-menu-main ul>li.current-menu-parent>a {
    color: #87C440;
}

.menu-button {
    display: none;
}

.body-fixed {
    overflow: hidden;
}

.navbar-main .nav-menu-main>ul>li>.sub-menu {
    position: absolute;
    left: -1.875rem;
    top: 85%;
    right: 0;
    margin: auto;
    background: #f7f7f7;
    box-shadow: rgba(99, 99, 99, 0.2) 0rem .125rem .5rem 0rem;
    z-index: 9;
    display: block;
    -webkit-transform: translateY(2.25rem);
    transform: translateY(2.25rem);
    visibility: hidden;
    opacity: 0;
    width: 17.125rem;
    padding: 15px;
    border-radius: .9375rem;
    transition: all .4s ease-in-out;
}

.navbar-main .nav-menu-main ul li .arrow {
    position: absolute;
    display: inline-block;
    content: "";
    width: .5rem;
    height: .5rem;
    border: none;
    border-bottom: .125rem solid #0F3D1E;
    border-right: .125rem solid #0F3D1E;
    transform: rotate(45deg);
    right: -14px;
    top: .1875rem;
    transition: border 0.4s ease-in-out;
    padding-right: 0rem;
}

.navbar-main .nav-menu-main ul li.current-menu-parent .arrow,
.navbar-main .nav-menu-main ul li.current-menu-item .arrow,
.navbar-main .nav-menu-main ul li:hover .arrow {
    border-color: #87C440 !important;
}

.navbar-main .nav-menu-main>ul>li:hover>.sub-menu {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 1;
    visibility: visible;
}

.navbar-main .nav-menu-main>ul>li>.sub-menu::before {
    content: "";
    width: 0;
    height: 0;
    border-bottom: .625rem solid #f7f7f7;
    border-left: .625rem solid transparent;
    border-right: .625rem solid transparent;
    position: absolute;
    left: 2.5rem;
    top: 0;
    transform: translateY(-100%);
}

.navbar-main .nav-menu-main>ul>li>.sub-menu>li>a {
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    padding: 12px;
    display: block;
    border-bottom: 1px solid rgb(0 0 0 / 11%);
}

.navbar-main .nav-menu-main>ul>li>.sub-menu>li:last-child>a {
    border-bottom: none;
}


/* header */

.hero-banner-sec {
    position: relative;
    z-index: 1;
    min-height: 570px;
    height: calc(100vh - 163px);
}

.hero-banner-silder {
    position: relative;
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    object-fit: cover;
    object-position: center top;
}

.hero-banner-silde,
.hero-banner-img,
.hero-banner-sec .slick-list,
.hero-banner-sec .slick-slide>div,
.hero-banner-sec .slick-track {
    width: 100%;
    height: 100%;
}

.hero-banner-img {
    position: relative;
}

.hero-banner-img img {
    width: 100%;
    height: 100%;
    object-position: top;
    object-fit: cover;
}

.hero-banner-sec .container {
    height: 100%;
}

.hero-banner-con {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    padding-top: 184px;
    padding-bottom: 94px;
}

.banner-title {
    font-weight: 800;
    font-size: 90px;
    line-height: 1;
    text-align: center;
    color: #fff;
    text-shadow: 0px 4px 20px #00000040;
}

.hero-banner-con p {
    font-weight: 500;
    font-size: 28px;
    line-height: 1.2;
    text-align: center;
    display: block;
    text-shadow: 0px 4px 20px #00000040;
    color: #fff;
}

.home-about-sec.common-sec {
    padding-top: 150px;
    padding-bottom: 80px;
}

.home-about-img {
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 80px;
}

.home-about-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}

.hero-banner-silder .slick-dots {
    position: absolute;
    bottom: 40px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-banner-silder .slick-dots li {
    line-height: 0;
    height: 30px;
    display: flex;
    align-items: end;
    padding-bottom: 5px;
    cursor: pointer;
    transition: .4s all ease-in-out;
}

.hero-banner-silder .slick-dots li button:after {
    content: unset;
}

.hero-banner-silder .slick-dots li.slick-active button,
.hero-banner-silder .slick-dots li:hover button {
    height: 6px;
    width: 30px;
    background-color: #AAE26F;
}

.hero-banner-silder .slick-dots li button {
    width: 30px;
    background-color: #fff;
    border: none;
    border-radius: 0;
    font-size: 0;
    height: 3px;
    transition: .4s all ease-in-out;
}


.home-about-con {
    padding-left: 109px;
    max-width: 750px;
}

.home-about-con .sec-title {
    color: #0F3D1E;
}

.counter-sec.common-sec {
    padding-bottom: 124px;
}

.counter-box span {
    color: #000;
    font-weight: 400;
    font-size: 24px;
    line-height: 1.1;
    display: block;
    margin-bottom: 20px;
}

.counter-box .numbers span {
    display: inline-block;
    vertical-align: middle;
    font-weight: 700;
    font-size: 50px;
    line-height: 1.1;
    color: #0F3D1E;
    margin-bottom: 0;
    text-transform: uppercase;
}

.counter-box .numbers span.plus-icon {
    font-size: 30px;
    color: #87C440;
    vertical-align: top;
    line-height: 1;
    margin-top: 4px;
}

.counter-sec .row>*:first-child .counter-box {
    padding-left: 0;
}

.counter-sec .row>* .counter-box {
    padding-left: 70px;
}

.our-services-sec .sec-head {
    margin-bottom: 75px;
}

.our-services-box-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.our-services-box {
    height: 100%;
    overflow: hidden;
    border-radius: 48px;
    width: 100%;
}

.our-services-box-wrapper {
    position: sticky;
    top: 120px;
}

.our-services-box.solar-service-box .our-service-con {
    background-color: #262F29;
}

.our-services-box.aircon-service-box .our-service-con {
    background-color: #BEEDFF;
}

.our-services-box.lighting-service-box .our-service-con {
    background-color: #FACD5A;
}

.our-services-box .our-service-con {
    height: 100%;
    padding: 0 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
}

.our-services-box .our-service-con span {
    position: absolute;
    top: 10px;
    color: #fff;
    font-size: 26px;
    font-weight: 600;
}

.our-service-con .our-service-title {
    font-weight: 600;
    font-size: 80px;
    line-height: 1;
    display: block;
    margin-bottom: 20px;
    transition: all .4s ease-in-out;
}

.our-service-con .cms-con p {
    font-weight: 300;
    font-size: 26px;
    line-height: 1.4;
    display: block;
    margin-bottom: 30px;
}

.our-service-con .cms-con ul {
    padding: 0;
    list-style: none;
    margin-bottom: 50px;
    padding-left: 20px;
}

.our-service-con .cms-con ul li {
    font-weight: 300;
    font-size: 26px;
    line-height: 1;
    display: block;
    margin-bottom: 30px;
    padding-left: 34px;
    position: relative;
}

.our-service-con .cms-con ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.our-services-box.solar-service-box .our-service-con .cms-con ul li::before {
    background-image: url(../img/svg/green-check-mark.svg);
}

.our-services-box.aircon-service-box .our-service-con .cms-con ul li::before,
.our-services-box.lighting-service-box .our-service-con .cms-con ul li::before {
    background-image: url(../img/svg/dark-green-check-mark.svg);
}

.our-service-con .cms-con ul li:last-child {
    margin-bottom: 0;
}

.our-services-box.solar-service-box .our-service-con .our-service-title,
.our-services-box.solar-service-box .our-service-con .cms-con p,
.our-services-box.solar-service-box .our-service-con .cms-con ul li {
    color: #fff;
}

.our-services-box.aircon-service-box .our-service-con .cms-con p,
.our-services-box.aircon-service-box .our-service-con .cms-con ul li {
    color: #000;
}

.our-services-box.aircon-service-box .our-service-con span {
    color: #0F3D1E;
}

.our-services-box-wrapper .our-service-con span {
    opacity: 0;
    visibility: hidden;
    transition: all .4s ease-in-out;
}

.our-services-box-wrapper.done .our-service-con span {
    opacity: 1;
    visibility: visible;
}

.our-services-box.aircon-service-box .our-service-con .our-service-title,
.our-services-box.lighting-service-box .our-service-con .our-service-title {
    color: #0F3D1E;
}

.our-services-box.aircon-service-box .service-btn .btn,
.our-services-box.lighting-service-box .service-btn .btn {
    border-color: #0F3D1E;
    color: #0F3D1E;
}

.our-services-box.aircon-service-box .service-btn .btn::before,
.our-services-box.lighting-service-box .service-btn .btn::before {
    background-color: #0F3D1E;
}

.our-services-box.aircon-service-box .service-btn .btn:hover,
.our-services-box.lighting-service-box .service-btn .btn:hover {
    background-color: #0F3D1E;
    color: #fff;
}

.service-img-upper-title {
    display: none;
}

.our-service-img,
.our-service-img img {
    height: 100%;
    width: 100%;
}

.cta-con {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.cta-con .cta-img {
    border-radius: 12px;
    overflow: hidden;
    height: 75%;
}

.cta-box {
    background-color: #D9F7E5;
    text-align: center;
    border-radius: 24px;
    height: calc(25% - 40px);
    margin-top: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cta-box p {
    color: #0F3D1E;
    font-weight: 600;
    font-size: 30px;
    line-height: 1.3;
    text-align: center;
    max-width: 345px;
}

.cta-box p a {
    color: #079746;
    text-decoration: underline;
    text-underline-offset: 5px;
    transition: all 0.4s ease-in-out;
}

.cta-box p a:hover {
    color: #0F3D1E;
}

.cta-con .cta-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home-page-form {
    background-color: #10652F;
    border-radius: 24px;
    padding: 48px;
    height: 100%;
}

.home-page-form-title {
    color: #fff;
    font-weight: 500;
    font-size: 30px;
    line-height: 1.1;
    display: block;
    margin-bottom: 30px;
}

.home-page-form .row {
    --bs-gutter-x: 18px;
    --bs-gutter-y: 18px;
}

.home-page-form .form-group .form-control {
    background-color: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 18px;
    font-weight: 400;
    font-size: 16px;
    line-height: 1;
    color: #fff;
}

.home-page-form .form-group textarea.form-control {
    resize: none;
    min-height: 100px;
}

.home-page-form .form-group .form-control:focus {
    box-shadow: none;
    border-color: rgba(255, 255, 255, 0.6);
}

.home-page-form .form-group .form-control::placeholder {
    color: rgba(255, 255, 255, 60%);
}

select:has(option:checked:first-child) {
    color: rgba(255, 255, 255, 60%) !important;
}

.home-page-form option {
    color: #000 !important;
}

.home-page-form .form-group .form-control.form-select {
    background-image: url(../img/svg/down-arrow.svg);
    background-size: 12px;
    padding: 18px 40px 18px 18px;
}

.home-page-form .form-check {
    padding-left: 0;
    display: flex;
    align-items: center;
    gap: 6px;
}

.home-page-form .form-check .form-check-input {
    background-color: transparent;
    border: 1px solid #fff;
    width: 14px;
    height: 14px;
    border-radius: 4px;
    margin: 0;
}

.home-page-form .form-check .form-check-label {
    color: #fff;
    font-weight: 500;
    font-size: 12px;
    line-height: 1.3;
    width: 100%;
    height: 100%;
}

.home-page-form .form-check-input:disabled~.form-check-label,
.home-page-form .form-check-input[disabled]~.form-check-label {
    opacity: 1 !important;
}

.home-page-form .form-check-input:disabled {
    opacity: 1 !important;
}

.home-page-form .check-box-row .form-check .form-check-label {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 100px;
    background-color: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
}

.home-page-form .btn {
    margin-top: 20px;
}

.home-page-form .check-box-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    column-gap: 24px;
}

.home-page-form .form-label {
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.1;
    display: block;
    margin-bottom: 12px;
}

.home-page-form .check-box-row .form-check {
    position: relative;
}

.home-page-form .check-box-row .form-check-input {
    position: absolute;
    right: 6px;
    top: 8px;
    width: 14px;
    height: 14px;
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, 0.5);
}

.home-page-form .check-box-row .form-check-input:checked[type=checkbox] {
    background-color: #10652F;
    border-color: #10652F;
}

.form-check-input:checked[type=checkbox] {
    background-image: url(../img/svg/right.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 10px;
    border-color: #fff;
}

.form-check-input:focus {
    box-shadow: none;
}

.home-page-form .activity-icon {
    width: 36px;
    height: 36px;
    margin: auto;
    margin-bottom: 12px;
}

.home-page-form .activity-text {
    text-align: center;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.1;
    color: #10652F;
}

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

.home-page-form .check-box-row .form-check-input:not(:checked)+.form-check-label .activity-icon img {
    filter: contrast(100) invert(1)
}

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

.form-group {
    position: relative;
}

.home-page-form label.error {
    position: absolute;
    right: 0;
    top: -1.25rem;
    bottom: inherit;
    width: max-content;
    height: auto;
    margin: 0;
    font-size: 0.6875rem !important;
    line-height: 0.6875rem !important;
    background: #fb0101;
    padding: 0.3125rem 0.3125rem 0.25rem !important;
    color: #fff !important;
    display: block;
}

.home-page-form label.error::after {
    border-color: #fb0101 transparent transparent;
    -o-border-image: none;
    border-image: none;
    border-right: 0.375rem solid transparent;
    border-style: solid;
    border-width: 0.375rem;
    content: "";
    height: 0;
    left: 0.3125rem;
    position: absolute;
    bottom: -0.75rem;
    width: 0;
    transform: rotate(360deg);
    display: inline-block;
}

.formResponse {
    display: none;
}

.formResponse.show {
    display: block;
}

.formResponse.show .success {
    padding: 10px !important;
    text-align: center !important;
    margin: 15px 0 0 !important;
    font-size: 13px !important;
    background-color: #dfffe2 !important;
    border: 2px solid rgb(70 180 80 / 50%) !important;
    color: #000000 !important;
    border-width: 2px;
    font-weight: 600;
    border-radius: 4px;
}

.formResponse.show .error {
    padding: 10px !important;
    text-align: center !important;
    margin: 15px 0 0 !important;
    font-size: 13px !important;
    background-color: #ffe3e3 !important;
    border: 2px solid rgb(251 1 1 / 50%) !important;
    color: #000000 !important;
    border-width: 2px;
    font-weight: 600;
    border-radius: 4px;
}

/* 404-pages */
.error-sec {
    height: calc(100vh - 110px);
}

.error-sec .error-con {
    text-align: center;
    max-width: 35.125rem;
    margin: auto;
}

.error-sec .error-title {
    font-size: 12.5rem;
    font-weight: 800;
    color: #0F3D1E;
    line-height: 1.4;
}

.error-sec .error-title span {
    color: #AAE26F;
}

.error-sec .error-subtitle {
    font-size: 3.125rem;
    line-height: 1;
    color: #000;
    font-weight: 700;
    padding-bottom: 1.25rem;
}

.error-sec p {
    color: #000;
    font-size: 1rem;
    font-weight: 500;
    display: block;
    line-height: 1.4;
    margin-bottom: 1.375rem;
}

.error404 .inner-banner-sec {
    display: none;
}

.error-con .btn {
    margin-top: 1.25rem;
}

/* 404-pages */

.hidden {
    width: 0;
    height: 0;
    display: none;
}

.back-to-top {
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: all .3s ease-in-out;
    position: fixed;
    bottom: -50px;
    right: 20px;
    width: 2.75rem;
    height: 2.75rem;
    background: #AAE26F;
    border-radius: 4.375rem;
    text-align: center;
    border: 2px solid #fff;
    opacity: 0;
    overflow: hidden;
    color: #fff
}

.back-to-top.active {
    bottom: 45px;
    opacity: 1;
    z-index: 9
}

.back-to-top>div {
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: all .3s ease-in-out
}

.back-to-top>.arrow {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 1;
    height: inherit;
    display: flex;
    align-items: center;
    justify-content: center;
}

.back-to-top>.arrow svg {
    fill: #fff;
    height: 20px;
    width: 100%;
}

.back-to-top>.text {
    font-size: .5rem;
    font-weight: 600;
    line-height: 1.2;
    text-transform: uppercase;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateY(50%) translateX(-50%);
    opacity: 0;
    margin-top: 1px
}

.back-to-top:hover {
    transform: scale(1.1);
    bottom: 45px;
    cursor: pointer;
}

.back-to-top:hover>.arrow {
    transform: translateY(-150%) translateX(-50%);
    opacity: 0
}

.back-to-top:hover>.text {
    transform: translateY(-50%) translateX(-50%);
    opacity: 1
}

/* service page */

.page-head-sec.common-sec {
    padding-top: 75px;
    padding-bottom: 75px;
}

.page-template-service .common-sec {
    padding-top: 75px;
    padding-bottom: 75px;
}

.page-head-sec .page-title {
    text-align: center;
    display: block;
    color: #0F3D1E;
    font-weight: 700;
    font-size: 80px;
    line-height: 1;
    margin-bottom: 25px;
}

.page-head-sec .cms-con {
    max-width: 628px;
    margin: auto;
    display: block;
    text-align: center;
}

.page-head-sec .cms-con p {
    color: #000;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.4;
}

.service-advice-con {
    height: 100%;
    width: 100%;
    border-radius: 24px;
    padding: 124px 100px;
}

.service-advice-sec.solar-panels-solar-batteries .btn.btn-dark-green {
    background-color: #AAE26F;
    color: #0F3D1E;
}

.service-advice-sec.solar-panels-solar-batteries .btn.btn-dark-green::before {
    background-color: #85C7E2;
}

.service-advice-con .sec-head {
    margin-bottom: 40px;
}

.service-advice-con .sec-head .sec-title {
    font-weight: 600;
    font-size: 75px;
    line-height: 1;
}

.service-advice-con .cms-con {
    margin-bottom: 40px;
}

.service-advice-con .cms-con p {
    font-weight: 300;
    font-size: 26px;
    line-height: 1.4;
    display: block;
}

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

.service-advice-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.why-choose-us-sec.style1 .why-choose-us-item {
    display: flex;
    column-gap: 18px;
}

.why-choose-us-sec.style2 .row {
    --bs-gutter-x: 20px;
    --bs-gutter-y: 20px;
}

.why-choose-us-item {
    border: 1px solid #87C440;
    border-radius: 24px;
    padding: 24px;

}

.why-choose-us-sec.style2 .why-choose-us-item {
    height: 100%;
}

.why-choose-us-item .icon-box {
    width: 68px;
    height: 68px;
    flex: 0 0 68px;
}

.why-choose-us-sec.style2 .why-choose-us-item .icon-box {
    margin-bottom: 18px;
}

.why-choose-us-item .icon-box img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.why-choose-us-title {
    color: #0F3D1E;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.2;
    display: block;
    margin-bottom: 12px;
}

.why-choose-us-text {
    color: #000;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.3;
    display: block;
}

.why-choose-us-sec.style1 .why-choose-us-text {
    max-width: 332px;
}

.why-choose-us-sec.style1 .why-choose-us-item {
    margin-bottom: 20px;
    max-width: 505px;
}

.why-choose-us-sec.style2 .sec-head {
    text-align: center;
}

.why-choose-us-sec .sec-head {
    margin-bottom: 60px;
}

.why-choose-us-sec .sec-head {
    max-width: 540px;
}

.why-choose-us-sec.style2 .sec-head {
    max-width: 662px;
    margin: 0 auto 50px;
}

.why-choose-us-sec .sec-head p {
    font-weight: 400;
    font-size: 20px;
    line-height: 1.4;
    color: #000;
}

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

.our-solution-sec .sec-head p {
    font-weight: 400;
}

.our-solution-sec .row .our-solution-col:nth-child(even) .our-solution-box {
    display: flex;
    flex-direction: column-reverse;
}

.our-solution-img {
    overflow: hidden;
    border-radius: 24px;
    width: 100%;
}

.our-solution-content,
.our-solution-img {
    height: 393px;
}

.our-solution-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.our-solution-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.our-solution-title {
    color: #0F3D1E;
    font-weight: 600;
    font-size: 34px;
    line-height: 1.2;
    text-align: center;
    display: block;
    margin-bottom: 18px;
}

.our-solution-text {
    text-align: center;
    font-weight: 300;
    font-size: 20px;
    line-height: 1.3;
    color: #000;
    display: block;
    max-width: 315px;
    margin: 0 auto;
}

.our-work-sec {
    position: relative;
}

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

.our-work-sec .sec-head p {
    font-weight: 400;
    max-width: 700px;
}

.our-work-silder {
    margin: 0 -20px;
}

.our-work-silde {
    padding: 0 20px;
}

.our-work-slider .slick-list {
    padding: 0 300px;
}

.our-work-box {
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 24px;
    position: relative;
    opacity: 48%;
    transition: all 0.4s ease-in-out;
}

.slick-slide.slick-active .our-work-box {
    opacity: 1;
}

.our-work-box .our-work-img {
    width: 100%;
    height: 100%;
    aspect-ratio: 1296 / 677;
}

.our-work-box .our-work-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.our-work-content {
    background-color: #fff;
    border-radius: 12px;
    padding: 16px;
    position: absolute;
    bottom: 33px;
    left: 30px;
}

.our-work-content .our-work-con {
    font-weight: 400;
    font-size: 14px;
    line-height: 1;
    color: #000;
    display: block;
    margin-bottom: 10px;
}

.our-work-content .our-work-title {
    font-weight: 600;
    font-size: 18px;
    line-height: 1;
    color: #0F3D1E;
    display: block;
}

.our-work-slider .slick-arrow {
    position: absolute;
    font-size: 0;
    width: 48px;
    height: 48px;
    background-color: #262F29;
    border-radius: 4px;
    top: 50%;
    z-index: 1;
    transform: translateY(-50%);
    transition: all 0.4s ease-in-out;
}

.our-work-slider .slick-arrow::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    bottom: inherit;
    right: inherit;
    transform: translate(-50%, -50%);
    width: 16px;
    height: 16px;
    background-image: url(../img/svg/right-arrow.svg);
    background-repeat: no-repeat;
    background-size: contain;
    filter: invert(0) brightness(100);
    transition: all 0.3s ease-in-out;
}

.our-work-slider .slick-arrow:hover {
    background-color: #AAE26F;
}

.our-work-slider .slick-arrow:hover::before {
    filter: inherit;
}

.our-work-slider .slick-next::before {
    transform: translate(-50%, -50%) rotate(180deg);
}

.our-work-slider .slick-next {
    right: 300px;
}

.our-work-slider .slick-prev {
    left: 300px;
}

.how-it-works-sec .sec-head {
    margin-bottom: 50px;
}

.how-it-works-sec .row {
    --bs-gutter-x: 17px;
}

.how-it-works-box {
    background-color: #fff;
    border-radius: 12px;
    border: 1px solid #87C440;
    padding: 32px;
    height: 100%;
}

.how-it-works-box .img-box {
    width: 68px;
    aspect-ratio: 1/1;
    margin-bottom: 45px;
}

.how-it-works-box .img-box img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.how-it-works-title {
    font-weight: 700;
    font-size: 20px;
    line-height: 1.2;
    color: #0F3D1E;
    display: block;
    margin-bottom: 15px;
}

.how-it-works-details {
    color: #000;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.3;
    display: block;
}

.our-package-sec {
    background-color: #262F29;
    margin-top: 75px;
    margin-bottom: 75px;
}

.our-package-sec.common-sec {
    padding-top: 150px;
    padding-bottom: 150px;
}

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

.our-package-sec .sec-head p {
    color: #fff;
    font-weight: 400;
    max-width: 580px;
}

.our-package-tabing .toggle-switch {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
    margin-bottom: 30px;
}

.our-package-tabing .tab-btn {
    background: none;
    border: none;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.4s ease-in-out;
}

.our-package-tabing .tab-btn:hover {
    color: #87C440;
}

.our-package-tabing .switch {
    position: relative;
    display: inline-block;
    width: 70px;
    height: 36px;
}

.our-package-tabing .switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.our-package-tabing .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    border-radius: 30px;
    transition: 0.3s;
}

.our-package-tabing .slider::before {
    position: absolute;
    content: "";
    width: 30px;
    height: 30px;
    left: 3px;
    bottom: 3px;
    background-color: #87C440;
    background-image: url("../img/svg/check.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 12px;
    border-radius: 50%;
    transition: 0.3s;
}

.our-package-tabing .switch input:checked+.slider::before {
    transform: translateX(35px);
}

.our-package-tabing .nav-tabs {
    background-color: #171C19;
    width: max-content;
    margin: auto;
    border: none;
    padding: 12px;
    border-radius: 8px;
    margin-bottom: 50px;
}

.our-package-tabing .nav-item {
    padding: 0 4px;
}

.our-package-tabing .nav-link {
    color: #87C440;
    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;
}

.our-package-tabing .nav-link.active {
    background-color: #87C440;
    color: #0F3D1E;
}

.our-package-tabing .nav-tabs .nav-link:focus,
.our-package-tabing .nav-tabs .nav-link:hover {
    border: none;
}

.our-package-silder {
    margin: 0 -20px;
}

.our-package-silde {
    padding: 0 20px;
}

.our-package-box {
    background-color: #fff;
    border: 1px solid #87C440;
    border-radius: 12px;
    padding: 48px;
    height: 100%;
}

#c-solar-batteries .our-package-box .img-box {
    margin-left: 50px;
}

.our-package-box .img-box {
    position: relative;
    width: 150px;
    margin: 0 auto 38px;
}

.our-package-box .img-box img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.our-package-box .total-kw {
    position: absolute;
    background-image: url(../img/svg/kwh.svg);
    background-repeat: no-repeat;
    background-size: 66px;
    bottom: 20px;
    width: 66px;
    height: 66px;
    right: -40px;
    border-radius: 50%;
    box-shadow: rgb(0 0 0 / 20%) 0px 23px 29px 11px;
}

.our-package-box .total-kw span {
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    line-height: 1;
    text-align: center;
    display: block;
    padding-top: 17px;
}

.our-package-box .price-box {
    background-color: #0F3D1E;
    border: 1px solid #87C440;
    border-radius: 12px;
    padding: 12px 18px;
    color: #87C440;
    font-weight: 700;
    font-size: 50px;
    line-height: 1;
    max-width: 224px;
    text-align: center;
    margin: 0 auto 18px;
}

.our-package-box .price-box .starting-from {
    color: #fff;
    font-weight: 400;
    font-size: 12px;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
    display: block;
    margin-bottom: 12px;
}

.our-package-box .price-box sup {
    font-size: 33px;
    padding-right: 2px;
}

.our-package-box .property-type {
    text-align: center;
    color: #000;
    font-weight: 500;
    font-size: 18px;
    line-height: 1;
    text-transform: uppercase;
    margin-bottom: 40px;
}

.our-package-box .cms-con {
    margin-bottom: 54px;
}

.our-package-box .cms-con ul li {
    color: #000;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.1;
    padding-left: 27px;
    margin-bottom: 27px;
    position: relative;
}

.our-package-box .cms-con ul li:last-child {
    margin-bottom: 0;
}

.our-package-box .cms-con ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    display: inline-block;
    vertical-align: middle;
    width: 18px;
    height: 18px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-image: url(../img/svg/green-check-mark.svg);
}

.our-package-box .btn {
    width: 100%;
}

.unlock-saving-sec .sec-head {
    max-width: 570px;
    margin: 0 auto 50px;
}

.unlock-saving-box {
    background-color: #F5F5F5;
    border-radius: 12px;
    padding: 70px 68px;
}

.unlock-saving-box .img-box {
    max-width: 197px;
}

.unlock-saving-box .img-box img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.unlock-saving-box .content-box {
    padding-left: 30px;
}

.unlock-saving-title {
    color: #0F3D1E;
    font-weight: 600;
    font-size: 30px;
    line-height: 1;
    display: block;
    margin-bottom: 30px;
}

.unlock-saving-box .cms-con {
    margin-bottom: 60px;
}

.unlock-saving-box .cms-con p {
    color: #000;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.4;
    display: block;
}

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

.faq-sec .sec-head {
    margin-bottom: 65px;
}

.faq-inner .accordion-item {
    border: none;
    border-top: 2px solid #DFDFDF;
    border-radius: 0;
    padding: 34px 0;
}

.faq-inner .accordion-item:first-child {
    border-top: none;
}

.faq-inner .accordion-button {
    background-color: transparent;
    border: none;
    box-shadow: none;
    color: #0F3D1E;
    font-weight: 600;
    font-size: 24px;
    line-height: 1.2;
    padding: 0;
    position: relative;
}

.faq-inner .accordion-body {
    padding: 0;
    padding-top: 20px;
}

.faq-inner .accordion-body .cms-con {
    max-width: 800px;
}

.faq-inner .accordion-body .cms-con p {
    font-weight: 300;
    font-size: 20px;
    line-height: 1.4;
    color: #000;
    display: block;
}

.faq-inner .accordion-button::after {
    content: '';
    position: absolute;
    top: 0;
    right: 30px;
    bottom: 0;
    margin: auto;
    background-image: url(../img/svg/faq-down-arrow.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px;
    height: 20px;
    width: 20px;
}

.faq-inner .accordion-button:not(.collapsed)::after {
    background-image: url(../img/svg/top-arrow.svg);
}

.faqs-notes {
    text-align: center;
    padding-top: 42px;
    border-top: 2px solid #DFDFDF;
}

.faqs-notes p {
    color: #0F3D1E;
    font-weight: 600;
    font-size: 24px;
    line-height: 1;
}

.faqs-notes p a {
    color: #079746;
    text-decoration: underline;
    transition: all 0.4s ease-in-out;
}

.faqs-notes p a:hover {
    color: #87C440;
}

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

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

.features-sec.common-sec+.our-package-sec.common-sec {
    margin-top: 0;
}

.features-sec.common-sec:has(+ .our-package-sec.common-sec) {
    margin-bottom: 0;
}

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

.features-sec .sec-head p {
    font-weight: 400;
}

.feature-sec .row {
    --bs-gutter-x: 17px;
    --bs-gutter-y: 17px;
}

.feature-box {
    background-color: #fff;
    border: 1px solid #87C440;
    border-radius: 12px;
    padding: 32px;
    height: 100%;
}

.feature-box .img-box {
    width: 68px;
    height: 68px;
    margin-bottom: 48px;
}

.feature-box .img-box img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.feature-title {
    color: #0F3D1E;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.2;
    display: block;
}

.solar-calculator {
    background-color: #fff;
    border: 2px solid #87C440;
    border-radius: 24px;
    overflow: hidden;
}

.solar-calculator-box {
    padding: 38px;
}

.solar-calculator-title {
    color: #0F3D1E;
    font-weight: 600;
    font-size: 34px;
    line-height: 1.2;
    display: block;
    margin-bottom: 20px;
}

.solar-calculator-box .cms-con {
    margin-bottom: 20px;
}

.solar-calculator-box .cms-con p {
    max-width: 490px;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.4;
    color: #000;
    display: block;
}

.solar-calculator-box .form-group {
    margin-bottom: 24px;
}

.solar-calculator-box .form-label {
    color: #0F3D1E;
    font-weight: 500;
    font-size: 20px;
    line-height: 1.2;
    display: block;
    margin-bottom: 12px;
}

.solar-calculator-box .form-control {
    background-color: #fff;
    border: 1px solid #87C440;
    border-radius: 8px;
    padding: 13px 16px;
    color: #000;
    font-weight: 500;
    font-size: 16px;
    line-height: 1;
}

.solar-calculator-box .form-control::placeholder {
    color: #f5f5f5;
}

.solar-calculator-box .form-control:focus {
    box-shadow: none;
    border-color: #0F3D1E;
}

.solar-calculator-box .range-slider {
    width: 100%;
    -webkit-appearance: none;
    height: 12px;
    border-radius: 24px;
    background: linear-gradient(to right, #87C440 0%, #D9F7E5 0%);
    outline: none;
    transition: background 0.2s ease;
}

.solar-calculator-box .range-slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #0F3D1E;
    cursor: pointer;
    border: 2px solid #0F3D1E;
    box-shadow: 0px 0px 16px 0px #00000014;
}

.solar-calculator-box .value-bubble {
    position: absolute;
    left: 0;
    transform: translateX(-30%);
    color: #000;
    padding: 0;
    font-size: 18px;
    font-weight: 500;
    white-space: nowrap;
    pointer-events: none;
    transition: left 0.05s;
    bottom: -30px;
}

.solar-suggest-calculator-box {
    margin-top: 50px;
}

.solar-suggest-calculator-title {
    color: #0F3D1E;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.1;
    display: block;
    margin-bottom: 12px;
}

.solar-suggest-calculator-box .results .row {
    --bs-gutter-x: 12px;
}

.solar-suggest-calculator-box .results .result-card {
    width: 100%;
    height: 100%;
    border-radius: 8px;
    padding: 20px;
}

.solar-suggest-calculator-box .results .result-card.system-size {
    background-color: #FACD5A;
}

.solar-suggest-calculator-box .results .result-card.daily-output {
    background-color: #262F29;
}

.solar-suggest-calculator-box .results .result-card.battery-size {
    background-color: #BEEDFF;
}

.solar-suggest-calculator-box .results .result-card h3 {
    font-weight: 500;
    font-size: 18px;
    line-height: 1.2;
    text-align: center;
    display: block;
    margin-bottom: 12px;
}

.solar-suggest-calculator-box .result-card .big {
    font-weight: 700;
    font-size: 50px;
    line-height: 1.1;
    text-align: center;
    display: block;
}

.solar-suggest-calculator-box .result-card .big span {
    font-weight: 600;
    font-size: 18px;
    line-height: 1.1;
    text-align: center;
    display: block;
    color: #000;
}

.solar-suggest-calculator-box .results .result-card.system-size h3,
.solar-suggest-calculator-box .results .result-card.battery-size h3,
.solar-suggest-calculator-box .result-card.system-size .big,
.solar-suggest-calculator-box .result-card.battery-size .big {
    color: #0F3D1E;
}

.solar-suggest-calculator-box .results .result-card.daily-output h3,
.solar-suggest-calculator-box .results .result-card.daily-output .big,
.solar-suggest-calculator-box .results .result-card.daily-output .big span {
    color: #fff;
}

.explore-now-content {
    background-color: #10652F;
    padding: 38px;
    display: flex;
    align-items: center;
    gap: 24px;
}

.explore-now-content p {
    color: #fff;
    font-weight: 600;
    font-size: 20px;
    line-height: 1.2;
    display: block;
    margin-bottom: 0;
}

.explore-now-content .btn {
    min-width: 175px;
}

.disclaimer-text {
    margin-top: 18px;
}

.disclaimer-text p {
    color: #666;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.3;
}

.disclaimer-text p b {
    font-weight: 700 !important;
}

.save-now-btn {
    margin-top: 30px;
}

.our-package-modal .modal-dialog {
    max-width: 35rem;
}

.our-package-modal .model-title {
    color: #000;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.2;
    text-transform: uppercase;
    width: 100%;
    padding: 10px 0 20px;
}

.our-package-modal .form-group {
    margin-bottom: 20px;
}

.our-package-modal .form-group .form-label {
    color: #0F3D1E;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.1;
    display: block;
    margin-bottom: 8px;
}

.our-package-modal .form-control {
    background-color: #fff;
    border: 1px solid #87C440;
    border-radius: 8px;
    padding: 13px 16px;
    color: #000;
    font-weight: 500;
    font-size: 16px;
    line-height: 1;
    resize: none;
}

.our-package-modal textarea.form-control {
    min-height: 100px;
}

.our-package-modal .form-control::placeholder {
    color: #aaa;
    font-weight: 400;
}

.our-package-modal .form-control:focus {
    border-color: #87C440;
    box-shadow: none;
}

.our-package-modal .model-body .row {
    --bs-gutter-x: 14px;
}

.our-package-modal .form-control:-webkit-autofill,
.our-package-modal .form-control:-webkit-autofill:hover,
.our-package-modal .form-control:-webkit-autofill:focus,
.our-package-modal .form-control:-webkit-autofill:active {
    -webkit-text-fill-color: #000 !important;
    caret-color: #000 !important;
    transition: background-color 5000000s ease-in-out 0s !important;
}

/* service page */

/* step form */
.leadgen_popup .modal-dialog {
    max-width: 75%
}

.leadgen_popup .modal-dialog .modal-content {
    padding: 0;
    border: 0;
    border-radius: 8px;
}

.leadGenSec {
    display: block;
    width: 100%;
    background-color: #fff;
    padding: 13rem 19rem 15rem 19rem
}

.leadpopBox {
    display: block;
    width: 100%;
    box-shadow: 37px 44px 118.75px 6.25px rgba(0, 0, 0, .08);
    padding: 30px;
    position: relative;
    overflow: hidden
}

.leadSteps {
    display: block;
    width: 100%;
    min-height: 6.6rem;
    position: relative
}

.close-popup {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 25px;
    height: 25px;
    transition: all 0.4s ease-in-out;
    z-index: 2;
    cursor: pointer
}

.close-popup:before {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 3px;
    background: #000;
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    transition: 600ms all;
    -webkit-transition: 600ms all;
    opacity: .8
}

.close-popup:after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 3px;
    background: #000;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: 600ms all;
    -webkit-transition: 600ms all;
    opacity: .8
}

.close-popup:hover {
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.close-popup:hover::after,
.close-popup:hover::before {
    opacity: 1;
    background: #87C440
}

.model-footer {
    padding: 26px 30px 30px 30px;
    width: 100%
}

.model-footer .progress {
    -webkit-box-flex: 2;
    -ms-flex-positive: 2;
    flex-grow: 2;
    margin-right: 40px;
    min-width: 0;
    margin: 0
}

.model-footer .progress .progress_value1 {
    font-size: 12px;
    text-align: left;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 8px;
    height: 18px;
    position: relative
}

.fullStep .role-list {
    display: block;
    margin-bottom: 20px
}

.progress {
    background-color: #f3f3f3;
    border-radius: 6rem;
    max-width: 100%;
    margin: 0;
    position: relative;
    overflow: inherit;
    height: 6px;
    margin-top: -20px
}

.progress_value,
.progress_value1,
.progress_value2 {
    position: absolute;
    top: -20px;
    font-size: 12px;
    text-align: left;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 8px;
    color: #87C440
}

.progress_value1 span {
    color: #666
}

.progress-bar,
.progress-bar1,
.progress-bar2 {
    border-radius: 6rem;
    background-color: #87C440
}

#msform fieldset,
.msform fieldset {
    padding-bottom: 0 !important
}

.msform fieldset .leadStep {
    min-height: 550px
}

.next1 {
    font-size: 16px !important;
    height: 43px;
    font-weight: 500;
    overflow: hidden;
    cursor: pointer;
    -webkit-box-pack: center;
    text-align: center;
    white-space: nowrap;
    border-radius: 24px;
    border: none;
    line-height: 1.3rem;
    -webkit-tap-highlight-color: transparent;
    color: #fff;
    background-color: #87C440;
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .2);
    transition: box-shadow 0.2s ease-in, -webkit-box-shadow 0.2s ease-in;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 120px;
    float: right;
    position: relative
}

.next1:hover {
    color: #fff
}

.backStep {
    position: absolute;
    right: 140px;
    bottom: 0;
    padding: 0;
    width: 43px;
    height: 43px;
    color: rgba(0, 0, 0, .4) !important;
    border: 1px solid rgba(0, 0, 0, .1) !important;
    background-color: transparent !important;
    -webkit-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
    border-radius: 50%
}

.backStep::before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    border-bottom: 2px solid #0000004d;
    border-left: 2px solid #0000004d;
    left: 3px;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    transform: rotate(45deg)
}

.next1::before {
    content: "";
    position: absolute;
    left: inherit;
    top: 38%;
    width: 10px;
    height: 10px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(-45deg);
    right: 27px;
    margin: auto;
    display: inline-block;
    background-image: none;
    transition: all 0.4s ease-out
}

.fullStep-form .form-control {
    position: relative;
    padding: 15px 20px;
    vertical-align: middle;
    user-select: none;
    cursor: pointer;
    background-color: transparent;
    border: 1px solid #e6e6e6;
    width: 100%;
    border-radius: 6px;
    color: #000;
    font-size: 20px;
    font-weight: 400;
    height: 60px
}

.fullStep-form .form-control::placeholder {
    color: #b3b1b1
}

.fullStep-form .form-control:focus {
    border-color: #87C440
}

.fullStep-form textarea.form-control {
    height: 150px
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0
}

input[type="number"] {
    -moz-appearance: textfield
}

.fullStep {
    padding: 0 0 30px
}

.laststep.next1::before {
    right: 15px;
    top: 39%
}

.fullStep-header-title {
    color: #363636;
    font-size: 32px;
    text-align: left;
    line-height: 1.2;
    font-weight: 600;
    margin-bottom: 30px
}

.role-list {
    display: inline-block
}

.pure-radiobox {
    position: relative
}

.pure-radiobox input[type="radio"],
.pure-radiobox input[type="checkbox"] {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.pure-radiobox input[type="radio"]+label,
.pure-radiobox input[type="checkbox"]+label {
    position: relative;
    padding: 15px 20px;
    vertical-align: middle;
    user-select: none;
    cursor: pointer;
    background-color: transparent;
    border: 1px solid #e6e6e6;
    width: 100%;
    border-radius: 6px
}

.pure-radiobox input[type="radio"]+label:before,
.pure-radiobox input[type="checkbox"]+label::before {
    box-sizing: content-box;
    content: "";
    color: #87C440;
    position: absolute;
    top: 50%;
    left: 15px;
    width: 20px;
    height: 20px;
    margin-top: -12px;
    border: 2px solid #e6e6e6;
    background-color: transparent;
    text-align: center;
    transition: all 0.4s ease;
}

.pure-radiobox input[type="radio"]+label:before,
.pure-radiobox input[type="radio"]+label:after {
    border-radius: 50%
}

.pure-radiobox input[type="radio"]+label:before,
.pure-radiobox input[type="checkbox"]+label::before {
    width: 18px;
    height: 18px
}

.pure-radiobox input[type="radio"]:checked+label:after,
.pure-radiobox input[type="checkbox"]:checked+label:after {
    transform: scale(1)
}

.pure-radiobox input[type="radio"]:checked+label:before,
.pure-radiobox input[type="checkbox"]:checked+label::before {
    border-color: #87C440;
    background-color: transparent
}

.fullStep .role-list.fadeRight1 .pure-radiobox input[type="radio"]+label:after,
.fullStep .role-list.fadeRight2 .pure-radiobox input[type="radio"]+label:after {
    top: 22px;
}

.pure-radiobox input[type="radio"]+label:after {
    box-sizing: content-box;
    content: "";
    background-color: #87C440;
    position: absolute;
    top: 21px;
    left: 21px;
    width: 10px;
    height: 10px;
    transform: scale(0);
    transform-origin: 50%;
    transition: transform 200ms ease-out
}


.pure-radiobox input[type="checkbox"]+label:after {
    box-sizing: content-box;
    content: "";
    background-image: url(../img/svg/green-check.svg);
    background-size: contain;
    position: absolute;
    background-repeat: no-repeat;
    top: 21px;
    left: 20px;
    width: 12px;
    height: 12px;
    transform: scale(0);
    transform-origin: 50%;
    transition: transform 200ms ease-out;
}

.pure-radiobox .radiobox-text-right {
    display: inline-block;
    position: relative;
    top: 1px;
    color: #222;
    font-size: 18px;
    padding-left: 25px;
    font-weight: 500
}

.pure-radiobox input[type="radio"]:checked+label .radiobox-text-right {
    color: #222
}

.pure-radiobox input[type="radio"]:checked+label {
    border-color: #87C440
}

.pure-radiobox:hover label {
    box-shadow: 0 1px 3px 0 #e6e6e6;
    transition: all 0.4s ease-in-out
}

.lastForm {
    padding: 29px 35px 19px;
    border-radius: 4px;
    box-shadow: 0 9px 40px 0 rgba(0, 0, 0, .11);
    border: solid 1.2px #e8e8e8;
    background-color: #fff;
    max-width: 500px;
    width: 100%;
    margin: auto;
    text-align: left
}

.lastForm .field {
    margin-bottom: 15px
}

.lastForm .control {
    position: relative
}

.lastForm .field .label {
    text-transform: uppercase;
    padding-left: 3px;
    font-size: 12px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 1.2px;
    text-align: left;
    color: #2e2e54
}

.input-field {
    height: 60px;
    border: 1px solid #ccc;
    padding-left: 50px;
    padding-right: 25px;
    font-size: 15px;
    width: 100%;
    border-radius: 4px;
    color: #363636
}

.control .icon {
    color: #363636;
    height: 25px;
    pointer-events: none;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 50px;
    text-align: center;
    z-index: 4;
    margin: auto
}

.control .icon svg {
    width: 24px;
    height: 24px;
    fill: #b3b3b3
}

.phone_field .iti {
    width: 100%
}

.iti__selected-flag {
    background: #f2f2f2
}

.customCheckbox {
    position: relative
}

.customCheckbox input[type="checkbox"] {
    position: absolute;
    left: 0;
    opacity: 0;
    top: 0;
    left: 0
}

.customCheckbox>.lable-text {
    display: block;
    width: 100%;
    position: relative;
    padding-left: 26px;
    cursor: pointer;
    color: #333;
    font-size: 14px
}

.customCheckbox>.lable-text:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 16px;
    height: 16px;
    border: 2px solid #e0e0e0;
    background: #fff;
    border-radius: 3px
}

.customCheckbox>.lable-text:after {
    content: "";
    -webkit-transform: translate(4px, 5.38px) rotate(-45deg);
    transform: translate(4px, 5.38px) rotate(-45deg);
    width: 9px;
    height: 5px;
    border: 2px solid #fff;
    border-top-style: none;
    border-right-style: none;
    opacity: 0;
    transition: all 0.4s ease-in-out;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 14px;
    margin: auto
}

.customCheckbox.darkCheck>.lable-text:after {
    border-color: #28304b
}

.customCheckbox input[type="checkbox"]:checked+.lable-text:before {
    background-color: #87C440;
    border-color: #87C440
}

.customCheckbox input[type="checkbox"]:checked+.lable-text:after {
    opacity: 1
}

.next1::after {
    content: "";
    position: absolute;
    top: -50%;
    bottom: -50%;
    background: -webkit-gradient(linear, left top, right top, from(hsla(0, 0%, 100%, .1)), to(hsla(0, 0%, 100%, .6)));
    background: linear-gradient(90deg, hsla(0, 0%, 100%, .1), hsla(0, 0%, 100%, .6) 100%);
    width: 20px;
    -webkit-transform: skewX(-22deg);
    transform: skewX(-22deg);
    left: -65%;
    -webkit-animation-name: blick;
    animation-name: blick;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.label_cl {
    color: #87C440
}

.label_cl:hover {
    color: #000
}

.lastForm .field .btn {
    width: 100%;
    border-radius: 4px;
    z-index: 0;
    margin-top: 15px;
    overflow: hidden;
    position: relative;
    border: 0
}

.lastForm .field .btn:hover {
    background: #000;
    border-color: #000;
    color: #fff
}

.lastForm .field .btn:after {
    content: "";
    position: absolute;
    top: -50%;
    bottom: -50%;
    background: -webkit-gradient(linear, left top, right top, from(hsla(0, 0%, 100%, .1)), to(hsla(0, 0%, 100%, .6)));
    background: linear-gradient(90deg, hsla(0, 0%, 100%, .1), hsla(0, 0%, 100%, .6) 100%);
    width: 45px;
    -webkit-transform: skewX(-22deg);
    transform: skewX(-22deg);
    left: -65%;
    -webkit-animation-name: blick;
    animation-name: blick;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

@-webkit-keyframes blick {
    60% {
        left: 100%
    }

    to {
        left: 130%
    }
}

@keyframes blick {
    60% {
        left: 100%
    }

    to {
        left: 130%
    }
}

.last-form-title {
    display: block;
    margin: auto;
    font-size: 28px;
    font-weight: 600;
    max-width: 68%;
    color: #222;
    text-align: center;
    margin-bottom: 30px;
    margin-top: 20px;
    line-height: 1.2
}

.last-form-sub-title {
    max-width: 68%;
    text-align: center;
    margin: auto;
    font-size: 20px;
    font-weight: 500;
    color: rgb(54 54 54 / 70%);
    margin-bottom: 20px
}

fieldset:last-child .next1 {
    opacity: 0;
    visibility: hidden;
    display: none
}

.progress.progress_comp {
    display: none
}

.fullStep .role-list {
    position: relative
}

label.error {
    position: absolute;
    right: 0;
    top: -20px;
    width: auto;
    height: auto;
    margin: 0;
    font-size: 12px !important;
    line-height: 12px !important;
    background: #fb0101;
    padding: 5px 5px 4px !important;
    color: #fff !important
}

label.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
}

.contact-text {
    text-align: center;
    font-size: 32px;
    font-weight: 400;
    line-height: 1.5;
    max-width: 40%;
    margin: auto;
    color: #0F3D1E;
    padding-top: 100px;
}

.contact-text a {
    color: #079746;
    text-decoration: underline;
    transition: all 0.4s ease-in-out;
}

.contact-text a:hover {
    color: #87C440;
}

.fullStep .product-box .fullStep-header-title {
    text-align: center;
}

.fullStep .product-box .product-details {
    max-width: 385px;
    margin: auto;
}

.fullStep .product-box .product-img {
    background-color: #EFEFEF;
    border-radius: 12px;
    width: 100%;
    min-height: 280px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}

.fullStep .product-box .product-img img {
    max-width: 230px;
    height: 100%;
    object-fit: contain;
}

.fullStep .product-box .product-title {
    color: #0F3D1E;
    font-weight: 700;
    font-size: 24px;
    line-height: 1;
    display: block;
    margin-bottom: 10px;
}

.fullStep .product-box .cms-con p {
    font-weight: 300;
    font-size: 16px;
    line-height: 1.1;
    color: #000;
    margin-bottom: 20px;
}

.fullStep .product-box .cms-con ul li {
    font-weight: 300;
    font-size: 16px;
    line-height: 1;
    color: #000;
    margin-bottom: 20px;
    padding-left: 27px;
    position: relative;
}

.fullStep .product-box .cms-con ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    display: inline-block;
    vertical-align: middle;
    width: 18px;
    height: 18px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-image: url(../img/svg/green-check-mark.svg);
}

.final-form {
    max-width: 500px;
    margin: auto;
}

.final-form .form-group {
    margin-bottom: 20px;
}

.final-form .final-step-title {
    font-size: 26px;
    font-weight: 500;
    line-height: 1.1;
    display: block;
    margin-bottom: 20px;
    color: #0F3D1E;
}

.final-form .final-form-wrap {
    padding: 29px 35px 19px;
    background-color: #fff;
    text-align: left;
}

.final-form .form-control {
    background-color: #fff;
    border: 1px solid #d9d9d9;
    padding: 14px;
    font-weight: 400;
    font-size: 16px;
    line-height: 1;
    color: #000;
    resize: none;
}

.final-form .form-control:focus {
    border-color: #87C440;
    box-shadow: none;
}

.final-form textarea.form-control {
    min-height: 100px;
}

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

.final-form .form-check .form-check-label {
    color: #000;
    font-weight: 500;
    font-size: 12px;
    line-height: 1.3;
    width: 100%;
    height: 100%;
}

.final-form .form-check-input:disabled~.form-check-label,
.final-form .form-check-input[disabled]~.form-check-label {
    opacity: 1 !important;
}

.final-form .form-check .form-check-input {
    background-color: #000;
    border: 1px solid #000;
    width: 14px;
    height: 14px;
    border-radius: 4px;
    margin: 0;
    opacity: 0.8;
}

.final-form .form-check {
    padding-left: 0;
    display: flex;
    gap: 6px;
}

@media only screen and (max-width: 1599px) {
    .progress {
        max-width: 95%
    }
}

@media only screen and (max-width: 1280px) {
    .leadgen_popup .modal-dialog {
        max-width: 90%
    }

    .pure-radiobox .radiobox-text-right {
        font-size: 16px
    }
}

@media only screen and (max-width: 1199px) {
    .fullStep-header-title {
        font-size: 32px
    }

    .last-form-title,
    .last-form-sub-title {
        max-width: 70%
    }
}

@media only screen and (max-width: 1199px) {
    .backStep {
        right: 130px
    }

    .progress {
        max-width: 80%
    }

    .last-form-title,
    .last-form-sub-title {
        max-width: 100%
    }

    .last-form-title {
        font-size: 24PX
    }
}

@media only screen and (max-width: 992px) {
    .close-popup {
        right: 6px;
        top: 6px;
        width: 25px;
        height: 26px;
    }

    .close-popup:before,
    .close-popup:after {
        background: #000;
        width: 80%
    }

    .leadgen_popup .modal-dialog {
        max-width: 90%
    }

    .fullStep-header-title {
        font-size: 24px
    }
}

@media only screen and (max-width: 767px) {
    .leadgen_popup .modal-dialog {
        max-width: 95%;
    }

    .progress {
        max-width: 65%
    }

    .msform fieldset .leadStep {
        height: 310px;
        overflow: auto;
        margin-bottom: 15px;
        min-height: inherit
    }

    .fullStep-header-title {
        margin-bottom: 20px
    }

    .msform fieldset .leadStep {
        height: calc(100vh - 150px);
        overflow: auto;
        overflow-x: hidden;
        margin-bottom: 0;
        min-height: inherit
    }

    .modal-open .leadgen_popup.modal {
        overflow-y: hidden;
        padding-right: 0 !important;
        padding-left: 0 !important
    }

    .pure-radiobox .radiobox-text-right {
        padding-left: 20px
    }

    .fullStep-header-title {
        font-size: 18px;
        margin-bottom: 15px;
        margin-top: 15px
    }

    .contact-text {
        font-size: 24px;
        max-width: 60%;
        padding-top: 60px;
    }

    .pure-radiobox input[type="radio"]+label {
        padding: 10px 20px
    }

    .leadpopBox {
        padding: 20px
    }

    .pure-radiobox input[type="radio"]+label:before {
        width: 14px;
        height: 14px;
        margin-top: -9px
    }

    .pure-radiobox input[type="radio"]+label:after {
        top: 50%;
        left: 20px
    }

    .pure-radiobox input[type="radio"]+label:after {
        width: 8px;
        height: 8px
    }

    .next1 {
        width: 100px;
        font-size: 14px !important;
        height: 40px;
        margin-top: -20px
    }

    .next1::before {
        right: 17px;
        width: 8px;
        height: 8px;
        top: 41%
    }

    .backStep {
        right: 110px
    }

    .progress {
        max-width: 55%
    }

    .backStep {
        width: 40px;
        height: 40px
    }

    .fullStep-form .form-control {
        height: 50px;
        padding: 10px 20px;
        font-size: 16px
    }

    .last-form-title {
        font-size: 18px;
        margin-top: 20px
    }

    .last-form-title {
        font-size: 22px
    }

    .last-form-sub-title {
        font-size: 14px
    }

    .lastForm {
        padding: 0;
        box-shadow: none;
        border: 0
    }

    .input-field {
        height: 50px
    }

    .laststep.next1::before {
        right: 9px;
        top: 43%
    }

    .backStep::before {
        width: 8px;
        height: 8px
    }

    .msform fieldset .leadStep.step8 {
        height: 100vh
    }

    .pure-radiobox .radiobox-text-right {
        font-size: 14px
    }

    .fullStep .role-list {
        margin-bottom: 10px
    }

    .lastForm .field .label {
        letter-spacing: normal
    }

    #resultStepFS .eligible p {
        font-size: 18px;
        margin-top: 30px;
    }

    #resultStepFS .product-box .cms-con p {
        margin-top: 0;
    }

    .recommendations {
        display: block;
    }

    .recommendations .rec-halogen {
        margin-top: 30px;
    }
}

@media only screen and (max-width: 568px) {
    .progress {
        max-width: 50%
    }

    .fullStep .product-box .product-img img {
        max-width: 180px;
    }

    .fullStep .product-box .product-img {
        min-height: 200px;
        margin-bottom: 20px;
    }

    .fullStep .product-box .product-title {
        font-size: 20px;
        margin-bottom: 15px;
    }

    .fullStep .product-box .cms-con p {
        font-size: 14px;
        margin-bottom: 15px;
    }

    .fullStep .product-box .cms-con ul li::before {
        width: 12px;
        height: 12px;
    }

    .fullStep .product-box .cms-con ul li {
        font-size: 14px;
        margin-bottom: 15px;
        padding-left: 20px;
    }

    .final-form .final-form-wrap {
        box-shadow: none;
        border: none;
        padding: 0;
    }

    .final-form .final-step-title {
        font-size: 22px;
        margin-top: 20px;
    }

    .final-form .form-control {
        padding: 12px;
        font-size: 14px;
    }

    .pure-radiobox input[type="checkbox"]+label::before {
        width: 16px;
        height: 16px;
    }

    .pure-radiobox input[type="checkbox"]+label:after {
        top: 20px;
        left: 20px;
        width: 10px;
        height: 10px;
    }
}

.fadeRight {
    animation: fadeRt 0.5s ease-in-out
}

.fadeRight1 {
    animation: fadeRt 0.8s ease-in-out
}

.fadeRight2 {
    animation: fadeRt 0.9s ease-in-out
}

.fadeRight3 {
    animation: fadeRt 1s ease-in-out
}

.fadeRight4 {
    animation: fadeRt 1.1s ease-in-out
}

.fadeRight5 {
    animation: fadeRt 1.2s ease-in-out
}

.fadeRight6 {
    animation: fadeRt 1.3s ease-in-out
}

.fadeRight7 {
    animation: fadeRt 1.4s ease-in-out
}

.fadeRight8 {
    animation: fadeRt 1.5s ease-in-out
}

.fadeRight9 {
    animation: fadeRt 1.6s ease-in-out
}

@keyframes fadeRt {
    from {
        opacity: 0;
        transform: translateX(300px)
    }

    to {
        opacity: 1
    }
}

.result-details {
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.no-eligible-box {
    max-width: 550px;
    margin: auto;
}

.no-eligible-box h4 {
    font-size: 24px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 10px;
}

.no-eligible-box p {
    text-align: center;
    margin-bottom: 10px;
}

.no-eligible-box ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 50px;
    margin-bottom: 20px;
}

.no-eligible-box ul li a {
    color: #000;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2;
    color: #0F3D1E;
    background-color: #AAE26F;
    padding: 10px 15px;
    border-radius: 10px;
    display: block;
}

.no-eligible-box ul li a:hover {
    background-color: #85C7E2;
}

.no-eligible-box .contact-us-text {
    text-align: center;
    color: #000;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.2;
}

.no-eligible-box .contact-us-text a {
    color: #000;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.2;
    text-decoration: underline;
    transition: all 0.4s ease-in-out;
}

.no-eligible-box .contact-us-text a:hover {
    color: #87C440;
}

#resultStepFS .eligible {
    max-width: 750px;
    margin: auto;
}

#resultStepFS .recommendations {
    display: flex;
    justify-content: center;
    gap: 20px;
}

#resultStepFS .eligible p {
    text-align: center;
    color: #000;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.2;
}

#resultStepFS .product-box .cms-con p {
    font-weight: 300;
    font-size: 16px;
    line-height: 1.1;
    color: #000;
    text-align: left;
    margin-bottom: 20px;
}

/* step form */

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

.aboutus-details-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.aboutus-details-box {
    background-color: #AAE26F;
    padding-top: 550px;
    padding-bottom: 150px;
    margin-top: -400px;
}

.veu-details-sec .aboutus-details-box {
    background-color: #BEEDFF;
}

.provide-quality-sec .provide-quality-box {
    background-color: #0F3D1E;
    border-radius: 24px;
    width: 100%;
    padding-top: 112px;
    padding-bottom: 112px;
    padding-left: 100px;
    padding-right: 100px;
}

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

.provide-quality-sec .sec-title {
    font-size: 60px;
    color: #fff;
}

.provide-quality-sec .sec-head p {
    color: #fff;
    font-size: 28px;
    font-weight: 300;
    max-width: 90%;
}

.provide-quality-inner {
    background-color: #fff;
    border-radius: 12px;
    padding: 32px;
    height: 100%;
}

.provide-quality-inner .img-box {
    width: 68px;
    height: 68px;
    margin-bottom: 48px;
}

.provide-quality-inner .img-box img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.provide-quality-title {
    color: #0F3D1E;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.3;
    display: block;
    margin-bottom: 18px;
}

.provide-quality-inner .cms-con p {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
}

.what-veu-sec .sec-head {
    max-width: 938px;
    margin: 0 auto 50px;
    text-align: center;
}

.what-veu-sec .what-veu-box {
    background-color: #fff;
    border: 1px solid #87C440;
    border-radius: 12px;
    padding: 48px;
    height: 100%;
}

.what-veu-box .what-veu-title {
    color: #0F3D1E;
    font-weight: 600;
    font-size: 34px;
    line-height: 1.2;
    display: block;
    margin-bottom: 20px;
}

.what-veu-box .cms-con p {
    color: #000;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.6;
    display: block;
}

.understanding-program-sec {
    background-color: #F5F5F5;
}

.understanding-program-sec .sec-head {
    margin-bottom: 70px;
}

.understanding-program-sec .row {
    --bs-gutter-x: 40px;
}

.understanding-program-sec .understanding-row-box {
    margin-bottom: 70px;
}

.understanding-program-sec .understanding-row-box:last-child {
    margin-bottom: 0;
}

.page-id-800 .how-it-works-sec.common-sec {
    padding-top: 0 !important;
}

.understanding-program-title {
    color: #0F3D1E;
    font-weight: 600;
    font-size: 34px;
    line-height: 1.2;
    display: block;
    margin-bottom: 20px;
}

.understanding-program-sec .cms-con p {
    color: #000;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.6;
    display: block;
}

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

.understanding-program-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.benifit-sec .cms-con ul li {
    padding-left: 0;
}

.benifit-sec .cms-con ul li::before {
    display: none;
}

.benifit-sec .cms-con ul li strong {
    color: #0F3D1E;
    font-size: 20px;
    font-weight: 700 !important;
    display: block;
    margin-bottom: 10px;
    line-height: 1;
}

.info-text img {
    width: 18px;
    aspect-ratio: 1/1;
    object-fit: contain;
}

.understanding-program-con .cms-con ul {
    margin-bottom: 0;
}

.contact-us-sec .cta-con .cta-img {
    height: 470px;
}

.contact-us-sec .cta-con .cta-img img {
    object-position: top;
}

.contact-details {
    border: 1px solid #87C440;
    border-radius: 12px;
    padding: 24px;
    margin-top: 40px;
}

.contact-details ul li {
    display: flex;
    align-items: start;
    column-gap: 18px;
    margin-bottom: 25px;
}

.contact-details ul li:last-child {
    margin-bottom: 0;
}

.contact-details ul li .img-box {
    width: 42px;
    flex: 0 0 42px;
    aspect-ratio: 1/1;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #F5F5F5;
}

.contact-details ul li .img-box img {
    width: 25px;
    height: 25px;
    object-fit: contain;
}

.contact-details ul li .content-box p {
    color: #0F3D1E;
    font-weight: 600;
    font-size: 18px;
    line-height: 1;
    display: block;
    margin-bottom: 10px;
}

.contact-details ul li .content-box a,
.contact-details ul li .content-box span {
    color: #000;
    font-weight: 300;
    font-size: 16px;
    line-height: 1;
    transition: all 0.4s ease-in-out;
}

.contact-details ul li .content-box a:hover {
    color: #87C440;
}

.how-it-works-slider {
    margin: 0 -8px;
    padding-bottom: 10px;
}

.how-it-works-slide {
    padding: 0 8px;
}

.google-map {
    height: 500px;
    overflow: hidden;
    border-radius: 24px;
    border: 1px solid #87C440;
}

.oops-title {
    color: #0F3D1E;
    font-weight: 700;
    font-size: 80px;
    line-height: 1;
    display: block;
    margin-bottom: 50px;
}

.error-head p {
    color: #0F3D1E;
    font-weight: 600;
    font-size: 50px;
    line-height: 1;
    display: block;
    margin-bottom: 40px;
}

.error-img {
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
}

.error-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.more-details-btn{
    text-align: center;
    margin-top: 30px;
}

/* warranty page */
.contact-us-row.warranty-form-row{
    background-color: #10652F;
    border-radius: 24px
}
.cta-con.bottom-align{
    display: flex;
    align-items: flex-end;
}
.cta-con.bottom-align .cta-img {
    height: 100% !important;
}

.warranty-claim-sec .article-content{
    padding: 15px;
}

.warranty-claim-sec .article-content h1,.warranty-claim-sec .article-content h2, .warranty-claim-sec .article-content h3, .warranty-claim-sec .article-content h4,.warranty-claim-sec .article-content h5, .warranty-claim-sec .article-content h6{
    font-weight: 600;
    color: #0F3D1E;
}
.warranty-claim-sec .article-content  h1{
    font-size: 32px; 
    margin-bottom: 20px;
}
.warranty-claim-sec .article-content  h2{
    font-size: 28px;    
    margin-bottom: 18px;
   
}
.warranty-claim-sec .article-content  h3{
    font-size: 24px;    
    margin-bottom: 16px;
   
   
}
.warranty-claim-sec .article-content  h4{
    font-size: 20px;    
    margin-bottom: 14px;
}
.warranty-claim-sec .article-content  p {
    font-size: 16px;    
    margin-bottom: 12px;
    color: #333;
    line-height: 1.6;   
}
  .warranty-claim-sec .step {
          
            padding: 25px 60px;
            border-radius: 18px;
            position: relative;
            transition: all 0.3s ease;
            display: flex;
            flex-direction: column;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
            height: 100%;
           
        }
.warranty-claim-sec .warranty-claim-box{
    padding: 15px;
}
.warranty-claim-sec .step:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.1);
}

    .warranty-claim-sec .step-1 {
        background-color: #fde4cf;
        border: 2px solid #f9c74f;
    }
 .warranty-claim-sec .step-1 .step-direction-arrow{
        position: absolute;
      width: 0;
      height: 0;
      border-top: 20px solid transparent;
      border-left: 40px solid #fde4cf;
      border-bottom: 20px solid transparent;
      top: 45%;
      right: -20px;
      z-index: 2;
    
 }
 .warranty-claim-sec .step-2 {
        background-color: #ceead6;
        border: 2px solid #90be6d;
    }

    .warranty-claim-sec .step-3 {
        background-color: #d0e8fd;
        border: 2px solid #577590;
    }

 .warranty-claim-sec    .step-4 {
        background-color: #f5d5e3;
        border: 2px solid #c77dff;
    }

 .warranty-claim-sec    .step-5 {
        background-color: #d9ecf2;
        border: 2px solid #43aa8b;
    }

.warranty-claim-sec     .step-number {
        position: absolute;
        top: -15px;
        left: -15px;
        background-color: white;
        width: 65px;
        height: 65px;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        font-weight: bold;
        color: #6a4c93;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        border: 3px solid;
        transition: all 0.3s ease;
        font-size: 2.5rem;
    }

 .warranty-claim-sec    .step-1 .step-number {
        border-color: #f9c74f;
    }

 .warranty-claim-sec    .step-2 .step-number {
        border-color: #90be6d;
    }

.warranty-claim-sec     .step-3 .step-number {
        border-color: #577590;
    }

 .warranty-claim-sec    .step-4 .step-number {
        border-color: #c77dff;
    }

 .warranty-claim-sec    .step-5 .step-number {
        border-color: #43aa8b;
    }

 .warranty-claim-sec    .step-title {
        font-weight: 600;
        font-size: 1.2rem;
        margin-bottom: 10px;
        color: #333;
        display: flex;
        align-items: center;
        gap: 10px;
    }

 .warranty-claim-sec    .step-content {
        font-size: 1.2rem;
        color: #555;
       
    }
 .warranty-claim-sec    .step-content ul li, .article-content ul li {
        margin: 0;
        list-style-type: circle;
    }

 .article-content ul li {
        margin-left: 20px;
        color: #363636;
    }
.warranty-from-sec p{ color:#ffff;}
.warranty-from-sec .home-page-form{ background-color: #0F3D1E !important;}
.warranty-from-sec .wpcf7-response-output {
        color: wheat;
    border: 2px solid green !important;
}

.warranty-from-sec .wpcf7-form-control.wpcf7-checkbox{
    display: flex;
    justify-content: space-around;

}
.warranty-from-sec .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item {
    display: flex;
    margin: 0 0 0 1em;
}
.warranty-from-sec .home-page-form.style-2 .home-page-form-title {
    color: #FFFFFF;
}
.warranty-from-sec .wpcf7-form-control-wrap .wpcf7-not-valid-tip,.warranty-from-sec  .refer-friend-cta-sec .error

 {
    position: absolute;
    right: 10px;
    top: -19px;
    width: auto;
    height: auto;
    margin: 0px;
    background: rgb(251, 1, 1);
    font-size: 11px !important;
    line-height: 11px !important;
    padding: 5px 5px 4px !important;
    color: rgb(255, 255, 255) !important;
}
.warranty-from-sec .cta-con .cta-img img { object-fit: fill!important; }
.form-warranty-claim p{
	margin-bottom:0px;
}
.from-warranty-claim .form-text p
 {
	 font-size:small;
    color: #10b568;
}

/* end warranty page */
/* blog page css */
.blog-post h1, .blog-post h2, .blog-post h3, .blog-post h4, .blog-post h5, .blog-post h6 {
    color: #0F3D1E;
    font-weight: 600;

}
.blog-post h1 {
    font-size: 36px;
    margin-bottom: 20px;
} 
.blog-post h2 {
    font-size: 28px;
    margin-bottom: 18px;
}   
.blog-post h3 {
    font-size: 24px;
    margin-bottom: 16px;
}
.blog-post h4 {
    font-size: 20px;
    margin-bottom: 14px;
}
.blog-post h5 {
    font-size: 18px;
    margin-bottom: 12px;
}
.blog-post p {
    color: #333;
    line-height: 1.6;
    text-align: justify;
    font-size: 1.2rem;
}
.blog-post ul{
    margin-left: 20px;
    margin-bottom: 20px;}
.blog-post ul li {
    color: #333;
    line-height: 1.6;
}
.blog-post .border-left {
    border-left: 1px solid #d8e2ef !important;
}
.blog-post blockquote {
      margin-bottom: 1rem;
    font-size: 1.25rem;
    background: #eee;
    border-left: 2px solid green;
    padding: 20px;
    border-radius: 20px;
}
.blog-post .post-thumbnail img {
    width: 100%;
    height: auto;
    border-radius: 12px;
    margin-bottom: 20px;
}
.recent-posts-widget .card-title a:hover {
    color: #0F3D1E;
    font-weight: 600;
}
.comment-form input, .comment-form textarea {
    margin-bottom: 15px;
    border: 1px solid #ccc;
    border-radius: 4px; 

}
.comment-form p textarea{
    height: 100px;
}
.comment-form p {
   display: flex   ;
}
.comment-form p label {
   width: 30%;
}
.comment-form p input, .comment-form p textarea {
   width: 70%;
   padding: 10px;
}

.comment-form-cookies-consent{ display: flex; padding-left: 30;}
.comment-form-cookies-consent #wp-comment-cookies-consent {
   width: auto;
   margin-right: 10px;
}
.comment-form-cookies-consent label {
    font-weight: normal;
    font-size: 14px;
    color: #555;
    width: 100% !important;
}
.form-submit input[type="submit"] {
    padding: 12px 24px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
    width: 100%;
}
.comment-area input[type="text"] {
  width: 100%; /* Makes the field span the full width of its container */
  padding: 12px 20px; /* Adds space inside the field */
  margin: 8px 0; /* Adds space outside the field (top and bottom margin) */
  display: inline-block; /* Ensures correct layout behavior */
  border: 1px solid #ccc; /* Sets a standard border color and size */
  border-radius: 4px; /* Rounds the corners */
  box-sizing: border-box; /* Ensures padding and borders are included in the width calculation */
  font-size: 16px; /* Sets a readable font size, also prevents zooming on mobile Safari */
}

/* Style the field when it gets focus (clicked/tabbed into) */
.comment-area input[type="text"]:focus {
  border-color: #4CAF50; /* Change border color on focus */
  outline: none; /* Removes the default blue/black outline for a cleaner look */
}

/* Style the placeholder text */
.comment-area input::placeholder {
  color: #999;
}
.comments-area-holder {
    margin-top: 40px;
    padding: 20px;
    background-color: #efefef;
    border-radius: 20px;
    
}

.comment-form .form-submit input[type="submit"] {
    background-color: #0F3D1E;
    color: #fff;
    transition: background-color 0.3s ease;
}