@charset "UTF-8";

.slick-slider {
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    box-sizing: border-box;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -khtml-user-select: none
}

.slick-list, .slick-slider {
    display: block;
    position: relative
}

.slick-list {
    margin: 0;
    overflow: hidden;
    padding: 0
}

    .slick-list:focus {
        outline: 0
    }

.slick-slider .slick-list, .slick-slider .slick-track {
    transform: translateZ(0)
}

.slick-track {
    display: block;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: 0
}

    .slick-track:after, .slick-track:before {
        content: "";
        display: table
    }

    .slick-track:after {
        clear: both
    }

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-initialized .slick-slide, .slick-slide img {
    display: block
}

.slick-vertical .slick-slide {
    border: 1px solid transparent;
    display: block;
    height: auto
}



.slick-next, .slick-prev {
    border: none;
    cursor: pointer;
    display: block;
    font-size: 0;
    height: 20px;
    line-height: 0;
    padding: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 20px
}

    .slick-next, .slick-next:focus, .slick-next:hover, .slick-prev, .slick-prev:focus, .slick-prev:hover {
        background: 0 0;
        color: transparent;
        outline: 0
    }

        .slick-next:focus:before, .slick-next:hover:before, .slick-prev:focus:before, .slick-prev:hover:before {
            opacity: 1
        }

        .slick-next:before, .slick-prev:before {
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            color: #fff;
            
            font-size: 20px;
            line-height: 1;
            opacity: .75
        }

.slick-prev {
    left: -25px
}

[dir=rtl] .slick-prev {
    left: auto;
    right: -25px
}

.slick-prev:before {
    content: "←"
}

[dir=rtl] .slick-prev:before {
    content: "→"
}

.slick-next {
    right: -25px
}

[dir=rtl] .slick-next {
    left: -25px;
    right: auto
}

.slick-next:before {
    content: "→"
}

[dir=rtl] .slick-next:before {
    content: "←"
}

.slick-dotted.slick-slider {
    margin-bottom: 30px
}

.slick-dots {
    bottom: -25px;
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    text-align: center;
    width: 100%
}

    .slick-dots li {
        display: inline-block;
        margin: 0 5px;
        padding: 0;
        position: relative
    }

        .slick-dots li, .slick-dots li button {
            cursor: pointer;
            height: 20px;
            width: 20px
        }

            .slick-dots li button {
                background: 0 0;
                border: 0;
                color: transparent;
                display: block;
                font-size: 0;
                line-height: 0;
                outline: 0;
                padding: 5px
            }

                .slick-dots li button:focus, .slick-dots li button:hover {
                    outline: 0
                }

                    .slick-dots li button:focus:before, .slick-dots li button:hover:before {
                        opacity: 1
                    }

                .slick-dots li button:before {
                    -webkit-font-smoothing: antialiased;
                    -moz-osx-font-smoothing: grayscale;
                    color: #000;
                    content: "•";
                    
                    font-size: 6px;
                    height: 20px;
                    left: 0;
                    line-height: 20px;
                    opacity: .25;
                    position: absolute;
                    text-align: center;
                    top: 0;
                    width: 20px
                }

            .slick-dots li.slick-active button:before {
                color: #000;
                opacity: .75
            }


:root {
    --swiper-theme-color: #007aff
}

.swiper {
    display: block;
    list-style: none;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    overflow: clip;
    padding: 0
}

.swiper, .swiper-wrapper {
    position: relative;
    z-index: 1
}

.swiper-wrapper {
    box-sizing: content-box;
    display: flex;
    height: 100%;
    transform: translateZ(0);
    transition-property: transform;
    transition-timing-function: var(--swiper-wrapper-transition-timing-function,initial);
    width: 100%
}

.swiper-horizontal {
    touch-action: pan-y
}

.swiper-slide {
    display: block;
    flex-shrink: 0;
    height: 100%;
    position: relative;
    transition-property: transform;
    width: 100%
}

.swiper-backface-hidden .swiper-slide {
    backface-visibility: hidden;
    transform: translateZ(0)
}

.swiper-lazy-preloader {
    border: 4px solid var(--swiper-preloader-color,var(--swiper-theme-color));
    border-radius: 50%;
    border-top: 4px solid transparent;
    box-sizing: border-box;
    height: 42px;
    left: 50%;
    margin-left: -21px;
    margin-top: -21px;
    position: absolute;
    top: 50%;
    transform-origin: 50%;
    width: 42px;
    z-index: 10
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
    animation: swiper-preloader-spin 1s linear infinite
}

@keyframes swiper-preloader-spin {
    0% {
        transform: rotate(0)
    }

    to {
        transform: rotate(1turn)
    }
}

:root {
    --swiper-navigation-size: 44px
}

.swiper-button-next, .swiper-button-prev {
    align-items: center;
    color: var(--swiper-navigation-color,var(--swiper-theme-color));
    cursor: pointer;
    display: flex;
    height: var(--swiper-navigation-size);
    justify-content: center;
    margin-top: calc(0px - var(--swiper-navigation-size)/ 2);
    position: absolute;
    top: var(--swiper-navigation-top-offset,50%);
    width: calc(var(--swiper-navigation-size)/44*27);
    z-index: 10
}

    .swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
        cursor: auto;
        opacity: .35;
        pointer-events: none
    }

    .swiper-button-next.swiper-button-hidden, .swiper-button-prev.swiper-button-hidden {
        cursor: auto;
        opacity: 0;
        pointer-events: none
    }

.swiper-navigation-disabled .swiper-button-next, .swiper-navigation-disabled .swiper-button-prev {
    display: none !important
}

.swiper-button-next svg, .swiper-button-prev svg {
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    transform-origin: center;
    width: 100%
}

.swiper-button-prev {
    left: var(--swiper-navigation-sides-offset,10px);
    right: auto
}

.swiper-button-lock {
    display: none
}

.swiper-button-next:after, .swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    font-variant: normal;
    letter-spacing: 0;
    line-height: 1;
    text-transform: none !important
}

.swiper-button-prev:after {
    content: "prev"
}

.swiper-button-next {
    left: auto;
    right: var(--swiper-navigation-sides-offset,10px)
}

    .swiper-button-next:after {
        content: "next"
    }

.swiper-pagination {
    position: absolute;
    text-align: center;
    transform: translateZ(0);
    transition: opacity .3s;
    z-index: 10
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: var(--swiper-pagination-bottom,8px);
    left: 0;
    top: var(--swiper-pagination-top,auto);
    width: 100%
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    transform: scale(1)
}

.swiper-pagination-bullet {
    background: var(--swiper-pagination-bullet-inactive-color,#000);
    border-radius: var(--swiper-pagination-bullet-border-radius,50%);
    display: inline-block;
    height: var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));
    opacity: var(--swiper-pagination-bullet-inactive-opacity,.2);
    width: var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px))
}

button.swiper-pagination-bullet {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    box-shadow: none;
    margin: 0;
    padding: 0
}

.swiper-pagination-bullet:only-child {
    display: none !important
}

.swiper-pagination-bullet-active {
    background: var(--swiper-pagination-color,var(--swiper-theme-color));
    opacity: var(--swiper-pagination-bullet-opacity,1)
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap,4px)
}

.swiper-scrollbar {
    background: var(--swiper-scrollbar-bg-color,rgba(0,0,0,.1));
    border-radius: var(--swiper-scrollbar-border-radius,10px);
    position: relative;
    touch-action: none
}

    .swiper-scrollbar-disabled > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-disabled {
        display: none !important
    }

    .swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
        bottom: var(--swiper-scrollbar-bottom,4px);
        height: var(--swiper-scrollbar-size,4px);
        left: var(--swiper-scrollbar-sides-offset,1%);
        position: absolute;
        top: var(--swiper-scrollbar-top,auto);
        width: calc(100% - var(--swiper-scrollbar-sides-offset,1%)*2);
        z-index: 50
    }

    .swiper-scrollbar.swiper-scrollbar-vertical {
        height: calc(100% - var(--swiper-scrollbar-sides-offset,1%)*2);
        left: var(--swiper-scrollbar-left,auto);
        position: absolute;
        right: var(--swiper-scrollbar-right,4px);
        top: var(--swiper-scrollbar-sides-offset,1%);
        width: var(--swiper-scrollbar-size,4px);
        z-index: 50
    }

.swiper-scrollbar-drag {
    background: var(--swiper-scrollbar-drag-bg-color,rgba(0,0,0,.5));
    border-radius: var(--swiper-scrollbar-border-radius,10px);
    height: 100%;
    left: 0;
    position: relative;
    top: 0;
    width: 100%
}

.swiper-scrollbar-lock {
    display: none
}

.swiper-zoom-container {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    text-align: center;
    width: 100%
}

    .swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
        max-height: 100%;
        max-width: 100%;
        -o-object-fit: contain;
        object-fit: contain
    }

.swiper-slide-zoomed {
    cursor: move;
    touch-action: none
}

.swiper .swiper-notification {
    left: 0;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    z-index: -1000
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-active .swiper-slide-active, .swiper-fade .swiper-slide-active, .swiper-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-cube .swiper-slide-active {
    pointer-events: auto;
    visibility: visible
}

.swiper-flip .swiper-slide-active, .swiper-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

@font-face {
    font-display: block;
    font-family: Poppins-Bold;
    src: url(../fonts/Poppins-Boldcac9.html?02d30d49f061087e62755835b35d8a08) format("woff2")
}

@font-face {
    font-display: block;
    
    src: url(../fonts/Poppins-Regular2402.html?9641d5d087bc9e626d4cb6b011f8753a) format("woff2")
}

@font-face {
    font-display: block;
    font-family: Poppins-SemiBold;
    src: url(../fonts/Poppins-SemiBold58d9.html?b2be0bf638eacbb24415af115fdb0ffb) format("woff2")
}

@font-face {
    font-display: block;
    font-family: Poppins-ExtraBold;
    src: url(../fonts/Poppins-ExtraBold7b04.html?d41d7c2375d7f78e83054f5d8f55e631) format("woff2")
}

@font-face {
    font-display: block;
    font-family: Poppins-Medium;
    src: url(../fonts/Poppins-Mediumebe7.html?13c404f85f4b8532e4e9e256d31f4115) format("woff2")
}

@font-face {
    font-display: block;
    font-family: Poppins-Thin;
    src: url(../fonts/Poppins-Thin8d82.html?7091c0aafa27af431ba7a5d8b91f0d5f) format("woff2")
}

@font-face {
    font-display: block;
    font-family: Poppins-Light;
    src: url(../fonts/Poppins-Lightd41e.ttf?7641a0f76ca9ef6c252ce242f76e8b1d) format("woff2")
}
/*!
 * Bootstrap  v5.3.2 (https://getbootstrap.com/)
 * Copyright 2011-2023 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */

:root {
    --bs-blue: #0d6efd;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-black: #000;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-gray-100: #f8f9fa;
    --bs-gray-200: #e9ecef;
    --bs-gray-300: #dee2e6;
    --bs-gray-400: #ced4da;
    --bs-gray-500: #adb5bd;
    --bs-gray-600: #6c757d;
    --bs-gray-700: #495057;
    --bs-gray-800: #343a40;
    --bs-gray-900: #212529;
    --bs-primary: #0905a1;
    --bs-secondary: #06ccf8;
    --bs-success: #198754;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-light: #f8f9fa;
    --bs-dark: #212529;
    --bs-primary-rgb: 9,5,161;
    --bs-secondary-rgb: 6,204,248;
    --bs-success-rgb: 25,135,84;
    --bs-info-rgb: 13,202,240;
    --bs-warning-rgb: 255,193,7;
    --bs-danger-rgb: 220,53,69;
    --bs-light-rgb: 248,249,250;
    --bs-dark-rgb: 33,37,41;
    --bs-primary-text-emphasis: #052c65;
    --bs-secondary-text-emphasis: #2b2f32;
    --bs-success-text-emphasis: #0a3622;
    --bs-info-text-emphasis: #055160;
    --bs-warning-text-emphasis: #664d03;
    --bs-danger-text-emphasis: #58151c;
    --bs-light-text-emphasis: #495057;
    --bs-dark-text-emphasis: #495057;
    --bs-primary-bg-subtle: #cfe2ff;
    --bs-secondary-bg-subtle: #e2e3e5;
    --bs-success-bg-subtle: #d1e7dd;
    --bs-info-bg-subtle: #cff4fc;
    --bs-warning-bg-subtle: #fff3cd;
    --bs-danger-bg-subtle: #f8d7da;
    --bs-light-bg-subtle: #fcfcfd;
    --bs-dark-bg-subtle: #ced4da;
    --bs-primary-border-subtle: #9ec5fe;
    --bs-secondary-border-subtle: #c4c8cb;
    --bs-success-border-subtle: #a3cfbb;
    --bs-info-border-subtle: #9eeaf9;
    --bs-warning-border-subtle: #ffe69c;
    --bs-danger-border-subtle: #f1aeb5;
    --bs-light-border-subtle: #e9ecef;
    --bs-dark-border-subtle: #adb5bd;
    --bs-white-rgb: 255,255,255;
    --bs-black-rgb: 0,0,0;
    --bs-font-sans-serif: system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Liberation Sans",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    --bs-font-monospace: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
    --bs-gradient: linear-gradient(180deg,hsla(0,0%,100%,.15),hsla(0,0%,100%,0));
    --bs-body-font-family: var(--bs-font-sans-serif);
    --bs-body-font-size: 1rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.5;
    --bs-body-color: #212529;
    --bs-body-color-rgb: 33,37,41;
    --bs-body-bg: #fff;
    --bs-body-bg-rgb: 255,255,255;
    --bs-emphasis-color: #000;
    --bs-emphasis-color-rgb: 0,0,0;
    --bs-secondary-color: rgba(33,37,41,.75);
    --bs-secondary-color-rgb: 33,37,41;
    --bs-secondary-bg: #e9ecef;
    --bs-secondary-bg-rgb: 233,236,239;
    --bs-tertiary-color: rgba(33,37,41,.5);
    --bs-tertiary-color-rgb: 33,37,41;
    --bs-tertiary-bg: #f8f9fa;
    --bs-tertiary-bg-rgb: 248,249,250;
    --bs-heading-color: inherit;
    --bs-link-color: #0d6efd;
    --bs-link-color-rgb: 13,110,253;
    --bs-link-decoration: underline;
    --bs-link-hover-color: #0a58ca;
    --bs-link-hover-color-rgb: 10,88,202;
    --bs-code-color: #d63384;
    --bs-highlight-color: #212529;
    --bs-highlight-bg: #fff3cd;
    --bs-border-width: 1px;
    --bs-border-style: solid;
    --bs-border-color: #dee2e6;
    --bs-border-color-translucent: rgba(0,0,0,.175);
    --bs-border-radius: 0.375rem;
    --bs-border-radius-sm: 0.25rem;
    --bs-border-radius-lg: 0.5rem;
    --bs-border-radius-xl: 1rem;
    --bs-border-radius-xxl: 2rem;
    --bs-border-radius-2xl: var(--bs-border-radius-xxl);
    --bs-border-radius-pill: 50rem;
    --bs-box-shadow: 0 0.5rem 1rem rgba(0,0,0,.15);
    --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0,0,0,.075);
    --bs-box-shadow-lg: 0 1rem 3rem rgba(0,0,0,.175);
    --bs-box-shadow-inset: inset 0 1px 2px rgba(0,0,0,.075);
    --bs-focus-ring-width: 0.25rem;
    --bs-focus-ring-opacity: 0.25;
    --bs-focus-ring-color: rgba(13,110,253,.25);
    --bs-form-valid-color: #198754;
    --bs-form-valid-border-color: #198754;
    --bs-form-invalid-color: #dc3545;
    --bs-form-invalid-border-color: #dc3545
}

*, :after, :before {
    box-sizing: border-box
}

@media (prefers-reduced-motion:no-preference) {
    :root {
        scroll-behavior: smooth
    }
}


.table {
    --bs-table-color-type: initial;
    --bs-table-bg-type: initial;
    --bs-table-color-state: initial;
    --bs-table-bg-state: initial;
    --bs-table-color: var(--bs-emphasis-color);
    --bs-table-bg: var(--bs-body-bg);
    --bs-table-border-color: var(--bs-border-color);
    --bs-table-accent-bg: transparent;
    --bs-table-striped-color: var(--bs-emphasis-color);
    --bs-table-striped-bg: rgba(var(--bs-emphasis-color-rgb),0.05);
    --bs-table-active-color: var(--bs-emphasis-color);
    --bs-table-active-bg: rgba(var(--bs-emphasis-color-rgb),0.1);
    --bs-table-hover-color: var(--bs-emphasis-color);
    --bs-table-hover-bg: rgba(var(--bs-emphasis-color-rgb),0.075);
    border-color: var(--bs-table-border-color);
    margin-bottom: 1rem;
    vertical-align: top;
    width: 100%
}

    .table > :not(caption) > * > * {
        background-color: var(--bs-table-bg);
        border-bottom-width: var(--bs-border-width);
        box-shadow: inset 0 0 0 9999px var(--bs-table-bg-state,var(--bs-table-bg-type,var(--bs-table-accent-bg)));
        color: var(--bs-table-color-state,var(--bs-table-color-type,var(--bs-table-color)));
        padding: .5rem
    }

    .table > tbody {
        vertical-align: inherit
    }

    .table > thead {
        vertical-align: bottom
    }

.table-bordered > :not(caption) > * {
    border-width: var(--bs-border-width) 0
}

    .table-bordered > :not(caption) > * > * {
        border-width: 0 var(--bs-border-width)
    }

.table-active {
    --bs-table-color-state: var(--bs-table-active-color);
    --bs-table-bg-state: var(--bs-table-active-bg)
}

.table-hover > tbody > tr:hover > * {
    --bs-table-color-state: var(--bs-table-hover-color);
    --bs-table-bg-state: var(--bs-table-hover-bg)
}

.table-responsive {
    -webkit-overflow-scrolling: touch;
    overflow-x: auto
}

.form-label {
    margin-bottom: .5rem
}

.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-clip: padding-box;
    background-color: var(--bs-body-bg);
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    color: var(--bs-body-color);
    display: block;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    padding: .375rem .75rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    width: 100%
}

@media (prefers-reduced-motion:reduce) {
    .form-control {
        transition: none
    }
}

.form-control[type=file] {
    overflow: hidden
}

    .form-control[type=file]:not(:disabled):not([readonly]) {
        cursor: pointer
    }

.form-control:focus {
    background-color: var(--bs-body-bg);
    border-color: #86b7fe;
    box-shadow: 0 0 0 .25rem rgba(13,110,253,.25);
    color: var(--bs-body-color);
    outline: 0
}

.form-control::-webkit-date-and-time-value {
    height: 1.5em;
    margin: 0;
    min-width: 85px
}

.form-control::-webkit-datetime-edit {
    display: block;
    padding: 0
}

.form-control::-moz-placeholder {
    color: var(--bs-secondary-color);
    opacity: 1
}

.form-control::placeholder {
    color: var(--bs-secondary-color);
    opacity: 1
}

.form-control:disabled {
    background-color: var(--bs-secondary-bg);
    opacity: 1
}

.form-control::file-selector-button {
    background-color: var(--bs-tertiary-bg);
    border: 0 solid;
    border-color: inherit;
    border-inline-end-width: var(--bs-border-width);
    border-radius: 0;
    color: var(--bs-body-color);
    margin: -.375rem -.75rem;
    margin-inline-end: .75rem;
    padding: .375rem .75rem;
    pointer-events: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .form-control::file-selector-button {
        transition: none
    }
}

.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
    background-color: var(--bs-secondary-bg)
}

textarea.form-control {
    min-height: calc(1.5em + .75rem + var(--bs-border-width)*2)
}

.form-select {
    --bs-form-select-bg-img: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3E%3C/svg%3E");
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--bs-body-bg);
    background-image: var(--bs-form-select-bg-img),var(--bs-form-select-bg-icon,none);
    background-position: right .75rem center;
    background-repeat: no-repeat;
    background-size: 16px 12px;
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    color: var(--bs-body-color);
    display: block;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    padding: .375rem 2.25rem .375rem .75rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    width: 100%
}

@media (prefers-reduced-motion:reduce) {
    .form-select {
        transition: none
    }
}

.form-select:focus {
    border-color: #86b7fe;
    box-shadow: 0 0 0 .25rem rgba(13,110,253,.25);
    outline: 0
}

.form-select[multiple], .form-select[size]:not([size="1"]) {
    background-image: none;
    padding-right: .75rem
}

.form-select:disabled {
    background-color: var(--bs-secondary-bg)
}

.form-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 var(--bs-body-color)
}

.form-check {
    display: block;
    margin-bottom: .125rem;
    min-height: 1.5rem;
    padding-left: 1.5em
}

    .form-check .form-check-input {
        float: left;
        margin-left: -1.5em
    }

.form-check-input {
    --bs-form-check-bg: var(--bs-body-bg);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--bs-form-check-bg);
    background-image: var(--bs-form-check-bg-image);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    border: var(--bs-border-width) solid var(--bs-border-color);
    flex-shrink: 0;
    height: 1em;
    margin-top: .25em;
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
    vertical-align: top;
    width: 1em
}

    .form-check-input[type=checkbox] {
        border-radius: .25em
    }

    .form-check-input[type=radio] {
        border-radius: 50%
    }

    .form-check-input:active {
        filter: brightness(90%)
    }

    .form-check-input:focus {
        border-color: #86b7fe;
        box-shadow: 0 0 0 .25rem rgba(13,110,253,.25);
        outline: 0
    }

    .form-check-input:checked {
        background-color: #0d6efd;
        border-color: #0d6efd
    }

        .form-check-input:checked[type=checkbox] {
            --bs-form-check-bg-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3E%3C/svg%3E")
        }

        .form-check-input:checked[type=radio] {
            --bs-form-check-bg-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='2' fill='%23fff'/%3E%3C/svg%3E")
        }

    .form-check-input[type=checkbox]:indeterminate {
        --bs-form-check-bg-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3E%3C/svg%3E");
        background-color: #0d6efd;
        border-color: #0d6efd
    }

    .form-check-input:disabled {
        filter: none;
        opacity: .5;
        pointer-events: none
    }

        .form-check-input:disabled ~ .form-check-label, .form-check-input[disabled] ~ .form-check-label {
            cursor: default;
            opacity: .5
        }



@media (prefers-reduced-motion:reduce) {
    .btn {
        transition: none
    }
}

.btn:hover {
    background-color: var(--bs-btn-hover-bg);
    border-color: var(--bs-btn-hover-border-color);
    color: var(--bs-btn-hover-color)
}

.btn:focus-visible {
    background-color: var(--bs-btn-hover-bg);
    border-color: var(--bs-btn-hover-border-color);
    box-shadow: var(--bs-btn-focus-box-shadow);
    color: var(--bs-btn-hover-color);
    outline: 0
}

.btn.active, .btn.show, .btn:first-child:active, :not(.btn-check) + .btn:active {
    background-color: var(--bs-btn-active-bg);
    border-color: var(--bs-btn-active-border-color);
    color: var(--bs-btn-active-color)
}

    .btn.active:focus-visible, .btn.show:focus-visible, .btn:first-child:active:focus-visible, :not(.btn-check) + .btn:active:focus-visible {
        box-shadow: var(--bs-btn-focus-box-shadow)
    }

.btn.disabled, .btn:disabled {
    background-color: var(--bs-btn-disabled-bg);
    border-color: var(--bs-btn-disabled-border-color);
    color: var(--bs-btn-disabled-color);
    opacity: var(--bs-btn-disabled-opacity);
    pointer-events: none
}

.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #0905a1;
    --bs-btn-border-color: #0905a1;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #080489;
    --bs-btn-hover-border-color: #070481;
    --bs-btn-focus-shadow-rgb: 46,43,175;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #070481;
    --bs-btn-active-border-color: #070479;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #0905a1;
    --bs-btn-disabled-border-color: #0905a1
}

.btn-secondary {
    --bs-btn-color: #000;
    --bs-btn-bg: #06ccf8;
    --bs-btn-border-color: #06ccf8;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #2bd4f9;
    --bs-btn-hover-border-color: #1fd1f9;
    --bs-btn-focus-shadow-rgb: 5,173,211;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #38d6f9;
    --bs-btn-active-border-color: #1fd1f9;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #06ccf8;
    --bs-btn-disabled-border-color: #06ccf8
}

.btn-outline-dark {
    --bs-btn-color: #212529;
    --bs-btn-border-color: #212529;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #212529;
    --bs-btn-hover-border-color: #212529;
    --bs-btn-focus-shadow-rgb: 33,37,41;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #212529;
    --bs-btn-active-border-color: #212529;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    --bs-btn-disabled-color: #212529;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #212529;
    --bs-gradient: none
}

.btn-lg {
    --bs-btn-padding-y: 0.5rem;
    --bs-btn-padding-x: 1rem;
    --bs-btn-font-size: 1.25rem;
    --bs-btn-border-radius: var(--bs-border-radius-lg)
}

.fade {
    transition: opacity .15s linear
}

@media (prefers-reduced-motion:reduce) {
    .fade {
        transition: none
    }
}

.fade:not(.show) {
    opacity: 0
}

.collapse:not(.show) {
    display: none
}

.dropdown {
    position: relative
}

.dropdown-toggle {
    white-space: nowrap
}

    .dropdown-toggle:after {
        border-bottom: 0;
        border-left: .3em solid transparent;
        border-right: .3em solid transparent;
        border-top: .3em solid;
        content: "";
        display: inline-block;
        margin-left: .255em;
        vertical-align: .255em
    }

    .dropdown-toggle:empty:after {
        margin-left: 0
    }

.dropdown-menu {
    --bs-dropdown-zindex: 1000;
    --bs-dropdown-min-width: 10rem;
    --bs-dropdown-padding-x: 0;
    --bs-dropdown-padding-y: 0.5rem;
    --bs-dropdown-spacer: 0.125rem;
    --bs-dropdown-font-size: 1rem;
    --bs-dropdown-color: var(--bs-body-color);
    --bs-dropdown-bg: var(--bs-body-bg);
    --bs-dropdown-border-color: var(--bs-border-color-translucent);
    --bs-dropdown-border-radius: var(--bs-border-radius);
    --bs-dropdown-border-width: var(--bs-border-width);
    --bs-dropdown-inner-border-radius: calc(var(--bs-border-radius) - var(--bs-border-width));
    --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
    --bs-dropdown-divider-margin-y: 0.5rem;
    --bs-dropdown-box-shadow: var(--bs-box-shadow);
    --bs-dropdown-link-color: var(--bs-body-color);
    --bs-dropdown-link-hover-color: var(--bs-body-color);
    --bs-dropdown-link-hover-bg: var(--bs-tertiary-bg);
    --bs-dropdown-link-active-color: #fff;
    --bs-dropdown-link-active-bg: #0d6efd;
    --bs-dropdown-link-disabled-color: var(--bs-tertiary-color);
    --bs-dropdown-item-padding-x: 1rem;
    --bs-dropdown-item-padding-y: 0.25rem;
    --bs-dropdown-header-color: #6c757d;
    --bs-dropdown-header-padding-x: 1rem;
    --bs-dropdown-header-padding-y: 0.5rem;
    background-clip: padding-box;
    background-color: var(--bs-dropdown-bg);
    border: var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);
    border-radius: var(--bs-dropdown-border-radius);
    color: var(--bs-dropdown-color);
    display: none;
    font-size: var(--bs-dropdown-font-size);
    list-style: none;
    margin: 0;
    min-width: var(--bs-dropdown-min-width);
    padding: var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);
    position: absolute;
    text-align: left;
    z-index: var(--bs-dropdown-zindex)
}

.dropdown-item {
    background-color: transparent;
    border: 0;
    border-radius: var(--bs-dropdown-item-border-radius,0);
    clear: both;
    color: var(--bs-dropdown-link-color);
    display: block;
    font-weight: 400;
    padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    width: 100%
}

    .dropdown-item:focus, .dropdown-item:hover {
        background-color: var(--bs-dropdown-link-hover-bg);
        color: var(--bs-dropdown-link-hover-color)
    }

    .dropdown-item.active, .dropdown-item:active {
        background-color: var(--bs-dropdown-link-active-bg);
        color: var(--bs-dropdown-link-active-color);
        text-decoration: none
    }

    .dropdown-item.disabled, .dropdown-item:disabled {
        background-color: transparent;
        color: var(--bs-dropdown-link-disabled-color);
        pointer-events: none
    }

.dropdown-menu.show {
    display: block
}

.nav {
    --bs-nav-link-padding-x: 1rem;
    --bs-nav-link-padding-y: 0.5rem;
    --bs-nav-link-font-weight:;
    --bs-nav-link-color: var(--bs-link-color);
    --bs-nav-link-hover-color: var(--bs-link-hover-color);
    --bs-nav-link-disabled-color: var(--bs-secondary-color);
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin-bottom: 0;
    padding-left: 0
}

.nav-link {
    background: 0 0;
    border: 0;
    color: var(--bs-nav-link-color);
    display: block;
    font-size: var(--bs-nav-link-font-size);
    font-weight: var(--bs-nav-link-font-weight);
    padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
    text-decoration: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .nav-link {
        transition: none
    }
}

.nav-link:focus, .nav-link:hover {
    color: var(--bs-nav-link-hover-color)
}

.nav-link:focus-visible {
    box-shadow: 0 0 0 .25rem rgba(13,110,253,.25);
    outline: 0
}

.nav-link.disabled, .nav-link:disabled {
    color: var(--bs-nav-link-disabled-color);
    cursor: default;
    pointer-events: none
}

.nav-tabs {
    --bs-nav-tabs-border-width: var(--bs-border-width);
    --bs-nav-tabs-border-color: var(--bs-border-color);
    --bs-nav-tabs-border-radius: var(--bs-border-radius);
    --bs-nav-tabs-link-hover-border-color: var(--bs-secondary-bg) var(--bs-secondary-bg) var(--bs-border-color);
    --bs-nav-tabs-link-active-color: var(--bs-emphasis-color);
    --bs-nav-tabs-link-active-bg: var(--bs-body-bg);
    --bs-nav-tabs-link-active-border-color: var(--bs-border-color) var(--bs-border-color) var(--bs-body-bg);
    border-bottom: var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color)
}

    .nav-tabs .nav-link {
        border: var(--bs-nav-tabs-border-width) solid transparent;
        border-top-left-radius: var(--bs-nav-tabs-border-radius);
        border-top-right-radius: var(--bs-nav-tabs-border-radius);
        margin-bottom: calc(var(--bs-nav-tabs-border-width)*-1)
    }

        .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
            border-color: var(--bs-nav-tabs-link-hover-border-color);
            isolation: isolate
        }

        .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
            background-color: var(--bs-nav-tabs-link-active-bg);
            border-color: var(--bs-nav-tabs-link-active-border-color);
            color: var(--bs-nav-tabs-link-active-color)
        }

    .nav-tabs .dropdown-menu {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        margin-top: calc(var(--bs-nav-tabs-border-width)*-1)
    }

.nav-pills {
    --bs-nav-pills-border-radius: var(--bs-border-radius);
    --bs-nav-pills-link-active-color: #fff;
    --bs-nav-pills-link-active-bg: #0d6efd
}

    .nav-pills .nav-link {
        border-radius: var(--bs-nav-pills-border-radius)
    }

        .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
            background-color: var(--bs-nav-pills-link-active-bg);
            color: var(--bs-nav-pills-link-active-color)
        }

.nav-underline .show > .nav-link {
    border-bottom-color: currentcolor;
    color: var(--bs-nav-underline-link-active-color);
    font-weight: 700
}

.nav-fill .nav-item, .nav-fill > .nav-link {
    flex: 1 1 auto;
    text-align: center
}

    .nav-fill .nav-item .nav-link {
        width: 100%
    }

.tab-content > .tab-pane {
    display: none
}

.tab-content > .active {
    display: block
}

.navbar {
    --bs-navbar-padding-x: 0;
    --bs-navbar-padding-y: 0.5rem;
    --bs-navbar-color: rgba(var(--bs-emphasis-color-rgb),0.65);
    --bs-navbar-hover-color: rgba(var(--bs-emphasis-color-rgb),0.8);
    --bs-navbar-disabled-color: rgba(var(--bs-emphasis-color-rgb),0.3);
    --bs-navbar-active-color: rgba(var(--bs-emphasis-color-rgb),1);
    --bs-navbar-brand-padding-y: 0.3125rem;
    --bs-navbar-brand-margin-end: 1rem;
    --bs-navbar-brand-font-size: 1.25rem;
    --bs-navbar-brand-color: rgba(var(--bs-emphasis-color-rgb),1);
    --bs-navbar-brand-hover-color: rgba(var(--bs-emphasis-color-rgb),1);
    --bs-navbar-nav-link-padding-x: 0.5rem;
    --bs-navbar-toggler-padding-y: 0.25rem;
    --bs-navbar-toggler-padding-x: 0.75rem;
    --bs-navbar-toggler-font-size: 1.25rem;
    --bs-navbar-toggler-icon-bg: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba(33, 37, 41, 0.75)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
    --bs-navbar-toggler-border-color: rgba(var(--bs-emphasis-color-rgb),0.15);
    --bs-navbar-toggler-border-radius: var(--bs-border-radius);
    --bs-navbar-toggler-focus-width: 0.25rem;
    --bs-navbar-toggler-transition: box-shadow 0.15s ease-in-out;
    flex-wrap: wrap;
    padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x);
    position: relative
}

    .navbar, .navbar > .container, .navbar > .container-fluid {
        align-items: center;
        display: flex;
        justify-content: space-between
    }

        .navbar > .container, .navbar > .container-fluid {
            flex-wrap: inherit
        }

.navbar-brand {
    color: var(--bs-navbar-brand-color);
    font-size: var(--bs-navbar-brand-font-size);
    margin-right: var(--bs-navbar-brand-margin-end);
    padding-bottom: var(--bs-navbar-brand-padding-y);
    padding-top: var(--bs-navbar-brand-padding-y);
    text-decoration: none;
    white-space: nowrap
}

    .navbar-brand:focus, .navbar-brand:hover {
        color: var(--bs-navbar-brand-hover-color)
    }

.navbar-nav {
    --bs-nav-link-padding-x: 0;
    --bs-nav-link-padding-y: 0.5rem;
    --bs-nav-link-font-weight:;
    --bs-nav-link-color: var(--bs-navbar-color);
    --bs-nav-link-hover-color: var(--bs-navbar-hover-color);
    --bs-nav-link-disabled-color: var(--bs-navbar-disabled-color);
    display: flex;
    flex-direction: column;
    list-style: none;
    margin-bottom: 0;
    padding-left: 0
}

    .navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
        color: var(--bs-navbar-active-color)
    }

    .navbar-nav .dropdown-menu {
        position: static
    }

.navbar-collapse {
    align-items: center;
    flex-basis: 100%;
    flex-grow: 1
}

.navbar-toggler {
    background-color: transparent;
    border: var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);
    border-radius: var(--bs-navbar-toggler-border-radius);
    color: var(--bs-navbar-color);
    font-size: var(--bs-navbar-toggler-font-size);
    line-height: 1;
    padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
    transition: var(--bs-navbar-toggler-transition)
}

@media (prefers-reduced-motion:reduce) {
    .navbar-toggler {
        transition: none
    }
}

.navbar-toggler:hover {
    text-decoration: none
}

.navbar-toggler:focus {
    box-shadow: 0 0 0 var(--bs-navbar-toggler-focus-width);
    outline: 0;
    text-decoration: none
}

.navbar-toggler-icon {
    background-image: var(--bs-navbar-toggler-icon-bg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    display: inline-block;
    height: 1.5em;
    vertical-align: middle;
    width: 1.5em
}

@media (min-width:992px) {
    .navbar-expand-lg {
        flex-wrap: nowrap;
        justify-content: flex-start
    }

        .navbar-expand-lg .navbar-nav {
            flex-direction: row
        }

            .navbar-expand-lg .navbar-nav .dropdown-menu {
                position: absolute
            }

            .navbar-expand-lg .navbar-nav .nav-link {
                padding-left: var(--bs-navbar-nav-link-padding-x);
                padding-right: var(--bs-navbar-nav-link-padding-x)
            }

        .navbar-expand-lg .navbar-collapse {
            display: flex !important;
            flex-basis: auto
        }

        .navbar-expand-lg .navbar-toggler {
            display: none
        }
}

.card {
    --bs-card-spacer-y: 1rem;
    --bs-card-spacer-x: 1rem;
    --bs-card-title-spacer-y: 0.5rem;
    --bs-card-title-color:;
    --bs-card-subtitle-color:;
    --bs-card-border-width: var(--bs-border-width);
    --bs-card-border-color: var(--bs-border-color-translucent);
    --bs-card-border-radius: var(--bs-border-radius);
    --bs-card-box-shadow:;
    --bs-card-inner-border-radius: calc(var(--bs-border-radius) - var(--bs-border-width));
    --bs-card-cap-padding-y: 0.5rem;
    --bs-card-cap-padding-x: 1rem;
    --bs-card-cap-bg: rgba(var(--bs-body-color-rgb),0.03);
    --bs-card-cap-color:;
    --bs-card-height:;
    --bs-card-color:;
    --bs-card-bg: var(--bs-body-bg);
    --bs-card-img-overlay-padding: 1rem;
    --bs-card-group-margin: 0.75rem;
    word-wrap: break-word;
    background-clip: border-box;
    background-color: var(--bs-card-bg);
    border: var(--bs-card-border-width) solid var(--bs-card-border-color);
    border-radius: var(--bs-card-border-radius);
    color: var(--bs-body-color);
    display: flex;
    flex-direction: column;
    height: var(--bs-card-height);
    min-width: 0;
    position: relative
}

    .card > hr {
        margin-left: 0;
        margin-right: 0
    }

.card-body {
    color: var(--bs-card-color);
    flex: 1 1 auto;
    padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x)
}

.card-title {
    color: var(--bs-card-title-color);
    margin-bottom: var(--bs-card-title-spacer-y)
}

.card-text:last-child {
    margin-bottom: 0
}

.card-link + .card-link {
    margin-left: var(--bs-card-spacer-x)
}

.card-header {
    background-color: var(--bs-card-cap-bg);
    border-bottom: var(--bs-card-border-width) solid var(--bs-card-border-color);
    color: var(--bs-card-cap-color);
    margin-bottom: 0;
    padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x)
}

    .card-header:first-child {
        border-radius: var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius) 0 0
    }

.card-img-top {
    border-top-left-radius: var(--bs-card-inner-border-radius);
    border-top-right-radius: var(--bs-card-inner-border-radius);
    width: 100%
}

.accordion {
    --bs-accordion-color: var(--bs-body-color);
    --bs-accordion-bg: var(--bs-body-bg);
    --bs-accordion-transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out,border-radius 0.15s ease;
    --bs-accordion-border-color: var(--bs-border-color);
    --bs-accordion-border-width: var(--bs-border-width);
    --bs-accordion-border-radius: var(--bs-border-radius);
    --bs-accordion-inner-border-radius: calc(var(--bs-border-radius) - var(--bs-border-width));
    --bs-accordion-btn-padding-x: 1.25rem;
    --bs-accordion-btn-padding-y: 1rem;
    --bs-accordion-btn-color: var(--bs-body-color);
    --bs-accordion-btn-bg: var(--bs-accordion-bg);
    --bs-accordion-btn-icon: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
    --bs-accordion-btn-icon-width: 1.25rem;
    --bs-accordion-btn-icon-transform: rotate(-180deg);
    --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
    --bs-accordion-btn-active-icon: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23052c65'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
    --bs-accordion-btn-focus-border-color: #86b7fe;
    --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(13,110,253,.25);
    --bs-accordion-body-padding-x: 1.25rem;
    --bs-accordion-body-padding-y: 1rem;
    --bs-accordion-active-color: var(--bs-primary-text-emphasis);
    --bs-accordion-active-bg: var(--bs-primary-bg-subtle)
}

.accordion-button {
    align-items: center;
    background-color: var(--bs-accordion-btn-bg);
    border: 0;
    border-radius: 0;
    color: var(--bs-accordion-btn-color);
    display: flex;
    font-size: 1rem;
    overflow-anchor: none;
    padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
    position: relative;
    text-align: left;
    transition: var(--bs-accordion-transition);
    width: 100%
}

@media (prefers-reduced-motion:reduce) {
    .accordion-button {
        transition: none
    }
}

.accordion-button:not(.collapsed) {
    background-color: var(--bs-accordion-active-bg);
    box-shadow: inset 0 calc(var(--bs-accordion-border-width)*-1) 0 var(--bs-accordion-border-color);
    color: var(--bs-accordion-active-color)
}

    .accordion-button:not(.collapsed):after {
        background-image: var(--bs-accordion-btn-active-icon);
        transform: var(--bs-accordion-btn-icon-transform)
    }

.accordion-button:after {
    background-image: var(--bs-accordion-btn-icon);
    background-repeat: no-repeat;
    background-size: var(--bs-accordion-btn-icon-width);
    content: "";
    flex-shrink: 0;
    height: var(--bs-accordion-btn-icon-width);
    margin-left: auto;
    transition: var(--bs-accordion-btn-icon-transition);
    width: var(--bs-accordion-btn-icon-width)
}

@media (prefers-reduced-motion:reduce) {
    .accordion-button:after {
        transition: none
    }
}

.accordion-button:hover {
    z-index: 2
}

.accordion-button:focus {
    border-color: var(--bs-accordion-btn-focus-border-color);
    box-shadow: var(--bs-accordion-btn-focus-box-shadow);
    outline: 0;
    z-index: 3
}

.accordion-header {
    margin-bottom: 0
}

.accordion-item {
    background-color: var(--bs-accordion-bg);
    border: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color);
    color: var(--bs-accordion-color)
}

    .accordion-item:first-of-type {
        border-top-left-radius: var(--bs-accordion-border-radius);
        border-top-right-radius: var(--bs-accordion-border-radius)
    }

        .accordion-item:first-of-type .accordion-button {
            border-top-left-radius: var(--bs-accordion-inner-border-radius);
            border-top-right-radius: var(--bs-accordion-inner-border-radius)
        }

    .accordion-item:not(:first-of-type) {
        border-top: 0
    }

    .accordion-item:last-of-type {
        border-bottom-left-radius: var(--bs-accordion-border-radius);
        border-bottom-right-radius: var(--bs-accordion-border-radius)
    }

        .accordion-item:last-of-type .accordion-button.collapsed {
            border-bottom-left-radius: var(--bs-accordion-inner-border-radius);
            border-bottom-right-radius: var(--bs-accordion-inner-border-radius)
        }

        .accordion-item:last-of-type .accordion-collapse {
            border-bottom-left-radius: var(--bs-accordion-border-radius);
            border-bottom-right-radius: var(--bs-accordion-border-radius)
        }

.accordion-body {
    padding: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x)
}

.accordion-flush .accordion-collapse {
    border-width: 0
}

.accordion-flush .accordion-item {
    border-left: 0;
    border-radius: 0;
    border-right: 0
}

    .accordion-flush .accordion-item:first-child {
        border-top: 0
    }

    .accordion-flush .accordion-item:last-child {
        border-bottom: 0
    }

    .accordion-flush .accordion-item .accordion-button, .accordion-flush .accordion-item .accordion-button.collapsed {
        border-radius: 0
    }

.pagination {
    --bs-pagination-padding-x: 0.75rem;
    --bs-pagination-padding-y: 0.375rem;
    --bs-pagination-font-size: 1rem;
    --bs-pagination-color: var(--bs-link-color);
    --bs-pagination-bg: var(--bs-body-bg);
    --bs-pagination-border-width: var(--bs-border-width);
    --bs-pagination-border-color: var(--bs-border-color);
    --bs-pagination-border-radius: var(--bs-border-radius);
    --bs-pagination-hover-color: var(--bs-link-hover-color);
    --bs-pagination-hover-bg: var(--bs-tertiary-bg);
    --bs-pagination-hover-border-color: var(--bs-border-color);
    --bs-pagination-focus-color: var(--bs-link-hover-color);
    --bs-pagination-focus-bg: var(--bs-secondary-bg);
    --bs-pagination-focus-box-shadow: 0 0 0 0.25rem rgba(13,110,253,.25);
    --bs-pagination-active-color: #fff;
    --bs-pagination-active-bg: #0d6efd;
    --bs-pagination-active-border-color: #0d6efd;
    --bs-pagination-disabled-color: var(--bs-secondary-color);
    --bs-pagination-disabled-bg: var(--bs-secondary-bg);
    --bs-pagination-disabled-border-color: var(--bs-border-color);
    display: flex;
    list-style: none;
    padding-left: 0
}

.alert {
    --bs-alert-bg: transparent;
    --bs-alert-padding-x: 1rem;
    --bs-alert-padding-y: 1rem;
    --bs-alert-margin-bottom: 1rem;
    --bs-alert-color: inherit;
    --bs-alert-border-color: transparent;
    --bs-alert-border: var(--bs-border-width) solid var(--bs-alert-border-color);
    --bs-alert-border-radius: var(--bs-border-radius);
    --bs-alert-link-color: inherit;
    background-color: var(--bs-alert-bg);
    border: var(--bs-alert-border);
    border-radius: var(--bs-alert-border-radius);
    color: var(--bs-alert-color);
    margin-bottom: var(--bs-alert-margin-bottom);
    padding: var(--bs-alert-padding-y) var(--bs-alert-padding-x);
    position: relative
}

.alert-success {
    --bs-alert-color: var(--bs-success-text-emphasis);
    --bs-alert-bg: var(--bs-success-bg-subtle);
    --bs-alert-border-color: var(--bs-success-border-subtle);
    --bs-alert-link-color: var(--bs-success-text-emphasis)
}

.alert-danger {
    --bs-alert-color: var(--bs-danger-text-emphasis);
    --bs-alert-bg: var(--bs-danger-bg-subtle);
    --bs-alert-border-color: var(--bs-danger-border-subtle);
    --bs-alert-link-color: var(--bs-danger-text-emphasis)
}

@keyframes progress-bar-stripes {
    0% {
        background-position-x: 1rem
    }
}

.progress {
    --bs-progress-height: 1rem;
    --bs-progress-font-size: 0.75rem;
    --bs-progress-bg: var(--bs-secondary-bg);
    --bs-progress-border-radius: var(--bs-border-radius);
    --bs-progress-box-shadow: var(--bs-box-shadow-inset);
    --bs-progress-bar-color: #fff;
    --bs-progress-bar-bg: #0d6efd;
    --bs-progress-bar-transition: width 0.6s ease;
    background-color: var(--bs-progress-bg);
    border-radius: var(--bs-progress-border-radius);
    display: flex;
    font-size: var(--bs-progress-font-size);
    height: var(--bs-progress-height);
    overflow: hidden
}

.modal.show .modal-dialog {
    transform: none
}

.modal-backdrop.show {
    opacity: var(--bs-backdrop-opacity)
}

.tooltip {
    --bs-tooltip-zindex: 1080;
    --bs-tooltip-max-width: 200px;
    --bs-tooltip-padding-x: 0.5rem;
    --bs-tooltip-padding-y: 0.25rem;
    --bs-tooltip-margin:;
    --bs-tooltip-font-size: 0.875rem;
    --bs-tooltip-color: var(--bs-body-bg);
    --bs-tooltip-bg: var(--bs-emphasis-color);
    --bs-tooltip-border-radius: var(--bs-border-radius);
    --bs-tooltip-opacity: 0.9;
    --bs-tooltip-arrow-width: 0.8rem;
    --bs-tooltip-arrow-height: 0.4rem;
    word-wrap: break-word;
    display: block;
    font-family: var(--bs-font-sans-serif);
    font-size: var(--bs-tooltip-font-size);
    font-style: normal;
    font-weight: 400;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.5;
    margin: var(--bs-tooltip-margin);
    opacity: 0;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    z-index: var(--bs-tooltip-zindex)
}

    .tooltip.show {
        opacity: var(--bs-tooltip-opacity)
    }

.spinner-border {
    animation: var(--bs-spinner-animation-speed) linear infinite var(--bs-spinner-animation-name);
    border-radius: 50%;
    display: inline-block;
    height: var(--bs-spinner-height);
    vertical-align: var(--bs-spinner-vertical-align);
    width: var(--bs-spinner-width)
}

@keyframes spinner-border {
    to {
        transform: rotate(1turn)
    }
}

.spinner-border {
    --bs-spinner-width: 2rem;
    --bs-spinner-height: 2rem;
    --bs-spinner-vertical-align: -0.125em;
    --bs-spinner-border-width: 0.25em;
    --bs-spinner-animation-speed: 0.75s;
    --bs-spinner-animation-name: spinner-border;
    border-right-color: currentcolor;
    border: var(--bs-spinner-border-width) solid;
    border-right: var(--bs-spinner-border-width) solid transparent
}

@keyframes spinner-grow {
    0% {
        transform: scale(0)
    }

    50% {
        opacity: 1;
        transform: none
    }
}

@media (prefers-reduced-motion:reduce) {
    .spinner-border {
        --bs-spinner-animation-speed: 1.5s
    }
}

@media (max-width:575.98px) {
    .offcanvas-sm.show:not(.hiding) {
        transform: none
    }

    .offcanvas-sm.show {
        visibility: visible
    }
}

@media (max-width:767.98px) {
    .offcanvas-md.show:not(.hiding) {
        transform: none
    }

    .offcanvas-md.show {
        visibility: visible
    }
}

@media (max-width:991.98px) {
    .offcanvas-lg.show:not(.hiding) {
        transform: none
    }

    .offcanvas-lg.show {
        visibility: visible
    }
}

@media (max-width:1199.98px) {
    .offcanvas-xl.show:not(.hiding) {
        transform: none
    }

    .offcanvas-xl.show {
        visibility: visible
    }
}

@media (max-width:1399.98px) {
    .offcanvas-xxl.show:not(.hiding) {
        transform: none
    }

    .offcanvas-xxl.show {
        visibility: visible
    }
}

.offcanvas.show:not(.hiding) {
    transform: none
}

.offcanvas.show {
    visibility: visible
}

.offcanvas-backdrop.show {
    opacity: .5
}

.placeholder {
    background-color: currentcolor;
    cursor: wait;
    display: inline-block;
    min-height: 1em;
    opacity: .5;
    vertical-align: middle
}

    .placeholder.btn:before {
        content: "";
        display: inline-block
    }

@keyframes placeholder-glow {
    50% {
        opacity: .2
    }
}

@keyframes placeholder-wave {
    to {
        -webkit-mask-position: -200% 0;
        mask-position: -200% 0
    }
}

.visually-hidden {
    clip: rect(0,0,0,0) !important;
    border: 0 !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    white-space: nowrap !important;
    width: 1px !important
}

    .visually-hidden:not(caption) {
        position: absolute !important
    }

.vr {
    align-self: stretch;
    background-color: currentcolor;
    display: inline-block;
    min-height: 1em;
    opacity: .25;
    width: var(--bs-border-width)
}

.d-block {
    display: block !important
}

.d-flex {
    display: flex !important
}

.d-none {
    display: none !important
}

.shadow {
    box-shadow: var(--bs-box-shadow) !important
}

.position-fixed {
    position: fixed !important
}

.top-0 {
    top: 0 !important
}

.start-0 {
    left: 0 !important
}

.border {
    border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important
}

.border-2 {
    border-width: 2px !important
}

.w-100 {
    width: 100% !important
}

.h-100 {
    height: 100% !important
}

.flex-row {
    flex-direction: row !important
}

.flex-column {
    flex-direction: column !important
}

.flex-grow-1 {
    flex-grow: 1 !important
}

.flex-wrap {
    flex-wrap: wrap !important
}

.justify-content-end {
    justify-content: flex-end !important
}

.justify-content-center {
    justify-content: center !important
}

.justify-content-between {
    justify-content: space-between !important
}

.align-items-start {
    align-items: flex-start !important
}

.align-items-center {
    align-items: center !important
}

.align-items-stretch {
    align-items: stretch !important
}

.order-first {
    order: -1 !important
}

.order-1 {
    order: 1 !important
}

.order-2 {
    order: 2 !important
}

.order-last {
    order: 6 !important
}

.m-1 {
    margin: .25rem !important
}

.mx-2 {
    margin-left: .5rem !important;
    margin-right: .5rem !important
}

.mx-auto {
    margin-left: auto !important;
    margin-right: auto !important
}

.my-3 {
    margin-bottom: 1rem !important;
    margin-top: 1rem !important
}

.my-4 {
    margin-bottom: 1.5rem !important;
    margin-top: 1.5rem !important
}

.mt-1 {
    margin-top: .25rem !important
}

.mt-2 {
    margin-top: .5rem !important
}

.mt-3 {
    margin-top: 1rem !important
}

.mt-4 {
    margin-top: 1.5rem !important
}

.mt-5 {
    margin-top: 3rem !important
}

.mb-0 {
    margin-bottom: 0 !important
}

.mb-2 {
    margin-bottom: .5rem !important
}

.mb-3 {
    margin-bottom: 1rem !important
}

.mb-4 {
    margin-bottom: 1.5rem !important
}

.mb-5 {
    margin-bottom: 3rem !important
}

.p-1 {
    padding: .25rem !important
}

.p-3 {
    padding: 1rem !important
}

.p-4 {
    padding: 1.5rem !important
}

.p-5 {
    padding: 3rem !important
}

.px-0 {
    padding-left: 0 !important;
    padding-right: 0 !important
}

.px-2 {
    padding-left: .5rem !important;
    padding-right: .5rem !important
}

.px-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important
}

.px-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important
}

.py-3 {
    padding-bottom: 1rem !important;
    padding-top: 1rem !important
}

.py-4 {
    padding-bottom: 1.5rem !important;
    padding-top: 1.5rem !important
}

.py-5 {
    padding-bottom: 3rem !important;
    padding-top: 3rem !important
}

.pt-2 {
    padding-top: .5rem !important
}

.pt-3 {
    padding-top: 1rem !important
}

.pt-4 {
    padding-top: 1.5rem !important
}

.pt-5 {
    padding-top: 3rem !important
}

.pb-3 {
    padding-bottom: 1rem !important
}

.pb-4 {
    padding-bottom: 1.5rem !important
}

.fw-bolder {
    font-weight: bolder !important
}

.text-center {
    text-align: center !important
}

.text-light {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-light-rgb),var(--bs-text-opacity)) !important
}

.text-dark {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-dark-rgb),var(--bs-text-opacity)) !important
}

.text-black {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-black-rgb),var(--bs-text-opacity)) !important
}

.bg-light {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-light-rgb),var(--bs-bg-opacity)) !important
}

.bg-dark {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-dark-rgb),var(--bs-bg-opacity)) !important
}

.bg-white {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-white-rgb),var(--bs-bg-opacity)) !important
}

.bg-transparent {
    --bs-bg-opacity: 1;
    background-color: transparent !important
}

.bg-opacity-50 {
    --bs-bg-opacity: 0.5
}

.visible {
    visibility: visible !important
}

@media (min-width:768px) {
    .d-md-block {
        display: block !important
    }

    .d-md-none {
        display: none !important
    }

    .order-md-first {
        order: -1 !important
    }

    .order-md-1 {
        order: 1 !important
    }

    .order-md-2 {
        order: 2 !important
    }

    .order-md-last {
        order: 6 !important
    }

    .mx-md-4 {
        margin-left: 1.5rem !important;
        margin-right: 1.5rem !important
    }

    .mt-md-3 {
        margin-top: 1rem !important
    }

    .mt-md-4 {
        margin-top: 1.5rem !important
    }

    .mb-md-3 {
        margin-bottom: 1rem !important
    }

    .mb-md-5 {
        margin-bottom: 3rem !important
    }

    .px-md-0 {
        padding-left: 0 !important;
        padding-right: 0 !important
    }

    .py-md-0 {
        padding-bottom: 0 !important;
        padding-top: 0 !important
    }

    .py-md-4 {
        padding-bottom: 1.5rem !important;
        padding-top: 1.5rem !important
    }

    .py-md-5 {
        padding-bottom: 3rem !important
    }

    .pt-md-5, .py-md-5 {
        padding-top: 3rem !important
    }

    .pe-md-3 {
        padding-right: 1rem !important
    }

    .ps-md-0 {
        padding-left: 0 !important
    }
}

@media (min-width:992px) {
    .d-lg-none {
        display: none !important
    }
}

.btn {
    font-family: Poppins-SemiBold
}

    .btn:hover {
        box-shadow: 0 0 5px #888
    }

.btn-secondary {
    color: #fff;
    font-weight: 700
}

    .btn-secondary:hover {
        color: #fff
    }

.sse-block-header {
    font-family: Poppins-Bold;
    font-size: 2.5rem;
    line-height: 1.4
}

.sse-slider-header-1 {
    font-family: Poppins-Bold;
    font-size: 3rem
}

.sse-slider-header-2 {
    font-family: Poppins-Bold;
    font-size: 1.5rem
}

.sse-slider-header-3 {
    
    font-size: 1.3rem
}

.alert.alert-danger.alert-danger-custom {
    background-color: transparent;
    border: none;
    color: #dc3545 !important;
    padding: 0
}

.required:after {
    color: red;
    content: " *"
}
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */

@font-face {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/vendor/font-awesome/fontawesome-webfont6565.eot?8b43027f47b20503057dfbbaa9401fef);
    src: url(../fonts/vendor/font-awesome/fontawesome-webfontba15.eot?8b43027f47b20503057dfbbaa9401fef?#iefix&v=4.7.0) format("embedded-opentype"),url(../fonts/vendor/font-awesome/fontawesome-webfont5597.html?20fd1704ea223900efa9fd4e869efb08) format("woff2"),url(../fonts/vendor/font-awesome/fontawesome-webfont1a32.woff?f691f37e57f04c152e2315ab7dbad881) format("woff"),url(../fonts/vendor/font-awesome/fontawesome-webfont7cab.ttf?1e59d2330b4c6deb84b340635ed36249) format("truetype"),url(../fonts/vendor/font-awesome/fontawesome-webfonta45a.svg?c1e38fd9e0e74ba58f7a2b77ef29fdd3#fontawesomeregular) format("svg")
}

.fa {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto
}

.fa-fw {
    text-align: center;
    width: 1.2857142857em
}

.fa-spin {
    animation: fa-spin 2s linear infinite
}

.fa-pulse {
    animation: fa-spin 1s steps(8) infinite
}

@keyframes fa-spin {
    0% {
        transform: rotate(0)
    }

    to {
        transform: rotate(359deg)
    }
}

.fa-heart:before {
    content: "\f004"
}

.fa-close:before {
    content: "\f00d"
}

.fa-arrow-right:before {
    content: "\f061"
}

.fa-phone:before {
    content: "\f095"
}

.fa-globe:before {
    content: "\f0ac"
}

.fa-envelope:before {
    content: "\f0e0"
}

.fa-angle-up:before {
    content: "\f106"
}

.fa-angle-down:before {
    content: "\f107"
}

.fa-spinner:before {
    content: "\f110"
}

.fa-circle:before {
    content: "\f111"
}

.fa-copyright:before {
    content: "\f1f9"
}

.city-form-div .city-form-title {
    font-family: Poppins-SemiBold;
    font-size: 20px
}

.city-form-div .city-form-para {
    color: #313131;
    font-size: 16px
}

.solar-form .form-label-calc {
    
    font-size: 14px;
    margin-bottom: .3rem !important;
    padding-left: 6px
}

.solar-form .form-input-calc {
    font-weight: 500;
    transition: all .3s ease
}

    .solar-form .form-input-calc:active, .solar-form .form-input-calc:focus, .solar-form .form-input-calc:hover {
        border: 1px solid #00bdff;
        box-shadow: none
    }

    .solar-form .form-input-calc::-moz-placeholder {
        color: transparent
    }

    .solar-form .form-input-calc::placeholder {
        color: transparent
    }

.solar-form .monthly-bill-wrapper .monthly-desc {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 10px
}

    .solar-form .monthly-bill-wrapper .monthly-desc .monthly-h4 {
        color: #313131;
        font-family: Poppins-SemiBold;
        font-size: 14px;
        margin-bottom: 0 !important
    }

.solar-form .monthly-bill-wrapper .form-label {
    font-family: Poppins-Regular
}

.solar-form .monthly-bill-wrapper .form-control {
    background-color: #fff;
    border: 1px solid #b6d3e1;
    height: 2.5rem
}

.solar-form .policy-check span {
    color: #7a7a7a;
    
    font-size: 13px
}

    .solar-form .policy-check span a {
        color: #7a7a7a;
        text-decoration: underline
    }

@media screen and (max-width:768px) {
    .solar-form .city-form, .solar-form .pincode-form {
        padding-right: 0
    }

    .solar-form .form-input-calc::-moz-placeholder {
        color: transparent
    }

    .solar-form .form-input-calc::placeholder {
        color: transparent
    }
}

.error-border {
    border: 1px solid red !important
}


.home-section-1 {
    background-blend-mode: overlay;
    background-image: url(../../sse-website.s3.ap-south-1.amazonaws.com/home-page/Hero-Image.jpg),linear-gradient(rgba(0,0,0,.3),rgba(0,0,0,.3));
    background-repeat: no-repeat;
    background-size: cover;
    max-height: -moz-fit-content;
    max-height: fit-content;
    min-height: calc(100vh - 5rem)
}

    .home-section-1 .section-content {
        font-family: Poppins-SemiBold;
        height: calc(100vh - 7rem)
    }

        .home-section-1 .section-content .section-content-1 {
            flex-grow: 1
        }

        .home-section-1 .section-content .content-header {
            color: #fff;
            font-size: 3rem
        }

        .home-section-1 .section-content .content-subheader {
            color: #fff;
            font-size: 1.7rem;
            line-height: 2
        }

            .home-section-1 .section-content .content-subheader .sse-slider-header-2 {
                letter-spacing: 1px
            }

    .home-section-1 .g-reviews-block {
        font-family: Poppins-SemiBold;
        position: relative
    }

        .home-section-1 .g-reviews-block .g-icon {
            margin-right: -4.5rem;
            position: relative
        }

            .home-section-1 .g-reviews-block .g-icon img {
                border-radius: 5rem;
                height: 6rem
            }

        .home-section-1 .g-reviews-block .g-reviews .g-icon-mobile {
            display: none
        }

        .home-section-1 .g-reviews-block .g-reviews .g-reviews-content {
            background-color: #fff;
            border-radius: 1rem;
            padding: .4rem 5rem
        }

            .home-section-1 .g-reviews-block .g-reviews .g-reviews-content .g-reviews-2 {
                color: #06ccf8
            }

.home-section-2 {
    background-color: #0905a1;
    max-height: -moz-fit-content;
    max-height: fit-content;
    min-height: 100vh
}

    .home-section-2, .home-section-2 .get-started-block {
        display: flex;
        flex-direction: column;
        justify-content: center
    }

        .home-section-2 .get-started-block {
            height: 100%
        }

            .home-section-2 .get-started-block .get-started-header .sse-block-header {
                color: #fff
            }

            .home-section-2 .get-started-block .get-started-content {
                height: 75vh;
                margin: 0 auto;
                width: 100%
            }

                .home-section-2 .get-started-block .get-started-content .get-started-img-block {
                    transition: all .5s;
                    width: 25%
                }

                    .home-section-2 .get-started-block .get-started-content .get-started-img-block:first-child {
                        padding-left: 0 !important
                    }

                    .home-section-2 .get-started-block .get-started-content .get-started-img-block:last-child {
                        padding-right: 0 !important
                    }

                    .home-section-2 .get-started-block .get-started-content .get-started-img-block.active {
                        width: 50%
                    }

                    .home-section-2 .get-started-block .get-started-content .get-started-img-block .getting-started-img .solar-category-img {
                        background-blend-mode: overlay;
                        background-position: 50%;
                        background-repeat: no-repeat;
                        background-size: cover;
                        border-radius: 1rem;
                        cursor: pointer;
                        height: 100%;
                        width: 100%
                    }

                        .home-section-2 .get-started-block .get-started-content .get-started-img-block .getting-started-img .solar-category-img.solar-category-img-1 {
                            background-image: url(https://sse-website.s3.ap-south-1.amazonaws.com/home-page/Category-home.jpg),linear-gradient(transparent,transparent)
                        }

                        .home-section-2 .get-started-block .get-started-content .get-started-img-block .getting-started-img .solar-category-img.solar-category-img-2 {
                            background-image: url(https://sse-website.s3.ap-south-1.amazonaws.com/home-page/Category-housing.jpg),linear-gradient(transparent,transparent)
                        }

                        .home-section-2 .get-started-block .get-started-content .get-started-img-block .getting-started-img .solar-category-img.solar-category-img-3 {
                            background-image: url(https://sse-website.s3.ap-south-1.amazonaws.com/home-page/Category-commer.jpg),linear-gradient(transparent,transparent)
                        }

                    .home-section-2 .get-started-block .get-started-content .get-started-img-block .getting-started-img-name {
                        color: #fff;
                        font-family: Poppins-Bold;
                        font-size: 1.3rem
                    }

.home-section-3, .homes-section-10, .hs-section-9 {
    background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-height: -moz-fit-content;
    max-height: fit-content;
    min-height: 100vh
}

    .home-section-3 .testimonials-carousel .slick-slide, .homes-section-10 .testimonials-carousel .slick-slide, .hs-section-9 .testimonials-carousel .slick-slide {
        height: 17rem;
        margin-left: 20%;
        width: 60% !important
    }

        .home-section-3 .testimonials-carousel .slick-slide .card, .homes-section-10 .testimonials-carousel .slick-slide .card, .hs-section-9 .testimonials-carousel .slick-slide .card {
            background-color: #f1f1f1;
            border: 0;
            color: rgba(0,0,0,.502);
            
            font-size: 15px
        }

            .home-section-3 .testimonials-carousel .slick-slide .card strong, .homes-section-10 .testimonials-carousel .slick-slide .card strong, .hs-section-9 .testimonials-carousel .slick-slide .card strong {
                font-family: Poppins-SemiBold
            }

        .home-section-3 .testimonials-carousel .slick-slide.slick-current.slick-active, .homes-section-10 .testimonials-carousel .slick-slide.slick-current.slick-active, .hs-section-9 .testimonials-carousel .slick-slide.slick-current.slick-active {
            margin-left: 10%;
            width: 80% !important
        }

            .home-section-3 .testimonials-carousel .slick-slide.slick-current.slick-active .card, .homes-section-10 .testimonials-carousel .slick-slide.slick-current.slick-active .card, .hs-section-9 .testimonials-carousel .slick-slide.slick-current.slick-active .card {
                background-color: #0905a1;
                box-shadow: 0 10px 18px #888;
                color: #fff;
                margin: 0
            }

    .home-section-3 .m-testimonials-carousel .slick-slide .card, .homes-section-10 .m-testimonials-carousel .slick-slide .card, .hs-section-9 .m-testimonials-carousel .slick-slide .card {
        background-color: #0905a1;
        color: #fff
    }

    .home-section-3 .m-testimonials-carousel .slick-slide.slick-current.slick-active .card, .homes-section-10 .m-testimonials-carousel .slick-slide.slick-current.slick-active .card, .hs-section-9 .m-testimonials-carousel .slick-slide.slick-current.slick-active .card {
        background-color: #0905a1;
        box-shadow: 0 10px 18px #888;
        color: #fff
    }

    .home-section-3 .testimonials-block, .homes-section-10 .testimonials-block, .hs-section-9 .testimonials-block {
        height: 100%
    }

        .home-section-3 .testimonials-block i, .homes-section-10 .testimonials-block i, .hs-section-9 .testimonials-block i {
            font-size: 2rem
        }

        .home-section-3 .testimonials-block .row, .homes-section-10 .testimonials-block .row, .hs-section-9 .testimonials-block .row {
            align-items: center;
            display: flex;
            height: inherit
        }

        .home-section-3 .testimonials-block .testimonials-video-header, .homes-section-10 .testimonials-block .testimonials-video-header, .hs-section-9 .testimonials-block .testimonials-video-header {
            font-family: Poppins-Bold
        }

        .home-section-3 .testimonials-block .testimonials-sub-header, .homes-section-10 .testimonials-block .testimonials-sub-header, .hs-section-9 .testimonials-block .testimonials-sub-header {
            font-family: Poppins-SemiBold
        }

        .home-section-3 .testimonials-block .testimonials-youtube-block, .homes-section-10 .testimonials-block .testimonials-youtube-block, .hs-section-9 .testimonials-block .testimonials-youtube-block {
            height: 0;
            max-width: 100%;
            overflow: hidden;
            padding-top: 56%;
            position: relative
        }

            .home-section-3 .testimonials-block .testimonials-youtube-block iframe, .homes-section-10 .testimonials-block .testimonials-youtube-block iframe, .hs-section-9 .testimonials-block .testimonials-youtube-block iframe {
                height: 100%;
                left: 0;
                position: absolute;
                top: 0;
                width: 100%
            }

.home-section-4, .homes-section-7 {
    background-color: #f1f1f1
}

    .home-section-4 .slick-slide, .homes-section-7 .slick-slide {
        margin: 0 20px
    }

        .home-section-4 .slick-slide img, .homes-section-7 .slick-slide img {
            width: 100%
        }

    .home-section-4 .slick-slider, .homes-section-7 .slick-slider {
        -webkit-touch-callout: none;
        -webkit-tap-highlight-color: transparent;
        box-sizing: border-box;
        display: block;
        position: relative;
        touch-action: pan-y;
        -webkit-user-select: none;
        -moz-user-select: none;
        user-select: none
    }

    .home-section-4 .slick-list, .homes-section-7 .slick-list {
        display: block;
        margin: 0;
        overflow: hidden;
        padding: 0;
        position: relative
    }

        .home-section-4 .slick-list:focus, .homes-section-7 .slick-list:focus {
            outline: 0
        }

    .home-section-4 .slick-slider .slick-list, .home-section-4 .slick-slider .slick-track, .homes-section-7 .slick-slider .slick-list, .homes-section-7 .slick-slider .slick-track {
        transform: translateZ(0)
    }

    .home-section-4 .slick-track, .homes-section-7 .slick-track {
        align-items: center;
        display: flex;
        left: 0;
        position: relative;
        top: 0
    }

        .home-section-4 .slick-track:after, .home-section-4 .slick-track:before, .homes-section-7 .slick-track:after, .homes-section-7 .slick-track:before {
            content: "";
            display: table
        }

        .home-section-4 .slick-track:after, .homes-section-7 .slick-track:after {
            clear: both
        }

    .home-section-4 .slick-slide, .homes-section-7 .slick-slide {
        display: none;
        float: left;
        height: 100%;
        min-height: 1px
    }

    .home-section-4 [dir=rtl] .slick-slide, .homes-section-7 [dir=rtl] .slick-slide {
        float: right
    }

    .home-section-4 .slick-initialized .slick-slide, .home-section-4 .slick-slide img, .homes-section-7 .slick-initialized .slick-slide, .homes-section-7 .slick-slide img {
        display: block
    }

    .home-section-4 .slick-vertical .slick-slide, .homes-section-7 .slick-vertical .slick-slide {
        border: 1px solid transparent;
        display: block;
        height: auto
    }

.home-section-5, .homes-section-12, .hs-section-10, .sp-section-8 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-height: -moz-fit-content;
    max-height: fit-content;
    min-height: 100vh
}

    .home-section-5 .faq-content .faq-mobile, .home-section-5 .faq-content .faq-person-mobile, .homes-section-12 .faq-content .faq-mobile, .homes-section-12 .faq-content .faq-person-mobile, .hs-section-10 .faq-content .faq-mobile, .hs-section-10 .faq-content .faq-person-mobile, .sp-section-8 .faq-content .faq-mobile, .sp-section-8 .faq-content .faq-person-mobile {
        display: none
    }

        .home-section-5 .faq-content .faq-mobile .accordion-item .accordion-body .accordion-header, .home-section-5 .faq-content .faq-web .accordion-header, .homes-section-12 .faq-content .faq-mobile .accordion-item .accordion-body .accordion-header, .homes-section-12 .faq-content .faq-web .accordion-header, .hs-section-10 .faq-content .faq-mobile .accordion-item .accordion-body .accordion-header, .hs-section-10 .faq-content .faq-web .accordion-header, .sp-section-8 .faq-content .faq-mobile .accordion-item .accordion-body .accordion-header, .sp-section-8 .faq-content .faq-web .accordion-header {
            font-family: Poppins-SemiBold
        }

            .home-section-5 .faq-content .faq-mobile .accordion-item .accordion-body .accordion-header .accordion-button span, .home-section-5 .faq-content .faq-web .accordion-header .accordion-button span, .homes-section-12 .faq-content .faq-mobile .accordion-item .accordion-body .accordion-header .accordion-button span, .homes-section-12 .faq-content .faq-web .accordion-header .accordion-button span, .hs-section-10 .faq-content .faq-mobile .accordion-item .accordion-body .accordion-header .accordion-button span, .hs-section-10 .faq-content .faq-web .accordion-header .accordion-button span, .sp-section-8 .faq-content .faq-mobile .accordion-item .accordion-body .accordion-header .accordion-button span, .sp-section-8 .faq-content .faq-web .accordion-header .accordion-button span {
                margin-left: .7rem
            }

            .home-section-5 .faq-content .faq-mobile .accordion-item .accordion-body .accordion-header .accordion-button:focus, .home-section-5 .faq-content .faq-web .accordion-header .accordion-button:focus, .homes-section-12 .faq-content .faq-mobile .accordion-item .accordion-body .accordion-header .accordion-button:focus, .homes-section-12 .faq-content .faq-web .accordion-header .accordion-button:focus, .hs-section-10 .faq-content .faq-mobile .accordion-item .accordion-body .accordion-header .accordion-button:focus, .hs-section-10 .faq-content .faq-web .accordion-header .accordion-button:focus, .sp-section-8 .faq-content .faq-mobile .accordion-item .accordion-body .accordion-header .accordion-button:focus, .sp-section-8 .faq-content .faq-web .accordion-header .accordion-button:focus {
                border-color: transparent;
                box-shadow: 0 0
            }

            .home-section-5 .faq-content .faq-mobile .accordion-item .accordion-body .accordion-header .accordion-button:after, .home-section-5 .faq-content .faq-web .accordion-header .accordion-button:after, .homes-section-12 .faq-content .faq-mobile .accordion-item .accordion-body .accordion-header .accordion-button:after, .homes-section-12 .faq-content .faq-web .accordion-header .accordion-button:after, .hs-section-10 .faq-content .faq-mobile .accordion-item .accordion-body .accordion-header .accordion-button:after, .hs-section-10 .faq-content .faq-web .accordion-header .accordion-button:after, .sp-section-8 .faq-content .faq-mobile .accordion-item .accordion-body .accordion-header .accordion-button:after, .sp-section-8 .faq-content .faq-web .accordion-header .accordion-button:after {
                background-image: none;
                content: "\f067";
                font-family: FontAwesome;
                left: -1px;
                position: absolute
            }

            .home-section-5 .faq-content .faq-mobile .accordion-item .accordion-body .accordion-header .accordion-button:not(.collapsed), .home-section-5 .faq-content .faq-web .accordion-header .accordion-button:not(.collapsed), .homes-section-12 .faq-content .faq-mobile .accordion-item .accordion-body .accordion-header .accordion-button:not(.collapsed), .homes-section-12 .faq-content .faq-web .accordion-header .accordion-button:not(.collapsed), .hs-section-10 .faq-content .faq-mobile .accordion-item .accordion-body .accordion-header .accordion-button:not(.collapsed), .hs-section-10 .faq-content .faq-web .accordion-header .accordion-button:not(.collapsed), .sp-section-8 .faq-content .faq-mobile .accordion-item .accordion-body .accordion-header .accordion-button:not(.collapsed), .sp-section-8 .faq-content .faq-web .accordion-header .accordion-button:not(.collapsed) {
                background-color: #f1f1f1;
                box-shadow: 0 0
            }

                .home-section-5 .faq-content .faq-mobile .accordion-item .accordion-body .accordion-header .accordion-button:not(.collapsed):after, .home-section-5 .faq-content .faq-web .accordion-header .accordion-button:not(.collapsed):after, .homes-section-12 .faq-content .faq-mobile .accordion-item .accordion-body .accordion-header .accordion-button:not(.collapsed):after, .homes-section-12 .faq-content .faq-web .accordion-header .accordion-button:not(.collapsed):after, .hs-section-10 .faq-content .faq-mobile .accordion-item .accordion-body .accordion-header .accordion-button:not(.collapsed):after, .hs-section-10 .faq-content .faq-web .accordion-header .accordion-button:not(.collapsed):after, .sp-section-8 .faq-content .faq-mobile .accordion-item .accordion-body .accordion-header .accordion-button:not(.collapsed):after, .sp-section-8 .faq-content .faq-web .accordion-header .accordion-button:not(.collapsed):after {
                    background-image: none;
                    content: "\f068";
                    font-family: FontAwesome;
                    position: absolute
                }

        .home-section-5 .faq-content .faq-mobile .accordion-item .accordion-body .accordion-collapse, .home-section-5 .faq-content .faq-web .accordion-collapse, .homes-section-12 .faq-content .faq-mobile .accordion-item .accordion-body .accordion-collapse, .homes-section-12 .faq-content .faq-web .accordion-collapse, .hs-section-10 .faq-content .faq-mobile .accordion-item .accordion-body .accordion-collapse, .hs-section-10 .faq-content .faq-web .accordion-collapse, .sp-section-8 .faq-content .faq-mobile .accordion-item .accordion-body .accordion-collapse, .sp-section-8 .faq-content .faq-web .accordion-collapse {
            background-color: #f1f1f1;
            font-family: Poppins-Regular
        }

    .home-section-5 .faq-content .faq-web .nav-tabs, .homes-section-12 .faq-content .faq-web .nav-tabs, .hs-section-10 .faq-content .faq-web .nav-tabs, .sp-section-8 .faq-content .faq-web .nav-tabs {
        border-bottom: 1px solid #000;
        display: flex
    }

        .home-section-5 .faq-content .faq-web .nav-tabs .nav-item .nav-link, .homes-section-12 .faq-content .faq-web .nav-tabs .nav-item .nav-link, .hs-section-10 .faq-content .faq-web .nav-tabs .nav-item .nav-link, .sp-section-8 .faq-content .faq-web .nav-tabs .nav-item .nav-link {
            border: none;
            color: #000;
            font-family: Poppins-SemiBold;
            font-size: 18px
        }

            .home-section-5 .faq-content .faq-web .nav-tabs .nav-item .nav-link.active, .homes-section-12 .faq-content .faq-web .nav-tabs .nav-item .nav-link.active, .hs-section-10 .faq-content .faq-web .nav-tabs .nav-item .nav-link.active, .sp-section-8 .faq-content .faq-web .nav-tabs .nav-item .nav-link.active {
                background-color: #0905a1;
                border-radius: 0;
                color: #fff
            }

.city-section-5 .container, .cm-section-8 .container, .home-section-6 .container, .homes-section-13 .container, .hs-section-11 .container {
    border-top: 1px solid #0905a1
}

.city-section-5 .intro-to-sse .accordion-header, .cm-section-8 .intro-to-sse .accordion-header, .home-section-6 .intro-to-sse .accordion-header, .homes-section-13 .intro-to-sse .accordion-header, .hs-section-11 .intro-to-sse .accordion-header {
    cursor: pointer;
    font-family: Poppins-SemiBold
}

    .city-section-5 .intro-to-sse .accordion-header .accordion-button, .cm-section-8 .intro-to-sse .accordion-header .accordion-button, .home-section-6 .intro-to-sse .accordion-header .accordion-button, .homes-section-13 .intro-to-sse .accordion-header .accordion-button, .hs-section-11 .intro-to-sse .accordion-header .accordion-button {
        color: #0905a1
    }

        .city-section-5 .intro-to-sse .accordion-header .accordion-button:focus, .cm-section-8 .intro-to-sse .accordion-header .accordion-button:focus, .home-section-6 .intro-to-sse .accordion-header .accordion-button:focus, .homes-section-13 .intro-to-sse .accordion-header .accordion-button:focus, .hs-section-11 .intro-to-sse .accordion-header .accordion-button:focus {
            border-color: transparent;
            box-shadow: 0 0
        }

        .city-section-5 .intro-to-sse .accordion-header .accordion-button:not(.collapsed), .cm-section-8 .intro-to-sse .accordion-header .accordion-button:not(.collapsed), .home-section-6 .intro-to-sse .accordion-header .accordion-button:not(.collapsed), .homes-section-13 .intro-to-sse .accordion-header .accordion-button:not(.collapsed), .hs-section-11 .intro-to-sse .accordion-header .accordion-button:not(.collapsed) {
            background-color: #fff;
            box-shadow: 0 0
        }

.city-section-5 .intro-to-sse .accordion-collapse .accordion-body p, .city-section-5 .intro-to-sse .accordion-collapse .accordion-body ul, .cm-section-8 .intro-to-sse .accordion-collapse .accordion-body p, .cm-section-8 .intro-to-sse .accordion-collapse .accordion-body ul, .home-section-6 .intro-to-sse .accordion-collapse .accordion-body p, .home-section-6 .intro-to-sse .accordion-collapse .accordion-body ul, .homes-section-13 .intro-to-sse .accordion-collapse .accordion-body p, .homes-section-13 .intro-to-sse .accordion-collapse .accordion-body ul, .hs-section-11 .intro-to-sse .accordion-collapse .accordion-body p, .hs-section-11 .intro-to-sse .accordion-collapse .accordion-body ul {
    
    font-size: 17px
}

.city-section-5 .intro-to-sse .accordion-collapse .accordion-body .accordion-body-header, .cm-section-8 .intro-to-sse .accordion-collapse .accordion-body .accordion-body-header, .home-section-6 .intro-to-sse .accordion-collapse .accordion-body .accordion-body-header, .homes-section-13 .intro-to-sse .accordion-collapse .accordion-body .accordion-body-header, .hs-section-11 .intro-to-sse .accordion-collapse .accordion-body .accordion-body-header {
    color: #0905a1;
    font-family: Poppins-SemiBold
}

.city-section-5 .intro-to-sse .accordion-collapse .accordion-body .accordion-body-subheader, .cm-section-8 .intro-to-sse .accordion-collapse .accordion-body .accordion-body-subheader, .home-section-6 .intro-to-sse .accordion-collapse .accordion-body .accordion-body-subheader, .homes-section-13 .intro-to-sse .accordion-collapse .accordion-body .accordion-body-subheader, .hs-section-11 .intro-to-sse .accordion-collapse .accordion-body .accordion-body-subheader {
    color: #06ccf8;
    font-family: Poppins-SemiBold
}

.home-faq-table th {
    background-color: #06ccf8;
    color: #fff;
    font-family: Poppins-SemiBold;
    font-size: 1.1rem;
    vertical-align: top
}

.home-faq-table tr td {
    font-family: Poppins-SemiBold;
    font-size: 1rem
}

    .home-faq-table tr td:last-child {
        color: #0905a1;
        font-family: Poppins-Bold
    }

.home-faq-table tr:nth-child(odd) td {
    background-color: #f1f1f1 !important
}

@media screen and (max-width:768px) {
    .home-section-1 {
        background-image: url(https://sse-website.s3.ap-south-1.amazonaws.com/home-page/mobile/Hero.jpg),linear-gradient(rgba(0,0,0,.3),rgba(0,0,0,.3));
        background-position: bottom;
        background-repeat: no-repeat;
        background-size: cover;
        min-height: 100%
    }

        .home-section-1 .section-content {
            height: 100%
        }

            .home-section-1 .section-content .content-header {
                text-align: center
            }

            .home-section-1 .section-content .section-content-1 {
                flex-grow: 0;
                padding-bottom: 8rem;
                padding-top: 4rem
            }

        .home-section-1 .g-reviews-block .g-icon {
            display: none
        }

        .home-section-1 .g-reviews-block .g-reviews {
            border-radius: .5rem;
            font-size: .9rem;
            text-align: center;
            width: 100%
        }

            .home-section-1 .g-reviews-block .g-reviews .g-icon-mobile {
                display: block;
                margin-bottom: -1.5rem;
                position: relative
            }

                .home-section-1 .g-reviews-block .g-reviews .g-icon-mobile img {
                    border-radius: 5rem;
                    width: 3rem
                }

            .home-section-1 .g-reviews-block .g-reviews .g-reviews-content {
                background-color: #fff;
                border-radius: 0;
                padding: 1.4rem 0
            }

    .home-section-2 .get-started-block .sse-block-header {
        text-align: center
    }

    .home-section-2 .get-started-block .get-started-content {
        flex-direction: column;
        width: 100%
    }

        .home-section-2 .get-started-block .get-started-content .get-started-img-block {
            height: 50%;
            margin: 1rem auto;
            padding-left: 0 !important;
            padding-right: 0 !important;
            width: 65% !important
        }

            .home-section-2 .get-started-block .get-started-content .get-started-img-block .solar-category-img.solar-category-img-1 {
                background-image: url(https://sse-website.s3.ap-south-1.amazonaws.com/home-page/home-solution-1.webp) !important
            }

            .home-section-2 .get-started-block .get-started-content .get-started-img-block .solar-category-img.solar-category-img-2 {
                background-image: url(https://sse-website.s3.ap-south-1.amazonaws.com/home-page/home-solution-2.webp) !important
            }

            .home-section-2 .get-started-block .get-started-content .get-started-img-block .solar-category-img.solar-category-img-3 {
                background-image: url(https://sse-website.s3.ap-south-1.amazonaws.com/home-page/home-solution-3.webp) !important
            }

            .home-section-2 .get-started-block .get-started-content .get-started-img-block.active {
                height: 50%
            }

    .cm-section-7 .slick-arrow, .home-section-3 .slick-arrow, .homes-section-10 .slick-arrow, .hs-section-9 .slick-arrow, .sp-section-8 .slick-arrow {
        display: none !important
    }

    .cm-section-7 .testimonials-header, .home-section-3 .testimonials-header, .homes-section-10 .testimonials-header, .hs-section-9 .testimonials-header, .sp-section-8 .testimonials-header {
        text-align: center
    }

    .home-section-5 .faq-content .faq-web, .homes-section-12 .faq-content .faq-web, .hs-section-10 .faq-content .faq-web, .sp-section-8 .faq-content .faq-web {
        display: none
    }

    .home-section-5 .faq-content .faq-question-block, .homes-section-12 .faq-content .faq-question-block, .hs-section-10 .faq-content .faq-question-block, .sp-section-8 .faq-content .faq-question-block {
        margin-top: 2rem
    }

    .home-section-5 .faq-content .faq-person-mobile, .homes-section-12 .faq-content .faq-person-mobile, .hs-section-10 .faq-content .faq-person-mobile, .sp-section-8 .faq-content .faq-person-mobile {
        display: block;
        margin-top: 2rem
    }

    .home-section-5 .faq-content .faq-person-web, .homes-section-12 .faq-content .faq-person-web, .hs-section-10 .faq-content .faq-person-web, .sp-section-8 .faq-content .faq-person-web {
        display: none
    }

    .home-section-5 .faq-content .faq-mobile, .homes-section-12 .faq-content .faq-mobile, .hs-section-10 .faq-content .faq-mobile, .sp-section-8 .faq-content .faq-mobile {
        display: block
    }

        .home-section-5 .faq-content .faq-mobile .m-accordion-item, .homes-section-12 .faq-content .faq-mobile .m-accordion-item, .hs-section-10 .faq-content .faq-mobile .m-accordion-item, .sp-section-8 .faq-content .faq-mobile .m-accordion-item {
            font-family: Poppins-SemiBold
        }

            .home-section-5 .faq-content .faq-mobile .m-accordion-item .accordion-header .m-accordion-button:focus, .homes-section-12 .faq-content .faq-mobile .m-accordion-item .accordion-header .m-accordion-button:focus, .hs-section-10 .faq-content .faq-mobile .m-accordion-item .accordion-header .m-accordion-button:focus, .sp-section-8 .faq-content .faq-mobile .m-accordion-item .accordion-header .m-accordion-button:focus {
                border-color: transparent;
                box-shadow: 0 0
            }

            .home-section-5 .faq-content .faq-mobile .m-accordion-item .accordion-header .m-accordion-button:not(.collapsed), .homes-section-12 .faq-content .faq-mobile .m-accordion-item .accordion-header .m-accordion-button:not(.collapsed), .hs-section-10 .faq-content .faq-mobile .m-accordion-item .accordion-header .m-accordion-button:not(.collapsed), .sp-section-8 .faq-content .faq-mobile .m-accordion-item .accordion-header .m-accordion-button:not(.collapsed) {
                background-color: #0905a1;
                color: #fff
            }

                .home-section-5 .faq-content .faq-mobile .m-accordion-item .accordion-header .m-accordion-button:not(.collapsed) .m-accordion-header, .homes-section-12 .faq-content .faq-mobile .m-accordion-item .accordion-header .m-accordion-button:not(.collapsed) .m-accordion-header, .hs-section-10 .faq-content .faq-mobile .m-accordion-item .accordion-header .m-accordion-button:not(.collapsed) .m-accordion-header, .sp-section-8 .faq-content .faq-mobile .m-accordion-item .accordion-header .m-accordion-button:not(.collapsed) .m-accordion-header {
                    box-shadow: 0 0
                }

        .home-section-5 .faq-content .faq-mobile .accordion-button:after, .homes-section-12 .faq-content .faq-mobile .accordion-button:after, .hs-section-10 .faq-content .faq-mobile .accordion-button:after, .sp-section-8 .faq-content .faq-mobile .accordion-button:after {
            background-image: none;
            content: "\f067";
            font-family: FontAwesome
        }

        .home-section-5 .faq-content .faq-mobile .accordion-button:not(.collapsed):after, .homes-section-12 .faq-content .faq-mobile .accordion-button:not(.collapsed):after, .hs-section-10 .faq-content .faq-mobile .accordion-button:not(.collapsed):after, .sp-section-8 .faq-content .faq-mobile .accordion-button:not(.collapsed):after {
            background-image: none;
            content: "\f068";
            font-family: FontAwesome;
            margin-right: .5rem
        }

    .home-section-5 .faq-content .nav-tabs, .homes-section-12 .faq-content .nav-tabs, .hs-section-10 .faq-content .nav-tabs, .sp-section-8 .faq-content .nav-tabs {
        display: none
    }

    .home-section-5 .faq-content .tab-pane, .homes-section-12 .faq-content .tab-pane, .hs-section-10 .faq-content .tab-pane, .sp-section-8 .faq-content .tab-pane {
        display: block !important;
        opacity: 1
    }
}

.homes-section-1, .sp-section-1 {
    position: relative;
    z-index: 0
}

    .homes-section-1, .homes-section-1 .swiper, .sp-section-1, .sp-section-1 .swiper {
        max-height: -moz-fit-content;
        max-height: fit-content;
        min-height: calc(100vh - 5rem)
    }

        .homes-section-1 .swiper .swiper-slide-img-bg, .sp-section-1 .swiper .swiper-slide-img-bg {
            background-blend-mode: overlay;
            background-position: 50%;
            background-repeat: no-repeat;
            background-size: cover;
            height: calc(100vh - 5rem);
            width: 100%
        }

            .homes-section-1 .swiper .swiper-slide-img-bg.swiper-slide-img-bg-1, .sp-section-1 .swiper .swiper-slide-img-bg.swiper-slide-img-bg-1 {
                background-image: url(https://sse-website.s3.ap-south-1.amazonaws.com/homes/slider-1.jpg),linear-gradient(rgba(0,0,0,.3),rgba(0,0,0,.3))
            }

            .homes-section-1 .swiper .swiper-slide-img-bg.swiper-slide-img-bg-2, .sp-section-1 .swiper .swiper-slide-img-bg.swiper-slide-img-bg-2 {
                background-image: url(https://sse-website.s3.ap-south-1.amazonaws.com/homes/slider-2.jpg),linear-gradient(rgba(0,0,0,.3),rgba(0,0,0,.3))
            }

            .homes-section-1 .swiper .swiper-slide-img-bg.swiper-slide-img-bg-3, .sp-section-1 .swiper .swiper-slide-img-bg.swiper-slide-img-bg-3 {
                background-image: url(https://sse-website.s3.ap-south-1.amazonaws.com/homes/slider-3.jpg),linear-gradient(rgba(0,0,0,.3),rgba(0,0,0,.3))
            }

            .homes-section-1 .swiper .swiper-slide-img-bg.swiper-slide-img-bg-4, .sp-section-1 .swiper .swiper-slide-img-bg.swiper-slide-img-bg-4 {
                background-image: url(https://sse-website.s3.ap-south-1.amazonaws.com/homes/slider-4.jpg),linear-gradient(rgba(0,0,0,.3),rgba(0,0,0,.3))
            }

            .homes-section-1 .swiper .swiper-slide-img-bg .swiper-slide-content, .sp-section-1 .swiper .swiper-slide-img-bg .swiper-slide-content {
                color: #fff
            }

                .homes-section-1 .swiper .swiper-slide-img-bg .swiper-slide-content .row, .sp-section-1 .swiper .swiper-slide-img-bg .swiper-slide-content .row {
                    bottom: 5rem;
                    position: absolute;
                    text-align: left
                }

        .homes-section-1 .swiper-pagination-bullet, .sp-section-1 .swiper-pagination-bullet {
            height: 15px;
            width: 15px
        }

        .homes-section-1 .swiper-slide, .sp-section-1 .swiper-slide {
            align-items: center;
            background: #fff;
            display: flex;
            font-size: 18px;
            justify-content: center;
            text-align: center
        }

            .homes-section-1 .swiper-slide img, .sp-section-1 .swiper-slide img {
                display: block;
                height: 100%;
                -o-object-fit: cover;
                object-fit: cover;
                width: 100%
            }

.homes-section-gif {
    background-color: #fff;
    display: flex;
    height: 5rem;
    justify-content: center
}

    .homes-section-gif img {
        height: 100%
    }

.city-section-2, .cm-section-3, .gs-section-2, .homes-section-2, .hs-section-3, .know-more-section-7, .sp-section-2 {
    background-color: #0905a1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-height: -moz-fit-content;
    max-height: fit-content;
    min-height: 100vh
}

    .city-section-2 .consultation-block, .cm-section-3 .consultation-block, .gs-section-2 .consultation-block, .homes-section-2 .consultation-block, .hs-section-3 .consultation-block, .know-more-section-7 .consultation-block, .sp-section-2 .consultation-block {
        color: #fff
    }

        .city-section-2 .consultation-block .sse-block-header, .cm-section-3 .consultation-block .sse-block-header, .gs-section-2 .consultation-block .sse-block-header, .homes-section-2 .consultation-block .sse-block-header, .hs-section-3 .consultation-block .sse-block-header, .know-more-section-7 .consultation-block .sse-block-header, .sp-section-2 .consultation-block .sse-block-header {
            line-height: 1.5
        }

            .city-section-2 .consultation-block .sse-block-header .free-consultation, .cm-section-3 .consultation-block .sse-block-header .free-consultation, .gs-section-2 .consultation-block .sse-block-header .free-consultation, .homes-section-2 .consultation-block .sse-block-header .free-consultation, .hs-section-3 .consultation-block .sse-block-header .free-consultation, .know-more-section-7 .consultation-block .sse-block-header .free-consultation, .sp-section-2 .consultation-block .sse-block-header .free-consultation {
                color: #06ccf8
            }

        .city-section-2 .consultation-block .consultation-subheader, .cm-section-3 .consultation-block .consultation-subheader, .gs-section-2 .consultation-block .consultation-subheader, .homes-section-2 .consultation-block .consultation-subheader, .hs-section-3 .consultation-block .consultation-subheader, .know-more-section-7 .consultation-block .consultation-subheader, .sp-section-2 .consultation-block .consultation-subheader {
            font-size: 1.1rem
        }

        .city-section-2 .consultation-block .book-consultation-form, .cm-section-3 .consultation-block .book-consultation-form, .gs-section-2 .consultation-block .book-consultation-form, .homes-section-2 .consultation-block .book-consultation-form, .hs-section-3 .consultation-block .book-consultation-form, .know-more-section-7 .consultation-block .book-consultation-form, .sp-section-2 .consultation-block .book-consultation-form {
            background-color: #fff;
            border-radius: 1rem;
            color: #000;
            padding: 1.5rem 1rem
        }

            .city-section-2 .consultation-block .book-consultation-form .radio-group, .cm-section-3 .consultation-block .book-consultation-form .radio-group, .gs-section-2 .consultation-block .book-consultation-form .radio-group, .homes-section-2 .consultation-block .book-consultation-form .radio-group, .hs-section-3 .consultation-block .book-consultation-form .radio-group, .know-more-section-7 .consultation-block .book-consultation-form .radio-group, .sp-section-2 .consultation-block .book-consultation-form .radio-group {
                position: relative
            }

            .city-section-2 .consultation-block .book-consultation-form .custom-radio-block, .cm-section-3 .consultation-block .book-consultation-form .custom-radio-block, .gs-section-2 .consultation-block .book-consultation-form .custom-radio-block, .homes-section-2 .consultation-block .book-consultation-form .custom-radio-block, .hs-section-3 .consultation-block .book-consultation-form .custom-radio-block, .know-more-section-7 .consultation-block .book-consultation-form .custom-radio-block, .sp-section-2 .consultation-block .book-consultation-form .custom-radio-block {
                padding: 0 .8rem
            }

            .city-section-2 .consultation-block .book-consultation-form .custom-radio, .cm-section-3 .consultation-block .book-consultation-form .custom-radio, .gs-section-2 .consultation-block .book-consultation-form .custom-radio, .homes-section-2 .consultation-block .book-consultation-form .custom-radio, .hs-section-3 .consultation-block .book-consultation-form .custom-radio, .know-more-section-7 .consultation-block .book-consultation-form .custom-radio, .sp-section-2 .consultation-block .book-consultation-form .custom-radio {
                background: 0 0;
                border: 1px solid #b8b8b8;
                border-radius: .5rem;
                color: #000;
                cursor: pointer;
                display: inline-block;
                font-family: Poppins-SemiBold;
                font-size: .8rem;
                margin: 4px 2px;
                padding: .5rem;
                text-align: center
            }

                .city-section-2 .consultation-block .book-consultation-form .custom-radio.selected, .cm-section-3 .consultation-block .book-consultation-form .custom-radio.selected, .gs-section-2 .consultation-block .book-consultation-form .custom-radio.selected, .homes-section-2 .consultation-block .book-consultation-form .custom-radio.selected, .hs-section-3 .consultation-block .book-consultation-form .custom-radio.selected, .know-more-section-7 .consultation-block .book-consultation-form .custom-radio.selected, .sp-section-2 .consultation-block .book-consultation-form .custom-radio.selected {
                    background-color: #0905a1;
                    border: 1px solid #0905a1;
                    color: #fff
                }

                .city-section-2 .consultation-block .book-consultation-form .custom-radio.selected-v2, .cm-section-3 .consultation-block .book-consultation-form .custom-radio.selected-v2, .gs-section-2 .consultation-block .book-consultation-form .custom-radio.selected-v2, .homes-section-2 .consultation-block .book-consultation-form .custom-radio.selected-v2, .hs-section-3 .consultation-block .book-consultation-form .custom-radio.selected-v2, .know-more-section-7 .consultation-block .book-consultation-form .custom-radio.selected-v2, .sp-section-2 .consultation-block .book-consultation-form .custom-radio.selected-v2 {
                    background-color: #e0e6fc;
                    border: 1px solid #111f96;
                    color: #fff;
                    color: #111f96
                }

        .city-section-2 .consultation-block .consultation-subheader, .cm-section-3 .consultation-block .consultation-subheader, .gs-section-2 .consultation-block .consultation-subheader, .homes-section-2 .consultation-block .consultation-subheader, .hs-section-3 .consultation-block .consultation-subheader, .know-more-section-7 .consultation-block .consultation-subheader, .sp-section-2 .consultation-block .consultation-subheader {
            
            margin-top: 1.5rem
        }

.city-section-1-v2 {
    background-color: #0905a1
}

    .city-section-1-v2 .consultation-block {
        color: #fff
    }

        .city-section-1-v2 .consultation-block .sse-block-header {
            line-height: 1.5
        }

            .city-section-1-v2 .consultation-block .sse-block-header .free-consultation {
                color: #06ccf8
            }

        .city-section-1-v2 .consultation-block .consultation-subheader {
            font-size: 1.1rem
        }

        .city-section-1-v2 .consultation-block .book-consultation-form {
            background-color: #fff;
            border-radius: 1rem;
            color: #000;
            padding: 1.5rem 1rem
        }

            .city-section-1-v2 .consultation-block .book-consultation-form .radio-group {
                position: relative
            }

            .city-section-1-v2 .consultation-block .book-consultation-form .custom-radio-block {
                padding: 0 .8rem
            }

            .city-section-1-v2 .consultation-block .book-consultation-form .custom-radio {
                background: #fff;
                border: 1px solid #b8b8b8;
                border-radius: .5rem;
                color: #000;
                cursor: pointer;
                display: inline-block;
                font-family: Poppins-Medium;
                font-size: .8rem;
                margin: 4px 2px;
                padding: .5rem;
                text-align: center
            }

                .city-section-1-v2 .consultation-block .book-consultation-form .custom-radio.selected {
                    background-color: #0905a1;
                    border: 1px solid #0905a1;
                    color: #fff
                }

                .city-section-1-v2 .consultation-block .book-consultation-form .custom-radio.selected-v2 {
                    background-color: #e0e6fc;
                    border: 1px solid #111f96;
                    color: #fff;
                    color: #111f96
                }

        .city-section-1-v2 .consultation-block .consultation-subheader {
            
            margin-top: 1.5rem
        }

.homes-section-featured-in {
    background-color: #dedede
}

    .homes-section-featured-in .slick-slide {
        margin: 0 20px
    }

        .homes-section-featured-in .slick-slide img {
            width: 100%
        }

    .homes-section-featured-in .slick-slider {
        -webkit-touch-callout: none;
        -webkit-tap-highlight-color: transparent;
        box-sizing: border-box;
        display: block;
        position: relative;
        touch-action: pan-y;
        -webkit-user-select: none;
        -moz-user-select: none;
        user-select: none
    }

    .homes-section-featured-in .slick-list {
        display: block;
        margin: 0;
        overflow: hidden;
        padding: 0;
        position: relative
    }

        .homes-section-featured-in .slick-list:focus {
            outline: 0
        }

    .homes-section-featured-in .slick-slider .slick-list, .homes-section-featured-in .slick-slider .slick-track {
        transform: translateZ(0)
    }

    .homes-section-featured-in .slick-track {
        align-items: center;
        display: flex;
        left: 0;
        position: relative;
        top: 0
    }

        .homes-section-featured-in .slick-track:after, .homes-section-featured-in .slick-track:before {
            content: "";
            display: table
        }

        .homes-section-featured-in .slick-track:after {
            clear: both
        }

    .homes-section-featured-in .slick-slide {
        display: none;
        float: left;
        height: 100%;
        min-height: 1px
    }

    .homes-section-featured-in [dir=rtl] .slick-slide {
        float: right
    }

    .homes-section-featured-in .slick-initialized .slick-slide, .homes-section-featured-in .slick-slide img {
        display: block
    }

    .homes-section-featured-in .slick-vertical .slick-slide {
        border: 1px solid transparent;
        display: block;
        height: auto
    }

.homes-in-the-news {
    background-color: #f9f9f9
}

    .homes-in-the-news .news-card {
        background-color: transparent !important;
        border: 0 !important
    }

        .homes-in-the-news .news-card .card-title {
            font-family: Poppins-SemiBold
        }

        .homes-in-the-news .news-card .card-body {
            padding: 0 !important
        }

            .homes-in-the-news .news-card .card-body .card-link {
                
                font-size: 14px
            }

            .homes-in-the-news .news-card .card-body .card-subtext {
                color: #4c4c4c;
                
                font-size: 12px
            }

        .homes-in-the-news .news-card .card-img-top {
            height: 18rem;
            -o-object-fit: cover;
            object-fit: cover
        }

.homes-maps-section {
    background-image: url(https://sse-website.s3.ap-south-1.amazonaws.com/homes/india-map-bg.svg)
}

    .homes-maps-section .map-subheader {
        
        font-size: 1.2rem
    }

    .homes-maps-section .homes-india-map-img {
        width: 100%
    }

    .homes-maps-section .consultation-head {
        margin-bottom: 1rem
    }

.homes-section-3 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-height: -moz-fit-content;
    max-height: fit-content;
    min-height: 100vh
}

    .homes-section-3 .before-after-solar #after-image, .homes-section-3 .before-after-solar #before-image {
        height: 40rem
    }

.city-section-3, .homes-section-4, .sp-section-4 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-height: -moz-fit-content;
    max-height: fit-content;
    min-height: 100vh
}

    .city-section-3 .solar-features-block .solar-features-logo img, .homes-section-4 .solar-features-block .solar-features-logo img, .sp-section-4 .solar-features-block .solar-features-logo img {
        width: 4rem
    }

    .city-section-3 .solar-features-block .solar-features-content, .homes-section-4 .solar-features-block .solar-features-content, .sp-section-4 .solar-features-block .solar-features-content {
        line-height: 1.5;
        margin-left: 1rem
    }

        .city-section-3 .solar-features-block .solar-features-content .solar-features-heading, .homes-section-4 .solar-features-block .solar-features-content .solar-features-heading, .sp-section-4 .solar-features-block .solar-features-content .solar-features-heading {
            font-family: Poppins-SemiBold;
            font-size: 1.2rem
        }

        .city-section-3 .solar-features-block .solar-features-content .solar-features-subheading, .homes-section-4 .solar-features-block .solar-features-content .solar-features-subheading, .sp-section-4 .solar-features-block .solar-features-content .solar-features-subheading {
            
            font-size: 1rem;
            margin-top: .5rem
        }

.homes-section-5, .sp-section-5 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-height: -moz-fit-content;
    max-height: fit-content;
    min-height: 100vh
}

    .homes-section-5 .who-are-we-block .who-are-we-img, .sp-section-5 .who-are-we-block .who-are-we-img {
        width: 100%
    }

    .homes-section-5 .who-are-we-block .who-are-we-reviews, .sp-section-5 .who-are-we-block .who-are-we-reviews {
        margin-bottom: 1.2rem;
        text-align: left
    }

        .homes-section-5 .who-are-we-block .who-are-we-reviews .who-are-we-number, .sp-section-5 .who-are-we-block .who-are-we-reviews .who-are-we-number {
            color: #0905a1;
            font-family: Poppins-Bold;
            font-size: 3rem;
            margin-bottom: -2.3rem;
            padding-left: 1rem
        }

        .homes-section-5 .who-are-we-block .who-are-we-reviews .who-are-we-number-text, .sp-section-5 .who-are-we-block .who-are-we-reviews .who-are-we-number-text {
            background-color: #f1f1f1;
            border-radius: 1rem;
            font-family: Poppins-SemiBold;
            font-size: 1.2rem;
            padding-bottom: .5rem;
            padding-left: 1rem;
            padding-top: 2rem
        }

            .homes-section-5 .who-are-we-block .who-are-we-reviews .who-are-we-number-text .who-are-we-number-text-para, .sp-section-5 .who-are-we-block .who-are-we-reviews .who-are-we-number-text .who-are-we-number-text-para {
                margin-bottom: 1.8rem
            }

    .homes-section-5 .who-are-we-block .who-are-we-subheader, .sp-section-5 .who-are-we-block .who-are-we-subheader {
        
        font-size: 1.1rem
    }

.homes-section-solar-bg {
    background-attachment: fixed;
    background-image: url(https://sse-website.s3.ap-south-1.amazonaws.com/homes/parallax.jpg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 500px
}

.homes-section-8, .sp-section-6 {
    background-color: #0905a1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-height: -moz-fit-content;
    max-height: fit-content;
    min-height: 100vh
}

    .homes-section-8 .install-steps-block .install-steps-header-row, .sp-section-6 .install-steps-block .install-steps-header-row {
        color: #fff;
        text-align: center
    }

        .homes-section-8 .install-steps-block .install-steps-header-row .install-steps-subheader, .sp-section-6 .install-steps-block .install-steps-header-row .install-steps-subheader {
            
            font-size: 1.1rem
        }

    .homes-section-8 .main-timeline-2, .sp-section-6 .main-timeline-2 {
        position: relative
    }

        .homes-section-8 .main-timeline-2:after, .sp-section-6 .main-timeline-2:after {
            background-color: #fff;
            bottom: 0;
            content: "";
            left: 50%;
            margin-left: -3px;
            position: absolute;
            top: 0;
            width: 3px
        }

    .homes-section-8 .timeline-2, .sp-section-6 .timeline-2 {
        background-color: inherit;
        position: relative;
        width: 50%
    }

        .homes-section-8 .timeline-2 .install-solar-step, .sp-section-6 .timeline-2 .install-solar-step {
            color: #fff
        }

            .homes-section-8 .timeline-2 .install-solar-step.step-left, .sp-section-6 .timeline-2 .install-solar-step.step-left {
                text-align: right
            }

            .homes-section-8 .timeline-2 .install-solar-step.step-right, .sp-section-6 .timeline-2 .install-solar-step.step-right {
                text-align: left
            }

            .homes-section-8 .timeline-2 .install-solar-step .solar-step-img, .sp-section-6 .timeline-2 .install-solar-step .solar-step-img {
                margin-bottom: 1rem
            }

                .homes-section-8 .timeline-2 .install-solar-step .solar-step-img img, .sp-section-6 .timeline-2 .install-solar-step .solar-step-img img {
                    height: 5rem;
                    width: 5rem
                }

            .homes-section-8 .timeline-2 .install-solar-step .solar-step-name, .sp-section-6 .timeline-2 .install-solar-step .solar-step-name {
                font-family: Poppins-SemiBold;
                font-size: 1.4rem;
                margin-bottom: 1rem
            }

            .homes-section-8 .timeline-2 .install-solar-step .solar-step-description, .sp-section-6 .timeline-2 .install-solar-step .solar-step-description {
                
                font-size: 1.1rem
            }

            .homes-section-8 .timeline-2 .install-solar-step .btn, .sp-section-6 .timeline-2 .install-solar-step .btn {
                font-size: 1rem
            }

        .homes-section-8 .timeline-2:after, .sp-section-6 .timeline-2:after {
            background-color: #26c6da;
            border-radius: 50%;
            content: "";
            height: 25px;
            position: absolute;
            right: -11px;
            top: 15px;
            width: 25px;
            z-index: 1
        }

    .homes-section-8 .left-2, .sp-section-6 .left-2 {
        left: 0;
        padding: 0 40px 20px 0
    }

    .homes-section-8 .right-2, .sp-section-6 .right-2 {
        left: 50%;
        padding: 0 0 20px 40px
    }

    .homes-section-8 .left-2:before, .sp-section-6 .left-2:before {
        border: solid transparent;
        border-left: solid #fff;
        border-width: 10px 0 10px 10px;
        content: " ";
        display: none;
        position: absolute;
        right: 30px;
        top: 18px;
        z-index: 1
    }

    .homes-section-8 .right-2:before, .sp-section-6 .right-2:before {
        border: solid transparent;
        border-right: solid #fff;
        border-width: 10px 10px 10px 0;
        content: " ";
        display: none;
        left: 30px;
        position: absolute;
        top: 18px;
        z-index: 1
    }

    .homes-section-8 .right-2:after, .sp-section-6 .right-2:after {
        left: -14px
    }

@media screen and (max-width:600px) {
    .homes-section-8 .main-timeline-2:after, .sp-section-6 .main-timeline-2:after {
        left: 31px
    }

    .homes-section-8 .timeline-2, .sp-section-6 .timeline-2 {
        padding-left: 70px;
        padding-right: 25px;
        width: 100%
    }

        .homes-section-8 .timeline-2:before, .sp-section-6 .timeline-2:before {
            border: solid transparent;
            border-right: solid #fff;
            border-width: 10px 10px 10px 0;
            left: 60px
        }

    .homes-section-8 .left-2:after, .homes-section-8 .right-2:after, .sp-section-6 .left-2:after, .sp-section-6 .right-2:after {
        left: 18px
    }

    .homes-section-8 .left-2:before, .sp-section-6 .left-2:before {
        right: auto
    }

    .homes-section-8 .right-2, .sp-section-6 .right-2 {
        left: 0
    }
}

.homes-section-9 {
    background-color: #06ccf8;
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-height: -moz-fit-content;
    max-height: fit-content;
    min-height: 100vh
}

    .homes-section-9 .homes-guide-heading-mobile {
        display: none
    }

    .homes-section-9 .homes-guide-heading, .homes-section-9 .homes-guide-heading-mobile {
        color: #0905a1;
        font-family: Poppins-Bold
    }

    .homes-section-9 .homes-guide-benefits, .homes-section-9 .homes-guide-subheading {
        color: #000;
        
        font-size: 1.1rem
    }

        .homes-section-9 .homes-guide-benefits ul {
            line-height: 2.1;
            list-style-type: none
        }

            .homes-section-9 .homes-guide-benefits ul .benefit-pointer {
                background-color: #0905a1;
                border-top-right-radius: 5px;
                display: inline-block;
                height: .8rem;
                margin-right: .5rem;
                width: .8rem
            }

    .homes-section-9 .homes-guide-bg-block .homes-guide-image {
        width: 100%
    }

.homes-cities .card {
    border-radius: 1rem;
    box-shadow: 0 0 10px rgba(0,0,0,.1);
    text-align: center
}

    .homes-cities .card img {
        width: 70%
    }

    .homes-cities .card .state-name {
        font-family: Poppins-SemiBold
    }

    .homes-cities .card .city-name {
        font-family: Poppins-Regular
    }

.homes-mobile-cities .card-body {
    background-color: #fff;
    border-radius: 1rem;
    box-shadow: 0 0 10px rgba(0,0,0,.2);
    padding: 0 !important;
    text-align: center
}

.homes-mobile-cities img {
    width: 50%
}

.homes-mobile-cities .state-name {
    font-family: Poppins-SemiBold;
    font-size: 10px;
    margin-bottom: 5px
}

.homes-mobile-cities .city-name {
    
    font-size: 11px;
    padding: 3px 3px .5rem
}

@media screen and (max-width:768px) {
    .homes-section-gif {
        background-color: #fff;
        height: 2.2rem
    }

        .homes-section-gif img {
            width: 100%
        }

    .homes-section-1, .homes-section-1 .swiper, .sp-section-1, .sp-section-1 .swiper {
        min-height: 100%
    }

        .homes-section-1 .swiper .swiper-pagination-bullet, .sp-section-1 .swiper .swiper-pagination-bullet {
            height: 10px;
            width: 10px
        }

        .homes-section-1 .swiper .swiper-slide-img-bg, .sp-section-1 .swiper .swiper-slide-img-bg {
            align-items: center;
            display: flex;
            height: 23rem;
            padding: 4rem 0
        }

            .homes-section-1 .swiper .swiper-slide-img-bg.swiper-slide-img-bg-1, .sp-section-1 .swiper .swiper-slide-img-bg.swiper-slide-img-bg-1 {
                background-image: url(https://sse-website.s3.ap-south-1.amazonaws.com/homes/mobile/Slider-1.jpg),linear-gradient(rgba(0,0,0,.5),rgba(0,0,0,.5))
            }

            .homes-section-1 .swiper .swiper-slide-img-bg.swiper-slide-img-bg-2, .sp-section-1 .swiper .swiper-slide-img-bg.swiper-slide-img-bg-2 {
                background-image: url(https://sse-website.s3.ap-south-1.amazonaws.com/homes/mobile/slider-2.jpg),linear-gradient(rgba(0,0,0,.3),rgba(0,0,0,.3))
            }

            .homes-section-1 .swiper .swiper-slide-img-bg.swiper-slide-img-bg-3, .sp-section-1 .swiper .swiper-slide-img-bg.swiper-slide-img-bg-3 {
                background-image: url(https://sse-website.s3.ap-south-1.amazonaws.com/homes/mobile/slider-3.jpg),linear-gradient(rgba(0,0,0,.3),rgba(0,0,0,.3))
            }

            .homes-section-1 .swiper .swiper-slide-img-bg.swiper-slide-img-bg-4, .sp-section-1 .swiper .swiper-slide-img-bg.swiper-slide-img-bg-4 {
                background-image: url(https://sse-website.s3.ap-south-1.amazonaws.com/homes/mobile/slider-4.jpg),linear-gradient(rgba(0,0,0,.3),rgba(0,0,0,.3))
            }

            .homes-section-1 .swiper .swiper-slide-img-bg .swiper-slide-content .row, .sp-section-1 .swiper .swiper-slide-img-bg .swiper-slide-content .row {
                position: static;
                text-align: center
            }

    .city-section-2, .cm-section-3, .gs-section-2, .homes-section-2, .hs-section-3, .sp-section-2 {
        padding: 2rem 0
    }

        .city-section-2 .consultation-block, .cm-section-3 .consultation-block, .gs-section-2 .consultation-block, .homes-section-2 .consultation-block, .hs-section-3 .consultation-block, .sp-section-2 .consultation-block {
            text-align: center
        }

            .city-section-2 .consultation-block .book-consultation-form, .cm-section-3 .consultation-block .book-consultation-form, .gs-section-2 .consultation-block .book-consultation-form, .homes-section-2 .consultation-block .book-consultation-form, .hs-section-3 .consultation-block .book-consultation-form, .sp-section-2 .consultation-block .book-consultation-form {
                text-align: left
            }

    .homes-section-3 {
        min-height: 25rem
    }

        .homes-section-3 .before-after-solar {
            margin: 2rem 0
        }

            .homes-section-3 .before-after-solar #after-image, .homes-section-3 .before-after-solar #before-image {
                height: 20rem
            }

    .city-section-3 .solar-features-block, .homes-section-4 .solar-features-block, .sp-section-4 .solar-features-block {
        flex-direction: column
    }

        .city-section-3 .solar-features-block .solar-features-logo, .homes-section-4 .solar-features-block .solar-features-logo, .sp-section-4 .solar-features-block .solar-features-logo {
            padding-bottom: .8rem
        }

        .city-section-3 .solar-features-block .solar-features-content, .homes-section-4 .solar-features-block .solar-features-content, .sp-section-4 .solar-features-block .solar-features-content {
            margin-left: 0;
            text-align: center
        }

    .homes-section-5 .who-are-we-block, .homes-section-5 .who-are-we-block .who-are-we-reviews, .sp-section-5 .who-are-we-block, .sp-section-5 .who-are-we-block .who-are-we-reviews {
        text-align: center
    }

    .homes-section-8 .timeline-2 .install-solar-step.step-left, .sp-section-6 .timeline-2 .install-solar-step.step-left {
        text-align: left
    }

    .homes-section-9 .homes-buying-guide-block {
        text-align: center
    }

    .homes-section-9 .homes-guide-heading-mobile {
        display: block
    }

    .homes-section-9 .homes-guide-heading {
        display: none
    }

    .homes-section-9 .homes-guide-benefits ul {
        padding-left: 1.2rem;
        text-align: left
    }

    .homes-maps-section .map-subheader {
        
        font-size: 1.2rem
    }

    .homes-maps-section .homes-india-map-img {
        width: 100%
    }

    .homes-maps-section .consultation-head {
        text-align: center
    }

    .homes-in-the-news .slick-dots {
        width: 95%
    }
}

.know-more-section-1 .know-more-parallex {
    height: calc(100vh + 30rem);
    margin: 0;
    position: relative
}

    .know-more-section-1 .know-more-parallex .know-more-parallex-img {
        background-blend-mode: overlay;
        background-image: url(https://sse-website.s3.ap-south-1.amazonaws.com/know-more/Hero-Image.jpg),linear-gradient(rgba(0,0,0,.3),rgba(0,0,0,.3));
        background-position: top;
        background-repeat: no-repeat;
        background-size: 200% auto;
        display: block;
        height: 100vh;
        left: 0;
        position: fixed;
        text-align: center;
        top: 0;
        width: 100%
    }

        .know-more-section-1 .know-more-parallex .know-more-parallex-img .know-more-header {
            color: #fff;
            left: 50%;
            position: relative;
            top: 45%;
            transform: translate(-50%,-50%)
        }

            .know-more-section-1 .know-more-parallex .know-more-parallex-img .know-more-header .sse-slider-header-2 {
                margin-top: 1rem
            }

.know-more-section-1-mobile {
    display: none
}

.know-more-section-2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-height: -moz-fit-content;
    max-height: fit-content;
    min-height: 100vh
}

    .know-more-section-2 .sp-block .sse-block-header .sp-heading {
        background-color: #06ccf8;
        border-radius: .2rem;
        color: #0905a1;
        margin: 0;
        padding: .5rem 1.5rem
    }

    .know-more-section-2 .sp-block .sp-benefit-block {
        text-align: center
    }

        .know-more-section-2 .sp-block .sp-benefit-block.card {
            border: 0
        }

        .know-more-section-2 .sp-block .sp-benefit-block .card-header {
            background-color: #fff;
            border: 0
        }

        .know-more-section-2 .sp-block .sp-benefit-block .card-body {
            border-radius: .4rem;
            box-shadow: 0 2px 10px #888;
            margin-top: 1rem;
            padding: 0
        }

        .know-more-section-2 .sp-block .sp-benefit-block .sp-benefit-icon .sp-benefit-icon-img {
            height: 5rem;
            width: 5rem
        }

        .know-more-section-2 .sp-block .sp-benefit-block .sp-benefit-text {
            border-radius: .3rem;
            padding: 1rem 1.5rem
        }

            .know-more-section-2 .sp-block .sp-benefit-block .sp-benefit-text .sp-benefit-text-header {
                font-family: Poppins-SemiBold;
                font-size: 1.1rem
            }

            .know-more-section-2 .sp-block .sp-benefit-block .sp-benefit-text .sp-benefit-text-description {
                
                font-size: 1rem;
                margin-top: 1rem
            }

.know-more-section-3 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-height: -moz-fit-content;
    max-height: fit-content;
    min-height: 100vh
}

    .know-more-section-3 .process-content .process-block .process-block-content {
        align-items: center;
        display: flex;
        flex-direction: row;
        justify-content: center
    }

        .know-more-section-3 .process-content .process-block .process-block-content .process-block-img img {
            width: 100%
        }

        .know-more-section-3 .process-content .process-block .process-block-content .process-block-text {
            background-color: #0905a1;
            border-radius: .4rem;
            box-shadow: 0 2px 10px #888;
            color: #fff;
            margin-left: -2rem;
            padding: .5rem;
            width: 17rem
        }

            .know-more-section-3 .process-content .process-block .process-block-content .process-block-text.process-block-light {
                background-color: #06ccf8
            }

            .know-more-section-3 .process-content .process-block .process-block-content .process-block-text .h6, .know-more-section-3 .process-content .process-block .process-block-content .process-block-text h6 {
                font-family: Poppins-SemiBold;
                font-size: 1.1rem
            }

            .know-more-section-3 .process-content .process-block .process-block-content .process-block-text p {
                
                font-size: 1rem
            }

.cm-section-4, .hs-section-5, .know-more-section-4 {
    background-color: #f1f1f1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-height: -moz-fit-content;
    max-height: fit-content;
    min-height: 100vh
}

    .cm-section-4 .precision-block .row, .hs-section-5 .precision-block .row, .know-more-section-4 .precision-block .row {
        margin-left: 0;
        margin-right: 0
    }

    .cm-section-4 .precision-block .precision-block-heading, .hs-section-5 .precision-block .precision-block-heading, .know-more-section-4 .precision-block .precision-block-heading {
        font-family: Poppins-SemiBold
    }

    .cm-section-4 .precision-block .precision-card .card, .hs-section-5 .precision-block .precision-card .card, .know-more-section-4 .precision-block .precision-card .card {
        border: 0;
        min-height: 90vh
    }

        .cm-section-4 .precision-block .precision-card .card.card-horizontal, .hs-section-5 .precision-block .precision-card .card.card-horizontal, .know-more-section-4 .precision-block .precision-card .card.card-horizontal {
            align-items: center;
            background-color: transparent;
            display: flex;
            flex-direction: row
        }

            .cm-section-4 .precision-block .precision-card .card.card-horizontal .precision-header, .hs-section-5 .precision-block .precision-card .card.card-horizontal .precision-header, .know-more-section-4 .precision-block .precision-card .card.card-horizontal .precision-header {
                font-family: Poppins-SemiBold
            }

            .cm-section-4 .precision-block .precision-card .card.card-horizontal .precision-text, .hs-section-5 .precision-block .precision-card .card.card-horizontal .precision-text, .know-more-section-4 .precision-block .precision-card .card.card-horizontal .precision-text {
                
                font-size: 1.1rem
            }

            .cm-section-4 .precision-block .precision-card .card.card-horizontal.card-straight, .cm-section-4 .precision-block .precision-card .card.card-horizontal.card-straight .card-header, .hs-section-5 .precision-block .precision-card .card.card-horizontal.card-straight, .hs-section-5 .precision-block .precision-card .card.card-horizontal.card-straight .card-header, .know-more-section-4 .precision-block .precision-card .card.card-horizontal.card-straight, .know-more-section-4 .precision-block .precision-card .card.card-horizontal.card-straight .card-header {
                padding-right: 0
            }

                .cm-section-4 .precision-block .precision-card .card.card-horizontal.card-straight .card-header img, .hs-section-5 .precision-block .precision-card .card.card-horizontal.card-straight .card-header img, .know-more-section-4 .precision-block .precision-card .card.card-horizontal.card-straight .card-header img {
                    border-bottom-left-radius: 5%;
                    border-top-left-radius: 5%
                }

                .cm-section-4 .precision-block .precision-card .card.card-horizontal.card-straight .card-body, .hs-section-5 .precision-block .precision-card .card.card-horizontal.card-straight .card-body, .know-more-section-4 .precision-block .precision-card .card.card-horizontal.card-straight .card-body {
                    padding-left: 5rem
                }

            .cm-section-4 .precision-block .precision-card .card.card-horizontal.card-reverse, .cm-section-4 .precision-block .precision-card .card.card-horizontal.card-reverse .card-header, .hs-section-5 .precision-block .precision-card .card.card-horizontal.card-reverse, .hs-section-5 .precision-block .precision-card .card.card-horizontal.card-reverse .card-header, .know-more-section-4 .precision-block .precision-card .card.card-horizontal.card-reverse, .know-more-section-4 .precision-block .precision-card .card.card-horizontal.card-reverse .card-header {
                padding-left: 0
            }

                .cm-section-4 .precision-block .precision-card .card.card-horizontal.card-reverse .card-header img, .hs-section-5 .precision-block .precision-card .card.card-horizontal.card-reverse .card-header img, .know-more-section-4 .precision-block .precision-card .card.card-horizontal.card-reverse .card-header img {
                    border-bottom-right-radius: 5%;
                    border-top-right-radius: 5%
                }

                .cm-section-4 .precision-block .precision-card .card.card-horizontal.card-reverse .card-body, .hs-section-5 .precision-block .precision-card .card.card-horizontal.card-reverse .card-body, .know-more-section-4 .precision-block .precision-card .card.card-horizontal.card-reverse .card-body {
                    padding-right: 5rem
                }

            .cm-section-4 .precision-block .precision-card .card.card-horizontal .card-header, .hs-section-5 .precision-block .precision-card .card.card-horizontal .card-header, .know-more-section-4 .precision-block .precision-card .card.card-horizontal .card-header {
                background-color: transparent;
                border: 0
            }

                .cm-section-4 .precision-block .precision-card .card.card-horizontal .card-header img, .hs-section-5 .precision-block .precision-card .card.card-horizontal .card-header img, .know-more-section-4 .precision-block .precision-card .card.card-horizontal .card-header img {
                    box-shadow: 0 0 15px #000
                }

            .cm-section-4 .precision-block .precision-card .card.card-horizontal .card-body .precision-text-list, .hs-section-5 .precision-block .precision-card .card.card-horizontal .card-body .precision-text-list, .know-more-section-4 .precision-block .precision-card .card.card-horizontal .card-body .precision-text-list {
                
                font-size: 1.1rem;
                list-style-type: none;
                padding: 0
            }

                .cm-section-4 .precision-block .precision-card .card.card-horizontal .card-body .precision-text-list .benefit-pointer, .hs-section-5 .precision-block .precision-card .card.card-horizontal .card-body .precision-text-list .benefit-pointer, .know-more-section-4 .precision-block .precision-card .card.card-horizontal .card-body .precision-text-list .benefit-pointer {
                    background-color: #06ccf8;
                    border-top-right-radius: 5px;
                    display: inline-block;
                    height: .8rem;
                    margin-right: .5rem;
                    width: .8rem
                }

.cm-section-4-mobile .solar-journey-block .precision-header, .know-more-section-4-mobile .solar-journey-block .precision-header, .know-more-section-5 .solar-journey-block .precision-header {
    font-family: Poppins-SemiBold
}

.cm-section-4-mobile .solar-journey-block .precision-text, .cm-section-4-mobile .solar-journey-block .precision-text-list, .know-more-section-4-mobile .solar-journey-block .precision-text, .know-more-section-4-mobile .solar-journey-block .precision-text-list, .know-more-section-5 .solar-journey-block .precision-text, .know-more-section-5 .solar-journey-block .precision-text-list {
    font-family: Poppins-Regular
}

.cm-section-4-mobile .solar-journey-block .solar-journey-heading, .know-more-section-4-mobile .solar-journey-block .solar-journey-heading, .know-more-section-5 .solar-journey-block .solar-journey-heading {
    font-family: Poppins-SemiBold
}

.cm-section-4-mobile .solar-journey-block .solar-journey-content, .know-more-section-4-mobile .solar-journey-block .solar-journey-content, .know-more-section-5 .solar-journey-block .solar-journey-content {
    margin-top: 2rem;
    text-align: center
}

    .cm-section-4-mobile .solar-journey-block .solar-journey-content.card, .know-more-section-4-mobile .solar-journey-block .solar-journey-content.card, .know-more-section-5 .solar-journey-block .solar-journey-content.card {
        border: 0
    }

        .cm-section-4-mobile .solar-journey-block .solar-journey-content.card .card-header, .know-more-section-4-mobile .solar-journey-block .solar-journey-content.card .card-header, .know-more-section-5 .solar-journey-block .solar-journey-content.card .card-header {
            background-color: transparent;
            border: 0;
            padding-bottom: 0
        }

        .cm-section-4-mobile .solar-journey-block .solar-journey-content.card .card-body, .know-more-section-4-mobile .solar-journey-block .solar-journey-content.card .card-body, .know-more-section-5 .solar-journey-block .solar-journey-content.card .card-body {
            padding-top: 1rem
        }

    .cm-section-4-mobile .solar-journey-block .solar-journey-content .solar-journey-img, .know-more-section-4-mobile .solar-journey-block .solar-journey-content .solar-journey-img, .know-more-section-5 .solar-journey-block .solar-journey-content .solar-journey-img {
        border-radius: 10%;
        box-shadow: 0 0 15px #000
    }

        .cm-section-4-mobile .solar-journey-block .solar-journey-content .solar-journey-img .solar-journey-img-bg, .know-more-section-4-mobile .solar-journey-block .solar-journey-content .solar-journey-img .solar-journey-img-bg, .know-more-section-5 .solar-journey-block .solar-journey-content .solar-journey-img .solar-journey-img-bg {
            width: 100%
        }

    .cm-section-4-mobile .solar-journey-block .solar-journey-content .solar-journey-text .solar-journey-text-header, .know-more-section-4-mobile .solar-journey-block .solar-journey-content .solar-journey-text .solar-journey-text-header, .know-more-section-5 .solar-journey-block .solar-journey-content .solar-journey-text .solar-journey-text-header {
        font-family: Poppins-SemiBold;
        font-size: 1.1rem
    }

    .cm-section-4-mobile .solar-journey-block .solar-journey-content .solar-journey-text .solar-journey-text-desc, .know-more-section-4-mobile .solar-journey-block .solar-journey-content .solar-journey-text .solar-journey-text-desc, .know-more-section-5 .solar-journey-block .solar-journey-content .solar-journey-text .solar-journey-text-desc {
        color: #000;
        
        font-size: 1rem;
        margin-top: .5rem
    }

        .cm-section-4-mobile .solar-journey-block .solar-journey-content .solar-journey-text .solar-journey-text-desc ul, .know-more-section-4-mobile .solar-journey-block .solar-journey-content .solar-journey-text .solar-journey-text-desc ul, .know-more-section-5 .solar-journey-block .solar-journey-content .solar-journey-text .solar-journey-text-desc ul {
            line-height: 2.1;
            list-style-type: none;
            padding-left: 5.5rem;
            text-align: left
        }

            .cm-section-4-mobile .solar-journey-block .solar-journey-content .solar-journey-text .solar-journey-text-desc ul .benefit-pointer, .know-more-section-4-mobile .solar-journey-block .solar-journey-content .solar-journey-text .solar-journey-text-desc ul .benefit-pointer, .know-more-section-5 .solar-journey-block .solar-journey-content .solar-journey-text .solar-journey-text-desc ul .benefit-pointer {
                background-color: #06ccf8;
                border-top-right-radius: 5px;
                display: inline-block;
                height: .8rem;
                margin-right: .5rem;
                width: .8rem
            }

.know-more-section-4-mobile {
    background-color: #f1f1f1
}

    .know-more-section-4-mobile .card {
        background-color: transparent
    }

.know-more-section-6 .afford-block .afford-content .afford-box {
    padding: 3rem
}

    .know-more-section-6 .afford-block .afford-content .afford-box .affordable-text {
        
        margin-top: 1.5rem
    }

.know-more-section-6 .google-block {
    background-color: #f1f1f1;
    margin-top: 1.5rem;
    padding: 3rem 0
}

    .know-more-section-6 .google-block .afford-google-icon {
        position: relative
    }

        .know-more-section-6 .google-block .afford-google-icon .afford-google-img {
            bottom: -8.2rem;
            left: 100%;
            -o-object-fit: cover;
            object-fit: cover;
            position: absolute;
            width: 13rem
        }

    .know-more-section-6 .google-block .afford-google-text {
        font-family: Poppins-SemiBold;
        text-align: center
    }

        .know-more-section-6 .google-block .afford-google-text .afford-google-text-1 {
            color: #000
        }

        .know-more-section-6 .google-block .afford-google-text .afford-google-text-2 {
            color: #06ccf8;
            text-decoration: underline
        }

.know-more-section-7 {
    border-bottom: 1px solid #fff
}

@media screen and (max-width:768px) {
    .know-more-section-1 {
        display: none
    }

    .know-more-section-1-mobile {
        background-blend-mode: overlay;
        background-image: url(https://sse-website.s3.ap-south-1.amazonaws.com/know-more/mobile/Hero-image.jpg),linear-gradient(rgba(0,0,0,.1),rgba(0,0,0,.1));
        background-position: top;
        background-repeat: no-repeat;
        background-size: cover;
        display: flex;
        max-height: -moz-fit-content;
        max-height: fit-content;
        min-height: calc(100vh - 5rem)
    }

        .know-more-section-1-mobile .section-content {
            font-family: Poppins-SemiBold;
            height: calc(100vh - 7rem);
            padding: 0 1rem 8rem;
            text-align: center
        }

            .know-more-section-1-mobile .section-content .content-header {
                color: #fff;
                font-size: 4.5rem
            }

            .know-more-section-1-mobile .section-content .content-subheader {
                color: #fff;
                font-size: 1.7rem;
                line-height: 2
            }

    .know-more-section-2 .card-body {
        box-shadow: none !important
    }

    .know-more-section-3 .process-content .process-block .process-block-content {
        flex-direction: column;
        margin: 2rem 0
    }

        .know-more-section-3 .process-content .process-block .process-block-content .process-block-text {
            margin-left: 0;
            margin-top: -3rem;
            text-align: center;
            width: 20rem
        }

    .cm-section-4-mobile .solar-journey-text-desc.text-desc-primary, .know-more-section-4-mobile .solar-journey-text-desc.text-desc-primary, .know-more-section-5 .solar-journey-text-desc.text-desc-primary {
        color: #0905a1 !important;
        font-family: Poppins-SemiBold !important
    }

    .cm-section-4-mobile .solar-journey-text-desc ul, .know-more-section-4-mobile .solar-journey-text-desc ul, .know-more-section-5 .solar-journey-text-desc ul {
        padding-left: 1rem !important
    }

    .know-more-section-6 .google-block {
        margin-top: 15rem
    }

        .know-more-section-6 .google-block .afford-google-icon .afford-google-img {
            bottom: 2.8rem;
            left: 5.5rem
        }

        .know-more-section-6 .google-block .afford-google-text {
            padding: 0 .5rem
        }

    .know-more-section-7 .consultation-head {
        text-align: center
    }
}

.hs-section-1 {
    max-height: -moz-fit-content;
    max-height: fit-content;
    min-height: 92vh
}

    .hs-section-1 .hs-section-1-video {
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        position: absolute;
        width: 100%
    }

    .hs-section-1 .hs-video-content {
        background-color: rgba(50,50,50,.5);
        height: 100%;
        position: absolute;
        width: 100%
    }

    .hs-section-1 .hs-section-1-banner-cond {
        bottom: -2rem;
        color: #fff;
        font-family: Poppins-Medium;
        font-size: 1rem;
        position: absolute;
        right: 2rem
    }

    .hs-section-1 .hs-section-1-banner {
        align-items: center;
        background-color: #06ccf8;
        display: flex;
        justify-content: center
    }

        .hs-section-1 .hs-section-1-banner .hs-section-1-new-tag img {
            height: 90%;
            width: 90%
        }

        .hs-section-1 .hs-section-1-banner .hs-section-1-banner-text {
            color: #0905a1;
            padding-left: 6px
        }

            .hs-section-1 .hs-section-1-banner .hs-section-1-banner-text .subsidy-text {
                font-family: Poppins-SemiBold;
                font-size: 1.4rem
            }

                .hs-section-1 .hs-section-1-banner .hs-section-1-banner-text .subsidy-text .subsidy-amount {
                    font-family: Poppins-Bold;
                    font-size: 1.5rem
                }

    .hs-section-1 .hs-section-content {
        align-items: start;
        height: 84vh;
        justify-content: end;
        padding-bottom: 8rem
    }

        .hs-section-1 .hs-section-content .hs-banner-header-web .sse-slider-header-1 {
            color: #fff;
            line-height: 1.2
        }

        .hs-section-1 .hs-section-content .hs-banner-header-web .sse-slider-header-3 {
            color: #fff
        }

        .hs-section-1 .hs-section-content .hs-banner-header-mobile {
            display: none
        }

        .hs-section-1 .hs-section-content .hs-banner-btn-block {
            padding-top: .8rem
        }

    .hs-section-1 .section-triangle {
        border-color: transparent transparent #fff;
        border-style: solid;
        border-width: 0 8rem 3.5rem;
        height: 0;
        transform: rotate(0);
        width: 0
    }

.cm-section-2, .hs-section-2 {
    background-image: url(https://sse-website.s3.ap-south-1.amazonaws.com/housing-society/Housing-quote-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    max-height: -moz-fit-content;
    max-height: fit-content;
    min-height: 100vh
}

    .cm-section-2 .sse-review-block, .hs-section-2 .sse-review-block {
        align-items: center;
        display: flex;
        flex-direction: column;
        flex-grow: 1;
        justify-content: center;
        position: relative
    }

        .cm-section-2 .sse-review-block .sse-review-content .sse-review-text, .hs-section-2 .sse-review-block .sse-review-content .sse-review-text {
            
            font-size: 1rem;
            margin: 0;
            padding: 0
        }

        .cm-section-2 .sse-review-block .sse-review-content .sse-review-text-bold, .hs-section-2 .sse-review-block .sse-review-content .sse-review-text-bold {
            font-family: Poppins-Bold;
            font-size: 1rem;
            margin: 0;
            padding: 0
        }

        .cm-section-2 .sse-review-block .sse-review-content .sse-reviewer-quotes-1, .hs-section-2 .sse-review-block .sse-review-content .sse-reviewer-quotes-1 {
            left: -53%;
            position: relative;
            top: 2rem
        }

        .cm-section-2 .sse-review-block .sse-review-content .sse-reviewer-quotes-2, .hs-section-2 .sse-review-block .sse-review-content .sse-reviewer-quotes-2 {
            position: relative;
            right: -51%;
            top: -5rem;
            transform: rotate(180deg)
        }

        .cm-section-2 .sse-review-block .sse-reviewer, .hs-section-2 .sse-review-block .sse-reviewer {
            align-items: center;
            display: flex;
            flex-direction: row;
            justify-content: center;
            margin-top: -5rem
        }

            .cm-section-2 .sse-review-block .sse-reviewer .sse-reviewer-content, .hs-section-2 .sse-review-block .sse-reviewer .sse-reviewer-content {
                align-self: flex-end;
                font-family: Poppins-Bold;
                font-size: 1rem;
                padding-bottom: 2rem;
                padding-left: 1rem;
                text-align: left
            }

                .cm-section-2 .sse-review-block .sse-reviewer .sse-reviewer-content .sse-reviewer-name, .hs-section-2 .sse-review-block .sse-reviewer .sse-reviewer-content .sse-reviewer-name {
                    color: #0905a1
                }

    .cm-section-2 .sse-review-img-block, .hs-section-2 .sse-review-img-block {
        padding-bottom: 1rem
    }

        .cm-section-2 .sse-review-img-block .sse-review-img-web, .hs-section-2 .sse-review-img-block .sse-review-img-web {
            display: flex
        }

        .cm-section-2 .sse-review-img-block .sse-review-img-mobile, .hs-section-2 .sse-review-img-block .sse-review-img-mobile {
            display: none
        }

.hs-section-numbers {
    align-items: center;
    background-color: #f1f1f1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative
}

    .hs-section-numbers .numbers-container {
        display: flex;
        flex-grow: 1
    }

    .hs-section-numbers .numbers-row {
        align-items: center;
        display: flex
    }

    .hs-section-numbers .van-block {
        background-color: #06ccf8 !important;
        height: 15rem;
        width: 100%
    }

    .hs-section-numbers .hs-section-numbers-img-block {
        text-align: center
    }

        .hs-section-numbers .hs-section-numbers-img-block .hs-section-numbers-img-1 .numbers-img-bg-1 {
            padding-top: 10%;
            width: 70%
        }

        .hs-section-numbers .hs-section-numbers-img-block .hs-section-numbers-img-1 .numbers-img-bg-2 {
            bottom: 6rem;
            left: -3rem;
            position: relative;
            width: 125%;
            z-index: 1
        }

    .hs-section-numbers .numbers-content-row {
        padding-bottom: 25%
    }

    .hs-section-numbers .numbers-features-block .numbers-features-logo .logo-img {
        width: 4rem
    }

    .hs-section-numbers .numbers-features-block .numbers-features-content {
        line-height: 1.2;
        margin-left: 1rem
    }

        .hs-section-numbers .numbers-features-block .numbers-features-content .numbers-features-heading {
            font-family: Poppins-SemiBold;
            font-size: 2.3rem
        }

        .hs-section-numbers .numbers-features-block .numbers-features-content .numbers-features-subheading {
            
            font-size: 1rem
        }

.hs-section-4 {
    background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-height: -moz-fit-content;
    max-height: fit-content;
    min-height: 100vh
}

    .hs-section-4 .gp-block .gp-content-block {
        display: flex;
        flex-direction: row;
        justify-content: center
    }

        .hs-section-4 .gp-block .gp-content-block .gp-content-img-bg {
            background-image: url(https://sse-website.s3.ap-south-1.amazonaws.com/housing-society/Gauranteed+performance.png);
            background-position: 50%;
            background-repeat: no-repeat;
            background-size: cover;
            border-radius: 1rem;
            height: 70vh;
            justify-content: space-between;
            width: 65%
        }

            .hs-section-4 .gp-block .gp-content-block .gp-content-img-bg .gp-content-text {
                background-color: #0905a1;
                border-radius: .4rem;
                box-shadow: 0 2px 10px #888;
                color: #fff;
                
                font-family: 1.1rem;
                margin-left: -2rem;
                padding: .5rem;
                width: 17rem
            }

                .hs-section-4 .gp-block .gp-content-block .gp-content-img-bg .gp-content-text.gp-content-1 {
                    margin-left: -17%;
                    margin-top: 5%
                }

                .hs-section-4 .gp-block .gp-content-block .gp-content-img-bg .gp-content-text.gp-content-2 {
                    margin-bottom: 5%;
                    margin-left: 85%
                }

.hs-section-6 {
    align-items: center;
    background-color: #06ccf8;
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-height: -moz-fit-content;
    max-height: fit-content;
    min-height: 100vh
}

    .hs-section-6 .test-slider {
        margin: 50px auto;
        width: 90%
    }

    .hs-section-6 .slick-slide {
        margin: 10px 20px
    }

        .hs-section-6 .slick-slide img {
            transform: scale(.9);
            width: 100%
        }

    .hs-section-6 .slick-next:before, .hs-section-6 .slick-prev:before {
        color: #000
    }

    .hs-section-6 .slick-dotted .slick-current img {
        transform: scale(1.1)
    }

.cm-section-6, .hs-section-7 {
    background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-height: -moz-fit-content;
    max-height: fit-content;
    min-height: 100vh
}

    .cm-section-6 .solar-journey-container .solar-journey-text-area, .hs-section-7 .solar-journey-container .solar-journey-text-area {
        background-position: 50%;
        background-repeat: no-repeat;
        background-size: cover;
        border-radius: 1rem;
        color: #fff;
        height: 30rem;
        width: 100%
    }

        .cm-section-6 .solar-journey-container .solar-journey-text-area.solar-journey-img-2, .hs-section-7 .solar-journey-container .solar-journey-text-area.solar-journey-img-2 {
            background-image: linear-gradient(180deg,transparent 0,#0905a1),url(/images/solar-journey-1.png?e62056b56d95cf60be6157e5b8b6bf9b)
        }

        .cm-section-6 .solar-journey-container .solar-journey-text-area.solar-journey-img-3, .hs-section-7 .solar-journey-container .solar-journey-text-area.solar-journey-img-3 {
            background-image: linear-gradient(180deg,transparent 0,#0905a1),url(/images/solar-journey-2.png?b327c4a68203b3f3b6cd9d58eeb46cfb)
        }

        .cm-section-6 .solar-journey-container .solar-journey-text-area.solar-journey-img-1, .hs-section-7 .solar-journey-container .solar-journey-text-area.solar-journey-img-1 {
            background-image: linear-gradient(90deg,transparent 0,#0905a1),url(/images/housing-society-banner.png?2820c3327b2338e7f9281f809c695928)
        }

            .cm-section-6 .solar-journey-container .solar-journey-text-area.solar-journey-img-1.solar-journey-text-area, .hs-section-7 .solar-journey-container .solar-journey-text-area.solar-journey-img-1.solar-journey-text-area {
                align-items: center;
                display: flex;
                justify-content: end
            }

                .cm-section-6 .solar-journey-container .solar-journey-text-area.solar-journey-img-1.solar-journey-text-area .solar-journey-text, .hs-section-7 .solar-journey-container .solar-journey-text-area.solar-journey-img-1.solar-journey-text-area .solar-journey-text {
                    width: 40%
                }

        .cm-section-6 .solar-journey-container .solar-journey-text-area.solar-journey-img-2.solar-journey-text-area, .cm-section-6 .solar-journey-container .solar-journey-text-area.solar-journey-img-3.solar-journey-text-area, .cm-section-6 .solar-journey-container .solar-journey-text-area.solar-journey-img-4.solar-journey-text-area, .hs-section-7 .solar-journey-container .solar-journey-text-area.solar-journey-img-2.solar-journey-text-area, .hs-section-7 .solar-journey-container .solar-journey-text-area.solar-journey-img-3.solar-journey-text-area, .hs-section-7 .solar-journey-container .solar-journey-text-area.solar-journey-img-4.solar-journey-text-area {
            align-items: end;
            display: flex;
            justify-content: start
        }

            .cm-section-6 .solar-journey-container .solar-journey-text-area.solar-journey-img-2.solar-journey-text-area .solar-journey-text, .cm-section-6 .solar-journey-container .solar-journey-text-area.solar-journey-img-3.solar-journey-text-area .solar-journey-text, .cm-section-6 .solar-journey-container .solar-journey-text-area.solar-journey-img-4.solar-journey-text-area .solar-journey-text, .hs-section-7 .solar-journey-container .solar-journey-text-area.solar-journey-img-2.solar-journey-text-area .solar-journey-text, .hs-section-7 .solar-journey-container .solar-journey-text-area.solar-journey-img-3.solar-journey-text-area .solar-journey-text, .hs-section-7 .solar-journey-container .solar-journey-text-area.solar-journey-img-4.solar-journey-text-area .solar-journey-text {
                padding: 0 1rem
            }

                .cm-section-6 .solar-journey-container .solar-journey-text-area.solar-journey-img-1.solar-journey-text-area .solar-journey-text .solar-journey-text-heading .h3, .cm-section-6 .solar-journey-container .solar-journey-text-area.solar-journey-img-1.solar-journey-text-area .solar-journey-text .solar-journey-text-heading h3, .cm-section-6 .solar-journey-container .solar-journey-text-area.solar-journey-img-2.solar-journey-text-area .solar-journey-text .solar-journey-text-heading .h3, .cm-section-6 .solar-journey-container .solar-journey-text-area.solar-journey-img-2.solar-journey-text-area .solar-journey-text .solar-journey-text-heading h3, .cm-section-6 .solar-journey-container .solar-journey-text-area.solar-journey-img-3.solar-journey-text-area .solar-journey-text .solar-journey-text-heading .h3, .cm-section-6 .solar-journey-container .solar-journey-text-area.solar-journey-img-3.solar-journey-text-area .solar-journey-text .solar-journey-text-heading h3, .cm-section-6 .solar-journey-container .solar-journey-text-area.solar-journey-img-4.solar-journey-text-area .solar-journey-text .solar-journey-text-heading .h3, .cm-section-6 .solar-journey-container .solar-journey-text-area.solar-journey-img-4.solar-journey-text-area .solar-journey-text .solar-journey-text-heading h3, .hs-section-7 .solar-journey-container .solar-journey-text-area.solar-journey-img-1.solar-journey-text-area .solar-journey-text .solar-journey-text-heading .h3, .hs-section-7 .solar-journey-container .solar-journey-text-area.solar-journey-img-1.solar-journey-text-area .solar-journey-text .solar-journey-text-heading h3, .hs-section-7 .solar-journey-container .solar-journey-text-area.solar-journey-img-2.solar-journey-text-area .solar-journey-text .solar-journey-text-heading .h3, .hs-section-7 .solar-journey-container .solar-journey-text-area.solar-journey-img-2.solar-journey-text-area .solar-journey-text .solar-journey-text-heading h3, .hs-section-7 .solar-journey-container .solar-journey-text-area.solar-journey-img-3.solar-journey-text-area .solar-journey-text .solar-journey-text-heading .h3, .hs-section-7 .solar-journey-container .solar-journey-text-area.solar-journey-img-3.solar-journey-text-area .solar-journey-text .solar-journey-text-heading h3, .hs-section-7 .solar-journey-container .solar-journey-text-area.solar-journey-img-4.solar-journey-text-area .solar-journey-text .solar-journey-text-heading .h3, .hs-section-7 .solar-journey-container .solar-journey-text-area.solar-journey-img-4.solar-journey-text-area .solar-journey-text .solar-journey-text-heading h3 {
                    font-family: Poppins-SemiBold;
                    font-size: 1.4rem
                }

                .cm-section-6 .solar-journey-container .solar-journey-text-area.solar-journey-img-1.solar-journey-text-area .solar-journey-text .solar-journey-text-desc, .cm-section-6 .solar-journey-container .solar-journey-text-area.solar-journey-img-2.solar-journey-text-area .solar-journey-text .solar-journey-text-desc, .cm-section-6 .solar-journey-container .solar-journey-text-area.solar-journey-img-3.solar-journey-text-area .solar-journey-text .solar-journey-text-desc, .cm-section-6 .solar-journey-container .solar-journey-text-area.solar-journey-img-4.solar-journey-text-area .solar-journey-text .solar-journey-text-desc, .hs-section-7 .solar-journey-container .solar-journey-text-area.solar-journey-img-1.solar-journey-text-area .solar-journey-text .solar-journey-text-desc, .hs-section-7 .solar-journey-container .solar-journey-text-area.solar-journey-img-2.solar-journey-text-area .solar-journey-text .solar-journey-text-desc, .hs-section-7 .solar-journey-container .solar-journey-text-area.solar-journey-img-3.solar-journey-text-area .solar-journey-text .solar-journey-text-desc, .hs-section-7 .solar-journey-container .solar-journey-text-area.solar-journey-img-4.solar-journey-text-area .solar-journey-text .solar-journey-text-desc {
                    min-height: 6rem
                }

                    .cm-section-6 .solar-journey-container .solar-journey-text-area.solar-journey-img-1.solar-journey-text-area .solar-journey-text .solar-journey-text-desc p, .cm-section-6 .solar-journey-container .solar-journey-text-area.solar-journey-img-2.solar-journey-text-area .solar-journey-text .solar-journey-text-desc p, .cm-section-6 .solar-journey-container .solar-journey-text-area.solar-journey-img-3.solar-journey-text-area .solar-journey-text .solar-journey-text-desc p, .cm-section-6 .solar-journey-container .solar-journey-text-area.solar-journey-img-4.solar-journey-text-area .solar-journey-text .solar-journey-text-desc p, .hs-section-7 .solar-journey-container .solar-journey-text-area.solar-journey-img-1.solar-journey-text-area .solar-journey-text .solar-journey-text-desc p, .hs-section-7 .solar-journey-container .solar-journey-text-area.solar-journey-img-2.solar-journey-text-area .solar-journey-text .solar-journey-text-desc p, .hs-section-7 .solar-journey-container .solar-journey-text-area.solar-journey-img-3.solar-journey-text-area .solar-journey-text .solar-journey-text-desc p, .hs-section-7 .solar-journey-container .solar-journey-text-area.solar-journey-img-4.solar-journey-text-area .solar-journey-text .solar-journey-text-desc p {
                        
                        font-size: 1.1rem;
                        padding: 0
                    }

                    .cm-section-6 .solar-journey-container .solar-journey-text-area.solar-journey-img-1.solar-journey-text-area .solar-journey-text .solar-journey-text-desc ul, .cm-section-6 .solar-journey-container .solar-journey-text-area.solar-journey-img-2.solar-journey-text-area .solar-journey-text .solar-journey-text-desc ul, .cm-section-6 .solar-journey-container .solar-journey-text-area.solar-journey-img-3.solar-journey-text-area .solar-journey-text .solar-journey-text-desc ul, .cm-section-6 .solar-journey-container .solar-journey-text-area.solar-journey-img-4.solar-journey-text-area .solar-journey-text .solar-journey-text-desc ul, .hs-section-7 .solar-journey-container .solar-journey-text-area.solar-journey-img-1.solar-journey-text-area .solar-journey-text .solar-journey-text-desc ul, .hs-section-7 .solar-journey-container .solar-journey-text-area.solar-journey-img-2.solar-journey-text-area .solar-journey-text .solar-journey-text-desc ul, .hs-section-7 .solar-journey-container .solar-journey-text-area.solar-journey-img-3.solar-journey-text-area .solar-journey-text .solar-journey-text-desc ul, .hs-section-7 .solar-journey-container .solar-journey-text-area.solar-journey-img-4.solar-journey-text-area .solar-journey-text .solar-journey-text-desc ul {
                        
                        font-size: 1.1rem;
                        line-height: 1.8;
                        list-style-type: none;
                        padding: 0
                    }

                        .cm-section-6 .solar-journey-container .solar-journey-text-area.solar-journey-img-1.solar-journey-text-area .solar-journey-text .solar-journey-text-desc ul .benefit-pointer, .cm-section-6 .solar-journey-container .solar-journey-text-area.solar-journey-img-2.solar-journey-text-area .solar-journey-text .solar-journey-text-desc ul .benefit-pointer, .cm-section-6 .solar-journey-container .solar-journey-text-area.solar-journey-img-3.solar-journey-text-area .solar-journey-text .solar-journey-text-desc ul .benefit-pointer, .cm-section-6 .solar-journey-container .solar-journey-text-area.solar-journey-img-4.solar-journey-text-area .solar-journey-text .solar-journey-text-desc ul .benefit-pointer, .hs-section-7 .solar-journey-container .solar-journey-text-area.solar-journey-img-1.solar-journey-text-area .solar-journey-text .solar-journey-text-desc ul .benefit-pointer, .hs-section-7 .solar-journey-container .solar-journey-text-area.solar-journey-img-2.solar-journey-text-area .solar-journey-text .solar-journey-text-desc ul .benefit-pointer, .hs-section-7 .solar-journey-container .solar-journey-text-area.solar-journey-img-3.solar-journey-text-area .solar-journey-text .solar-journey-text-desc ul .benefit-pointer, .hs-section-7 .solar-journey-container .solar-journey-text-area.solar-journey-img-4.solar-journey-text-area .solar-journey-text .solar-journey-text-desc ul .benefit-pointer {
                            background-color: #06ccf8;
                            border-top-right-radius: 5px;
                            display: inline-block;
                            height: .8rem;
                            margin-right: .5rem;
                            width: .8rem
                        }

.hs-section-8 {
    background-color: #06ccf8;
    max-height: -moz-fit-content;
    max-height: fit-content;
    min-height: 100vh
}

    .hs-section-8, .hs-section-8 .hs-buying-guide-block {
        display: flex;
        flex-direction: column;
        justify-content: center
    }

        .hs-section-8 .hs-guide-heading-mobile {
            display: none
        }

        .hs-section-8 .hs-guide-heading, .hs-section-8 .hs-guide-heading-mobile {
            color: #0905a1;
            font-family: Poppins-Bold
        }

        .hs-section-8 .hs-guide-benefits, .hs-section-8 .hs-guide-subheading {
            color: #000;
            
            font-size: 1rem
        }

            .hs-section-8 .hs-guide-benefits ul {
                line-height: 2.1;
                list-style-type: none
            }

                .hs-section-8 .hs-guide-benefits ul .benefit-pointer {
                    background-color: #0905a1;
                    border-top-right-radius: 5px;
                    display: inline-block;
                    height: .8rem;
                    margin-right: .5rem;
                    width: .8rem
                }

        .hs-section-8 .hs-guide-bg-block {
            text-align: center
        }

            .hs-section-8 .hs-guide-bg-block .hs-guide-image {
                width: 80%
            }

.hs-section-9 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-height: -moz-fit-content;
    max-height: fit-content;
    min-height: 100vh
}

    .hs-section-9 .testimonials-carousel .slick-slide {
        height: 14rem
    }

@media screen and (max-width:768px) {
    .hs-section-1 {
        min-height: 60vh
    }

        .hs-section-1 .hs-video-content {
            background-color: rgba(50,50,50,.5);
            height: 90%;
            position: absolute;
            width: 100%
        }

        .hs-section-1 .hs-section-1-video {
            height: 90%
        }

        .hs-section-1 .hs-section-1-banner-cond {
            bottom: -.8rem;
            font-size: 13px;
            right: 1rem
        }

        .hs-section-1 .hs-section-1-banner {
            padding: .3rem 1rem
        }

            .hs-section-1 .hs-section-1-banner .hs-section-1-banner-text {
                color: #0905a1
            }

                .hs-section-1 .hs-section-1-banner .hs-section-1-banner-text .subsidy-text {
                    font-size: .95rem
                }

                    .hs-section-1 .hs-section-1-banner .hs-section-1-banner-text .subsidy-text .subsidy-amount {
                        font-size: 1rem
                    }

        .hs-section-1 .hs-section-content {
            align-items: center;
            height: 90% !important;
            justify-content: center;
            padding: 4rem 0
        }

            .hs-section-1 .hs-section-content .hs-banner-header-web {
                display: none
            }

            .hs-section-1 .hs-section-content .hs-banner-header-mobile {
                display: block;
                text-align: center
            }

                .hs-section-1 .hs-section-content .hs-banner-header-mobile .hs-banner-text {
                    color: #fff;
                    font-family: Poppins-Bold;
                    font-size: 1.5rem;
                    line-height: 1.2
                }

        .hs-section-1 .section-triangle {
            border-color: transparent transparent #fff;
            border-style: solid;
            border-width: 0 4rem 2.5rem;
            height: 0;
            transform: rotate(0);
            width: 0
        }

    .cm-section-2, .hs-section-2 {
        background-image: url(/images/housing-quote-bg.jpg?d68fd609c33fbc3ffe3ba43b4431476e)
    }

        .cm-section-2 .sse-review-block .sse-review-content .sse-reviewer-quotes-1, .hs-section-2 .sse-review-block .sse-review-content .sse-reviewer-quotes-1 {
            left: -10rem;
            top: .5rem;
            width: 3.5rem
        }

        .cm-section-2 .sse-review-block .sse-review-content .sse-reviewer-quotes-2, .hs-section-2 .sse-review-block .sse-review-content .sse-reviewer-quotes-2 {
            left: 9.5rem;
            top: -2rem;
            width: 3.5rem
        }

        .cm-section-2 .sse-review-block .sse-reviewer, .hs-section-2 .sse-review-block .sse-reviewer {
            flex-direction: column;
            margin-top: -3rem
        }

            .cm-section-2 .sse-review-block .sse-reviewer .sse-reviewer-content, .hs-section-2 .sse-review-block .sse-reviewer .sse-reviewer-content {
                align-self: auto;
                padding-left: 0;
                text-align: center
            }

        .cm-section-2 .sse-review-img-block .sse-review-img-web, .hs-section-2 .sse-review-img-block .sse-review-img-web {
            display: none
        }

        .cm-section-2 .sse-review-img-block .sse-review-img-mobile, .hs-section-2 .sse-review-img-block .sse-review-img-mobile {
            display: flex
        }

    .hs-section-numbers .van-block {
        display: none
    }

    .hs-section-numbers .hs-section-numbers-img-block .hs-section-numbers-img-1 .numbers-img-bg-2 {
        left: 0;
        width: 100%
    }

    .hs-section-numbers .numbers-content-row {
        padding-bottom: 10%
    }

        .hs-section-numbers .numbers-content-row .numbers-features-col {
            display: flex;
            padding-left: 10%
        }

    .hs-section-numbers .numbers-features-block .numbers-features-content .numbers-features-heading {
        font-size: 2rem
    }

    .hs-section-4 .gp-block .gp-content-block .gp-content-img-bg {
        justify-content: end;
        padding: 0;
        width: 80%
    }

        .hs-section-4 .gp-block .gp-content-block .gp-content-img-bg .gp-content-text {
            padding: .5rem;
            width: 100%
        }

            .hs-section-4 .gp-block .gp-content-block .gp-content-img-bg .gp-content-text.gp-content-1 {
                margin: 0 0 -6px
            }

            .hs-section-4 .gp-block .gp-content-block .gp-content-img-bg .gp-content-text.gp-content-2 {
                box-shadow: 0 8px 10px #888;
                margin: 0
            }

    .hs-section-6 {
        min-height: 70vh
    }

    .cm-section-6 .solar-journey-container .solar-journey-text-area .solar-journey-text-heading .h3, .cm-section-6 .solar-journey-container .solar-journey-text-area .solar-journey-text-heading h3, .hs-section-7 .solar-journey-container .solar-journey-text-area .solar-journey-text-heading .h3, .hs-section-7 .solar-journey-container .solar-journey-text-area .solar-journey-text-heading h3 {
        font-size: 1.1rem !important
    }

    .cm-section-6 .solar-journey-container .solar-journey-text-area .solar-journey-text-desc p, .cm-section-6 .solar-journey-container .solar-journey-text-area .solar-journey-text-desc ul, .hs-section-7 .solar-journey-container .solar-journey-text-area .solar-journey-text-desc p, .hs-section-7 .solar-journey-container .solar-journey-text-area .solar-journey-text-desc ul {
        font-size: .9rem !important
    }

    .cm-section-6 .solar-journey-container .solar-journey-text-area.solar-journey-img-1, .hs-section-7 .solar-journey-container .solar-journey-text-area.solar-journey-img-1 {
        background-image: url(https://sse-website.s3.ap-south-1.amazonaws.com/housing-society/hassel-free-1.png)
    }

        .cm-section-6 .solar-journey-container .solar-journey-text-area.solar-journey-img-1.solar-journey-text-area, .hs-section-7 .solar-journey-container .solar-journey-text-area.solar-journey-img-1.solar-journey-text-area {
            align-items: start;
            display: flex;
            flex-direction: column;
            height: 40rem;
            justify-content: end
        }

            .cm-section-6 .solar-journey-container .solar-journey-text-area.solar-journey-img-1.solar-journey-text-area .solar-journey-text, .hs-section-7 .solar-journey-container .solar-journey-text-area.solar-journey-img-1.solar-journey-text-area .solar-journey-text {
                padding: 0 1rem;
                width: 100%
            }

    .cm-section-6 .solar-journey-container .solar-journey-text-area.solar-journey-img-2, .hs-section-7 .solar-journey-container .solar-journey-text-area.solar-journey-img-2 {
        background-image: url(https://sse-website.s3.ap-south-1.amazonaws.com/housing-society/hs-leak-proof-1.png);
        min-height: 40rem !important
    }

    .cm-section-6 .solar-journey-container .solar-journey-text-area.solar-journey-img-3, .hs-section-7 .solar-journey-container .solar-journey-text-area.solar-journey-img-3 {
        background-image: url(https://sse-website.s3.ap-south-1.amazonaws.com/housing-society/hs-leak-proof-2.png)
    }

    .cm-section-6 .solar-journey-container .solar-journey-text-area.solar-journey-img-4, .hs-section-7 .solar-journey-container .solar-journey-text-area.solar-journey-img-4 {
        background-image: url(https://sse-website.s3.ap-south-1.amazonaws.com/housing-society/hs-leak-proof-3.png);
        min-height: 35rem !important
    }

    .hs-section-8 .container {
        margin: 3rem 0
    }

    .hs-section-8 .hs-buying-guide-block {
        text-align: center
    }

    .hs-section-8 .hs-guide-heading-mobile {
        display: block
    }

    .hs-section-8 .hs-guide-heading {
        display: none
    }

    .hs-section-8 .hs-guide-benefits ul {
        padding-left: 1.2rem;
        text-align: left
    }

    .hs-section-9 {
        min-height: 60vh
    }

    .hs-section-10 {
        min-height: 90vh
    }
}

.city-section-1-v2 {
    background: linear-gradient(90.16deg,#101f9d -15.84%,#11111c 122.54%);
    background-blend-mode: overlay;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff
}

    .city-section-1-v2 .container div .city-section-div {
        padding-right: 30px
    }

        .city-section-1-v2 .container div .city-section-div .city-section-header .sse-slider-header-1 {
            font-family: Poppins-SemiBold;
            font-size: 40px;
            line-height: 48px
        }

            .city-section-1-v2 .container div .city-section-div .city-section-header .sse-slider-header-1 span {
                color: #00bdff !important
            }

        .city-section-1-v2 .container div .city-section-div .city-section-sub-header .h3, .city-section-1-v2 .container div .city-section-div .city-section-sub-header h3 {
            font-family: Poppins-Light;
            font-size: 18px;
            letter-spacing: .3px;
            margin-bottom: 2rem
        }

        .city-section-1-v2 .container div .city-section-div .city-section-sub-header .city-sse-slider-header-3 {
            font-family: Poppins-Light;
            font-size: 18px;
            letter-spacing: .3px;
            margin-bottom: 1.8rem !important
        }

        .city-section-1-v2 .container div .city-section-div .img-relative img {
            border-top-left-radius: 1rem;
            border-top-right-radius: 1rem;
            height: 100%;
            -o-object-fit: contain;
            object-fit: contain;
            width: 100%
        }

        .city-section-1-v2 .container div .city-section-div .slogan-gif, .city-section-1-v2 .container div .city-section-div .slogan-gif img {
            border-bottom-left-radius: 1rem;
            border-bottom-right-radius: 1rem
        }

        .city-section-1-v2 .container div .city-section-div .state-item-wrapper {
            align-items: center;
            background-color: #eef8ff;
            color: #11111c;
            display: flex;
            gap: 20px;
            padding: 20px 32px;
            width: 100%
        }

            .city-section-1-v2 .container div .city-section-div .state-item-wrapper .state-item-left {
                width: 40%
            }

                .city-section-1-v2 .container div .city-section-div .state-item-wrapper .state-item-left .state-item-title {
                    font-family: Poppins-SemiBold;
                    font-size: 16px
                }

                .city-section-1-v2 .container div .city-section-div .state-item-wrapper .state-item-left .state-item-para {
                    
                    font-size: 12px
                }

            .city-section-1-v2 .container div .city-section-div .state-item-wrapper .state-item-right {
                width: 60%
            }

                .city-section-1-v2 .container div .city-section-div .state-item-wrapper .state-item-right .state-item-city {
                    align-items: center;
                    display: flex;
                    flex-wrap: wrap;
                    gap: 12px
                }

                    .city-section-1-v2 .container div .city-section-div .state-item-wrapper .state-item-right .state-item-city .city-btn {
                        background: #dff7ff;
                        border: 1px solid #62d5fe;
                        border-radius: 8px;
                        color: #101425;
                        cursor: pointer;
                        font-size: 14px;
                        font-weight: 500;
                        padding: 8px 16px
                    }

                        .city-section-1-v2 .container div .city-section-div .state-item-wrapper .state-item-right .state-item-city .city-btn a {
                            color: #101425;
                            text-decoration: none
                        }

                .city-section-1-v2 .container div .city-section-div .state-item-wrapper .state-item-right .justify-content-center {
                    justify-content: center
                }

    .city-section-1-v2 .container div .form-parent-wrapper div #cityPageForm .policy-check {
        align-items: center;
        display: flex
    }

        .city-section-1-v2 .container div .form-parent-wrapper div #cityPageForm .policy-check p {
            margin-bottom: 0 !important
        }

            .city-section-1-v2 .container div .form-parent-wrapper div #cityPageForm .policy-check p a {
                color: #000 !important
            }

    .city-section-1-v2 .container .desktop-state-item-wrapper {
        background-color: #eef8ff;
        border-radius: 12px;
        color: #11111c;
        display: flex;
        flex-direction: column;
        gap: 12px;
        margin-top: 32px;
        padding: 28px 54px;
        width: 100%
    }

        .city-section-1-v2 .container .desktop-state-item-wrapper .desktop-state-item-top {
            font-family: Poppins-SemiBold;
            font-size: 16px
        }

        .city-section-1-v2 .container .desktop-state-item-wrapper .desktop-state-item-bottom .state-item-city {
            align-items: center;
            display: flex;
            flex-wrap: wrap;
            gap: 12px
        }

            .city-section-1-v2 .container .desktop-state-item-wrapper .desktop-state-item-bottom .state-item-city .city-btn {
                background: #dff7ff;
                border: 1px solid #62d5fe;
                border-radius: 8px;
                color: #101425;
                cursor: pointer;
                font-size: 14px;
                font-weight: 500;
                padding: 8px 16px
            }

                .city-section-1-v2 .container .desktop-state-item-wrapper .desktop-state-item-bottom .state-item-city .city-btn a {
                    color: #101425;
                    text-decoration: none
                }

.city-page-g-review {
    background-color: #fff;
    box-shadow: 0 2px 4px 0 hsla(0,0%,44%,.161);
    height: 6rem;
    position: relative
}

    .city-page-g-review .city-page-g-review-1 {
        margin-left: -9%;
        padding: 1rem 0
    }

    .city-page-g-review .city-page-g-review-2 {
        left: 46%;
        position: absolute;
        top: 49%
    }

        .city-page-g-review .city-page-g-review-2 div {
            color: #11195e;
            font-family: Poppins-Medium;
            font-size: 1.3rem
        }

.city-info .cont {
    margin: auto;
    max-width: 1000px;
    padding: 50px 15px
}

    .city-info .cont .flex-style {
        align-items: center;
        display: flex;
        gap: 10px;
        justify-content: space-between
    }

        .city-info .cont .flex-style .city-padd-style div .num-img {
            margin-bottom: 10px
        }

        .city-info .cont .flex-style .city-padd-style div div .num-title {
            font-family: Poppins-Bold;
            font-size: 24px
        }

        .city-info .cont .flex-style .city-padd-style div div .num-desc {
            font-family: Poppins-SemiBold;
            font-size: 16px;
            margin-bottom: 0 !important
        }

    .city-info .cont .drive-title {
        font-family: Poppins-Bold;
        font-size: 24px;
        margin-bottom: 26px
    }

.city-section-2 {
    position: relative;
    z-index: 2
}

    .city-section-2 .consultation-icon-content .consultation-icon-block .consultation-block-img {
        height: 4rem;
        width: 4rem
    }

    .city-section-2 .consultation-icon-content .consultation-icon-text {
        
        font-size: 1.1rem;
        margin-top: .8rem
    }

.city-section-3 .city-sj-img-block {
    position: relative
}

    .city-section-3 .city-sj-img-block .city-solar-journey-1 {
        position: absolute
    }

        .city-section-3 .city-sj-img-block .city-solar-journey-1 .city-solar-journey-img-1 {
            height: 17rem;
            width: 100%
        }

    .city-section-3 .city-sj-img-block .city-solar-journey-2 {
        left: -20%;
        position: absolute;
        top: 30%
    }

        .city-section-3 .city-sj-img-block .city-solar-journey-2 .city-solar-journey-img-2 {
            height: 17rem;
            width: 100%
        }

    .city-section-3 .city-sj-img-block .city-solar-journey-3 {
        left: -15%;
        position: absolute;
        top: 60%
    }

        .city-section-3 .city-sj-img-block .city-solar-journey-3 .city-solar-journey-img-3 {
            height: 17rem;
            width: 100%
        }

.city-section-3 .table-maharashtra th {
    background-color: #06ccf8;
    color: #fff;
    font-family: Poppins-SemiBold;
    font-size: 1.1rem;
    vertical-align: top
}

.city-section-3 .table-maharashtra tr td {
    font-family: Poppins-SemiBold;
    font-size: 1rem
}

    .city-section-3 .table-maharashtra tr td:last-child {
        color: #0905a1;
        font-family: Poppins-Bold
    }

.city-section-3 .table-maharashtra tr:nth-child(odd) td {
    background-color: #f1f1f1 !important
}

.city-section-4 {
    align-items: center;
    background-color: #f1f1f1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 100vh
}

    .city-section-4 .testimonials-block .testimonials-header {
        text-align: center
    }

        .city-section-4 .testimonials-block .testimonials-header .testimonials-subheader {
            font-family: Poppins-Regular
        }

    .city-section-4 .testimonials-block .mobile-testimonials-content .cp-testimonial-1, .city-section-4 .testimonials-block .testimonials-content .cp-testimonial-1 {
        margin-top: 5%
    }

    .city-section-4 .testimonials-block .mobile-testimonials-content .cp-testimonial-3, .city-section-4 .testimonials-block .mobile-testimonials-content .cp-testimonial-4, .city-section-4 .testimonials-block .mobile-testimonials-content .cp-testimonial-6, .city-section-4 .testimonials-block .testimonials-content .cp-testimonial-3, .city-section-4 .testimonials-block .testimonials-content .cp-testimonial-4, .city-section-4 .testimonials-block .testimonials-content .cp-testimonial-6 {
        margin-top: 3%
    }

    .city-section-4 .testimonials-block .mobile-testimonials-content .testimonials-city-block, .city-section-4 .testimonials-block .testimonials-content .testimonials-city-block {
        font-family: Poppins-Regular
    }

        .city-section-4 .testimonials-block .mobile-testimonials-content .testimonials-city-block .testimonials-block-text, .city-section-4 .testimonials-block .testimonials-content .testimonials-city-block .testimonials-block-text {
            background-color: #d9d9d9;
            border-radius: 1rem;
            font-size: 1rem;
            min-height: 13rem;
            padding: 1rem
        }

        .city-section-4 .testimonials-block .mobile-testimonials-content .testimonials-city-block .testimonials-triangle, .city-section-4 .testimonials-block .testimonials-content .testimonials-city-block .testimonials-triangle {
            border-color: #d9d9d9 transparent transparent;
            border-style: solid;
            border-width: 15px 15px 0;
            height: 0;
            margin-left: 8.5%;
            transform: rotate(0);
            width: 0
        }

        .city-section-4 .testimonials-block .mobile-testimonials-content .testimonials-city-block .testimonials-block-user, .city-section-4 .testimonials-block .testimonials-content .testimonials-city-block .testimonials-block-user {
            align-items: center;
            display: flex;
            padding: 1rem
        }

            .city-section-4 .testimonials-block .mobile-testimonials-content .testimonials-city-block .testimonials-block-user .testimonials-user-img img, .city-section-4 .testimonials-block .testimonials-content .testimonials-city-block .testimonials-block-user .testimonials-user-img img {
                width: 80%
            }

            .city-section-4 .testimonials-block .mobile-testimonials-content .testimonials-city-block .testimonials-block-user .testimonial-user-name .testimonial-user-name-1, .city-section-4 .testimonials-block .testimonials-content .testimonials-city-block .testimonials-block-user .testimonial-user-name .testimonial-user-name-1 {
                font-family: Poppins-SemiBold;
                font-size: 1.2rem;
                margin-bottom: 0
            }

            .city-section-4 .testimonials-block .mobile-testimonials-content .testimonials-city-block .testimonials-block-user .testimonial-user-name .testimonial-user-place, .city-section-4 .testimonials-block .testimonials-content .testimonials-city-block .testimonials-block-user .testimonial-user-name .testimonial-user-place {
                
                margin-bottom: 0
            }

    .city-section-4 .testimonials-block .mobile-testimonials-content .slick-next, .city-section-4 .testimonials-block .mobile-testimonials-content .slick-prev {
        display: none !important
    }

.city-page-tnc .container {
    display: flex;
    flex-direction: row;
    justify-content: end
}

    .city-page-tnc .container .city-page-tnc-text {
        
        font-size: 12px
    }

@media screen and (max-width:768px) {
    .city-page-tnc .container {
        display: flex;
        flex-direction: row;
        justify-content: center
    }

        .city-page-tnc .container span {
            
            font-size: 10px
        }

    .city-section-1-v2 {
        background-position: 50%;
        background: linear-gradient(90.16deg,#101f9d -15.84%,#11111c 122.54%);
        background-blend-mode: overlay;
        background-repeat: no-repeat;
        background-size: cover;
        min-height: 100%;
        padding-top: 1.8rem !important
    }

        .city-section-1-v2 .container {
            padding-left: 0;
            padding-right: 0
        }

            .city-section-1-v2 .container div {
                margin-right: 0 !important
            }

                .city-section-1-v2 .container div .city-section-div {
                    padding-right: 0
                }

                    .city-section-1-v2 .container div .city-section-div .city-section-header {
                        padding: 0 0 0 16px
                    }

                        .city-section-1-v2 .container div .city-section-div .city-section-header .sse-slider-header-1 {
                            font-size: 24px;
                            line-height: 30px
                        }

                    .city-section-1-v2 .container div .city-section-div .city-section-sub-header {
                        margin-bottom: 0 !important;
                        padding: 0 16px
                    }

                        .city-section-1-v2 .container div .city-section-div .city-section-sub-header .city-sse-slider-header-3, .city-section-1-v2 .container div .city-section-div .city-section-sub-header .h3, .city-section-1-v2 .container div .city-section-div .city-section-sub-header h3 {
                            font-size: 14px;
                            letter-spacing: .3px;
                            margin-bottom: 0 !important
                        }

                    .city-section-1-v2 .container div .city-section-div .img-relative {
                        -webkit-clip-path: inset(10% 0 0 0);
                        clip-path: inset(10% 0 0 0)
                    }

                    .city-section-1-v2 .container div .city-section-div .slogan-gif, .city-section-1-v2 .container div .city-section-div .slogan-gif img {
                        border-bottom-left-radius: 0;
                        border-bottom-right-radius: 0
                    }

                    .city-section-1-v2 .container div .city-section-div .state-item-wrapper {
                        align-items: center;
                        flex-direction: column;
                        justify-content: center;
                        padding: 20px 0 20px 32px;
                        width: 100%
                    }

                        .city-section-1-v2 .container div .city-section-div .state-item-wrapper .state-item-left {
                            align-items: center;
                            display: flex;
                            flex-direction: column;
                            padding-right: 32px;
                            text-align: center;
                            width: 100%
                        }

                        .city-section-1-v2 .container div .city-section-div .state-item-wrapper .state-item-right {
                            padding-right: 32px;
                            width: 100%
                        }

                            .city-section-1-v2 .container div .city-section-div .state-item-wrapper .state-item-right .state-item-city {
                                flex-wrap: nowrap;
                                overflow-x: auto
                            }

                                .city-section-1-v2 .container div .city-section-div .state-item-wrapper .state-item-right .state-item-city .city-btn {
                                    word-break: keep-all
                                }

                .city-section-1-v2 .container div .form-parent-wrapper {
                    padding: 1.5rem 1rem 1.5rem 1.5rem
                }

                    .city-section-1-v2 .container div .form-parent-wrapper .form-div {
                        padding: 1.2rem
                    }

                        .city-section-1-v2 .container div .form-parent-wrapper .form-div #cityPageForm .policy-check p {
                            font-size: 12px;
                            margin-bottom: 0 !important
                        }

            .city-section-1-v2 .container .desktop-state-item-wrapper {
                display: none
            }

    .city-section-2 .consultation-icon-content .col-md-6 {
        align-items: center;
        display: flex;
        flex-direction: row
    }

        .city-section-2 .consultation-icon-content .col-md-6 .consultation-icon-text {
            padding-left: 1rem;
            text-align: left
        }

    .city-section-3 .city-section-header {
        text-align: center
    }
}

@media (max-width:768px) {
    .city-info .cont {
        padding: 50px 35px
    }

        .city-info .cont .flex-style {
            display: grid !important;
            grid-template-columns: repeat(2,1fr);
            row-gap: 20px
        }

            .city-info .cont .flex-style div .city-padd-style {
                text-align: center
            }

                .city-info .cont .flex-style div .city-padd-style div div .num-title {
                    font-family: Poppins-SemiBold;
                    font-size: 16px
                }

                .city-info .cont .flex-style div .city-padd-style div div .num-desc {
                    
                    font-size: 14px
                }

    .city-page-g-review .city-page-g-review-2 div {
        word-wrap: break-word;
        color: #000;
        font-family: Poppins-SemiBold;
        font-size: 12px;
        padding-left: 12px;
        padding-right: 8px;
        padding-top: 4px
    }
}

@media screen and (min-width:767px) and (max-width:1024px) {
    .city-section-1-v2 .container .tab-responsive {
        flex-direction: column !important
    }

        .city-section-1-v2 .container .tab-responsive .city-section-div {
            width: 100% !important
        }

        .city-section-1-v2 .container .tab-responsive .form-parent-wrapper {
            margin-top: 30px;
            width: 100% !important
        }

    .city-section-1-v2 .container .desktop-state-item-wrapper {
        display: none
    }
}

@media screen and (max-width:392px) {
    .city-section-1-v2 .container .tab-responsive {
        flex-direction: column !important
    }

        .city-section-1-v2 .container .tab-responsive .city-section-div {
            width: 100% !important
        }
}

@media (max-width:576px) {
    .drive-title {
        font-size: 1.25rem
    }
}

.cm-section-1 {
    background-blend-mode: overlay;
    background-image: url(https://sse-website.s3.ap-south-1.amazonaws.com/commercial/commercial-banner.png),linear-gradient(rgba(0,0,0,.2),rgba(0,0,0,.2));
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    max-height: -moz-fit-content;
    max-height: fit-content;
    min-height: 92vh
}

    .cm-section-1 .hs-section-content {
        align-items: start;
        height: 92vh;
        justify-content: end;
        padding-bottom: 8rem
    }

        .cm-section-1 .hs-section-content .hs-banner-header-web .sse-slider-header-1 {
            color: #fff;
            line-height: 1.2
        }

        .cm-section-1 .hs-section-content .hs-banner-header-mobile {
            display: none
        }

        .cm-section-1 .hs-section-content .hs-banner-btn-block {
            padding-top: .8rem
        }

    .cm-section-1 .section-triangle {
        border-color: transparent transparent #fff;
        border-style: solid;
        border-width: 0 8rem 3.5rem;
        height: 0;
        transform: rotate(0);
        width: 0
    }

.cm-section-2 {
    padding-bottom: 0 !important;
    padding-top: 3rem !important
}

    .cm-section-2 .sse-reviewer-quotes-1 {
        left: -53% !important;
        top: 15% !important
    }

    .cm-section-2 .sse-reviewer-quotes-2 {
        right: -53% !important
    }

    .cm-section-2 .sse-review-text {
        font-size: 1.7rem !important
    }

    .cm-section-2 .sse-review-img-block {
        padding-bottom: 0 !important
    }

.cm-solar-bg-1, .cm-solar-bg-2 {
    background-attachment: fixed;
    background-image: url(https://sse-website.s3.ap-south-1.amazonaws.com/commercial/parralx+back+dektop.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 300px
}

.cm-section-5 {
    background-color: #06ccf8
}

    .cm-section-5 .cm-stats-content {
        display: flex;
        flex-direction: column;
        justify-content: center
    }

        .cm-section-5 .cm-stats-content img {
            position: relative;
            top: 7%;
            width: 100%
        }

        .cm-section-5 .cm-stats-content .cm-stats-block {
            text-align: center
        }

            .cm-section-5 .cm-stats-content .cm-stats-block .cm-stats-img-block .cm-stats-img {
                height: 5rem;
                width: 5rem
            }

            .cm-section-5 .cm-stats-content .cm-stats-block .cm-stats-header {
                font-family: Poppins-Bold
            }

            .cm-section-5 .cm-stats-content .cm-stats-block .cm-stats-subheader {
                
                font-size: 1.1rem
            }

.cm-section-6 .solar-journey-img-2 {
    background-image: url(https://sse-website.s3.ap-south-1.amazonaws.com/commercial/hassle-free-new-1.png) !important
}

.cm-section-6 .solar-journey-img-3 {
    background-image: url(https://sse-website.s3.ap-south-1.amazonaws.com/commercial/hassle-free-new-2.png) !important
}

.cm-section-7, .sp-section-7 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-height: -moz-fit-content;
    max-height: fit-content;
    min-height: 100vh
}

    .cm-section-7 .web-testimonials .fa, .sp-section-7 .web-testimonials .fa {
        font-size: 2rem
    }

    .cm-section-7 .testimonials-carousel .slick-slide, .sp-section-7 .testimonials-carousel .slick-slide {
        height: 16rem;
        margin-left: 15%;
        width: 70% !important
    }

        .cm-section-7 .testimonials-carousel .slick-slide .card, .sp-section-7 .testimonials-carousel .slick-slide .card {
            border: none
        }

            .cm-section-7 .testimonials-carousel .slick-slide .card .card-header-content, .sp-section-7 .testimonials-carousel .slick-slide .card .card-header-content {
                padding-right: 0
            }

            .cm-section-7 .testimonials-carousel .slick-slide .card .card-body-content, .sp-section-7 .testimonials-carousel .slick-slide .card .card-body-content {
                padding-left: 0
            }

            .cm-section-7 .testimonials-carousel .slick-slide .card .testimonials-image, .sp-section-7 .testimonials-carousel .slick-slide .card .testimonials-image {
                height: 100%;
                width: 100%
            }

            .cm-section-7 .testimonials-carousel .slick-slide .card .card-body, .sp-section-7 .testimonials-carousel .slick-slide .card .card-body {
                background-color: #f1f1f1;
                border: 0;
                border-bottom-right-radius: 1.5rem;
                border-top-right-radius: 1.5rem;
                color: rgba(0,0,0,.502);
                
                font-size: 15px
            }

                .cm-section-7 .testimonials-carousel .slick-slide .card .card-body strong, .sp-section-7 .testimonials-carousel .slick-slide .card .card-body strong {
                    font-family: Poppins-SemiBold
                }

        .cm-section-7 .testimonials-carousel .slick-slide.slick-current.slick-active, .sp-section-7 .testimonials-carousel .slick-slide.slick-current.slick-active {
            margin-left: 10%;
            width: 80% !important
        }

            .cm-section-7 .testimonials-carousel .slick-slide.slick-current.slick-active .card .card-body-content, .sp-section-7 .testimonials-carousel .slick-slide.slick-current.slick-active .card .card-body-content {
                background-color: #0905a1;
                border-bottom-right-radius: 1.4rem;
                border-top-right-radius: 1.4rem;
                box-shadow: 0 10px 18px #888
            }

            .cm-section-7 .testimonials-carousel .slick-slide.slick-current.slick-active .card .card-body, .sp-section-7 .testimonials-carousel .slick-slide.slick-current.slick-active .card .card-body {
                background-color: transparent;
                color: #fff;
                margin: 1rem 0
            }

    .cm-section-7 .m-testimonials-carousel, .sp-section-7 .m-testimonials-carousel {
        margin-top: 2rem
    }

        .cm-section-7 .m-testimonials-carousel .slick-next, .cm-section-7 .m-testimonials-carousel .slick-prev, .sp-section-7 .m-testimonials-carousel .slick-next, .sp-section-7 .m-testimonials-carousel .slick-prev {
            display: none !important
        }

        .cm-section-7 .m-testimonials-carousel .slick-slide .card, .sp-section-7 .m-testimonials-carousel .slick-slide .card {
            background-color: #0905a1;
            color: #fff
        }

            .cm-section-7 .m-testimonials-carousel .slick-slide .card .testimonials-image, .sp-section-7 .m-testimonials-carousel .slick-slide .card .testimonials-image {
                height: 15rem
            }

        .cm-section-7 .m-testimonials-carousel .slick-slide.slick-current.slick-active .card, .sp-section-7 .m-testimonials-carousel .slick-slide.slick-current.slick-active .card {
            background-color: #0905a1;
            box-shadow: 0 10px 18px #888;
            color: #fff
        }

@media screen and (max-width:768px) {
    .cm-section-1 {
        min-height: 100% !important
    }

        .cm-section-1 .hs-section-content {
            align-items: center;
            height: 100% !important;
            justify-content: center;
            padding: 4rem 0
        }

            .cm-section-1 .hs-section-content .hs-banner-header-web {
                display: none
            }

            .cm-section-1 .hs-section-content .hs-banner-header-mobile {
                display: block;
                text-align: center
            }

                .cm-section-1 .hs-section-content .hs-banner-header-mobile .hs-banner-text {
                    color: #fff;
                    font-family: Poppins-Bold;
                    font-size: 1.5rem;
                    line-height: 1.2
                }

        .cm-section-1 .section-triangle {
            border-color: transparent transparent #fff;
            border-style: solid;
            border-width: 0 4rem 2.5rem;
            height: 0;
            transform: rotate(0);
            width: 0
        }

    .cm-section-2 .sse-review-text {
        font-size: 1rem !important
    }

    .cm-section-5 .row {
        margin: 0
    }

    .cm-section-5 .cm-stats-block {
        align-items: center;
        display: flex;
        flex-direction: row;
        padding: 2rem;
        text-align: left !important
    }

        .cm-section-5 .cm-stats-block .cm-stats-text-block {
            margin-left: 1rem
        }

    .cm-solar-bg-1, .cm-solar-bg-2 {
        background-attachment: fixed;
        background-image: url(https://sse-website.s3.ap-south-1.amazonaws.com/commercial/parralx+back+Mobile.png);
        background-position: 50%;
        background-repeat: no-repeat;
        -webkit-background-size: cover;
        background-size: cover;
        min-height: 15vh
    }

    .cm-solar-bg-1 {
        margin-top: 1rem
    }

    .cm-solar-bg-2 {
        position: relative
    }

        .cm-solar-bg-2 img {
            bottom: -15%;
            left: 0;
            position: absolute;
            width: 100%
        }
}

.privacy-policy-1 {
    background-blend-mode: overlay;
    background-image: url(https://sse-website.s3.ap-south-1.amazonaws.com/home-page/Hero-Image.jpg),linear-gradient(rgba(0,0,0,.5),rgba(0,0,0,.5));
    background-repeat: no-repeat;
    height: calc(50vh - 5rem)
}

    .privacy-policy-1 .container {
        height: 100%
    }

        .privacy-policy-1 .container .sse-slider-header-1 {
            align-items: center;
            color: #fff;
            display: flex;
            height: 100%
        }

.privacy-policy-2 .pp-text {
    
    font-size: 17px
}

.privacy-policy-2 .pp-text-bold {
    font-family: Poppins-SemiBold;
    font-size: 17px
}

.privacy-policy-2 .pp-header {
    color: #0905a1;
    font-family: Poppins-SemiBold
}

.tnc-goodzero ul {
    list-style-type: none;
    margin-left: 0 !important;
    padding-left: 0 !important
}

    .tnc-goodzero ul li {
        display: flex;
        padding-bottom: 1rem
    }

        .tnc-goodzero ul li .numbering {
            padding-right: 1rem
        }

.cancellation-policy-1 .cancellation-banner {
    align-items: center;
    background: linear-gradient(90.16deg,#101f9d -15.84%,#11111c 122.54%);
    color: #fff;
    display: flex;
    justify-content: center;
    min-height: 200px;
    padding: 2rem
}

    .cancellation-policy-1 .cancellation-banner .cancel-banner-title {
        font-family: Poppins-SemiBold;
        font-size: 24px
    }

.cancellation-policy-2 {
    align-items: center;
    background-color: #fcfafa;
    display: flex;
    justify-content: center;
    padding: 50px 60px
}

    .cancellation-policy-2 .cancellation-desc {
        background: #fff;
        box-shadow: 0 4px 8px 0 hsla(0,0%,44%,.161);
        max-width: 80%;
        padding: 40px
    }

        .cancellation-policy-2 .cancellation-desc .para-first {
            margin-bottom: 10px
        }

        .cancellation-policy-2 .cancellation-desc .header-title {
            margin-bottom: 12px
        }

        .cancellation-policy-2 .cancellation-desc .header-small {
            margin-bottom: 10px
        }

        .cancellation-policy-2 .cancellation-desc .table-policy .policy-container {
            border: 1px solid #cdcdcd;
            border-radius: 8px;
            color: #000;
            display: grid;
            gap: 1px;
            grid-template-columns: 1fr 1fr;
            margin: 1rem auto
        }

            .cancellation-policy-2 .cancellation-desc .table-policy .policy-container .grid-item {
                border-bottom: 1px solid #cdcdcd;
                color: #000;
                font-family: Poppins-Light;
                font-size: 16px;
                line-height: 1.5;
                padding: 1rem;
                text-align: left
            }

                .cancellation-policy-2 .cancellation-desc .table-policy .policy-container .grid-item:last-child, .cancellation-policy-2 .cancellation-desc .table-policy .policy-container .grid-item:nth-last-child(2) {
                    border-bottom: none;
                    color: #000
                }

            .cancellation-policy-2 .cancellation-desc .table-policy .policy-container .grid-title {
                border-bottom: 1px solid #cdcdcd;
                color: #000;
                font-family: Poppins-SemiBold;
                font-size: 16px
            }

.policy-text {
    color: #000;
    font-family: Poppins-Light;
    font-size: 16px
}

.policy-header {
    font-size: 22px
}

.policy-header, .policy-subheader {
    color: #000;
    font-family: Poppins-SemiBold
}

.policy-subheader {
    font-size: 18px
}

@media screen and (max-width:768px) {
    .cancellation-policy-2 {
        padding: 0
    }

        .cancellation-policy-2 .cancellation-desc {
            max-width: 100%;
            padding: 2rem
        }

            .cancellation-policy-2 .cancellation-desc .policy-text {
                font-size: 14px
            }

            .cancellation-policy-2 .cancellation-desc .policy-header {
                font-size: 20px
            }

            .cancellation-policy-2 .cancellation-desc .table-policy .policy-container .grid-item, .cancellation-policy-2 .cancellation-desc .table-policy .policy-container .grid-item:last-child, .cancellation-policy-2 .cancellation-desc .table-policy .policy-container .grid-item:nth-last-child(2) {
                font-size: 14px
            }
}

.about-us-1 {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-height: -moz-fit-content;
    max-height: fit-content;
    min-height: 92vh
}

    .about-us-1 .about-us-header span {
        color: #06ccf8
    }

    .about-us-1 .about-us-subheader .h5, .about-us-1 .about-us-subheader h5 {
        
        font-size: 1.1rem
    }

    .about-us-1 .about-us-image-grid {
        grid-column-gap: 1.5rem;
        grid-row-gap: 1.5rem;
        display: grid;
        grid-template-columns: repeat(12,1fr);
        grid-template-rows: repeat(7,8vh)
    }

        .about-us-1 .about-us-image-grid .general {
            background-position: 50%;
            background-repeat: no-repeat;
            background-size: cover;
            border-radius: 1.5rem;
            height: 100%;
            width: 100%
        }

        .about-us-1 .about-us-image-grid .img1 {
            background-image: url(https://sse-website.s3.ap-south-1.amazonaws.com/about-us/about-us-1.png);
            grid-column: 1/span 4;
            grid-row: 1/span 4
        }

        .about-us-1 .about-us-image-grid .img2 {
            background-image: url(https://sse-website.s3.ap-south-1.amazonaws.com/about-us/about-us-2.png);
            grid-column: 5/span 5;
            grid-row: 1/span 3
        }

        .about-us-1 .about-us-image-grid .img3 {
            background-image: url(https://sse-website.s3.ap-south-1.amazonaws.com/about-us/about-us-3.png);
            grid-column: 10/span 12;
            grid-row: 1/span 3
        }

        .about-us-1 .about-us-image-grid .img4 {
            background-image: url(https://sse-website.s3.ap-south-1.amazonaws.com/about-us/about-us-4.png);
            grid-column: 1/span 4;
            grid-row: 5/span 3
        }

        .about-us-1 .about-us-image-grid .img5 {
            background-image: url(https://sse-website.s3.ap-south-1.amazonaws.com/about-us/about-us-5.png);
            grid-column: 5/span 4;
            grid-row: 4/span 4
        }

        .about-us-1 .about-us-image-grid .img6 {
            background-image: url(https://sse-website.s3.ap-south-1.amazonaws.com/about-us/about-us-6.png);
            grid-column: 9/span 13;
            grid-row: 4/span 4
        }

.about-us-2 {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-height: -moz-fit-content;
    max-height: fit-content
}

    .about-us-2 .excellence-subheader .h5, .about-us-2 .excellence-subheader h5 {
        
        font-size: 1.1rem
    }

    .about-us-2 .excellence-content .card {
        border: none
    }

        .about-us-2 .excellence-content .card .excellence-img {
            height: 7rem;
            margin: 0 auto;
            width: 7rem
        }

        .about-us-2 .excellence-content .card .card-body {
            
            font-size: 18px;
            text-align: center
        }

.about-us-3 {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-height: -moz-fit-content;
    max-height: fit-content
}

    .about-us-3 .card {
        border: none
    }

        .about-us-3 .card .mot-img {
            width: 100%
        }

        .about-us-3 .card .mot-name {
            font-family: Poppins-SemiBold;
            font-size: 16px
        }

        .about-us-3 .card .mot-designation {
            
            font-size: 14px
        }

.about-us-4 {
    align-items: center;
    background-color: #f1f1f1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-height: -moz-fit-content;
    max-height: fit-content
}

    .about-us-4 .journey-img-container {
        height: 14rem;
        margin: 8rem 0;
        position: relative;
        width: 100%
    }

        .about-us-4 .journey-img-container .card {
            background-color: transparent;
            border: none
        }

            .about-us-4 .journey-img-container .card.journey-card-1 {
                left: 5%;
                top: 45%
            }

            .about-us-4 .journey-img-container .card.journey-card-2 {
                left: 25%
            }

            .about-us-4 .journey-img-container .card.journey-card-3 {
                left: 45%
            }

            .about-us-4 .journey-img-container .card.journey-card-4 {
                left: 62%;
                top: 30%
            }

            .about-us-4 .journey-img-container .card.journey-card-5 {
                bottom: 30%;
                left: 80%
            }

            .about-us-4 .journey-img-container .card.journey-card {
                position: absolute;
                text-align: center
            }

                .about-us-4 .journey-img-container .card.journey-card .journey-img-block {
                    margin: 0 auto
                }

                .about-us-4 .journey-img-container .card.journey-card .journey-img {
                    align-items: center;
                    background-color: #fff;
                    border-radius: 50%;
                    box-shadow: 0 0 10px rgba(0,0,0,.302);
                    display: flex;
                    height: 6rem;
                    justify-content: center;
                    padding: 1rem;
                    width: 6rem
                }

                    .about-us-4 .journey-img-container .card.journey-card .journey-img img {
                        height: 2.8rem;
                        width: auto
                    }

                .about-us-4 .journey-img-container .card.journey-card .journey-name {
                    font-family: Poppins-SemiBold;
                    font-size: 16px
                }

                .about-us-4 .journey-img-container .card.journey-card .journey-subname {
                    
                    font-size: 14px
                }

.about-us-4-mobile {
    align-items: center;
    background-color: #f1f1f1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-height: -moz-fit-content;
    max-height: fit-content
}

    .about-us-4-mobile .journey-img-container {
        margin: 2rem 0;
        width: 100%
    }

        .about-us-4-mobile .journey-img-container .card {
            background-color: transparent;
            border: none
        }

            .about-us-4-mobile .journey-img-container .card.journey-card {
                padding: 1rem 0;
                text-align: center
            }

                .about-us-4-mobile .journey-img-container .card.journey-card .journey-img-block {
                    margin: 0 auto
                }

                .about-us-4-mobile .journey-img-container .card.journey-card .journey-img {
                    align-items: center;
                    background-color: #fff;
                    border-radius: 50%;
                    box-shadow: 0 0 10px rgba(0,0,0,.302);
                    display: flex;
                    height: 6rem;
                    justify-content: center;
                    padding: 1rem;
                    width: 6rem
                }

                    .about-us-4-mobile .journey-img-container .card.journey-card .journey-img img {
                        height: 2.8rem;
                        width: auto
                    }

                .about-us-4-mobile .journey-img-container .card.journey-card .journey-name {
                    font-family: Poppins-SemiBold;
                    font-size: 16px
                }

                .about-us-4-mobile .journey-img-container .card.journey-card .journey-subname {
                    
                    font-size: 14px
                }

@media screen and (max-width:768px) {
    .about-us-image-grid {
        grid-column-gap: 10px !important;
        grid-row-gap: 10px !important
    }

        .about-us-image-grid .img1 {
            grid-column: 1/span 6 !important;
            grid-row: 1/span 3 !important
        }

        .about-us-image-grid .img2 {
            grid-column: 7/span 6 !important;
            grid-row: 1/span 2 !important
        }

        .about-us-image-grid .img4 {
            grid-column: 1/span 6 !important;
            grid-row: 4/span 2 !important
        }

        .about-us-image-grid .img5 {
            grid-column: 7/span 6 !important;
            grid-row: 3/span 3 !important
        }

        .about-us-image-grid .img6 {
            grid-column: 1/span 6 !important;
            grid-row: 6/span 2 !important
        }

        .about-us-image-grid .img3 {
            grid-column: 7/span 6 !important;
            grid-row: 6/span 2 !important
        }

    .about-us-3 .card {
        margin: 0 auto;
        width: 80%
    }

        .about-us-3 .card .mot-img {
            height: auto
        }
}

.sp-section-2 .consultation-icon-block .consultation-block-img {
    height: 4rem;
    width: 4rem
}

.sp-section-2 .consultation-icon-text {
    margin-top: .5rem
}

    .sp-section-2 .consultation-icon-text .sp-service-header {
        font-family: Poppins-SemiBold;
        font-size: 1.5rem
    }

    .sp-section-2 .consultation-icon-text .sp-service-subheader {
        
        font-size: 1rem
    }

.sp-section-4 {
    min-height: 60vh
}

.sp-section-8 .sp-faq-table th {
    background-color: #06ccf8;
    color: #fff;
    font-family: Poppins-SemiBold;
    font-size: 1.1rem;
    vertical-align: top
}

.sp-section-8 .sp-faq-table tr td {
    font-family: Poppins-SemiBold;
    font-size: 1rem
}

    .sp-section-8 .sp-faq-table tr td:last-child {
        color: #0905a1;
        font-family: Poppins-Bold
    }

.sp-section-8 .sp-faq-table tr:nth-child(odd) td {
    background-color: #f1f1f1 !important
}

.error, input.homes-form-error {
    color: #dc3545;
    font-family: Poppins-Regular
}

input.homes-form-error {
    border: 1px solid #dc3545
}

label.homes-form-error {
    border: 0 !important;
    color: red;
    
    font-size: 12px
}

input.hs-form-error {
    border: 1px solid #dc3545;
    color: #dc3545;
    font-family: Poppins-Regular
}

label.hs-form-error {
    border: 0 !important;
    color: red;
    
    font-size: 12px
}

input.form-error {
    border: 1px solid #dc3545;
    color: #dc3545;
    font-family: Poppins-Regular
}

label.form-error {
    border: 0 !important;
    color: red;
    
    font-size: 12px
}

@media screen and (max-width:768px) {
    .sp-section-1 .swiper .swiper-slide-img-bg {
        align-items: center;
        display: flex;
        height: 18rem
    }

    .sp-section-7 .slick-next, .sp-section-7 .slick-prev {
        display: none !important
    }

    .sp-section-7 {
        min-height: 60vh
    }

    .sp-section-8 {
        min-height: 90vh
    }
}

.gs-section-1 {
    background-blend-mode: overlay;
    background-image: url(/images/go-solar.jpeg?7c0ad39d220a1dfe43ddcffcc887b40d),linear-gradient(rgba(0,0,0,.3),rgba(0,0,0,.3));
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: calc(100vh - 5rem)
}

    .gs-section-1 .gs-section-content {
        align-items: start;
        height: calc(100vh - 5rem);
        justify-content: end;
        padding-bottom: 6rem
    }

        .gs-section-1 .gs-section-content .gs-banner-header-web .sse-slider-header-1 {
            color: #fff;
            line-height: 1.2
        }

        .gs-section-1 .gs-section-content .gs-banner-header-mobile {
            display: none
        }

.go-solar-banner {
    background: #fcfafa;
    width: 100%
}

    .go-solar-banner .go-wrapper {
        gap: 20px;
        width: 100%
    }

        .go-solar-banner .go-wrapper .carousel-wrapper {
            flex: 0 0 auto;
            width: 58.33333333%
        }

            .go-solar-banner .go-wrapper .carousel-wrapper .menus {
                margin-bottom: 1rem
            }

                .go-solar-banner .go-wrapper .carousel-wrapper .menus .h2, .go-solar-banner .go-wrapper .carousel-wrapper .menus h2 {
                    color: #000;
                    font-family: Poppins-SemiBold;
                    font-size: 32px;
                    margin-bottom: .2rem !important
                }

                    .go-solar-banner .go-wrapper .carousel-wrapper .menus .h2 span, .go-solar-banner .go-wrapper .carousel-wrapper .menus h2 span {
                        color: #131ca2
                    }

                .go-solar-banner .go-wrapper .carousel-wrapper .menus .h6, .go-solar-banner .go-wrapper .carousel-wrapper .menus h6 {
                    
                    font-size: 18px;
                    margin-bottom: 1.8rem !important
                }

            .go-solar-banner .go-wrapper .carousel-wrapper .slider-carousel .slide-card {
                align-items: center !important;
                display: flex !important;
                justify-content: center !important
            }

        .go-solar-banner .go-wrapper .form-wrapper {
            flex: 0 0 auto;
            width: 41.66666667%
        }

            .go-solar-banner .go-wrapper .form-wrapper .form-div {
                background: #fff;
                border: 1px solid #e6e6e6;
                border-radius: 20px;
                box-shadow: 0 0 8px 0 rgba(0,0,0,.122);
                min-height: 500px;
                padding: 24px
            }

                .go-solar-banner .go-wrapper .form-wrapper .form-div .tab-headers {
                    border: 1px solid #ccc;
                    border-radius: 24px;
                    margin-bottom: 10px;
                    padding: 6px
                }

                    .go-solar-banner .go-wrapper .form-wrapper .form-div .tab-headers .nav-pills .nav-link {
                        border-radius: 24px;
                        color: #000;
                        font-size: 14px;
                        font-weight: 400
                    }

                    .go-solar-banner .go-wrapper .form-wrapper .form-div .tab-headers .nav-pills .active {
                        background: #e0e6fc;
                        color: #000;
                        font-size: 14px;
                        font-weight: 600
                    }

                .go-solar-banner .go-wrapper .form-wrapper .form-div .tab-desc #gsCmForm .policy-check {
                    align-items: center;
                    display: flex
                }

                    .go-solar-banner .go-wrapper .form-wrapper .form-div .tab-desc #gsCmForm .policy-check p {
                        margin-bottom: 0 !important
                    }

                        .go-solar-banner .go-wrapper .form-wrapper .form-div .tab-desc #gsCmForm .policy-check p a {
                            color: #000 !important
                        }

                .go-solar-banner .go-wrapper .form-wrapper .form-div .tab-desc #gsHsForm .policy-check {
                    align-items: center;
                    display: flex
                }

                    .go-solar-banner .go-wrapper .form-wrapper .form-div .tab-desc #gsHsForm .policy-check p {
                        margin-bottom: 0 !important
                    }

                        .go-solar-banner .go-wrapper .form-wrapper .form-div .tab-desc #gsHsForm .policy-check p a {
                            color: #000 !important
                        }

                .go-solar-banner .go-wrapper .form-wrapper .form-div .tab-desc #gsHsForm .designation .radio-group {
                    position: relative
                }

                .go-solar-banner .go-wrapper .form-wrapper .form-div .tab-desc #gsHsForm .designation .custom-radio-block {
                    padding: 0 .8rem
                }

                .go-solar-banner .go-wrapper .form-wrapper .form-div .tab-desc #gsHsForm .designation .custom-radio {
                    background: #fff;
                    border: 1px solid #b8b8b8;
                    border-radius: .5rem;
                    color: #000;
                    cursor: pointer;
                    display: inline-block;
                    font-family: Poppins-Medium;
                    font-size: .8rem;
                    margin: 4px 2px;
                    padding: .5rem;
                    text-align: center
                }

                    .go-solar-banner .go-wrapper .form-wrapper .form-div .tab-desc #gsHsForm .designation .custom-radio.selected {
                        background-color: #e0e6fc;
                        border: 1px solid #111f96;
                        color: #fff;
                        color: #111f96
                    }

                .go-solar-banner .go-wrapper .form-wrapper .form-div .tab-desc #gsHomesForm .policy-check {
                    align-items: center;
                    display: flex
                }

                    .go-solar-banner .go-wrapper .form-wrapper .form-div .tab-desc #gsHomesForm .policy-check p {
                        margin-bottom: 0 !important
                    }

                        .go-solar-banner .go-wrapper .form-wrapper .form-div .tab-desc #gsHomesForm .policy-check p a {
                            color: #000 !important
                        }

                .go-solar-banner .go-wrapper .form-wrapper .form-div .tab-desc #gsHomesForm .bill-homes .radio-group {
                    position: relative
                }

                .go-solar-banner .go-wrapper .form-wrapper .form-div .tab-desc #gsHomesForm .bill-homes .custom-radio-block {
                    padding: 0 .8rem
                }

                .go-solar-banner .go-wrapper .form-wrapper .form-div .tab-desc #gsHomesForm .bill-homes .custom-radio {
                    background: #fff;
                    border: 1px solid #b8b8b8;
                    border-radius: .5rem;
                    color: #000;
                    cursor: pointer;
                    display: inline-block;
                    font-family: Poppins-Medium;
                    font-size: 1.8rem;
                    margin: 4px 2px;
                    padding: .5rem;
                    text-align: center
                }

                    .go-solar-banner .go-wrapper .form-wrapper .form-div .tab-desc #gsHomesForm .bill-homes .custom-radio.selected {
                        background-color: #e0e6fc;
                        border: 1px solid #111f96;
                        color: #fff;
                        color: #111f96
                    }

.gs-section-2 {
    border-bottom: 1px solid #fff
}

    .gs-section-2 .book-consultation-form {
        padding: 0 !important
    }

        .gs-section-2 .book-consultation-form .nav-pills .nav-item .nav-link {
            border-bottom: 2px solid #979eac;
            border-radius: 0;
            color: #979eac;
            
            font-size: 1.3rem;
            padding: 1rem 0
        }

            .gs-section-2 .book-consultation-form .nav-pills .nav-item .nav-link.active {
                background-color: transparent;
                border-bottom: 2px solid #06ccf8;
                color: #06ccf8
            }

        .gs-section-2 .book-consultation-form .tab-content {
            padding: 1rem
        }

            .gs-section-2 .book-consultation-form .tab-content .error {
                color: #dc3545;
                font-family: Poppins-Regular
            }

@media screen and (max-width:768px) {
    .gs-section-1 {
        height: 100%
    }

        .gs-section-1 .gs-section-content {
            align-items: center;
            height: 100%;
            justify-content: center;
            padding: 4rem 0
        }

            .gs-section-1 .gs-section-content .gs-banner-header-web {
                display: none
            }

            .gs-section-1 .gs-section-content .gs-banner-header-mobile {
                display: block;
                text-align: center
            }

                .gs-section-1 .gs-section-content .gs-banner-header-mobile .gs-banner-text {
                    color: #fff;
                    font-family: Poppins-Bold;
                    font-size: 1.5rem;
                    line-height: 1.2
                }

    .gs-section-2 .nav-link {
        font-size: 1rem !important
    }

    .go-solar-banner .go-wrapper {
        gap: 12px
    }

        .go-solar-banner .go-wrapper .carousel-wrapper .slider-carousel .slide-card img {
            background: 0 0;
            max-height: 25vh;
            -o-object-fit: contain;
            object-fit: contain;
            width: 100%
        }

        .go-solar-banner .go-wrapper .carousel-wrapper .form-wrapper {
            margin-bottom: 25px !important
        }

            .go-solar-banner .go-wrapper .carousel-wrapper .form-wrapper .form-div .tab-headers .nav-pills .nav-link {
                font-size: 12px;
                font-weight: 300
            }

            .go-solar-banner .go-wrapper .carousel-wrapper .form-wrapper .form-div .tab-headers .nav-pills .active {
                font-size: 12px
            }
}

@media screen and (max-width:1024px) {
    .go-solar-banner .go-wrapper {
        flex-direction: column
    }

        .go-solar-banner .go-wrapper .carousel-wrapper {
            width: 100%
        }

            .go-solar-banner .go-wrapper .carousel-wrapper .menus .h2, .go-solar-banner .go-wrapper .carousel-wrapper .menus h2 {
                font-size: 24px
            }

            .go-solar-banner .go-wrapper .carousel-wrapper .menus .h6, .go-solar-banner .go-wrapper .carousel-wrapper .menus h6 {
                font-size: 16px
            }

        .go-solar-banner .go-wrapper .form-wrapper {
            margin-bottom: 20px;
            width: 100%
        }

            .go-solar-banner .go-wrapper .form-wrapper .form-div {
                padding: 16px
            }

                .go-solar-banner .go-wrapper .form-wrapper .form-div .tab-headers .nav-pills .nav-link {
                    font-size: 14px;
                    padding: .4rem 0
                }

                .go-solar-banner .go-wrapper .form-wrapper .form-div .tab-headers .nav-pills .active {
                    font-size: 14px;
                    font-weight: 400
                }
}

@media screen and (min-width:768px) and (max-width:1024px) {
    .go-solar-banner .go-wrapper .carousel-wrapper .slider-carousel .slide-card img {
        background: 0 0;
        max-height: 39vh;
        -o-object-fit: contain;
        object-fit: contain
    }
}

.hd-section-1 {
    background-color: #f1f1f1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-height: -moz-fit-content;
    max-height: fit-content;
    min-height: 100vh
}

    .hd-section-1 .container {
        margin-top: 5rem;
        padding-bottom: 5rem;
        position: relative;
        width: 80%
    }

    .hd-section-1 .hd-download-block {
        border: 8px solid #0905a1;
        border-radius: 10px;
        display: flex;
        justify-content: space-between;
        padding: 4rem 2rem;
        position: relative;
        width: 100%
    }

        .hd-section-1 .hd-download-block .hd-download-content {
            display: flex;
            flex-direction: column;
            justify-content: center
        }

            .hd-section-1 .hd-download-block .hd-download-content .hd-download-content-icon {
                margin-bottom: 1rem
            }

                .hd-section-1 .hd-download-block .hd-download-content .hd-download-content-icon img {
                    height: 6rem;
                    width: 6rem
                }

            .hd-section-1 .hd-download-block .hd-download-content .hd-download-text {
                color: #0905a1;
                font-family: Poppins-Bold;
                font-size: 3.5rem;
                line-height: 1
            }

        .hd-section-1 .hd-download-block .hd-download-form {
            position: absolute;
            right: -11px;
            top: -9%
        }

            .hd-section-1 .hd-download-block .hd-download-form .book-consultation-form {
                background-color: #06ccf8;
                border-radius: 10px;
                padding: 2rem
            }

@media screen and (max-width:768px) {
    .hd-section-1 .container {
        position: static;
        width: 100%
    }

    .hd-section-1 .hd-download-block {
        flex-direction: column;
        padding: 4rem 0 0;
        position: static
    }

        .hd-section-1 .hd-download-block .hd-download-content {
            padding: 0 3rem 3rem
        }

            .hd-section-1 .hd-download-block .hd-download-content .hd-download-content-icon img {
                height: 4rem;
                width: 4rem
            }

        .hd-section-1 .hd-download-block .hd-download-text {
            font-size: 2rem !important
        }

        .hd-section-1 .hd-download-block .hd-download-form {
            position: static
        }
}

.tfd-section-1 {
    background-color: #0905a1;
    border-bottom-right-radius: 800px 150px;
    max-height: -moz-fit-content;
    max-height: fit-content;
    min-height: calc(70vh - 5rem)
}

    .tfd-section-1 .content-wrapper {
        align-items: center;
        color: #fff;
        display: flex;
        flex-direction: column;
        font-size: 1.3rem;
        gap: 1rem;
        justify-content: center;
        padding: 3rem 3rem 6rem;
        position: relative;
        text-align: center;
        width: 100%
    }

        .tfd-section-1 .content-wrapper .hero-heading_thank {
            font-family: Poppins-SemiBold
        }

        .tfd-section-1 .content-wrapper .hero-para {
            font-family: Poppins-Regular
        }

        .tfd-section-1 .content-wrapper img {
            border: 0;
            max-width: 100%;
            position: relative;
            vertical-align: middle;
            width: 3rem
        }

        .tfd-section-1 .content-wrapper hr {
            background: #41b9e9;
            border: none;
            height: 3px;
            position: relative;
            width: 80px
        }

.points-container, .points-container .content-wrapper {
    align-items: center;
    display: flex;
    justify-content: center;
    position: relative;
    width: 100%
}

    .points-container .content-wrapper {
        flex-direction: column;
        padding: 4rem
    }

        .points-container .content-wrapper .head-para {
            font-size: 1.4rem;
            font-weight: 600;
            text-align: center
        }

        .points-container .content-wrapper .extra-points-container {
            align-items: flex-start;
            display: flex;
            gap: 1rem;
            justify-content: center;
            position: relative;
            width: 100%
        }

            .points-container .content-wrapper .extra-points-container img {
                position: relative;
                width: 25rem
            }

            .points-container .content-wrapper .extra-points-container .text-wrapper {
                align-items: flex-start;
                display: flex;
                flex-direction: column;
                
                gap: 1rem;
                justify-content: center;
                position: relative
            }

.solar-consult-wrapper {
    margin-top: 1rem
}

.head-para {
    font-family: Poppins-SemiBold
}

@media screen and (max-width:768px) {
    .points-container .content-wrapper .extra-points-container {
        flex-direction: column
    }
}

.state-page-section-1 {
    background-color: #1abdfe
}

    .state-page-section-1 .sp-container {
        align-items: center;
        display: flex;
        flex-direction: column;
        justify-content: center
    }

        .state-page-section-1 .sp-container .sp-1-header {
            color: #fff;
            font-family: Poppins-SemiBold;
            font-size: 2.5rem
        }

        .state-page-section-1 .sp-container .sp-1-subheader {
            color: #fff;
            
            font-size: 1.125rem
        }

        .state-page-section-1 .sp-container .table-maharashtra .table {
            box-shadow: 0 0 10px #000
        }

        .state-page-section-1 .sp-container .table-maharashtra th {
            background-color: #0905a1;
            color: #fff;
            font-family: Poppins-SemiBold;
            font-size: 1.1rem;
            vertical-align: top;
            width: 18rem
        }

        .state-page-section-1 .sp-container .table-maharashtra tr td {
            font-family: Poppins-SemiBold;
            font-size: 1rem
        }

            .state-page-section-1 .sp-container .table-maharashtra tr td:last-child {
                color: #0905a1;
                font-family: Poppins-Bold
            }

        .state-page-section-1 .sp-container .table-maharashtra tr:nth-child(odd) td {
            background-color: #f1f1f1 !important
        }

@media screen and (max-width:768px) {
    .state-page-section-1 .sp-container .sp-1-header {
        font-size: 1.5rem
    }

    .state-page-section-1 .sp-container .sp-1-subheader {
        font-size: 1rem
    }

    .state-page-section-1 .sp-container .table-maharashtra th {
        width: inherit !important
    }

    .btn-lg {
        font-size: 1rem
    }

    .sse-slider-header-1 {
        font-size: 2rem
    }

    .sse-slider-header-2 {
        font-size: 1.2rem
    }

    .sse-slider-header-3 {
        font-size: 1rem
    }

    .sse-block-header {
        font-size: 1.4rem
    }
}
