.banner-main {
    background-position: center !important;
    background-size: cover !important;
    width: 100%;
    padding: 158px 0 109px !important;
    position: relative;
}

.banner-main:after {
    content: '';
    background: linear-gradient(307.6deg, rgb(0 0 0 / 60%) 54%, rgba(0, 0, 0, 0.7) 70.64%);
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 2;
}

.banner-box-inner {
    display: flex;
    align-items: center;
    gap: 123px;
    position: relative;
    z-index: 3;
}

.banner-heading-main {
    font-size: 42px;
    font-weight: 700;
    color: #FFFFFF;
    padding-bottom: 16px;
    max-width: 689px;
}

.banner-content {
    font-size: 18px;
    font-weight: 400;
    color: #FFFFFF;
    padding: 0 0 48px;
    max-width: 510px;
}

.banner-box-badges-slide {
    position: relative;
    width: 400px;
    height: 400px;
    margin: 0 auto;
    /*   overflow: hidden; */
}

.slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    transform: translateX(100px) scale(0.2);
    transition: transform 2s ease, opacity 2s ease;
}

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


.slide.active {
    opacity: 1;
    transform: translateX(0) scale(1);
    z-index: 2;
}


.slide.prev {
    opacity: 0;
    transform: translateX(-200px) scale(0.2);
    z-index: 1;
}

.main-banner-action {
    display: flex;
    align-items: center;
    gap: 24px;
}

.solarlocation-body .btn {
    padding: 10px 32px;
    display: flex;
    align-items: center;
    gap: 6px;
    border-radius: 8px;
    transition: all 0.8s ease-in-out;
    font-size: 16px;
    font-weight: 500;
    margin-top: 0px;
    width: max-content;
}

.btn-yellow {
    background: #FFB21D;
    color: #fff;
}

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

.btn-outline-white {
    border: 1px solid #fff;
    color: #fff;
}

.btn-yellow:hover {
    background: #FFB21D;
    color: #fff;
}

.btn-outline-yellow {
    background: transparent;
    color: #FFB21D;
}

.btn-outline-yellow:hover {
    background: transparent;
    color: #FFB21D;
    border: 1px solid #FFB21D;
}

.btn-white:hover {
    background: #fff;
    color: #FFB21D;
}

.btn-outline-white:hover {
    border: 1px solid #fff;
    color: #fff;
}

p.section-sub-text {
    font-size: 18px;
    color: #000;
}

.section-heading {
    font-weight: 700;
    font-size: 48px;
}

.main-banner-badge {
    border: 1px solid #FFB21D;
    background-color: #7A560F;
    color: #fff;
    font-size: 16px;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 4px 12px;
    width: fit-content;
    border-radius: 30px;
    margin-bottom: 16px;
}

.join-family-btn {
    margin-top: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.solarrunapart .section-heading {
    font-weight: 700;
    font-size: 48px;
    color: #000000;
    text-align: left;
    padding-bottom: 32px;
}

.sr-apart-left-main {
    height: 100%;
    position: sticky;
    top: 0;
}

.sr-apart-left-inner-main {
    padding-right: 30px;
}

.sr-apart-content {
    font-size: 18px;
    padding: 0 0 16px;
    color: #777777;
}

.solarrunapart .section-heading {
    text-align: left;
}

.solarrunapart .yellow-white-btn {
    margin: 32px 0 0;
}

.sr-apart-inner-details {
    display: flex;
    align-items: baseline;
    gap: 48px;
    padding-bottom: 48px;
    position: relative;
}

.sr-apart-inner-details:after {
    content: '';
    position: absolute;
    left: 17px;
    top: 29px;
    width: 2px;
    height: 100%;
    background: #FFB21D;
    z-index: -1;
}

.sr-apart-inner-details:last-child:after {
    display: none;
}


.sr-apart-inner-details:last-child .sr-apart-type-image-box:after {
    display: none;
}

.sr-apart-right-section-heading {
    font-weight: 600;
    font-size: 24px;
    color: #000;
}


.sr-apart-right-section-content {
    font-weight: 400;
    font-size: 18px;
    color: #777777;
}


.sr-apart-box-inner {
    display: flex;
    align-items: baseline;
    gap: 12px;
    margin-bottom: 38px;
}

.sr-apart-type-image-box {
    background: #000000;
    display: inline-flex;
    border: 1px solid #FFB21D;
    min-width: 36px;
    min-height: 36px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.sr-apart-type-icon {
    width: 24px;
    height: 24px;
}

.sr-apart-content-box.right {
    text-align: right;
}


.textfield {
    position: relative;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: none;
}

.textfield-label {
    position: absolute;
    top: 12px;
    left: 15px;
    display: block;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 0px;
    color: #888888;
    font-weight: 500;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: text;
}

.textfield-label .star {
    color: #d0011b;
}

.textfield-input {
    display: block;
    box-sizing: border-box;
    height: 48px;
    width: 100%;
    padding: 11px 14px;
    border: 1px solid #cccccc;
    border-radius: 5px;
    background: #ffffff;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    outline: none;
    transition: all 0.25s linear;
}

.textfield-input:focus {
    border-color: #3a82c6;
}

.textfield-input:disabled {
    border-color: #e6e6e6;
    background: #f9fafb;
}

.textfield-input::-moz-placeholder {
    color: transparent;
}

.textfield-input:-ms-input-placeholder {
    color: transparent;
}

.textfield-input::placeholder {
    color: transparent;
}

.textfield-input:focus+.textfield-label,
.textfield-input:valid+.textfield-label,
.textfield-input:disabled+.textfield-label {
    display: none;
}


section.fran-busi-section {
    background: #242424;
}

section.fran-busi-section {
    background: #242424;
}

.form-text-section .text-container {
    max-width: calc(100% - 400px);
}

.sub-subheading {
    font-size: 13px;
    font-weight: 600;
    line-height: 26px;
    color: #ffb21d;
}

.fran-busi-container .image-section-wrapper {
    max-width: 410px;
    position: absolute;
    right: 62px;
    bottom: 0;
}

.fran-busi-container .image-section img {
    max-width: 100%;
    border-radius: 10px;
}

.fran-busi-container .form-control {
    border: none;
    border-radius: 5px;
    padding: 11px 14px;
    color: #888;
    min-height: 48px;
}

.fran-busi-container .terms {
    font-size: 11px;
    font-weight: 700;
    line-height: 1;
    margin-top: 40px;
    display: flex;
    align-items: center;
    gap: 6px;
}

.fran-busi-container .terms img {
    width: 14px;
}

.fran-busi-container .btn-yellow {
    border-radius: 0px;
}

.serach-solarrun .section-heading,
.serach-solarrun .sub-heading {
    text-align: left;
}

.sr-search-box {
    border: 1px solid #777777;
    display: flex;
    align-items: center;
    border-radius: 8px;
    margin: 20px 0px;
}

.search-form {
    display: flex;
    align-items: center;
    flex: 1;
}

.search-form-input {
    flex: 1;
    display: flex;
}

.search-form .form-control {
    border: 0px;
    flex: 1;
    box-shadow: none !important;
}

.search-from-icon {
    padding-left: 12px;
}

.search-area {
    border: 1px solid #FFB21D;
    background: #FFB21D1F;
    color: #FFB21D;
    font-size: 15px;
    padding: 4px 8px;
    border-radius: 8px;
    margin: 10px;
}

.sr-search-nav {
    background: #FFF6E4;
    box-shadow: 0px 2px 4px 0px #BCBCBC40;
    border-radius: 8px;
    padding: 8px 12px;
    display: flex;
    align-items: center;
    width: fit-content;
    margin: auto;
    margin-bottom: 20px;
}

.serach-solarrun .btn-search-nav-link {
    flex-direction: column;
    background-color: transparent;
    line-height: 1;
    gap: 3px;
}

.btn-snl-title {
    font-size: 20px;
    font-weight: 700;
}

.btn-snl-label {
    color: #777777;
    font-size: 12px;
}

.btn-search-nav-link.active {
    background-color: #f9ba16;
}

.btn-search-nav-link.active * {
    color: #fff;
}

.loc-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
}

.loc-card {
    flex: 1;
    border: 1px solid #D9D9D9;
    padding: 8px;
    border-radius: 8px;
}

.loc-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.loc-head h4 {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
}

.loc-tag {
    background: #FFF6E4;
    border: 1px solid #FFB21D;
    color: #ffb347;
    font-size: 12px;
    padding: 3px 8px;
    border-radius: 4px;
    font-weight: 600;
    line-height: 1;
}

.loc-phone {
    margin: 10px 0;
    color: #555;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 2px;
}

.loc-actions {
    display: flex;
    gap: 10px;
}

.loc-actions button {
    flex: 1;
}

.btn-loc-outline {
    border: 1px solid #ccc;
    background: #fff;
    padding: 8px 12px;
    border-radius: 6px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
	color: #333;
}

.btn-loc-primary {
    background: #ff9900;
    border: none;
    color: #fff;
    padding: 8px 14px;
    border-radius: 6px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-primary:hover {
    background: #e68900;
}

.google-rating-badge {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6rem;
    padding: 30px 0px;
}

.grb-item {
    position: relative;
}

.grb-info {
    padding: 6px 8px;
    background-color: #010101;
    border-radius: 6px;
    text-align: center;
    position: absolute;
    width: 200px;
    bottom: 28px;
    left: 50%;
    transform: translateX(-50%);
}

.grb-info img {
    height: 24px;
}

.review-card {
    border: 1px solid #FFBA14;
    border-radius: 16px;
    padding: 30px 32px;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: space-between;
    gap: 52px;
    height: 100%;
}

.rating-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
}

.rating-header-left {
    display: flex;
    align-items: center;
    gap: 6px;
}

.google-icon-review {
    width: 28px !important;
    height: 28px;
}

.rating-icon-review {
    width: 100px !important;
    height: 24px;
}

.Verified-button {
    padding: 7px 9px;
    border: 1px solid #008000;
    border-radius: 20px;
    background: transparent;
    font-weight: 400;
    font-size: 14px;
    color: #008000;
    display: flex;
    align-items: center;
    gap: 6px;
}

.verified-icon {
    width: 14px !important;
    height: 14px;
}

.review-card h3 {
    font-weight: 700;
    font-size: 14px;
    padding: 0 0 16px;
}

.review-card p {
    font-weight: 400;
    font-size: 13px;
    padding: 0;
}

.user-profile {
    display: flex;
    align-items: center;
    gap: 12px;
}

.user-profile h4 {
    background: #5E5E5E;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #FFFFFF;
    font: 700 20px / 26px 'Montserrat', sans-serif;
    color: #FFFFFF;
}

.user-profile h5 {
    font-weight: 700;
    font-size: 18px;
}

section.smart-energy {
    background: linear-gradient(180deg, #A5A5A5 0%, #000000 100%);
    padding-top: 70px;
    padding-bottom: 0px;
}

.se-content-flex {
    display: flex;
    align-items: center;
    gap: 50px;
}

.se-content-img img {
    width: 100%;
}

.se-content-box {
    max-width: 610px;
}

.se-content-box h2 {
    font-weight: 700;
    font-size: 48px;
    color: #FFFFFF;
}

.se-sub-heading {
    font-weight: 400;
    font-size: 42px;
    color: #FFFFFF;
    padding: 18px 0px;
}

.se-sub-content {
    font-size: 18px;
    font-weight: 300;
    padding-bottom: 20px;
    color: #fff;
}

.owl-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    margin-top: 0px;
}

.owl-dots .owl-dot span {
    width: 8px;
    height: 8px;
    margin: 0 !important;
    background: #D9D9D9;
    display: block;
    border-radius: 50%;
}

.owl-dots .owl-dot.active span {
    width: 12px;
    height: 12px;
}


.owl-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: #f9ba16;
    margin-top: 20px;
}

.owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 0 !important;
    background: #D9D9D9;
    display: block;
    border-radius: 50%;
}

.owl-dots .owl-dot.active span {
    width: 10px;
    height: 10px;
}

.owl-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.owl-dots .owl-prev,
.owl-dots .owl-next {
    font-size: 22px;
    cursor: pointer;
    background: none;
    border: none;
}


.owl-dot.active span {
    background: #FFBA15;
}

.owl-nav svg {
    width: 22px;
    height: 22px;
}

.mobile {
    display: none;
}

.desktop {
    display: block;
}

.victorian-img {
    margin-top: 24px;
}

.victorians-choose .sub-heading {
    color: #555555;
}

.sr-apart-left-inner-main .section-heading {
    text-align: left;
}


@media (max-width:768px) {
    section.banner-main {
        background-position: 70% 50% !important;
    }

    .section-heading {
        font-size: 28px;
        line-height: 34px;
    }

    .banner-heading-submain {
        font-size: 24px;
    }

    .solarxinfo-heading {
        font-size: 28px;
    }

    img.solarxinfo-subimg {
        width: 160px;
        bottom: 10px;
        right: -40px;
    }

    .batterySwiper.swiper {
        width: 340px;
        height: 340px;
    }


    .myCardSwiper .swiper-button-next,
    .myCardSwiper .swiper-button-prev {
        top: 96%;
    }

    .battery-info-btn {
        margin-top: 50px;
    }

    .solar-anouncement-img {
        margin-top: 20px;
    }

    .solar-anouncement-awards {
        margin-top: -38px;
    }

    .victorians-choose .join-family-btn {
        margin-top: 30px;
    }

    .sr-apart-left-main {
        position: relative;
    }

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

    .sr-apart-left-inner-main h2.section-heading {
        text-align: left;
    }

    .sr-apart-left-inner-main {
        padding-right: 0px;
    }

    .se-content-flex {
        gap: 20px;
        flex-direction: column;
    }

    section.smart-energy {
        padding-bottom: 70px;
    }

    .se-content-img img {
        width: 230px;
    }

    .se-sub-heading {
        font-size: 24px;
    }

    .se-content-box h2 {
        font-size: 28px;
    }

    .review-card {
        height: auto;
    }

    .mobile {
        display: block;
    }

    .desktop {
        display: none;
    }

    .banner-box-inner {
        flex-direction: column;
        gap: 24px;
    }

    .banner-heading-main {
        max-width: 100%;
    }

    .fn-ul {
        grid-template-columns: repeat(1, 1fr);
    }

    .join-family-ul {
        grid-template-columns: repeat(1, 1fr);
    }

    .adv-fra-tile-ul {
        grid-template-columns: repeat(1, 1fr);
    }

    .adv-fra-form-box {
        padding: 48px 38px;
    }

    .faq-sec-heading {
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
        flex-direction: column;
        gap: 13px;
    }

    .faq-ans {
        grid-template-columns: 1fr;
    }

    .form-text-section .text-container {
        max-width: 100%;
    }

    .form-text-section.text-light {
        z-index: 2;
    }

    .fran-busi-container .image-section-wrapper {
        display: none;
    }

    .faq-sec-heading .section-heading {
        text-align: left;
    }

    .main-banner-action {
        flex-wrap: wrap;
    }

    .banner-heading-main {
        font-size: 28px;
    }

    .banner-box-badges-slide {
        width: 260px;
        height: 260px;
    }

    .adv-fra-left-box .section-heading {
        text-align: left;
    }

    .adv-fra-left-box {
        padding-right: 0px;
        margin-bottom: 20px;
    }

    .solarrunapart .section-heading {
        font-size: 30px;
    }

    .sr-apart-right-section {
        margin-top: 30px;
    }

    .sr-apart-inner-details:last-child {
        padding-bottom: 0px;
    }

    .loc-wrapper {
        grid-template-columns: repeat(1, 1fr);
    }

    .google-rating-badge {
        flex-direction: column;
        gap: 1rem;
    }

    .sr-search-nav {
        flex-direction: column;
    }

    .sr-search-nav-li {
        flex: 1;
        width: 100%;
    }

    .serach-solarrun .btn-search-nav-link {
        width: 100%;
    }
}

@media (max-width:575px) {}