
: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%, 0.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, 0.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, 0.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, 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, 0.15);
    --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
    --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
    --bs-focus-ring-width: 0.25rem;
    --bs-focus-ring-opacity: 0.25;
    --bs-focus-ring-color: rgba(13, 110, 253, 0.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;
    }
}
body {
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
    background-color: var(--bs-body-bg);
    color: var(--bs-body-color);
    font-family: var(--bs-body-font-family);
    font-size: var(--bs-body-font-size);
    font-weight: var(--bs-body-font-weight);
    line-height: var(--bs-body-line-height);
    margin: 0;
    text-align: var(--bs-body-text-align);
    /* margin-top: 5rem; */
}
hr {
    border: 0;
    border-top: var(--bs-border-width) solid;
    color: inherit;
    margin: 1rem 0;
    opacity: 0.25;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--bs-heading-color);
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 0.5rem;
    margin-top: 0;
}
.h1,
h1 {
    font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
    .h1,
    h1 {
        font-size: 2.5rem;
    }
}
.h2,
h2 {
    font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
    .h2,
    h2 {
        font-size: 2rem;
    }
}
.h3,
h3 {
    font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
    .h3,
    h3 {
        font-size: 1.75rem;
    }
}
.h4,
h4 {
    font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
    .h4,
    h4 {
        font-size: 1.5rem;
    }
}
.h5,
h5 {
    font-size: 1.25rem;
}
.h6,
h6 {
    font-size: 1rem;
}
p {
    margin-top: 0;
}
address,
p {
    margin-bottom: 1rem;
}
address {
    font-style: normal;
    line-height: inherit;
}
ol,
ul {
    padding-left: 2rem;
}
dl,
ol,
ul {
    margin-bottom: 1rem;
    margin-top: 0;
}
ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0;
}
dt {
    font-weight: 700;
}
dd {
    margin-bottom: 0.5rem;
    margin-left: 0;
}
b,
strong {
    font-weight: bolder;
}
.small,
small {
    font-size: 0.875em;
}
.mark,
mark {
    background-color: var(--bs-highlight-bg);
    color: var(--bs-highlight-color);
    padding: 0.1875em;
}
a {
    color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
    text-decoration: underline;
}
a:hover {
    --bs-link-color-rgb: var(--bs-link-hover-color-rgb);
}
a:not([href]):not([class]),
a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none;
}
code {
    word-wrap: break-word;
    color: var(--bs-code-color);
    font-family: var(--bs-font-monospace);
    font-size: 1em;
    font-size: 0.875em;
}
a > code {
    color: inherit;
}
figure {
    margin: 0 0 1rem;
}
img,
svg {
    vertical-align: middle;
}
table {
    border-collapse: collapse;
    caption-side: bottom;
}
caption {
    color: var(--bs-secondary-color);
    padding-bottom: 0.5rem;
    padding-top: 0.5rem;
    text-align: left;
}
th {
    text-align: inherit;
    text-align: -webkit-match-parent;
}
tbody,
td,
th,
thead,
tr {
    border: 0 solid;
    border-color: inherit;
}
label {
    display: inline-block;
}
button {
    border-radius: 0;
}
button:focus:not(:focus-visible) {
    outline: 0;
}
button,
input,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    margin: 0;
}
button,
select {
    text-transform: none;
}
[role="button"] {
    cursor: pointer;
}
select {
    word-wrap: normal;
}
select:disabled {
    opacity: 1;
}
[list]:not([type="date"]):not([type="datetime-local"]):not([type="month"]):not([type="week"]):not([type="time"])::-webkit-calendar-picker-indicator {
    display: none !important;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
    -webkit-appearance: button;
}
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled),
button:not(:disabled) {
    cursor: pointer;
}
textarea {
    resize: vertical;
}
legend {
    float: left;
    font-size: calc(1.275rem + 0.3vw);
    line-height: inherit;
    margin-bottom: 0.5rem;
    padding: 0;
    width: 100%;
}
@media (min-width: 1200px) {
    legend {
        font-size: 1.5rem;
    }
}
legend + * {
    clear: left;
}
[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}
output {
    display: inline-block;
}
iframe {
    border: 0;
}
progress {
    vertical-align: baseline;
}
[hidden] {
    display: none !important;
}
.lead {
    font-size: 1.25rem;
    font-weight: 300;
}
.list-unstyled {
    list-style: none;
    padding-left: 0;
}
.figure {
    display: inline-block;
}
.container,
.container-fluid {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    margin-left: auto;
    margin-right: auto;
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    width: 100%;
}
@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}
@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}
@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}
@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}
@media (min-width: 1400px) {
    .container {
        max-width: 1320px;
    }
}
:root {
    --bs-breakpoint-xs: 0;
    --bs-breakpoint-sm: 576px;
    --bs-breakpoint-md: 768px;
    --bs-breakpoint-lg: 992px;
    --bs-breakpoint-xl: 1200px;
    --bs-breakpoint-xxl: 1400px;
}
.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-left: calc(var(--bs-gutter-x) * -0.5);
    margin-right: calc(var(--bs-gutter-x) * -0.5);
    margin-top: calc(var(--bs-gutter-y) * -1);
}
.row > * {
    flex-shrink: 0;
    margin-top: var(--bs-gutter-y);
    max-width: 100%;
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    width: 100%;
}
.col {
    flex: 1 0 0%;
}
.col-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
}
.col-12 {
    flex: 0 0 auto;
    width: 100%;
}
.offset-1 {
    margin-left: 8.33333333%;
}
.gy-3 {
    --bs-gutter-y: 1rem;
}
.gy-4 {
    --bs-gutter-y: 1.5rem;
}
.gy-5 {
    --bs-gutter-y: 3rem;
}
@media (min-width: 768px) {
    .col-md-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }
    .col-md-3 {
        flex: 0 0 auto;
        width: 25%;
    }
    .col-md-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
    .col-md-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }
    .col-md-6 {
        flex: 0 0 auto;
        width: 50%;
    }
    .col-md-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }
    .col-md-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }
    .col-md-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }
    .col-md-12 {
        flex: 0 0 auto;
        width: 100%;
    }
    .offset-md-0 {
        margin-left: 0;
    }
    .offset-md-1 {
        margin-left: 8.33333333%;
    }
    .offset-md-2 {
        margin-left: 16.66666667%;
    }
    .gy-md-0 {
        --bs-gutter-y: 0;
    }
    .gy-md-4 {
        --bs-gutter-y: 1.5rem;
    }
}
.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: 0.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: 0.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: 0.375rem 0.75rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.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 0.25rem rgba(13, 110, 253, 0.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: -0.375rem -0.75rem;
    margin-inline-end: 0.75rem;
    padding: 0.375rem 0.75rem;
    pointer-events: none;
    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;
}
@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 + 0.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 0.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: 0.375rem 2.25rem 0.375rem 0.75rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.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 0.25rem rgba(13, 110, 253, 0.25);
    outline: 0;
}
.form-select[multiple],
.form-select[size]:not([size="1"]) {
    background-image: none;
    padding-right: 0.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: 0.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: 0.25em;
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
    vertical-align: top;
    width: 1em;
}
.form-check-input[type="checkbox"] {
    border-radius: 0.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 0.25rem rgba(13, 110, 253, 0.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: 0.5;
    pointer-events: none;
}
.form-check-input:disabled ~ .form-check-label,
.form-check-input[disabled] ~ .form-check-label {
    cursor: default;
    opacity: 0.5;
}
.btn {
    --bs-btn-padding-x: 0.75rem;
    --bs-btn-padding-y: 0.375rem;
    --bs-btn-font-family: ;
    --bs-btn-font-size: 1rem;
    --bs-btn-font-weight: 400;
    --bs-btn-line-height: 1.5;
    --bs-btn-color: var(--bs-body-color);
    --bs-btn-bg: transparent;
    --bs-btn-border-width: var(--bs-border-width);
    --bs-btn-border-color: transparent;
    --bs-btn-border-radius: var(--bs-border-radius);
    --bs-btn-hover-border-color: transparent;
    --bs-btn-box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
    --bs-btn-disabled-opacity: 0.65;
    --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), 0.5);
    background-color: var(--bs-btn-bg);
    border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
    border-radius: var(--bs-btn-border-radius);
    color: var(--bs-btn-color);
    cursor: pointer;
    display: inline-block;
    font-family: var(--bs-btn-font-family);
    font-size: var(--bs-btn-font-size);
    font-weight: var(--bs-btn-font-weight);
    line-height: var(--bs-btn-line-height);
    padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
    text-align: center;
    text-decoration: none;
    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;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    vertical-align: middle;
}
@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, 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, 0.125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #06ccf8;
    --bs-btn-disabled-border-color: #06ccf8;
}
.btn-outline-primary {
    --bs-btn-color: #0905a1;
    --bs-btn-border-color: #0905a1;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #0905a1;
    --bs-btn-hover-border-color: #0905a1;
    --bs-btn-focus-shadow-rgb: 9, 5, 161;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #0905a1;
    --bs-btn-active-border-color: #0905a1;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #0905a1;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #0905a1;
    --bs-gradient: none;
}
.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, 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);
}
.btn-sm {
    --bs-btn-padding-y: 0.25rem;
    --bs-btn-padding-x: 0.5rem;
    --bs-btn-font-size: 0.875rem;
    --bs-btn-border-radius: var(--bs-border-radius-sm);
}
.fade {
    transition: opacity 0.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: 0.3em solid transparent;
    border-right: 0.3em solid transparent;
    border-top: 0.3em solid;
    content: "";
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.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;
}
.logo-social{
    margin-top: 10px;
}
.logo-social a{
    margin-right: 5px;
    text-decoration: none;
}
.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 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.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 0.25rem rgba(13, 110, 253, 0.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;
    }
    .navbar-expand-lg .offcanvas {
        background-color: transparent !important;
        border: 0 !important;
        flex-grow: 1;
        height: auto !important;
        position: static;
        transform: none !important;
        transition: none;
        visibility: visible !important;
        width: auto !important;
        z-index: auto;
    }
    .navbar-expand-lg .offcanvas .offcanvas-header {
        display: none;
    }
    .navbar-expand-lg .offcanvas .offcanvas-body {
        display: flex;
        flex-grow: 0;
        overflow-y: visible;
        padding: 0;
    }
}
.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, 0.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, 0.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;
}
.btn-close {
    --bs-btn-close-color: #000;
    --bs-btn-close-bg: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3E%3C/svg%3E");
    --bs-btn-close-opacity: 0.5;
    --bs-btn-close-hover-opacity: 0.75;
    --bs-btn-close-focus-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
    --bs-btn-close-focus-opacity: 1;
    --bs-btn-close-disabled-opacity: 0.25;
    --bs-btn-close-white-filter: invert(1) grayscale(100%) brightness(200%);
    background: transparent var(--bs-btn-close-bg) center/1em auto no-repeat;
    border: 0;
    border-radius: 0.375rem;
    box-sizing: content-box;
    height: 1em;
    opacity: var(--bs-btn-close-opacity);
    padding: 0.25em;
    width: 1em;
}
.btn-close,
.btn-close:hover {
    color: var(--bs-btn-close-color);
}
.btn-close:hover {
    opacity: var(--bs-btn-close-hover-opacity);
    text-decoration: none;
}
.btn-close:focus {
    box-shadow: var(--bs-btn-close-focus-shadow);
    opacity: var(--bs-btn-close-focus-opacity);
    outline: 0;
}
.btn-close.disabled,
.btn-close:disabled {
    opacity: var(--bs-btn-close-disabled-opacity);
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
.toast {
    --bs-toast-zindex: 1090;
    --bs-toast-padding-x: 0.75rem;
    --bs-toast-padding-y: 0.5rem;
    --bs-toast-spacing: 1.5rem;
    --bs-toast-max-width: 350px;
    --bs-toast-font-size: 0.875rem;
    --bs-toast-color: ;
    --bs-toast-bg: rgba(var(--bs-body-bg-rgb), 0.85);
    --bs-toast-border-width: var(--bs-border-width);
    --bs-toast-border-color: var(--bs-border-color-translucent);
    --bs-toast-border-radius: var(--bs-border-radius);
    --bs-toast-box-shadow: var(--bs-box-shadow);
    --bs-toast-header-color: var(--bs-secondary-color);
    --bs-toast-header-bg: rgba(var(--bs-body-bg-rgb), 0.85);
    --bs-toast-header-border-color: var(--bs-border-color-translucent);
    background-clip: padding-box;
    background-color: var(--bs-toast-bg);
    border: var(--bs-toast-border-width) solid var(--bs-toast-border-color);
    border-radius: var(--bs-toast-border-radius);
    box-shadow: var(--bs-toast-box-shadow);
    color: var(--bs-toast-color);
    font-size: var(--bs-toast-font-size);
    max-width: 100%;
    pointer-events: auto;
    width: var(--bs-toast-max-width);
}
.toast:not(.show) {
    display: none;
}
.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);
}
.carousel {
    position: relative;
}
.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;
    }
}
.offcanvas {
    --bs-offcanvas-zindex: 1045;
    --bs-offcanvas-width: 400px;
    --bs-offcanvas-height: 30vh;
    --bs-offcanvas-padding-x: 1rem;
    --bs-offcanvas-padding-y: 1rem;
    --bs-offcanvas-color: var(--bs-body-color);
    --bs-offcanvas-bg: var(--bs-body-bg);
    --bs-offcanvas-border-width: var(--bs-border-width);
    --bs-offcanvas-border-color: var(--bs-border-color-translucent);
    --bs-offcanvas-box-shadow: var(--bs-box-shadow-sm);
    --bs-offcanvas-transition: transform 0.3s ease-in-out;
    --bs-offcanvas-title-line-height: 1.5;
}
@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 {
    background-clip: padding-box;
    background-color: var(--bs-offcanvas-bg);
    bottom: 0;
    color: var(--bs-offcanvas-color);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    outline: 0;
    position: fixed;
    transition: var(--bs-offcanvas-transition);
    visibility: hidden;
    z-index: var(--bs-offcanvas-zindex);
}
@media (prefers-reduced-motion: reduce) {
    .offcanvas {
        transition: none;
    }
}
.offcanvas.offcanvas-top {
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    height: var(--bs-offcanvas-height);
    left: 0;
    max-height: 100%;
    right: 0;
    top: 0;
    transform: translateY(-100%);
}
.offcanvas.show:not(.hiding) {
    transform: none;
}
.offcanvas.show {
    visibility: visible;
}
.offcanvas-backdrop.show {
    opacity: 0.5;
}
.offcanvas-header {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
}
.offcanvas-header .btn-close {
    margin-bottom: calc(var(--bs-offcanvas-padding-y) * -0.5);
    margin-right: calc(var(--bs-offcanvas-padding-x) * -0.5);
    margin-top: calc(var(--bs-offcanvas-padding-y) * -0.5);
    padding: calc(var(--bs-offcanvas-padding-y) * 0.5) calc(var(--bs-offcanvas-padding-x) * 0.5);
}
.offcanvas-body {
    flex-grow: 1;
    overflow-y: auto;
    padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
}
.placeholder {
    background-color: currentcolor;
    cursor: wait;
    display: inline-block;
    min-height: 1em;
    opacity: 0.5;
    vertical-align: middle;
}
.placeholder.btn:before {
    content: "";
    display: inline-block;
}
@keyframes placeholder-glow {
    50% {
        opacity: 0.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: 0.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-bottom {
    border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}
.border-danger {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-danger-rgb), var(--bs-border-opacity)) !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-column-reverse {
    flex-direction: column-reverse !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: 0.25rem !important;
}
.mx-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.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: 0.25rem !important;
}
.mt-2 {
    margin-top: 0.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-1 {
    margin-bottom: 0.25rem !important;
}
.mb-2 {
    margin-bottom: 0.5rem !important;
}
.mb-3 {
    margin-bottom: 1rem !important;
}
.mb-4 {
    margin-bottom: 1.5rem !important;
}
.mb-5 {
    margin-bottom: 3rem !important;
}
.p-1 {
    padding: 0.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: 0.5rem !important;
    padding-right: 0.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-0 {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
}
.py-2 {
    padding-bottom: 0.5rem !important;
    padding-top: 0.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: 0.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-danger {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !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;
}
.text-white {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}
.text-muted {
    --bs-text-opacity: 1;
    color: var(--bs-secondary-color) !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;
}
.rounded {
    border-radius: var(--bs-border-radius) !important;
}
.visible {
    visibility: visible !important;
}
.invisible {
    visibility: hidden !important;
}
@media (min-width: 768px) {
    .d-md-block {
        display: block !important;
    }
    .d-md-none {
        display: none !important;
    }
    .flex-md-row {
        flex-direction: row !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-0 {
        margin-bottom: 0 !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: "Nunito Sans", sans-serif;
    font-weight:600;
}
.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: "Nunito Sans", sans-serif;
    font-weight: 800;
    font-size: 2.5rem;
    line-height: 1.4;
}
.sse-slider-header-1 {
    font-family: "Nunito Sans", sans-serif;
    font-weight: 700;
    font-size: 3rem;
}
.sse-slider-header-2 {
    font-family: "Nunito Sans", sans-serif;
    font-weight: 700;
    font-size: 1.5rem;
}
.sse-slider-header-3 {
    font-family: "Nunito Sans", sans-serif;
    font-weight: 400;
    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-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: "Nunito Sans", sans-serif;
    font-weight: 700;
    font-size: 20px;
}
.city-form-div .city-form-para {
    color: #313131;
    font-size: 16px;
}
.solar-form .form-label-calc {
    font-family: "Nunito Sans", sans-serif;
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 0.3rem !important;
    padding-left: 6px;
}
.solar-form .form-input-calc {
    font-weight: 500;
    transition: all 0.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: "Nunito Sans", sans-serif;
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 0 !important;
}
.solar-form .monthly-bill-wrapper .form-label {
    font-family: "Nunito Sans", sans-serif;
    font-weight: 400;
}
.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-family: "Nunito Sans", sans-serif;
    font-weight: 400;
    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;
    }
}
#submit-form {
    background: linear-gradient(97.83deg, #e42d2d 6.22%, #0a3273 87.68%);
    border-radius: 50px;
    color: #fff;
    font-size: 14px;
    height: 40px;
    width: 100%;
    margin-top: 10px;
}
.error-border {
    border: 1px solid red !important;
}
.navbar {
    background-color: #fff !important;
    height: 5rem;
    z-index: 3;
        position: fixed;
    width: 100%;
    top: 0;
    box-shadow: 0px 0px 6px 0px #0000000f;
}
.navbar,
.navbar .navbar-brand {
    padding: 0 !important;
}
.navbar .navbar-brand img {
    width: 190px;
    height: auto;
}
.navbar .navbar-nav .nav-item .nav-link {
    color: #0b131f;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 500;
}
.navbar .navbar-nav .nav-item .dropdown-menu {
    border-color: transparent !important;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    width: 11rem;
}
.navbar .navbar-nav .nav-item .dropdown-menu .dropdown-item {
    font-family: "Nunito Sans", sans-serif;
    font-weight: 500;
    line-height: 2rem;
    padding: 0.6rem 1rem;
}
.navbar .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover {
    background-color: #0905a1;
    color: #fff;
}
.navbar .nav-other-actions .select-language {
    border-radius: 50px;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}
.navbar .nav-other-actions .signup-electricity, .custom--btn {
    background: linear-gradient(97.83deg, #e42d2d 6.22%, #0a3273 87.68%);
    border: 0;
    border-radius: 50px;
    color: #fff;
    font-family: "Nunito Sans", sans-serif;
    font-size: 14px;
    font-weight: 600;
    padding: 8px 24px;
}
.heading--red {
    color: #e82e2e;
}
.bg--red {
    background-color: #e82e2e !important;
}
#mobileNav {
    display: none;
}
ul.navbar-nav li.dropdown:hover > ul.dropdown-menu {
    display: block;
}
.call-now-web {
    color: #131313;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 600;
    font-size: 16px;
}
.call-now-m {
    margin-right: 1rem;
}
.nav-item-p {
    padding-left: 0.8rem !important;
    padding-right: 0.8rem !important;
}
@media (min-width: 768px) {
    #mobileNav {
        right: -100rem;
    }
    #mobileNav.show {
        display: block;
        right: 0;
    }
}
@media screen and (max-width: 1024px) {
    .navbar {
        height: 5rem;
    }
    .navbar .navbar-brand img {
       width: 150px;
    }
    .navbar .navbar-toggler {
        border: 0;
    }
    .nav-other-actions {
        display: none !important;
    }
    .navbar-collapse {
        display: none;
    }
    #mobileNav {
        background-color: #fff;
        color: #0905a1;
        display: block;
        height: 100%;
        padding: 20px 40px 20px 20px;
        position: fixed;
        right: -100%;
        top: 0;
        transition: right 0.3s ease-in-out;
        width: 100%;
        z-index: 101;
    }
    #mobileNav .mobile-header .mobile-brand-logo img {
        width: 7rem;
    }
    #mobileNav ul {
        text-align: center;
    }
    #mobileNav ul li:not(:last-child) {
        border-bottom: 2px dashed #0905a1;
    }
    #mobileNav ul a {
        font-size: 1.2rem;
    }
    #mobileNav.show {
        display: block;
        right: -1.5rem;
    }
    #mobileNav ul {
        list-style: none;
        padding: 0;
    }
    #mobileNav li a {
        color: #0905a1;
        display: block;
        margin: 1rem 0;
        text-decoration: none;
    }
    #mobileNav .signup-electricity-mobile {
        background: linear-gradient(97.83deg, #101f9d 6.22%, #11111c 87.68%);
        border: 0;
        border-radius: 50px;
        color: #fff;
        font-family: "Nunito Sans", sans-serif;
        font-weight: 600;
        padding: 8px 24px;
    }
    .sse-secondary-btn {
        background-color: transparent;
        border: 1px solid #131ca2;
        border-radius: 20px;
        color: #131ca2;
        font-family: "Nunito Sans", sans-serif;
        font-weight: 400;
        font-size: 14px;
        padding: 8px 22px;
        transition: all 0.3s ease-in-out;
    }
    .sse-secondary-btn:hover {
        background-color: #f2f5ff;
        border-color: #0e157e;
        color: #0e157e;
    }
    .sse-secondary-btn:focus {
        background-color: #e9edff;
        border-color: #0a106d;
        box-shadow: 0 0 6px #a8b0ff;
        outline: 0;
    }
    .sse-secondary-btn:active {
        background-color: #131ca2;
        border-color: #0a106d;
        box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.1);
        color: #fff;
    }
    .sse-secondary-btn:focus:active {
        background-color: #0e157e;
        border-color: #0a106d;
        color: #fff;
    }
}
.footer-container {
    background-color: #ebefff;
    bottom: 0;
    position: sticky;
    transition: opacity 0.5s ease;
    z-index: 9;
}
.footer-container .footer-home .footer-text {
    font-family: "Nunito Sans", sans-serif;
    font-weight: 400;
    font-size: 1.2rem;
    font-style: normal;
}
.footer-container .footer-home a .footer-btn {
    border-radius: 50px;
    color: #fff;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 600;
    min-height: 48px;
    padding: 8px 20px;
}
.footer,
.footer-container .footer-home a .footer-btn {
    background: linear-gradient(90.16deg, #0a3273 -15.84%, #0177b4 122.54%);
    border: none;
}
.footer-container .footer-home a .footer-btn{

 background: linear-gradient(97.83deg, #e42d2d 6.22%, #0a3273 87.68%)
}
.footer .footer-brand-image img {
    width: 8rem;
}
.footer .footer-contact-us {
    color: #f6f6f6;
    display: flex;
    flex-direction: column;
    gap: 28px;
}
.footer .footer-contact-us .phone-mail-wrapper {
    align-items: center;
    color: #f6f6f6;
    display: flex;
    gap: 28px;
}
.footer .footer-contact-us div {
    align-items: center;
    display: flex;
    gap: 10px;
}
.footer .footer-contact-us div .flex-class {
    gap: 10px;
}
.footer .footer-contact-us div .flex-class i {
    font-size: 18px;
}
.footer .footer-contact-us .logo-social {
    align-items: center;
    display: flex;
    gap: 20px;
}
.footer .footer-address i {
    font-size: 1.5rem;
}
.footer .footer-address-header {
    color: #fff;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 600;
    font-size: 16px;
}
.footer .footer-brand-slogan {
    color: #fff;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 300;
    font-size: 14px;
    letter-spacing: 0.5px;
    line-height: 24px;
}
.footer .footer-address {
    color: #f6f6f6;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 300;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0.3px;
    line-height: 26px;
}
.footer .other-quick-links .h5,
.footer .other-quick-links h5 {
    visibility: hidden;
}
.footer .footer-all-links {
    color: #fff;
}
.footer .footer-all-links .footer-get-in-touch .footer-contact {
    font-size: 1.2rem;
}
.footer .footer-all-links .footer-get-in-touch .footer-contact a {
    color: #fff;
    text-decoration: none;
}
.footer .footer-all-links .h2,
.footer .footer-all-links .h3,
.footer .footer-all-links .h4,
.footer .footer-all-links .h5,
.footer .footer-all-links h2,
.footer .footer-all-links h3,
.footer .footer-all-links h4,
.footer .footer-all-links h5 {
    font-family: "Nunito Sans", sans-serif;
    font-weight: 600;
}
.footer .footer-all-links ul {
    list-style: none;
    padding: 0;
    text-decoration: none;
}
.footer .footer-all-links ul a {
    color: #fff;
    display: block;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 300;
    font-size: 14px;
    margin: 1rem 0;
    text-decoration: none;
}
.footer-locations {
    background-color: #11132a;
}
.footer-locations .footer-locations-header .footer-locations-header-text {
    color: #fff;
    font-family: "Nunito Sans", sans-serif !important;
    font-family: bold;
}
.footer-locations .footer-locations-block .footer-locations-content ul {
    display: inline-block;
    line-height: 2.5;
    margin: 0;
    padding: 0;
    vertical-align: middle;
    word-break: break-all;
}
.footer-locations .footer-locations-block .footer-locations-content ul li {
    display: inline;
    font-size: 14px;
}
.footer-locations .footer-locations-block .footer-locations-content ul li span {
    display: inline-block;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
}
.footer-locations .footer-locations-block .footer-locations-content ul li span i {
    font-size: 5px;
    margin-right: 0.5rem;
    margin-top: -3px;
    vertical-align: middle;
}
.footer-locations .footer-locations-block .footer-locations-content ul li a {
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0.5px;
    text-decoration: none;
}
.footer-locations .footer-locations-block .footer-locations-content ul li.location-bold.inc-margin {
    margin-left: 8px;
}
.footer-locations .footer-locations-block .footer-locations-content ul li.location-bold span {
    color: #fff;
    font-family: "Nunito Sans", sans-serif;
    font-weight: bold;
}
.footer-locations .footer-social-block {
    align-items: center;
    display: flex;
    font-size: 14px;
    justify-content: space-between;
}
.footer-locations .footer-social-block .footer-mii {
    color: #fff;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 400;
    font-size: 24px;
}
.footer-locations .footer-social-block .footer-mii i {
    color: red;
}
.footer-locations .footer-social-block .footer-other-links {
    display: flex;
    gap: 10px;
}
.footer-locations .footer-social-block .footer-other-links .footer-other-text-link-span {
    color: #82a8e5 !important;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 400;
    font-size: 14px;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
}
.footer-locations .footer-social-block .footer-other-links .footer-other-text-link-a {
    color: #82a8e5;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 400;
    font-size: 14px;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
}
.footer-locations .footer-social-block .footer-other-links .footer-other-link {
    color: #82a8e5;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 400;
    font-size: 14px;
    text-decoration: none;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
}
.footer-locations .py-40 {
    padding-bottom: 40px;
    padding-top: 40px;
}

.testimonials-slider {
    padding-right: 20px;
    padding-left: 20px;
}

.testimonials-slider .slick-dots {
    list-style: none;
    display: flex;
    justify-content: center;
    gap: 10px;
    position: relative;
}

.testimonials-slider .slick-dots > li > button {
    color: transparent;
    font-size: 0;
    border: none;
}

.testimonials-slider .slick-dots > li {
    width: 10px;
    height: 10px;
    background: #d9d9d9;
    border-radius: 50px;
}

.testimonials-slider .slick-dots > li.slick-active {
    background: #000;
}
@media screen and (max-width: 768px) {
    .city-section-4{
        min-height: auto !important;
    }
    /* .footer {
        display: none;
    } */
     .city-section-4 .testimonials-block .mobile-testimonials-content .cp-testimonial-1, .city-section-4 .testimonials-block .testimonials-content .cp-testimonial-1, .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: 0 !important;
     }
     .testimonials-slider {
        padding-top: 20px;
    }
    #bannertop .img-relative {
        max-width: 92%;
        margin-left: auto;
        margin-right: auto !important;
    }
    .footer .container .custom-padding {
        padding-left: 0px;
        row-gap: 15px;
    }
    .footer .container .footer-brand-image img {
        width: 6rem;
    }
    .footer .container .footer-contact-us {
        color: #fff !important;
        /* display: block; */
        row-gap: 10px;
        /* font-family: "Nunito Sans", sans-serif;
        font-weight: 600; */
    }
    .footer .container .footer-address i {
        font-size: 1.2rem;
    }
    .footer .container .footer-all-links .other-quick-links .h5,
    .footer .container .footer-all-links .other-quick-links h5 {
        display: none;
    }
    .footer .container .footer-all-links .footer-solutions {
        border-top: 1px solid #06ccf8;
        margin-top: 1.5rem;
        padding-top: 1.5rem;
    }
    .footer .container .footer-all-links .col-md-4:last-child {
        margin-top: -1rem;
    }
    .footer .container .footer-all-links .footer-quick-links {
        border-top: 1px solid #06ccf8;
        margin-top: 0.5rem;
        padding-top: 1.5rem;
    }
    .footer .container .footer-get-in-touch {
        display: none;
    }
    .footer-locations .footer-social-block {
        align-items: flex-start;
        flex-direction: column;
        gap: 16px;
    }
    .footer-locations .footer-social-block .footer-other-links {
        flex-wrap: wrap;
        font-family: "Nunito Sans", sans-serif;
        font-weight: 200;
        font-size: 12px;
    }
}
@media screen and (max-width: 1024px) {
    .footer-responsive {
        background: linear-gradient(90.16deg, #101f9d -15.84%, #11111c 122.54%);
        display: block;
    }
    .footer-responsive .footer-section {
        padding: 2rem !important;
    }
    .footer-responsive .footer-section .footer-brand-image img {
        width: 6rem;
    }
    .footer-responsive .footer-section .footer-brand-slogan {
        color: #fff;
        font-family: "Nunito Sans", sans-serif;
        font-weight: 300;
        font-size: 12px;
        letter-spacing: 0.5px;
        line-height: 24px;
    }
    .footer-responsive .footer-section .logo-social {
        align-items: center;
        display: flex;
        gap: 20px;
        margin-bottom: 20px;
        margin-top: 20px;
    }
    .footer-responsive .footer-section .logo-social a img {
        height: 32px;
        width: 32px;
    }
    .footer-responsive .footer-section div .solutions-quick-links {
        -moz-column-gap: 80px;
        column-gap: 80px;
        display: flex;
        flex-wrap: wrap;
    }
    .footer-responsive .footer-section div .solutions-quick-links .footer-solutions {
        color: #fff;
        margin-top: 30px;
    }
    .footer-responsive .footer-section div .solutions-quick-links .footer-solutions .h5,
    .footer-responsive .footer-section div .solutions-quick-links .footer-solutions h5 {
        font-family: "Nunito Sans", sans-serif;
        font-weight: 600;
    }
    .footer-responsive .footer-section div .solutions-quick-links .footer-solutions ul {
        list-style: none;
        padding: 0;
        text-decoration: none;
    }
    .footer-responsive .footer-section div .solutions-quick-links .footer-solutions ul li a {
        color: #fff;
        display: block;
        font-family: "Nunito Sans", sans-serif;
        font-weight: 300;
        font-size: 14px;
        margin: 1rem 0;
        text-decoration: none;
    }
    .footer-responsive .footer-section div .solutions-quick-links .footer-quick-links {
        color: #fff;
        margin-top: 30px;
    }
    .footer-responsive .footer-section div .solutions-quick-links .footer-quick-links .h5,
    .footer-responsive .footer-section div .solutions-quick-links .footer-quick-links h5 {
        font-family: "Nunito Sans", sans-serif;
        font-weight: 600;
    }
    .footer-responsive .footer-section div .solutions-quick-links .footer-quick-links div {
        display: flex;
        flex-wrap: wrap;
        gap: 64px;
    }
    .footer-responsive .footer-section div .solutions-quick-links .footer-quick-links div ul {
        list-style: none;
        padding: 0;
        text-decoration: none;
    }
    .footer-responsive .footer-section div .solutions-quick-links .footer-quick-links div ul li a {
        color: #fff;
        display: block;
        font-family: "Nunito Sans", sans-serif;
        font-weight: 300;
        font-size: 14px;
        margin: 1rem 0;
        text-decoration: none;
    }
    .footer-responsive .footer-section div .phone-mail-wrapper {
        align-items: self-start;
        color: #f6f6f6;
        -moz-column-gap: 80px;
        column-gap: 80px;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        row-gap: 10px;
    }
    .footer-responsive .footer-section div .phone-mail-wrapper .gap-class {
        gap: 10px;
    }
    .footer-responsive .footer-section div .address .footer-address-header {
        color: #fff;
        font-family: "Nunito Sans", sans-serif;
        font-weight: 600;
        font-size: 16px;
    }
    .footer-responsive .footer-section div .address .footer-address {
        color: #f6f6f6;
        font-family: "Nunito Sans", sans-serif;
        font-weight: 300;
        font-size: 14px;
        font-weight: 300;
        letter-spacing: 0.3px;
        line-height: 26px;
    }
}
@media screen and (min-width: 768px) {
    .footer .container .custom-padding {
        padding-left: 115px;
    }
}
@media screen and (min-width: 1440px) {
    .footer-responsive {
        display: none;
    }
}
@media screen and (min-width: 1025px) and (max-width: 1439px) {
    .footer-responsive {
        display: none;
    }
}
.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, 0.3), rgba(0, 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: "Nunito Sans", sans-serif;
    font-weight: 600;
    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: "Nunito Sans", sans-serif;
    font-weight: 600;
    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: 0.4rem 5rem;
}
.home-section-1 .g-reviews-block .g-reviews .g-reviews-content .g-reviews-2 {
    color: #06ccf8;
}
.home-section-2 {
    background: linear-gradient(90.16deg, #101f9d -15.84%, #11111c 122.54%);
    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 0.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: "Nunito Sans", sans-serif;
    font-weight: 700;
    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, 0.502);
    font-family: "Nunito Sans", sans-serif;
    font-weight: 400;
    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: "Nunito Sans", sans-serif;
    font-weight: 600;
}
.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: linear-gradient(90.16deg, #101f9d -15.84%, #11111c 122.54%);
    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: linear-gradient(90.16deg, #101f9d -15.84%, #11111c 122.54%);
    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: "Nunito Sans", sans-serif;
    font-weight: 700;
}
.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: "Nunito Sans", sans-serif;
    font-weight: 600;
}
.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: "Nunito Sans", sans-serif;
    font-weight: 600;
}
.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: 0.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: "Nunito Sans", sans-serif;
    font-weight: 400;
}
.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: "Nunito Sans", sans-serif;
    font-weight: 600;
    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 #0177b4;
}
.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: "Nunito Sans", sans-serif;
    font-weight: 600;
}
.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: #0177b4;
}
.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-family: "Nunito Sans", sans-serif;
    font-weight: 400;
    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: #0177b4;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 600;
}
.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: "Nunito Sans", sans-serif;
    font-weight: 600;
}
.home-faq-table th {
    background-color: #06ccf8;
    color: #fff;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 600;
    font-size: 1.1rem;
    vertical-align: top;
}
.home-faq-table tr td {
    font-family: "Nunito Sans", sans-serif;
    font-weight: 600;
    font-size: 1rem;
}
.home-faq-table tr td:last-child {
    color: #0905a1;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 700;
}
.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, 0.3), rgba(0, 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: 0.5rem;
        font-size: 0.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: "Nunito Sans", sans-serif;
        font-weight: 600;
    }
    .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: 0.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, 0.3), rgba(0, 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, 0.3), rgba(0, 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, 0.3), rgba(0, 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, 0.3), rgba(0, 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,
.homes-section-2,
.hs-section-3,
.know-more-section-7,
.sp-section-2 {
    background: linear-gradient(90.16deg, #101f9d -15.84%, #11111c 122.54%);
    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,
.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,
.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,
.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,
.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,
.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,
.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,
.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 0.8rem;
}
.city-section-2 .consultation-block .book-consultation-form .custom-radio,
.cm-section-3 .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: 0.5rem;
    color: #000;
    cursor: pointer;
    display: inline-block;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 600;
    font-size: 0.8rem;
    margin: 4px 2px;
    padding: 0.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,
.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,
.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,
.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-family: "Nunito Sans", sans-serif;
    font-weight: 400;
    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 0.8rem;
}
.city-section-1-v2 .consultation-block .book-consultation-form .custom-radio {
    background: #fff;
    border: 1px solid #b8b8b8;
    border-radius: 0.5rem;
    color: #000;
    cursor: pointer;
    display: inline-block;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 500;
    font-size: 0.8rem;
    margin: 4px 2px;
    padding: 0.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 {
    font-family: "Nunito Sans", sans-serif;
    font-weight: 400;
    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: "Nunito Sans", sans-serif;
    font-weight: 600;
}
.homes-in-the-news .news-card .card-body {
    padding: 0 !important;
}
.homes-in-the-news .news-card .card-body .card-link {
    font-family: "Nunito Sans", sans-serif;
    font-weight: 400;
    font-size: 14px;
}
.homes-in-the-news .news-card .card-body .card-subtext {
    color: #4c4c4c;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 400;
    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-family: "Nunito Sans", sans-serif;
    font-weight: 400;
    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: "Nunito Sans", sans-serif;
    font-weight: 600;
    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-family: "Nunito Sans", sans-serif;
    font-weight: 400;
    font-size: 1rem;
    margin-top: 0.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: "Nunito Sans", sans-serif;
    font-weight: 700;
    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: "Nunito Sans", sans-serif;
    font-weight: 600;
    font-size: 1.2rem;
    padding-bottom: 0.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-family: "Nunito Sans", sans-serif;
    font-weight: 400;
    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: linear-gradient(90.16deg, #101f9d -15.84%, #11111c 122.54%);
    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-family: "Nunito Sans", sans-serif;
    font-weight: 400;
    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: "Nunito Sans", sans-serif;
    font-weight: 600;
    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-family: "Nunito Sans", sans-serif;
    font-weight: 400;
    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: "Nunito Sans", sans-serif;
    font-weight: 700;
}
.homes-section-9 .homes-guide-benefits,
.homes-section-9 .homes-guide-subheading {
    color: #000;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 400;
    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: 0.8rem;
    margin-right: 0.5rem;
    width: 0.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, 0.1);
    text-align: center;
}
.homes-cities .card img {
    width: 70%;
}
.homes-cities .card .state-name {
    font-family: "Nunito Sans", sans-serif;
    font-weight: 600;
}
.homes-cities .card .city-name {
    font-family: "Nunito Sans", sans-serif;
    font-weight: 400;
}
.homes-mobile-cities .card-body {
    background-color: #fff;
    border-radius: 1rem;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    padding: 0 !important;
    text-align: center;
}
.homes-mobile-cities img {
    width: 50%;
}
.homes-mobile-cities .state-name {
    font-family: "Nunito Sans", sans-serif;
    font-weight: 600;
    font-size: 10px;
    margin-bottom: 5px;
}
.homes-mobile-cities .city-name {
    font-family: "Nunito Sans", sans-serif;
    font-weight: 400;
    font-size: 11px;
    padding: 3px 3px 0.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, 0.5), rgba(0, 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, 0.3), rgba(0, 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, 0.3), rgba(0, 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, 0.3), rgba(0, 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,
    .homes-section-2,
    .hs-section-3,
    .sp-section-2 {
        padding: 2rem 0;
    }
    .city-section-2 .consultation-block,
    .cm-section-3 .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,
    .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: 0.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-family: "Nunito Sans", sans-serif;
        font-weight: 400;
        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%;
    }
}
.quote-button-class {
    background: linear-gradient(97.83deg, #101f9d 6.22%, #11111c 87.68%);
    border: 0;
    border-radius: 50px;
    color: #fff;
    font-family: "Nunito Sans", sans-serif;
    font-size: 18px;
    font-weight: 600;
    padding: 8px 24px;
}
.quote-button-class:hover {
    color: #fff;
}
.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, 0.3), rgba(0, 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: 0.2rem;
    color: #0905a1;
    margin: 0;
    padding: 0.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: 0.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: 0.3rem;
    padding: 1rem 1.5rem;
}
.know-more-section-2 .sp-block .sp-benefit-block .sp-benefit-text .sp-benefit-text-header {
    font-family: "Nunito Sans", sans-serif;
    font-weight: 600;
    font-size: 1.1rem;
}
.know-more-section-2 .sp-block .sp-benefit-block .sp-benefit-text .sp-benefit-text-description {
    font-family: "Nunito Sans", sans-serif;
    font-weight: 400;
    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: 0.4rem;
    box-shadow: 0 2px 10px #888;
    color: #fff;
    margin-left: -2rem;
    padding: 0.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: "Nunito Sans", sans-serif;
    font-weight: 600;
    font-size: 1.1rem;
}
.know-more-section-3 .process-content .process-block .process-block-content .process-block-text p {
    font-family: "Nunito Sans", sans-serif;
    font-weight: 400;
    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: "Nunito Sans", sans-serif;
    font-weight: 600;
}
.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: "Nunito Sans", sans-serif;
    font-weight: 600;
}
.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-family: "Nunito Sans", sans-serif;
    font-weight: 400;
    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-family: "Nunito Sans", sans-serif;
    font-weight: 400;
    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: 0.8rem;
    margin-right: 0.5rem;
    width: 0.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: "Nunito Sans", sans-serif;
    font-weight: 600;
}
.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: "Nunito Sans", sans-serif;
    font-weight: 400;
}
.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: "Nunito Sans", sans-serif;
    font-weight: 600;
}
.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: "Nunito Sans", sans-serif;
    font-weight: 600;
    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-family: "Nunito Sans", sans-serif;
    font-weight: 400;
    font-size: 1rem;
    margin-top: 0.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: 0.8rem;
    margin-right: 0.5rem;
    width: 0.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 {
    font-family: "Nunito Sans", sans-serif;
    font-weight: 400;
    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: "Nunito Sans", sans-serif;
    font-weight: 600;
    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, 0.1), rgba(0, 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: "Nunito Sans", sans-serif;
        font-weight: 600;
        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: "Nunito Sans", sans-serif;
        font-weight: 600;
    }
    .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 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, 0.5);
    height: 100%;
    position: absolute;
    width: 100%;
}
.hs-section-1 .hs-section-1-banner-cond {
    bottom: -2rem;
    color: #fff;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 500;
    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: "Nunito Sans", sans-serif;
    font-weight: 600;
    font-size: 1.4rem;
}
.hs-section-1 .hs-section-1-banner .hs-section-1-banner-text .subsidy-text .subsidy-amount {
    font-family: "Nunito Sans", sans-serif;
    font-weight: 700;
    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: 0.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-family: "Nunito Sans", sans-serif;
    font-weight: 400;
    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: "Nunito Sans", sans-serif;
    font-weight: 700;
    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: "Nunito Sans", sans-serif;
    font-weight: 700;
    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: "Nunito Sans", sans-serif;
    font-weight: 600;
    font-size: 2.3rem;
}
.hs-section-numbers .numbers-features-block .numbers-features-content .numbers-features-subheading {
    font-family: "Nunito Sans", sans-serif;
    font-weight: 400;
    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: linear-gradient(90.16deg, #101f9d -15.84%, #11111c 122.54%);
    border-radius: 0.4rem;
    box-shadow: 0 2px 10px #888;
    color: #fff;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 400;
    font-family: 1.1rem;
    margin-left: -2rem;
    padding: 0.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(0.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: "Nunito Sans", sans-serif;
    font-weight: 600;
    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-family: "Nunito Sans", sans-serif;
    font-weight: 400;
    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-family: "Nunito Sans", sans-serif;
    font-weight: 400;
    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: 0.8rem;
    margin-right: 0.5rem;
    width: 0.8rem;
}
.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, 0.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: -0.8rem;
        font-size: 13px;
        right: 1rem;
    }
    .hs-section-1 .hs-section-1-banner {
        padding: 0.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: 0.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: "Nunito Sans", sans-serif;
        font-weight: 700;
        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: 0.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: 0.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: 0.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, #0a3273 -15.84%, #0177b4 122.54%);
    background-blend-mode: overlay;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    padding-top: 5rem;
}
.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: "Nunito Sans", sans-serif;
    font-weight: 700;
    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: "Nunito Sans", sans-serif;
    font-weight: 300;
    font-size: 18px;
    letter-spacing: 0.3px;
    margin-bottom: 2rem;
}
.city-section-1-v2 .container div .city-section-div .city-section-sub-header .city-sse-slider-header-3 {
    font-family: "Nunito Sans", sans-serif;
    font-weight: 300;
    font-size: 18px;
    letter-spacing: 0.3px;
    margin-bottom: 1.8rem !important;
}
.city-section-1-v2 .container div .city-section-div .img-relative img {
    border-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: "Nunito Sans", sans-serif;
    font-weight: 600;
    font-size: 16px;
}
.city-section-1-v2 .container div .city-section-div .state-item-wrapper .state-item-left .state-item-para {
    font-family: "Nunito Sans", sans-serif;
    font-weight: 400;
    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: "Nunito Sans", sans-serif;
    font-weight: 600;
    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%, 0.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: "Nunito Sans", sans-serif;
    font-weight: 500;
    font-size: 1.3rem;
}
.city-info .cont {
    margin: auto;
    max-width: 900px;
    padding: 50px 15px;
}
.city-info .cont .flex-style {
    align-items: center;
    display: flex;
    gap: 20px;
    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: "Nunito Sans", sans-serif;
    font-weight: 700;
    font-size: 20px;
}
.city-info .cont .flex-style .city-padd-style div div .num-desc {
    font-family: "Nunito Sans", sans-serif;
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 0 !important;
}
.city-info .cont .drive-title {
    font-family: "Nunito Sans", sans-serif;
    font-weight: 800;
    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-family: "Nunito Sans", sans-serif;
    font-weight: 400;
    font-size: 1.1rem;
    margin-top: 0.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: #0177b4;
    color: #fff;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 600;
    font-size: 1.1rem;
    vertical-align: top;
}
.city-section-3 .table-maharashtra tr td {
    font-family: "Nunito Sans", sans-serif;
    font-weight: 600;
    font-size: 1rem;
}
.city-section-3 .table-maharashtra tr td:last-child {
    color: #e82e2e;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 700;
}
.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: "Nunito Sans", sans-serif;
    font-weight: 400;
}
.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: "Nunito Sans", sans-serif;
    font-weight: 400;
}
.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: #cee8fd;
    border-radius: 1rem;
    font-size: 1rem;
    min-height: 9rem;
    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: #cee8fd 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%;
    border-radius: 10px;
}
.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: "Nunito Sans", sans-serif;
    font-weight: 600;
    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 {
    font-family: "Nunito Sans", sans-serif;
    font-weight: 400;
    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-family: "Nunito Sans", sans-serif;
    font-weight: 400;
    font-size: 12px;
}

@media(min-width:768px){
    .text-md-start{
        text-align: left !important;
    }
}

@media screen and (max-width: 768px) {
    .footer-locations .py-40 {
    padding-bottom: 20px;
    padding-top: 20px;
}
    .city-section-1-v2 .container div .city-section-div .img-relative img {
    border-radius: 0;
}
    .city-page-tnc .container {
        display: flex;
        flex-direction: row;
        justify-content: center;
    }
    .city-page-tnc .container span {
        font-family: "Nunito Sans", sans-serif;
        font-weight: 400;
        font-size: 10px;
    }
    .city-section-1-v2 {
        background-position: 50%;
        background: linear-gradient(90.16deg, #0a3273 -15.84%, #0177b4 122.54%);
        background-blend-mode: overlay;
        background-repeat: no-repeat;
        background-size: cover;
        min-height: 100%;
        padding-top: 7rem !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: 0.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(1, 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: "Nunito Sans", sans-serif;
        font-weight: 600;
        font-size: 16px;
    }
    .city-info .cont .flex-style div .city-padd-style div div .num-desc {
        font-family: "Nunito Sans", sans-serif;
        font-weight: 400;
        font-size: 14px;
    }
    .city-page-g-review .city-page-g-review-2 div {
        word-wrap: break-word;
        color: #000;
        font-family: "Nunito Sans", sans-serif;
        font-weight: 600;
        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, 0.2), rgba(0, 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: 0.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: "Nunito Sans", sans-serif;
    font-weight: 700;
}
.cm-section-5 .cm-stats-content .cm-stats-block .cm-stats-subheader {
    font-family: "Nunito Sans", sans-serif;
    font-weight: 400;
    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, 0.502);
    font-family: "Nunito Sans", sans-serif;
    font-weight: 400;
    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: "Nunito Sans", sans-serif;
    font-weight: 600;
}
.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: linear-gradient(90.16deg, #101f9d -15.84%, #11111c 122.54%);
    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: "Nunito Sans", sans-serif;
        font-weight: 700;
        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-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, 0.5), rgba(0, 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-family: "Nunito Sans", sans-serif;
    font-weight: 400;
    font-size: 17px;
}
.privacy-policy-2 .pp-text-bold {
    font-family: "Nunito Sans", sans-serif;
    font-weight: 600;
    font-size: 17px;
}
.privacy-policy-2 .pp-header {
    color: #0905a1;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 600;
}
.privacy-policy-banner .form-div {
    background: #fff;
    border: 1px solid #e6e6e6;
    border-radius: 20px;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.122);
    min-height: 500px;
    padding: 24px;
}
.privacy-policy-banner .form-div .tab-headers {
    border: 1px solid #ccc;
    border-radius: 24px;
    margin-bottom: 10px;
    padding: 6px;
}
.privacy-policy-banner .form-div .tab-headers .nav-pills .nav-link {
    border-radius: 24px;
    color: #000;
    font-size: 14px;
    font-weight: 400;
}
.privacy-policy-banner .form-div .tab-headers .nav-pills .active {
    background: #e0e6fc;
    color: #000;
    font-size: 14px;
    font-weight: 600;
}
.privacy-policy-banner .form-div .tab-desc #gsCmForm .policy-check {
    align-items: center;
    display: flex;
}
.privacy-policy-banner .form-div .tab-desc #gsCmForm .policy-check p {
    margin-bottom: 0 !important;
}
.privacy-policy-banner .form-div .tab-desc #gsCmForm .policy-check p a {
    color: #000 !important;
}
.privacy-policy-banner .form-div .tab-desc #gsHsForm .policy-check {
    align-items: center;
    display: flex;
}
.privacy-policy-banner .form-div .tab-desc #gsHsForm .policy-check p {
    margin-bottom: 0 !important;
}
.privacy-policy-banner .form-div .tab-desc #gsHsForm .policy-check p a {
    color: #000 !important;
}
.privacy-policy-banner .form-div .tab-desc #gsHsForm .designation .radio-group {
    position: relative;
}
.privacy-policy-banner .form-div .tab-desc #gsHsForm .designation .custom-radio-block {
    padding: 0 0.8rem;
}
.privacy-policy-banner .form-div .tab-desc #gsHsForm .designation .custom-radio {
    background: #fff;
    border: 1px solid #b8b8b8;
    border-radius: 0.5rem;
    color: #000;
    cursor: pointer;
    display: inline-block;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 500;
    font-size: 0.8rem;
    margin: 4px 2px;
    padding: 0.5rem;
    text-align: center;
}
.privacy-policy-banner .form-div .tab-desc #gsHsForm .designation .custom-radio.selected {
    background-color: #e0e6fc;
    border: 1px solid #111f96;
    color: #fff;
    color: #111f96;
}
.privacy-policy-banner .form-div .tab-desc #gsHomesForm .policy-check {
    align-items: center;
    display: flex;
}
.privacy-policy-banner .form-div .tab-desc #gsHomesForm .policy-check p {
    margin-bottom: 0 !important;
}
.privacy-policy-banner .form-div .tab-desc #gsHomesForm .policy-check p a {
    color: #000 !important;
}
.privacy-policy-banner .form-div .tab-desc #gsHomesForm .bill-homes .radio-group {
    position: relative;
}
.privacy-policy-banner .form-div .tab-desc #gsHomesForm .bill-homes .custom-radio-block {
    padding: 0 0.8rem;
}
.privacy-policy-banner .form-div .tab-desc #gsHomesForm .bill-homes .custom-radio {
    background: #fff;
    border: 1px solid #b8b8b8;
    border-radius: 0.5rem;
    color: #000;
    cursor: pointer;
    display: inline-block;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 500;
    font-size: 0.8rem;
    margin: 4px 2px;
    padding: 0.5rem;
    text-align: center;
}
.privacy-policy-banner .form-div .tab-desc #gsHomesForm .bill-homes .custom-radio.selected {
    background-color: #e0e6fc;
    border: 1px solid #111f96;
    color: #fff;
    color: #111f96;
}
.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: "Nunito Sans", sans-serif;
    font-weight: 600;
    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%, 0.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: "Nunito Sans", sans-serif;
    font-weight: 300;
    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: "Nunito Sans", sans-serif;
    font-weight: 600;
    font-size: 16px;
}
.policy-text {
    color: #000;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 300;
    font-size: 16px;
}
.policy-header {
    font-size: 22px;
}
.policy-header,
.policy-subheader {
    color: #000;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 600;
}
.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-family: "Nunito Sans", sans-serif;
    font-weight: 400;
    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-family: "Nunito Sans", sans-serif;
    font-weight: 400;
    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-family: "Nunito Sans", sans-serif;
    font-weight: 400;
    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: "Nunito Sans", sans-serif;
    font-weight: 600;
    font-size: 16px;
}
.about-us-3 .card .mot-designation {
    font-family: "Nunito Sans", sans-serif;
    font-weight: 400;
    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, 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: "Nunito Sans", sans-serif;
    font-weight: 600;
    font-size: 16px;
}
.about-us-4 .journey-img-container .card.journey-card .journey-subname {
    font-family: "Nunito Sans", sans-serif;
    font-weight: 400;
    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, 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: "Nunito Sans", sans-serif;
    font-weight: 600;
    font-size: 16px;
}
.about-us-4-mobile .journey-img-container .card.journey-card .journey-subname {
    font-family: "Nunito Sans", sans-serif;
    font-weight: 400;
    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: 0.5rem;
}
.sp-section-2 .consultation-icon-text .sp-service-header {
    font-family: "Nunito Sans", sans-serif;
    font-weight: 600;
    font-size: 1.5rem;
}
.sp-section-2 .consultation-icon-text .sp-service-subheader {
    font-family: "Nunito Sans", sans-serif;
    font-weight: 400;
    font-size: 1rem;
}
.sp-section-4 {
    min-height: 60vh;
}
.sp-section-8 .sp-faq-table th {
    background-color: #06ccf8;
    color: #fff;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 600;
    font-size: 1.1rem;
    vertical-align: top;
}
.sp-section-8 .sp-faq-table tr td {
    font-family: "Nunito Sans", sans-serif;
    font-weight: 600;
    font-size: 1rem;
}
.sp-section-8 .sp-faq-table tr td:last-child {
    color: #0905a1;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 700;
}
.sp-section-8 .sp-faq-table tr:nth-child(odd) td {
    background-color: #f1f1f1 !important;
}
.error,
input.homes-form-error {
    color: #dc3545;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 400;
}
input.homes-form-error {
    border: 1px solid #dc3545;
}
label.homes-form-error {
    border: 0 !important;
    color: red;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 400;
    font-size: 12px;
}
input.hs-form-error {
    border: 1px solid #dc3545;
    color: #dc3545;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 400;
}
label.hs-form-error {
    border: 0 !important;
    color: red;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 400;
    font-size: 12px;
}
input.form-error {
    border: 1px solid #dc3545;
    color: #dc3545;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 400;
}
label.form-error {
    border: 0 !important;
    color: red;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 400;
    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;
    }
}
.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: "Nunito Sans", sans-serif;
    font-weight: 600;
    font-size: 32px;
    margin-bottom: 0.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 .h1,
.go-solar-banner .go-wrapper .carousel-wrapper .menus h1 {
    color: #000;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 600;
    font-size: 32px;
    margin-bottom: 0.2rem !important;
}
.go-solar-banner .go-wrapper .carousel-wrapper .menus .h1 span,
.go-solar-banner .go-wrapper .carousel-wrapper .menus h1 span {
    color: #131ca2;
}
.go-solar-banner .go-wrapper .carousel-wrapper .menus .h6,
.go-solar-banner .go-wrapper .carousel-wrapper .menus h6 {
    font-family: "Nunito Sans", sans-serif;
    font-weight: 400;
    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, 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 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: 0.5rem;
    color: #000;
    cursor: pointer;
    display: inline-block;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 500;
    font-size: 0.8rem;
    margin: 4px 2px;
    padding: 0.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 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: 0.5rem;
    color: #000;
    cursor: pointer;
    display: inline-block;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 500;
    font-size: 0.8rem;
    margin: 4px 2px;
    padding: 0.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;
}
.price-filter {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
      font-family: Arial, sans-serif;
    }

    .price-option {
      position: relative;
    }

    .price-option input[type="radio"] {
      display: none;
    }

    .price-option label {
      display: inline-block;
    padding: 7px 9px;
    border: 1px solid #ccc;
    border-radius: 8px;
    cursor: pointer;
    background-color: white;
    transition: all 0.3s ease;
    font-weight: 500;
    font-size: 14px;
    }

    .price-option input[type="radio"]:checked + label {
      background-color: #000;
      color: white;
      border-color: #000;
    }
@media screen and (max-width: 768px) {
    .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: 0.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;
    }
}
.india-solar-banner {
    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;
    padding-top: 1.8rem !important;
    width: 100%;
}
.india-solar-banner .india-wrapper {
    gap: 20px;
    width: 100%;
}
.india-solar-banner .india-wrapper .carousel-wrapper {
    flex: 0 0 auto;
    width: 58.33333333%;
}
.india-solar-banner .india-wrapper .carousel-wrapper .menus {
    margin-bottom: 1rem;
}
.india-solar-banner .india-wrapper .carousel-wrapper .menus .h2,
.india-solar-banner .india-wrapper .carousel-wrapper .menus h2 {
    color: #fff;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 600;
    font-size: 40px;
    line-height: 48px;
    margin-bottom: 0.2rem !important;
}
.india-solar-banner .india-wrapper .carousel-wrapper .menus .h2 span,
.india-solar-banner .india-wrapper .carousel-wrapper .menus h2 span {
    color: #00bdff !important;
}
.india-solar-banner .india-wrapper .carousel-wrapper .menus .h6,
.india-solar-banner .india-wrapper .carousel-wrapper .menus h6 {
    color: #fff;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 300;
    font-size: 18px;
    letter-spacing: 0.3px;
    margin-bottom: 1.8rem !important;
}
.india-solar-banner .india-wrapper .carousel-wrapper .img-relative img {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    width: 100%;
}
.india-solar-banner .india-wrapper .carousel-wrapper .slogan-gif,
.india-solar-banner .india-wrapper .carousel-wrapper .slogan-gif img {
    border-bottom-left-radius: 1rem;
    border-bottom-right-radius: 1rem;
}
.india-solar-banner .india-wrapper .form-wrapper {
    flex: 0 0 auto;
    width: 41.66666667%;
}
.india-solar-banner .india-wrapper .form-wrapper .form-div {
    background: #fff;
    border: 1px solid #e6e6e6;
    border-radius: 20px;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.122);
    min-height: 500px;
    padding: 24px;
}
.india-solar-banner .india-wrapper .form-wrapper .form-div .tab-headers {
    border: 1px solid #ccc;
    border-radius: 24px;
    margin-bottom: 10px;
    padding: 6px;
}
.india-solar-banner .india-wrapper .form-wrapper .form-div .tab-headers .nav-pills .nav-link {
    border-radius: 24px;
    color: #000;
    font-size: 14px;
    font-weight: 400;
}
.india-solar-banner .india-wrapper .form-wrapper .form-div .tab-headers .nav-pills .active {
    background: #e0e6fc;
    color: #000;
    font-size: 14px;
    font-weight: 600;
}
.india-solar-banner .india-wrapper .form-wrapper .form-div .tab-desc #gsCmForm .policy-check {
    align-items: center;
    display: flex;
}
.india-solar-banner .india-wrapper .form-wrapper .form-div .tab-desc #gsCmForm .policy-check p {
    margin-bottom: 0 !important;
}
.india-solar-banner .india-wrapper .form-wrapper .form-div .tab-desc #gsCmForm .policy-check p a {
    color: #000 !important;
}
.india-solar-banner .india-wrapper .form-wrapper .form-div .tab-desc #gsHsForm .policy-check {
    align-items: center;
    display: flex;
}
.india-solar-banner .india-wrapper .form-wrapper .form-div .tab-desc #gsHsForm .policy-check p {
    margin-bottom: 0 !important;
}
.india-solar-banner .india-wrapper .form-wrapper .form-div .tab-desc #gsHsForm .policy-check p a {
    color: #000 !important;
}
.india-solar-banner .india-wrapper .form-wrapper .form-div .tab-desc #gsHsForm .designation .radio-group {
    position: relative;
}
.india-solar-banner .india-wrapper .form-wrapper .form-div .tab-desc #gsHsForm .designation .custom-radio-block {
    padding: 0 0.8rem;
}
.india-solar-banner .india-wrapper .form-wrapper .form-div .tab-desc #gsHsForm .designation .custom-radio {
    background: #fff;
    border: 1px solid #b8b8b8;
    border-radius: 0.5rem;
    color: #000;
    cursor: pointer;
    display: inline-block;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 500;
    font-size: 0.8rem;
    margin: 4px 2px;
    padding: 0.5rem;
    text-align: center;
}
.india-solar-banner .india-wrapper .form-wrapper .form-div .tab-desc #gsHsForm .designation .custom-radio.selected {
    background-color: #e0e6fc;
    border: 1px solid #111f96;
    color: #fff;
    color: #111f96;
}
.india-solar-banner .india-wrapper .form-wrapper .form-div .tab-desc #gsHomesForm .policy-check {
    align-items: center;
    display: flex;
}
.india-solar-banner .india-wrapper .form-wrapper .form-div .tab-desc #gsHomesForm .policy-check p {
    margin-bottom: 0 !important;
}
.india-solar-banner .india-wrapper .form-wrapper .form-div .tab-desc #gsHomesForm .policy-check p a {
    color: #000 !important;
}
.india-solar-banner .india-wrapper .form-wrapper .form-div .tab-desc #gsHomesForm .bill-homes .radio-group {
    position: relative;
}
.india-solar-banner .india-wrapper .form-wrapper .form-div .tab-desc #gsHomesForm .bill-homes .custom-radio-block {
    padding: 0 0.8rem;
}
.india-solar-banner .india-wrapper .form-wrapper .form-div .tab-desc #gsHomesForm .bill-homes .custom-radio {
    background: #fff;
    border: 1px solid #b8b8b8;
    border-radius: 0.5rem;
    color: #000;
    cursor: pointer;
    display: inline-block;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 500;
    font-size: 0.8rem;
    margin: 4px 2px;
    padding: 0.5rem;
    text-align: center;
}
.india-solar-banner .india-wrapper .form-wrapper .form-div .tab-desc #gsHomesForm .bill-homes .custom-radio.selected {
    background-color: #e0e6fc;
    border: 1px solid #111f96;
    color: #fff;
    color: #111f96;
}
@media screen and (max-width: 768px) {
    .india-solar-banner .india-wrapper {
        gap: 12px;
    }
    .india-solar-banner .india-wrapper .carousel-wrapper .slider-carousel .slide-card img {
        background: 0 0;
        max-height: 25vh;
        -o-object-fit: contain;
        object-fit: contain;
        width: 100%;
    }
    .india-solar-banner .india-wrapper .carousel-wrapper .form-wrapper {
        margin-bottom: 25px !important;
    }
    .india-solar-banner .india-wrapper .carousel-wrapper .form-wrapper .form-div .tab-headers .nav-pills .nav-link {
        font-size: 12px;
        font-weight: 300;
    }
    .india-solar-banner .india-wrapper .carousel-wrapper .form-wrapper .form-div .tab-headers .nav-pills .active {
        font-size: 12px;
    }
}
@media screen and (max-width: 1024px) {
    .india-solar-banner .india-wrapper {
        flex-direction: column;
    }
    .india-solar-banner .india-wrapper .carousel-wrapper {
        width: 100%;
    }
    .india-solar-banner .india-wrapper .carousel-wrapper .menus .h2,
    .india-solar-banner .india-wrapper .carousel-wrapper .menus h2 {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 0.5rem !important;
    }
    .india-solar-banner .india-wrapper .carousel-wrapper .menus .h6,
    .india-solar-banner .india-wrapper .carousel-wrapper .menus h6 {
        font-size: 16px;
    }
    .india-solar-banner .india-wrapper .form-wrapper {
        margin-bottom: 20px;
        width: 100%;
    }
    .india-solar-banner .india-wrapper .form-wrapper .form-div {
        padding: 16px;
    }
    .india-solar-banner .india-wrapper .form-wrapper .form-div .tab-headers .nav-pills .nav-link {
        font-size: 14px;
        padding: 0.4rem 0;
    }
    .india-solar-banner .india-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) {
    .india-solar-banner .india-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: "Nunito Sans", sans-serif;
    font-weight: 700;
    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: "Nunito Sans", sans-serif;
    font-weight: 600;
}
.tfd-section-1 .content-wrapper .hero-para {
    font-family: "Nunito Sans", sans-serif;
    font-weight: 400;
}
.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;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 400;
    gap: 1rem;
    justify-content: center;
    position: relative;
}
.solar-consult-wrapper {
    margin-top: 1rem;
}
.head-para {
    font-family: "Nunito Sans", sans-serif;
    font-weight: 600;
}
@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: "Nunito Sans", sans-serif;
    font-weight: 600;
    font-size: 2.5rem;
}
.state-page-section-1 .sp-container .sp-1-subheader {
    color: #fff;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 400;
    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: "Nunito Sans", sans-serif;
    font-weight: 600;
    font-size: 1.1rem;
    vertical-align: top;
    width: 18rem;
}
.state-page-section-1 .sp-container .table-maharashtra tr td {
    font-family: "Nunito Sans", sans-serif;
    font-weight: 600;
    font-size: 1rem;
}
.state-page-section-1 .sp-container .table-maharashtra tr td:last-child {
    color: #0905a1;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 700;
}
.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;
    }
}
.ocr-container .verify-status .headline-status {
    color: #0a117a;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 500;
    font-size: 16px;
    margin: 1rem 0 !important;
}
.ocr-container .verify-status .status .status-time {
    align-items: center;
    display: flex;
    gap: 8px;
    margin-bottom: 0.5rem;
}
.ocr-container .verify-status .status .status-time .ocr-reject-status {
    background: #ffccc7;
    border-radius: 4px;
    color: #f62d38;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 400;
    font-size: 12px;
    padding: 4px 10px;
}
.ocr-container .verify-status .status .status-time .ocr-approve-status {
    background: #d9f7be;
    border-radius: 4px;
    color: #2f6e14;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 400;
    font-size: 12px;
    padding: 4px 10px;
}
.ocr-container .verify-status .status .status-time .ocr-status-time {
    color: #101425;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 400;
    font-size: 12px;
}
.ocr-container .verify-status .status .reason {
    margin-bottom: 0.5rem;
}
.ocr-container .verify-status .status .reason .reason-quest {
    color: #848b96;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 22px;
}
.ocr-container .verify-status .status .reason .reason-ans {
    color: #101425;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 400;
    font-size: 12px;
}
.ocr-container .ocr-name-msg {
    margin-top: 1rem !important;
}
.ocr-container .ocr-name-msg .ocr-name {
    color: #0a117a;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 0.5rem;
}
.ocr-container .ocr-name-msg .ocr-message {
    color: #5d627c;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 400;
    font-size: 14px;
}
.ocr-container .ocr-footer {
    background-color: #fff;
    bottom: 0;
    padding: 1rem 0;
    position: sticky;
    z-index: 10;
}
.ocr-container .ocr-footer .ocr-checkbox {
    align-items: center;
    display: flex;
    gap: 8px;
    margin-bottom: 1rem;
    padding: 0;
}
.ocr-container .ocr-footer .ocr-checkbox .ocr-checkbox-label {
    color: #101425;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 400;
    font-size: 12px;
}
.ocr-container .ocr-footer .ocr-checkbox .ocr-checkbox-input {
    border: 2px solid #848b96;
    border-radius: 2px;
    height: 20px;
    padding: 0;
    width: 20px;
}
.ocr-container .ocr-footer .ocr-button {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    width: 100%;
}
.ocr-container .ocr-footer .ocr-button .approve {
    background-color: #131ca2;
    border: 0;
    border-radius: 4px;
    color: #fff;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 500;
    font-size: 14px;
    padding: 10px 24px;
    width: 48%;
}
.ocr-container .ocr-footer .ocr-button .reject {
    background: #fff;
    border: 1px solid #131ca2;
    border-radius: 4px;
    color: #131ca2;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 500;
    font-size: 14px;
    padding: 10px 24px;
    width: 48%;
}
.ocr-container .ocr-footer .ocr-button .approve-disabled {
    background-color: #ebe4e4;
    border: 0;
    border-radius: 4px;
    color: #877878;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 500;
    font-size: 14px;
    padding: 10px 24px;
    width: 48%;
}
.ocr-container .ocr-footer .ocr-button .reject-disabled {
    background: #fff;
    border: 1px solid #877878;
    border-radius: 4px;
    color: #877878;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 500;
    font-size: 14px;
    padding: 10px 24px;
    width: 48%;
}
.ocr-container #rejection-ui .reject-question {
    font-family: "Nunito Sans", sans-serif;
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 0 !important;
}
.ocr-container #rejection-ui .reject-desc {
    color: #5d627c;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 400;
    font-size: 14px;
}
.ocr-container #rejection-ui #reject-form .reject-comment-label,
.ocr-container #rejection-ui #reject-form .reject-reason-label {
    font-family: "Nunito Sans", sans-serif;
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 0.3rem !important;
    padding-left: 6px;
}
.ocr-container #rejection-ui #reject-form .reject-comment-input,
.ocr-container #rejection-ui #reject-form .reject-reason-option {
    margin-bottom: 0.8rem !important;
}
.ocr-container #rejection-ui .reject-buttons {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    margin-bottom: 2rem;
    width: 100%;
}
.ocr-container #rejection-ui .reject-buttons #back-btn {
    background: #fff;
    border: 1px solid #131ca2;
    border-radius: 4px;
    color: #131ca2;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 500;
    font-size: 14px;
    padding: 10px 24px;
    width: 48%;
}
.ocr-container #rejection-ui .reject-buttons #submit-reject {
    background-color: #131ca2;
    border: 0;
    border-radius: 4px;
    color: #fff;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 500;
    font-size: 14px;
    padding: 10px 24px;
    width: 48%;
}
.ocr-container .toats-container {
    align-items: center;
    background-color: #fff;
    bottom: 0;
    display: flex;
    justify-content: center;
    padding: 1rem 0;
    position: sticky;
    z-index: 10;
}
.ocr-container .toats-container #rejectToast {
    --bs-toast-border-radius: 12px !important;
    --bs-toast-box-shadow: 0;
    --bs-toast-max-width: 100%;
    padding: 10px 16px;
}
.ocr-container .toats-container #rejectToast .toats-body .toast-reject-header {
    align-items: center;
    display: flex;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 500;
    font-size: 16px;
    justify-content: space-between;
    margin-bottom: 0.2rem !important;
}
.ocr-container .toats-container #rejectToast .toats-body .toast-reject-message {
    color: #5d627c;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 400;
    font-size: 12px;
}
.ocr-container .toats-container #wentWrongToast {
    --bs-toast-border-radius: 12px !important;
    --bs-toast-box-shadow: 0;
    --bs-toast-max-width: 100%;
    --bs-toast-border-color: #f62d38;
    padding: 10px 16px;
}
.ocr-container .toats-container #wentWrongToast .toats-body .toast-reject-header {
    align-items: center;
    display: flex;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 500;
    font-size: 16px;
    justify-content: space-between;
    margin-bottom: 0.2rem !important;
}
.ocr-container .toats-container #wentWrongToast .toats-body .toast-reject-message {
    color: #5d627c;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 400;
    font-size: 12px;
}
.ocr-container .toats-container #approveToast {
    --bs-toast-box-shadow: 0;
    --bs-toast-max-width: 100%;
    --bs-toast-border-radius: 12px !important;
    --bs-toast-border-color: #52c41a;
    padding: 10px 16px;
}
.ocr-container .toats-container #approveToast .toats-body {
    display: flex;
    gap: 0.4rem;
    justify-content: space-evenly;
}
.ocr-container .toats-container #approveToast .toats-body .toast-approve-header {
    display: flex;
    flex-direction: column;
}
.ocr-container .toats-container #approveToast .toats-body .toast-approve-header .apv-header {
    align-items: center;
    display: flex;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 500;
    font-size: 16px;
    justify-content: space-between;
    margin-bottom: 0.2rem !important;
}
.ocr-container .toats-container #approveToast .toats-body .toast-approve-header .toast-approve-message {
    color: #5d627c;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 400;
    font-size: 12px;
}
#first-ui,
#rejection-ui {
    transition: all 0.3s ease-in-out;
}
.back-button {
    background: 0 0;
    border: none;
    color: #007bff;
    cursor: pointer;
    font-size: 1rem;
    margin-bottom: 1rem;
}
.pdf-loader {
    align-items: center;
    background-color: #f5f5f5;
    display: flex;
    flex-direction: column;
    height: 500px;
    justify-content: center;
}
.spinner {
    animation: spin 1s linear infinite;
    border: 5px solid #f3f3f3;
    border-radius: 50%;
    border-top-color: #3498db;
    height: 50px;
    margin-bottom: 10px;
    width: 50px;
}
#pdf-viewer {
    transition: opacity 0.3s ease-in-out;
}
.download-section {
    border: 1px solid #e2e7ef;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    padding: 8px 0;
}
.download-section a {
    color: #131ca2;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 400;
    font-size: 14px;
    text-decoration: none;
}
.loader {
    animation: spin 1s linear infinite;
    border: 2px solid #f3f3f3;
    border-radius: 50%;
    border-top-color: #3498db;
    display: inline-block;
    height: 14px;
    margin-right: 8px;
    width: 14px;
}
@keyframes spin {
    0% {
        transform: rotate(0);
    }
    to {
        transform: rotate(1turn);
    }
}
.nps-body .container .congo-box {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.nps-body .container .congo-box .congo-title {
    color: #101425;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 600;
    font-size: 24px;
    letter-spacing: 0.1px;
}
.nps-body .container .congo-box .congo-subtitle {
    color: #101425;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0.1px;
    margin-bottom: 2rem;
}
.nps-body .container .question-box-wrapper {
    align-items: center;
    display: flex;
    justify-content: center;
}
.nps-body .container .question-box-wrapper .question-box {
    align-items: center;
    background: linear-gradient(271.64deg, #eefaff 8.38%, #f6f6ff 94.67%);
    border: 1px solid #e2e7ef;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 36px 12px;
    width: -moz-max-content;
    width: max-content;
}
.nps-body .container .question-box-wrapper .question-box .question-box-header {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 20px;
}
.nps-body .container .question-box-wrapper .question-box .question-box-header .intro {
    color: #636a75;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.1px;
    margin-bottom: 5px;
}
.nps-body .container .question-box-wrapper .question-box .question-box-header .question-box-title {
    color: #101425;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.1px;
    text-align: center;
}
.nps-body .container .question-box-wrapper .question-box .questions-desc #rating-least {
    display: none;
}
.nps-body .container .question-box-wrapper .question-box .questions-desc #rating-least #least-likely {
    color: #636a75;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 400;
    font-size: 12px;
}
.nps-body .container .question-box-wrapper .question-box .questions-desc .rating-box .rating-label {
    margin: 3px;
    transition: all 0.1s ease-in-out;
}
.nps-body .container .question-box-wrapper .question-box .questions-desc .selected .rating-label {
    border: 2px solid #131ca2;
    border-radius: 4px;
    margin: 0;
}
.nps-body .container .question-box-wrapper .question-box .questions-desc .rating-desc {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-top: 1px;
    padding: 0 10px;
}
.nps-body .container .question-box-wrapper .question-box .questions-desc .rating-desc span {
    color: #636a75;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 400;
    font-size: 12px;
}
.nps-body .container .question-option {
    align-items: center;
    display: flex;
    justify-content: center;
    margin-top: 24px;
}
.nps-body .container .question-option .quest-opt {
    border: 1px solid #e2e7ef;
    border-radius: 12px;
    padding: 32px 60px;
    width: 650px;
}
.nps-body .container .question-option .quest-opt .quest-question {
    text-align: left;
}
.nps-body .container .question-option .quest-opt .quest-question .quest-title {
    font-family: "Nunito Sans", sans-serif;
    font-weight: 500;
    font-size: 16px;
}
.nps-body .container .question-option .quest-opt .quest-question .quest-subtitle {
    color: #636a75;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 400;
    font-size: 14px;
}
.nps-body .container .question-option .quest-opt .quest-option-options .option {
    align-items: flex-start;
    display: flex;
    gap: 12px;
    justify-content: center;
    margin: 0 32px;
}
.nps-body .container .question-option .quest-opt .quest-option-options .option input {
    border: 1px solid #cdcdcd;
    border-radius: 6px;
    height: 23px;
    width: 23px;
}
.nps-body .container .question-option .quest-opt .quest-option-options .option label {
    color: #101425;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0.1px;
    margin-top: 4px;
}
.nps-body .container .question-option .quest-opt .option-other {
    font-family: "Nunito Sans", sans-serif;
    font-weight: 400;
    font-size: 14px;
    margin: auto;
    width: 99%;
}
.nps-body .container .question-option .quest-opt .option-other textarea {
    box-shadow: none;
    outline: 0 none transparent;
    resize: none;
}
.nps-body .container .question-option .quest-opt .option-other input:focus,
.nps-body .container .question-option .quest-opt .option-other textarea:focus {
    outline: 0;
}
.nps-body .container .question-submit {
    align-items: center;
    display: flex;
    justify-content: center;
    padding-bottom: 1rem;
    padding-top: 3rem;
}
.nps-body .container .question-submit .submit-btn {
    background: linear-gradient(97.83deg, #101f9d 6.22%, #11111c 87.68%);
    border-radius: 50px;
    color: #fff;
    cursor: not-allowed;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 600;
    font-size: 14px;
    opacity: 0.5;
    padding: 8px 24px;
    width: 336px;
}
.nps-body .container .question-submit .enabled {
    background-color: #007bff;
    cursor: pointer;
    opacity: 1;
}
.nps-body .container .response-wrapper {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 44px;
    justify-content: center;
}
.nps-body .container .response-wrapper .reponse-submitted {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}
.nps-body .container .response-wrapper .reponse-submitted .h3,
.nps-body .container .response-wrapper .reponse-submitted h3 {
    color: #101425;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 600;
    font-size: 24px;
    letter-spacing: 0.1px;
}
.nps-body .container .response-wrapper .reponse-submitted p {
    color: #101425;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0.1px;
}
.nps-body .container .response-wrapper .response-refer {
    align-items: center;
    background: linear-gradient(271.64deg, #eefaff 8.38%, #f6f6ff 94.67%);
    border: 1px solid #e2e7ef;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 20px 16px;
    text-align: center;
}
.nps-body .container .response-wrapper .response-refer .h4,
.nps-body .container .response-wrapper .response-refer h4 {
    color: #101425;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 600;
    font-size: 24px;
    letter-spacing: 0.1px;
}
.nps-body .container .response-wrapper .response-refer .info {
    color: #636a75;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0.1px;
}
.nps-body .container .response-wrapper .response-refer .refer-now {
    background: linear-gradient(97.83deg, #101f9d 6.22%, #11111c 87.68%);
    border-radius: 50px;
    color: #fff;
    cursor: pointer;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 0.1px;
    padding: 8px 24px;
    width: 236px;
}
.form-check-input:checked {
    background-color: #131ca2 !important;
}
.csat-body .container .congo-box {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.csat-body .container .congo-box .congo-title {
    color: #101425;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 600;
    font-size: 24px;
    letter-spacing: 0.1px;
}
.csat-body .container .congo-box .congo-subtitle {
    color: #101425;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0.1px;
    margin-bottom: 2rem;
}
.csat-body .container .question-box-wrapper {
    align-items: center;
    display: flex;
    justify-content: center;
}
.csat-body .container .question-box-wrapper .question-box {
    align-items: center;
    background: linear-gradient(271.64deg, #eefaff 8.38%, #f6f6ff 94.67%);
    border: 1px solid #e2e7ef;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 36px 12px;
    width: 620px;
}
.csat-body .container .question-box-wrapper .question-box .question-box-header {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 20px;
}
.csat-body .container .question-box-wrapper .question-box .question-box-header .intro {
    color: #636a75;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.1px;
    margin-bottom: 5px;
}
.csat-body .container .question-box-wrapper .question-box .question-box-header .question-box-title {
    color: #101425;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.1px;
    text-align: center;
}
.csat-body .container .question-box-wrapper .question-box .questions-desc div {
    gap: 8px;
}
.csat-body .container .question-box-wrapper .question-box .questions-desc div .emoji-wrapper {
    background-color: #fff;
    border-radius: 6px;
    cursor: pointer;
    position: relative;
}
.csat-body .container .question-box-wrapper .question-box .questions-desc div .emoji-wrapper input {
    cursor: pointer;
    opacity: 0;
    position: absolute;
}
.csat-body .container .question-box-wrapper .question-box .questions-desc div .emoji-wrapper .emoji-display {
    align-items: center;
    border: 2px solid transparent;
    border-radius: 6px;
    cursor: pointer;
    display: flex;
    font-size: 1.8rem;
    height: 60px;
    justify-content: center;
    transition: 0.2s;
    width: 60px;
}
.csat-body .container .question-box-wrapper .question-box .questions-desc div .emoji-selected {
    background-color: #d6e4ff !important;
    border: 1px solid #131ca2;
    border-radius: 6px;
}
.csat-body .container .question-box-wrapper .question-box .questions-desc .rating-desc {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-top: 1px;
    padding: 0;
}
.csat-body .container .question-box-wrapper .question-box .questions-desc .rating-desc span {
    color: #636a75;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 400;
    font-size: 12px;
}
.csat-body .container .question-option {
    align-items: center;
    display: flex;
    justify-content: center;
    margin-top: 24px;
}
.csat-body .container .question-option .quest-opt {
    border: 1px solid #e2e7ef;
    border-radius: 12px;
    padding: 32px 60px;
    width: 620px;
}
.csat-body .container .question-option .quest-opt .quest-question {
    text-align: left;
}
.csat-body .container .question-option .quest-opt .quest-question .quest-title {
    font-family: "Nunito Sans", sans-serif;
    font-weight: 500;
    font-size: 16px;
}
.csat-body .container .question-option .quest-opt .quest-question .quest-subtitle {
    color: #636a75;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 400;
    font-size: 14px;
}
.csat-body .container .question-option .quest-opt .quest-option-options .option {
    align-items: flex-start;
    cursor: pointer;
    display: flex;
    gap: 12px;
    justify-content: center;
    margin: 0 32px;
}
.csat-body .container .question-option .quest-opt .quest-option-options .option input {
    border: 1px solid #cdcdcd;
    border-radius: 5px;
    cursor: pointer;
    height: 20px;
    width: 20px;
}
.csat-body .container .question-option .quest-opt .quest-option-options .option label {
    color: #101425;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0.1px;
}
.csat-body .container .question-option .quest-opt .option-other {
    font-family: "Nunito Sans", sans-serif;
    font-weight: 400;
    font-size: 14px;
    margin: auto;
    width: 99%;
}
.csat-body .container .question-option .quest-opt .option-other textarea {
    box-shadow: none;
    outline: 0 none transparent;
    resize: none;
}
.csat-body .container .question-option .quest-opt .option-other input:focus,
.csat-body .container .question-option .quest-opt .option-other textarea:focus {
    outline: 0;
}
.csat-body .container .question-option .quest-opt .option-number .option-label {
    font-family: "Nunito Sans", sans-serif;
    font-weight: 500;
    font-size: 16px;
}
.csat-body .container .question-option .quest-opt .option-number input {
    box-shadow: none;
    outline: 0 none transparent;
}
.csat-body .container .question-option .quest-opt .option-number input:focus {
    outline: 0;
}
.csat-body .container .question-option .quest-opt .option-name .option-label {
    font-family: "Nunito Sans", sans-serif;
    font-weight: 500;
    font-size: 16px;
}
.csat-body .container .question-option .quest-opt .option-name input {
    box-shadow: none;
    outline: 0 none transparent;
}
.csat-body .container .question-option .quest-opt .option-name input:focus {
    outline: 0;
}
.csat-body .container .question-submit {
    align-items: center;
    display: flex;
    justify-content: center;
    padding-bottom: 1rem;
    padding-top: 3rem;
}
.csat-body .container .question-submit .submit-btn {
    background: linear-gradient(97.83deg, #101f9d 6.22%, #11111c 87.68%);
    border-radius: 50px;
    color: #fff;
    cursor: not-allowed;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 600;
    font-size: 14px;
    opacity: 0.5;
    padding: 8px 24px;
    width: 336px;
}
.csat-body .container .question-submit .enabled {
    background-color: #007bff;
    cursor: pointer;
    opacity: 1;
}
.csat-body .container .response-wrapper {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 44px;
    justify-content: center;
}
.csat-body .container .response-wrapper .reponse-submitted {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}
.csat-body .container .response-wrapper .reponse-submitted .h3,
.csat-body .container .response-wrapper .reponse-submitted h3 {
    color: #101425;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 600;
    font-size: 24px;
    letter-spacing: 0.1px;
}
.csat-body .container .response-wrapper .reponse-submitted p {
    color: #101425;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0.1px;
}
.csat-body .container .response-wrapper .response-refer {
    align-items: center;
    background: linear-gradient(271.64deg, #eefaff 8.38%, #f6f6ff 94.67%);
    border: 1px solid #e2e7ef;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 20px 16px;
    text-align: center;
}
.csat-body .container .response-wrapper .response-refer .h4,
.csat-body .container .response-wrapper .response-refer h4 {
    color: #101425;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 600;
    font-size: 24px;
    letter-spacing: 0.1px;
}
.csat-body .container .response-wrapper .response-refer .info {
    color: #636a75;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0.1px;
}
.csat-body .container .response-wrapper .response-refer .refer-now {
    background: linear-gradient(97.83deg, #101f9d 6.22%, #11111c 87.68%);
    border-radius: 50px;
    color: #fff;
    cursor: pointer;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 0.1px;
    padding: 8px 24px;
    width: 236px;
}
@media (max-width: 768px) {
    .nps-body .container {
        padding: 24px 24px 0;
    }
    .nps-body .container .question-box-wrapper .question-box {
        padding: 12px;
    }
    .nps-body .container .question-box-wrapper .question-box .questions-desc #rating-least {
        align-items: self-start;
        display: flex;
    }
    .nps-body .container .question-box-wrapper .question-box .questions-desc #rating-least #least-likely {
        margin-bottom: 12px;
    }
    .nps-body .container .question-box-wrapper .question-box .questions-desc div {
        flex-wrap: wrap;
        gap: 14px;
        row-gap: 20px !important;
    }
    .nps-body .container .question-box-wrapper .question-box .questions-desc div .rating-box .rating-label {
        margin: -8px;
    }
    .nps-body .container .question-box-wrapper .question-box .questions-desc .rating-desc {
        justify-content: end;
        margin-top: 10px;
        padding: 0;
    }
    .nps-body .container .question-box-wrapper .question-box .questions-desc .rating-desc #least-likely {
        display: none;
    }
    .nps-body .container .question-option .quest-opt {
        border: 0;
        border-radius: 0;
        padding: 0;
        width: 100%;
    }
    .nps-body .container .question-option .quest-opt .quest-question {
        text-align: left;
    }
    .nps-body .container .question-option .quest-opt .quest-question .quest-title {
        font-size: 14px;
    }
    .nps-body .container .question-option .quest-opt .quest-question .quest-subtitle {
        font-size: 12px;
    }
    .nps-body .container .question-option .quest-opt .quest-option-options .option {
        margin: 0 14px;
    }
    .nps-body .container .question-option .quest-opt .quest-option-options .option label {
        font-family: "Nunito Sans", sans-serif;
        font-weight: 400;
        font-size: 14px;
    }
    .nps-body .container .question-submit {
        -webkit-backdrop-filter: blur(77px);
        backdrop-filter: blur(77px);
        background-color: hsla(0, 0%, 100%, 0.8);
        bottom: 0;
        padding-top: 1rem;
        position: sticky;
    }
    .nps-body .container .response-wrapper .reponse-submitted .h3,
    .nps-body .container .response-wrapper .reponse-submitted h3 {
        font-size: 24px;
    }
    .nps-body .container .response-wrapper .reponse-submitted p {
        font-size: 16px;
    }
    .nps-body .container .response-wrapper .response-refer .h4,
    .nps-body .container .response-wrapper .response-refer h4 {
        font-size: 18px;
    }
    .nps-body .container .response-wrapper .response-refer .info {
        font-size: 14px;
    }
    .csat-body .container {
        padding: 24px;
    }
    .csat-body .container .question-box-wrapper .question-box {
        padding: 12px !important;
    }
    .csat-body .container .question-box-wrapper .question-box .questions-desc div .emoji-wrapper .emoji-display {
        height: 55px !important;
        width: 55px !important;
    }
    .csat-body .container .question-option .quest-opt {
        border: 0;
        border-radius: 0;
        padding: 0;
        width: 100%;
    }
    .csat-body .container .question-option .quest-opt .quest-option-options .option {
        margin: 0 14px;
    }
    .csat-body .container .question-option .quest-opt .quest-option-options .option label {
        font-size: 14px;
    }
    .csat-body .container .question-submit {
        -webkit-backdrop-filter: blur(77px);
        backdrop-filter: blur(77px);
        background-color: hsla(0, 0%, 100%, 0.8);
        bottom: 0;
        padding-top: 1rem;
        position: sticky;
    }
    .csat-body .container .response-wrapper .reponse-submitted .h3,
    .csat-body .container .response-wrapper .reponse-submitted h3 {
        font-size: 24px;
    }
    .csat-body .container .response-wrapper .reponse-submitted p {
        font-size: 16px;
    }
    .csat-body .container .response-wrapper .response-refer .h4,
    .csat-body .container .response-wrapper .response-refer h4 {
        font-size: 18px;
    }
    .csat-body .container .response-wrapper .response-refer .info {
        font-size: 14px;
    }
}
.hs-v2-banner .go-solar-banner {
    background: linear-gradient(90.16deg, #101f9d -15.84%, #11111c 122.54%);
    background-blend-mode: overlay;
    background-position: 50%;
    background-size: cover;
    width: 100%;
}
.hs-v2-banner .go-solar-banner .carousel-wrapper {
    position: relative;
}
.hs-v2-banner .go-solar-banner .carousel-wrapper .slider-carousel {
    display: none;
}
.hs-v2-banner .go-solar-banner .carousel-wrapper .shimmer-loader {
    display: block;
}
.hs-section-v2-india-page .india-map {
    align-items: center;
    background-image: url(https://sse-website.s3.ap-south-1.amazonaws.com/homes/india-map-bg.svg);
    background-repeat: no-repeat;
    display: flex;
    gap: 2rem;
    justify-content: center;
    padding: 4rem 0;
}
.hs-section-v2-india-page .india-map .img-wrapper img {
    height: 500px;
    width: 100%;
}
.hs-section-v2-india-page .india-map .text-wrapper .india-map-title {
    font-family: "Nunito Sans", sans-serif;
    font-weight: 700;
    font-size: 2.5rem;
}
.hs-section-v2-india-page .india-map .text-wrapper .india-map-title span {
    color: #00bdff;
}
.hs-section-v2-sahi-solar .sahi-solar .sahi-solar__heading {
    color: #101425;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 700;
    font-size: 32px;
    margin-bottom: 32px;
    text-align: center;
}
.hs-section-v2-sahi-solar .sahi-solar .sahi-solar__content {
    color: #101425;
    display: flex;
    flex-direction: column;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 400;
    font-size: 16px;
    gap: 18px;
    margin-bottom: 32px;
    text-align: left;
}
.hs-section-v2-sahi-solar .sahi-solar .sahi-solar__images {
    align-items: center;
    display: flex;
    flex-direction: row;
    gap: 2rem;
    justify-content: center;
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 1rem;
}
.hs-section-v2-sahi-solar .sahi-solar .sahi-solar__images .sahi-solar__image {
    align-items: center;
    display: flex;
    flex: 1;
    flex-direction: column;
    font-family: "Nunito Sans", sans-serif;
    padding: 1rem 1.5rem;
    text-align: center;
}
.hs-section-v2-sahi-solar .sahi-solar .sahi-solar__images .sahi-solar__image .image-sol {
    height: auto;
    margin-bottom: 1rem;
    width: 60px;
}
.hs-section-v2-sahi-solar .sahi-solar .sahi-solar__images .sahi-solar__image .sol-title {
    color: #121212;
    font-size: 1.125rem;
    font-weight: 700;
    margin-bottom: 0.75rem;
}
.hs-section-v2-sahi-solar .sahi-solar .sahi-solar__images .sahi-solar__image .sol-desc {
    color: #4a4a4a;
    font-size: 0.95rem;
    line-height: 1.5;
}
@media (max-width: 600px) {
    .hs-section-v2-sahi-solar .sahi-solar .sahi-solar__images .sahi-solar__image .sol-title {
        font-size: 1rem;
    }
    .hs-section-v2-sahi-solar .sahi-solar .sahi-solar__images .sahi-solar__image .sol-desc {
        font-size: 0.875rem;
    }
}
.hs-section-v2-sahi-solar .sahi-solar .sahi-solar__button {
    align-items: center;
    display: flex;
    justify-content: center;
}
.hs-section-v2-sahi-solar .sahi-solar .sahi-solar__button a {
    font-size: 14px;
}
.hs-section-v2-sneak-peek .sneak-peek .sneek-title-desc .sneek-title {
    color: #101425;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 700;
    font-size: 32px;
    margin-bottom: 2rem;
    text-align: center;
}
.hs-section-v2-sneak-peek .sneak-peek .sneek-title-desc .sneek-desc {
    color: #101425;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 400;
    font-size: 20px;
    margin-bottom: 32px;
    text-align: center;
}
.hs-section-v2-sneak-peek .sneak-peek .sneek-godrej {
    align-items: flex-start;
    display: flex;
    gap: 4rem;
    justify-content: center;
    margin: auto;
    width: 82%;
}
.hs-section-v2-sneak-peek .sneak-peek .sneek-godrej .sneek-godrej-img {
    height: auto;
    width: 100%;
}
.hs-section-v2-sneak-peek .sneak-peek .sneek-godrej .sneek-godrej-desc .sneek-godrej-desc-1 .sneek-godrej-title {
    color: #101425;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 0.5rem;
}
.hs-section-v2-sneak-peek .sneak-peek .sneek-godrej .sneek-godrej-desc .sneek-godrej-desc-1 .sneek-godrej-subtitle {
    color: #101425;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 1rem;
}
.hs-section-v2-sneak-peek .sneak-peek .sneek-godrej .sneek-godrej-desc .sneek-godrej-desc-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    width: 80%;
}
.hs-section-v2-sneak-peek .sneak-peek .sneek-godrej .sneek-godrej-desc .sneek-godrej-desc-2 > div {
    padding: 1rem 0;
}
.hs-section-v2-sneak-peek .sneak-peek .sneek-godrej .sneek-godrej-desc .sneek-godrej-desc-2 > div .sneek-commission-desc,
.hs-section-v2-sneak-peek .sneak-peek .sneek-godrej .sneek-godrej-desc .sneek-godrej-desc-2 > div .sneek-lifetime-desc,
.hs-section-v2-sneak-peek .sneak-peek .sneek-godrej .sneek-godrej-desc .sneek-godrej-desc-2 > div .sneek-subsidy-desc,
.hs-section-v2-sneak-peek .sneak-peek .sneek-godrej .sneek-godrej-desc .sneek-godrej-desc-2 > div .sneek-time-desc {
    color: #121212;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 600;
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
}
@media (max-width: 768px) {
    .hs-section-v2-sneak-peek .sneak-peek .sneek-godrej .sneek-godrej-desc {
        grid-template-columns: 1fr;
    }
    .hs-section-v2-sneak-peek .sneak-peek .sneek-godrej .sneek-godrej-desc .sneek-godrej-desc-2 {
        grid-template-columns: repeat(2, 1fr);
        margin: 0 auto;
        width: 100%;
    }
}
.hs-section-v2-customer-journey .customer-journey .customer-journey-title {
    color: #101425;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 600;
    font-size: 32px;
    text-align: center;
}
.hs-section-v2-customer-journey .customer-journey .customer-journey-section {
    align-items: stretch;
    display: flex;
    flex-direction: row;
}
.hs-section-v2-customer-journey .customer-journey .customer-journey-section .testimonial-container {
    display: grid;
    gap: 2rem;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    margin: 0 10px 0 auto;
    max-width: 1200px;
    min-height: 325px;
}
.hs-section-v2-customer-journey .customer-journey .customer-journey-section .testimonial-container .testimonial-card {
    background: #fff;
    border: 0.64px solid #597ef7;
    border-radius: 12px;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
    display: flex;
    flex-direction: column;
    overflow: hidden;
}
.hs-section-v2-customer-journey .customer-journey .customer-journey-section .testimonial-container .testimonial-card .testimonial-header {
    background: #f2f6ff;
font-family: "Nunito Sans", sans-serif;
    padding: 1rem 1.25rem;
}
.hs-section-v2-customer-journey .customer-journey .customer-journey-section .testimonial-container .testimonial-card .testimonial-header .testimonial-name {
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 0.25rem;
}
.hs-section-v2-customer-journey .customer-journey .customer-journey-section .testimonial-container .testimonial-card .testimonial-header .testimonial-society {
    font-size: 16px;
    margin: 0;
}
.hs-section-v2-customer-journey .customer-journey .customer-journey-section .testimonial-container .testimonial-card .testimonial-header .testimonial-location {
    color: #636a75;
    font-size: 16px;
    margin: 0.25rem 0 0;
}
.hs-section-v2-customer-journey .customer-journey .customer-journey-section .testimonial-container .testimonial-card .testimonial-content {
    color: #101425;
font-family: "Nunito Sans", sans-serif;
    font-size: 0.95rem;
    line-height: 1.6;
    padding: 1.25rem;
}
.hs-section-v2-safety-obession .safety-section .safety-title {
    color: #101425;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 700;
    font-size: 32px;
    text-align: center;
}
.hs-section-v2-safety-obession .safety-section .safety-description {
    color: #101425;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 400;
    font-size: 20px;
    margin-bottom: 20px;
    text-align: center;
}
.hs-section-v2-safety-obession .safety-section .logos-grid {
    width: 35%;
}
.hs-section-v2-safety-obession .safety-section .logos-grid,
.hs-section-v2-safety-obession .safety-section .logos-grid-2 {
    align-items: center;
    display: grid;
    gap: 2rem;
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
    justify-items: center;
    margin: auto;
}
.hs-section-v2-safety-obession .safety-section .logos-grid-2 {
    width: 50%;
}
.hs-section-v2-faq .faq-title {
    color: #101425;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 700;
    font-size: 32px;
    margin-bottom: 2rem;
    text-align: center;
}
.hs-section-v2-faq .accordion-header {
    font-family: "Nunito Sans", sans-serif;
    font-weight: 600;
}
.hs-section-v2-faq .accordion-header .accordion-button span {
    margin-left: 0.7rem;
}
.hs-section-v2-faq .accordion-header .accordion-button:focus {
    border-color: transparent;
    box-shadow: 0 0;
}
.hs-section-v2-faq .accordion-header .accordion-button:after {
    background-image: none;
    content: "\f067";
    font-family: FontAwesome;
    left: -1px;
    position: absolute;
}
.hs-section-v2-faq .accordion-header .accordion-button:not(.collapsed) {
    background-color: #f1f1f1;
    box-shadow: 0 0;
}
.hs-section-v2-faq .accordion-header .accordion-button:not(.collapsed):after {
    background-image: none;
    content: "\f068";
    font-family: FontAwesome;
    position: absolute;
}
.hs-section-v2-faq .accordion-collapse {
    background-color: #f1f1f1;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 400;
}
.hs-section-v2-city-page {
    background: #fbfbfb;
}
.hs-section-v2-city-page .capacity-section {
    display: flex;
    width: 100%;
}
.hs-section-v2-city-page .capacity-section .location-cities-wrapper {
    display: flex;
    flex-direction: column;
    gap: 64px;
    width: 50%;
}
.hs-section-v2-city-page .capacity-section .location-cities-wrapper #location-selector {
    align-items: center;
    display: flex;
    gap: 3rem;
    justify-content: center;
    margin: 0 auto;
}
.hs-section-v2-city-page .capacity-section .location-cities-wrapper .location-capacity {
    margin: 0 auto;
    width: 80%;
}
.hs-section-v2-city-page .capacity-section .location-cities-wrapper .location-capacity .loc-title-desc {
    color: #101425;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 24px;
    text-align: left;
}
.hs-section-v2-city-page .capacity-section .location-cities-wrapper .location-capacity .loc-capacity-cities {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-bottom: 16px;
}
.hs-section-v2-city-page .capacity-section .location-cities-wrapper .location-capacity .loc-capacity-cities .location-capacity-card {
    align-items: center;
    display: flex;
    justify-content: space-between;
}
.hs-section-v2-city-page .capacity-section .location-cities-wrapper .location-capacity .loc-capacity-cities .location-capacity-card .loc-title {
    font-family: "Nunito Sans", sans-serif;
    font-weight: 400;
    font-size: 16px;
}
.hs-section-v2-city-page .capacity-section .location-cities-wrapper .location-capacity .loc-capacity-cities .location-capacity-below {
    font-size: 20px;
    font-weight: 600;
}
.hs-section-v2-city-page .capacity-section .location-cities-imgs {
    text-align: center;
    width: 50%;
}
.hs-section-v2-city-page .capacity-section .location-cities-imgs .city-data .city-img {
    height: 30rem;
    -o-object-fit: contain;
    object-fit: contain;
    width: 100%;
}
.hs-section-v2-city-page .capacity-section #loc-capa-mob {
    display: none;
    margin: 0 auto;
    width: 80%;
}
.hs-section-v2-city-page .capacity-section #loc-capa-mob .loc-title-desc {
    color: #101425;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 24px;
    text-align: left;
}
.hs-section-v2-city-page .capacity-section #loc-capa-mob .loc-capacity-cities {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-bottom: 16px;
}
.hs-section-v2-city-page .capacity-section #loc-capa-mob .loc-capacity-cities .location-capacity-card {
    align-items: center;
    display: flex;
    justify-content: space-between;
}
.hs-section-v2-city-page .capacity-section #loc-capa-mob .loc-capacity-cities .location-capacity-card .loc-title {
    font-family: "Nunito Sans", sans-serif;
    font-weight: 400;
    font-size: 16px;
}
.hs-section-v2-city-page .capacity-section #loc-capa-mob .loc-capacity-cities .location-capacity-below {
    font-size: 20px;
    font-weight: 600;
}
.hs-section-v2-city-page .location-btn.active {
    border: 2.4px solid #597ef7;
    border-radius: 12px;
    transform: scale(1.5);
    transition: transform 0.1s ease;
}
.hs-section-v2-city-page .project-card {
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    height: 120px;
    overflow: hidden;
    position: relative;
    width: 120px;
}
.hs-section-v2-city-page .project-card .project-card__background {
    filter: brightness(0.5);
    height: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    width: 100%;
}
.hs-section-v2-city-page .project-card .project-card__overlay {
    align-items: center;
    background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.3));
    color: #fff;
    display: flex;
    flex-direction: column;
    font-family: "Nunito Sans", sans-serif;
    height: 100%;
    justify-content: center;
    left: 0;
    padding: 16px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
}
.hs-section-v2-city-page .project-card .project-card__title {
    font-family: "Nunito Sans", sans-serif;
    font-size: 18px;
    font-weight: 600;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}
.hs-section-v2-city-page .project-card .project-card__subtitle {
    font-family: "Nunito Sans", sans-serif;
    font-size: 14px;
    font-weight: 400;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}
.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: "Nunito Sans", sans-serif;
    font-weight: 700;
}
.hs-section-8 .hs-guide-benefits,
.hs-section-8 .hs-guide-subheading {
    color: #000;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 400;
    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: 0.8rem;
    margin-right: 0.5rem;
    width: 0.8rem;
}
.hs-section-8 .hs-guide-bg-block {
    text-align: center;
}
.hs-section-8 .hs-guide-bg-block .hs-guide-image {
    width: 80%;
}
.shimmer-loader {
    background: linear-gradient(108.7deg, #454e9d -0.03%, #111a6a 99.97%);
    border-radius: 8px;
    height: 434px;
    overflow: hidden;
    position: relative;
}
.shimmer-loader:after {
    animation: shimmer 1.4s infinite;
    background: linear-gradient(90deg, rgba(147, 91, 91, 0), rgba(25, 0, 125, 0.591) 20%, hsla(0, 0%, 100%, 0));
    content: "";
    height: 100%;
    left: -100%;
    position: absolute;
    top: 0;
    width: 100%;
}
@keyframes shimmer {
    0% {
        left: -100%;
    }
    to {
        left: 100%;
    }
}
#footer-banner-v2 .footer-home .footer-text {
    font-family: "Nunito Sans", sans-serif;
    font-weight: 600;
    font-size: 1.4rem;
    font-weight: 700;
    margin-bottom: 0;
}
@media (max-width: 768px) {
    .hs-v2-banner .go-solar-banner .go-wrapper .carousel-wrapper .menus .h1,
    .hs-v2-banner .go-solar-banner .go-wrapper .carousel-wrapper .menus .h2,
    .hs-v2-banner .go-solar-banner .go-wrapper .carousel-wrapper .menus h1,
    .hs-v2-banner .go-solar-banner .go-wrapper .carousel-wrapper .menus h2 {
        font-size: 24px !important;
        line-height: 30px !important;
        margin-bottom: 12px !important;
    }
    .hs-v2-banner .go-solar-banner .go-wrapper .carousel-wrapper .menus .h6,
    .hs-v2-banner .go-solar-banner .go-wrapper .carousel-wrapper .menus h6 {
        font-size: 14px !important;
    }
    .hs-v2-banner .go-solar-banner .go-wrapper .carousel-wrapper .shimmer-loader {
        max-height: 25vh;
    }
    .hs-rating .city-2 {
        height: 3rem !important;
    }
    .hs-rating .city-2 .rating-slogan {
        font-size: 18px;
    }
    .hs-section-v2-sse-quality {
        margin-bottom: 14px;
    }
    .hs-section-v2-sse-quality .qua-wrap {
        row-gap: 14px !important;
    }
    .hs-section-v2-sse-quality .qua-wrap .quality-question {
        font-size: 16px;
    }
    .hs-section-v2-sse-quality .qua-wrap .quality-answer .quality-answer-1 {
        font-size: 22px;
    }
    .hs-section-v2-sse-quality .qua-wrap .quality-answer .quality-answer-2 {
        font-size: 14px;
    }
    .hs-section-v2-sse-expertise .expertise-wrapper {
        font-size: 24px;
    }
    .hs-section-v2-sse-expertise .expertise-events {
        display: grid;
        gap: 1rem;
        grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
        width: 100%;
    }
    .hs-section-v2-sse-expertise .expertise-events .expertise-events-item {
        padding: 16px 0;
    }
    .hs-section-v2-sse-expertise .expertise-events .expertise-events-item .expertise-events-count {
        font-size: 16px;
    }
    .hs-section-v2-sse-expertise .expertise-events .expertise-events-item .expertise-events-text {
        font-size: 14px;
    }
    .extra-space {
        display: none;
    }
    .hs-section-v2-sse-hs-trust .expertise-wrapper {
        font-size: 24px;
    }
    .hs-section-v2-sse-hs-trust .logo-grid {
        gap: 2.5rem;
        padding: 0;
        row-gap: 2rem;
        width: 100%;
    }
    .hs-section-v2-india-page .india-map {
        background: #fff;
        flex-direction: column-reverse;
        gap: 0;
        padding: 2rem 0;
    }
    .hs-section-v2-india-page .india-map .img-wrapper {
        background-image: url(https://sse-website.s3.ap-south-1.amazonaws.com/homes/india-map-bg.svg);
    }
    .hs-section-v2-india-page .india-map .text-wrapper .india-map-title {
        font-family: "Nunito Sans", sans-serif;
        font-weight: 600;
        font-size: 24px;
        text-align: center;
    }
    #hs-guide-download-btn-col,
    .hs-download {
        align-items: center;
        display: flex;
        justify-content: center;
    }
    .hs-download {
        gap: 10px;
        width: -moz-max-content;
        width: max-content;
    }
    .hs-section-v2-city-page {
        padding-bottom: 40px;
    }
    .hs-section-v2-city-page .capacity-section {
        flex-direction: column;
    }
    .hs-section-v2-city-page .capacity-section .location-cities-wrapper {
        gap: 36px;
        width: 100%;
    }
    .hs-section-v2-city-page .capacity-section .location-cities-wrapper #location-selector {
        gap: 1rem;
    }
    .hs-section-v2-city-page .capacity-section .location-cities-wrapper .location-capacity {
        display: none;
        width: 100%;
    }
    .hs-section-v2-city-page .capacity-section .location-cities-wrapper .location-capacity .loc-title-desc {
        font-size: 20px;
        margin-bottom: 20px;
        text-align: center;
    }
    .hs-section-v2-city-page .capacity-section .location-cities-wrapper .location-capacity .loc-capacity-cities {
        margin: 0 auto 10px;
        width: 95%;
    }
    .hs-section-v2-city-page .capacity-section .location-cities-wrapper .location-capacity .loc-capacity-cities .loc-title {
        font-size: 14px;
    }
    .hs-section-v2-city-page .capacity-section .location-cities-wrapper .location-capacity .loc-capacity-cities .location-capacity-below {
        font-size: 16px;
    }
    .hs-section-v2-city-page .capacity-section #location-content {
        width: 100%;
    }
    .hs-section-v2-city-page .capacity-section #location-content .city-data img {
        height: 0 !important;
        -o-object-fit: contain;
        object-fit: contain;
        width: 100%;
    }
    .hs-section-v2-city-page #location-content {
        width: 100%;
    }
    .hs-section-v2-city-page #location-content .city-data img {
        height: 0 !important;
        -o-object-fit: contain;
        object-fit: contain;
        width: 100%;
    }
    .hs-section-v2-city-page #loc-capa-mob {
        display: block !important;
        width: 90% !important;
    }
    .hs-section-v2-city-page #loc-capa-mob .loc-title-desc {
        font-size: 20px !important;
        margin-bottom: 20px !important;
        text-align: center !important;
    }
    .hs-section-v2-city-page #loc-capa-mob .loc-capacity-cities {
        margin: 0 auto 10px !important;
        width: 95% !important;
    }
    .hs-section-v2-city-page #loc-capa-mob .loc-capacity-cities .location-capacity-card .loc-title {
        font-size: 14px !important;
    }
    .hs-section-v2-city-page #loc-capa-mob .loc-capacity-cities .location-capacity-below {
        font-size: 16px !important;
        font-weight: 700 !important;
    }
    .hs-section-v2-city-page .location-btn.active {
        border: 3px solid #85a5ff;
        border-radius: 13px;
        transform: scale(1.2) !important;
        transition: transform 0.1s ease;
    }
    .hs-section-v2-city-page .project-card {
        height: 5.5rem;
        width: 5.5rem;
    }
    .hs-section-v2-city-page .project-card .project-card__overlay .project-card__title {
        font-size: 16px;
    }
    .hs-section-v2-city-page .project-card .project-card__overlay .project-card__subtitle {
        font-size: 10px;
    }
    .hs-section-v2-sahi-solar .sahi-solar .sahi-solar__images {
        flex-direction: column;
        gap: 0;
    }
    .hs-section-v2-sahi-solar .sahi-solar .sahi-solar__heading {
        font-size: 24px;
    }
    .hs-section-v2-sahi-solar .sahi-solar .sahi-solar__content {
        margin-bottom: 16px;
    }
    .hs-section-v2-sahi-solar .sahi-solar .sahi-solar__content p {
        margin-bottom: 0 !important;
    }
    .hs-section-8 {
        background: #eef8ff;
        margin: 0 !important;
    }
    .hs-section-8 .container {
        margin: 3rem 0;
    }
    .hs-section-8 .hs-buying-guide-block {
        text-align: center;
    }
    .hs-section-8 .hs-guide-bg-block .hs-guide-image {
        width: 100%;
    }
    .hs-section-8 .hs-guide-heading-mobile {
        display: block;
        text-align: left !important;
    }
    .hs-section-8 .hs-guide-heading-mobile .h2,
    .hs-section-8 .hs-guide-heading-mobile h2 {
        color: #101425;
        font-size: 28px;
    }
    .hs-section-8 .hs-guide-heading {
        display: none;
    }
    .hs-section-8 .hs-guide-subheading {
        text-align: left;
    }
    .hs-section-8 .hs-guide-benefits ul {
        padding-left: 1.2rem;
        text-align: left;
    }
    .hs-section-8 .hs-guide-benefits ul li {
        align-items: center;
        display: flex;
    }
    .hs-section-8 .hs-guide-benefits ul li .benefit-pointer {
        background-color: #000;
        border-radius: 50%;
        height: 0.4rem;
        width: 0.4rem;
    }
    .hs-section-v2-sneak-peek .sneak-peek .sneek-title-desc .sneek-title {
        font-size: 24px;
        margin-bottom: 1rem;
    }
    .hs-section-v2-sneak-peek .sneak-peek .sneek-title-desc .sneek-desc {
        font-size: 14px;
        margin-bottom: 1rem;
    }
    .hs-section-v2-sneak-peek .sneak-peek .sneek-godrej {
        display: flex;
        flex-direction: column;
        gap: 2rem;
        width: 100%;
    }
    .hs-section-v2-sneak-peek .sneak-peek .sneek-godrej .sneek-godrej-img img {
        width: 100%;
    }
    .hs-section-v2-sneak-peek .sneak-peek .sneek-godrej .sneek-godrej-desc .sneek-godrej-desc-1 .sneek-godrej-title {
        font-size: 20px;
    }
    .hs-section-v2-sneak-peek .sneak-peek .sneek-godrej .sneek-godrej-desc .sneek-godrej-desc-1 .sneek-godrej-subtitle {
        font-size: 14px;
    }
    .hs-section-v2-sneak-peek .sneak-peek .sneek-godrej .sneek-godrej-desc .sneek-godrej-desc-2 .sneek-godrej-commission {
        text-align: center;
    }
    .hs-section-v2-sneak-peek .sneak-peek .sneek-godrej .sneek-godrej-desc .sneek-godrej-desc-2 .sneek-godrej-commission .sneek-commission-desc {
        font-size: 16px;
    }
    .hs-section-v2-sneak-peek .sneak-peek .sneek-godrej .sneek-godrej-desc .sneek-godrej-desc-2 .sneek-godrej-commission .sneek-commission-title {
        font-size: 14px;
    }
    .hs-section-v2-sneak-peek .sneak-peek .sneek-godrej .sneek-godrej-desc .sneek-godrej-desc-2 .sneek-godrej-lifetime {
        text-align: center;
    }
    .hs-section-v2-sneak-peek .sneak-peek .sneek-godrej .sneek-godrej-desc .sneek-godrej-desc-2 .sneek-godrej-lifetime .sneek-lifetime-desc {
        font-size: 16px;
    }
    .hs-section-v2-sneak-peek .sneak-peek .sneek-godrej .sneek-godrej-desc .sneek-godrej-desc-2 .sneek-godrej-lifetime .sneek-lifetime-title {
        font-size: 14px;
    }
    .hs-section-v2-sneak-peek .sneak-peek .sneek-godrej .sneek-godrej-desc .sneek-godrej-desc-2 .sneek-godrej-time {
        text-align: center;
    }
    .hs-section-v2-sneak-peek .sneak-peek .sneek-godrej .sneek-godrej-desc .sneek-godrej-desc-2 .sneek-godrej-time .sneek-time-desc {
        font-size: 16px;
    }
    .hs-section-v2-sneak-peek .sneak-peek .sneek-godrej .sneek-godrej-desc .sneek-godrej-desc-2 .sneek-godrej-time .sneek-time-title {
        font-size: 14px;
    }
    .hs-section-v2-sneak-peek .sneak-peek .sneek-godrej .sneek-godrej-desc .sneek-godrej-desc-2 .sneek-godrej-subsidy {
        text-align: center;
    }
    .hs-section-v2-sneak-peek .sneak-peek .sneek-godrej .sneek-godrej-desc .sneek-godrej-desc-2 .sneek-godrej-subsidy .sneek-subsidy-desc {
        font-size: 16px;
    }
    .hs-section-v2-sneak-peek .sneak-peek .sneek-godrej .sneek-godrej-desc .sneek-godrej-desc-2 .sneek-godrej-subsidy .sneek-subsidy-title {
        font-size: 14px;
    }
    .hs-section-v2-customer-journey .customer-journey .customer-journey-title {
        font-size: 24px;
    }
    .hs-section-v2-customer-journey .customer-journey .customer-journey-section .testimonial-container {
        min-height: 500px;
    }
    .hs-section-v2-customer-journey .customer-journey .customer-journey-section .testimonial-container .testimonial-card .testimonial-header .testimonial-name {
        font-size: 18px;
    }
    .hs-section-v2-customer-journey .customer-journey .customer-journey-section .testimonial-container .testimonial-card .testimonial-header .testimonial-location,
    .hs-section-v2-customer-journey .customer-journey .customer-journey-section .testimonial-container .testimonial-card .testimonial-header .testimonial-society {
        font-size: 12px;
    }
    .hs-section-v2-customer-journey .customer-journey .customer-journey-section .testimonial-container .testimonial-card .testimonial-content {
        font-size: 16px;
    }
    .hs-section-v2-safety-obession .safety-section .safety-title {
        font-size: 24px;
        margin-bottom: 14px;
    }
    .hs-section-v2-safety-obession .safety-section .safety-description {
        font-size: 14px;
    }
    .hs-section-v2-safety-obession .safety-section .logos-grid {
        gap: 0;
        width: 100%;
    }
    .hs-section-v2-safety-obession .safety-section .logos-grid div img {
        height: auto;
        width: 50px;
    }
    .hs-section-v2-safety-obession .safety-section .logos-grid-2 {
        display: grid;
        gap: 1rem;
        grid-template-columns: repeat(auto-fit, minmax(32px, 1fr));
        width: 100%;
    }
    .hs-section-v2-safety-obession .safety-section .logos-grid-2 div img {
        height: auto;
        width: 50px;
    }
    #footer-banner-v2 .footer-home {
        flex-direction: column;
    }
    #footer-banner-v2 .footer-home .footer-text {
        font-family: "Nunito Sans", sans-serif;
        font-weight: 600;
        font-size: 0.9rem;
        font-weight: 700;
        margin-bottom: 0.2rem;
    }
}
@media (max-width: 769px) {
    .hs-section-8 {
        background: #eef8ff;
        margin: 0 !important;
    }
}
.carousel-wrapper .slick-dots li button:before {
    color: #fff;
    opacity: 0.5;
}
.carousel-wrapper .slick-dots li.slick-active button:before {
    color: #fff;
    opacity: 1;
}
@media screen and (max-width: 768px) {
    .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;
    }
}