:root {
    --outline-color: #929292;
    --button-background: #f1f1f1;
    --button-background2: rgba(122, 122, 122, 0.3);
    --font-color: #7a7a7a;
    --ok-btn-color: rgb(67, 68, 68);
}

/* Remove spinner if number */
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

/* Remove spinner if number end */

body {
    background: transparent;
}

.heading {
    padding: 20px;
}

.heading .i-span {
    font-size: 12px;
    font-style: italic;
}

/* steps card start */
.step-2-card {
    /* border: 2px solid rgba(0,33,83,255); */
    border: 2px solid rgb(82, 20, 66);
    border-radius: 8px;
    background: #e9e3e8;
    position: relative;
    cursor: pointer;
    /* height: 245px; */
    height: 199px;
    transition: all 350ms ease;
    overflow: hidden;
}

.step-2-card .content span {
    background-color: #fff;
}

.step-2-card input {
    visibility: hidden;
    position: absolute;
}

.step-2-card label {
    cursor: pointer;
    width: 100%;
}

.step-2-card:has(label.active) {
    /* box-shadow: 0 0 1px 1px rgba(0,33,83,255); */
}

.step-2-card:hover {
    /* background: #ddd; */
    background: rgba(82, 20, 66, 0.3);
}

.step-2-card .content span {
    /* padding: 1px 8px 2.5px 7px; */
    padding: 7px 8px 8.5px 8px;
    border: 1px solid #999;
    /* border-radius: 50%; */
    margin: 6px 6px;
    position: absolute;
    left: 0;
    bottom: 0;
    font-size: 13px;
    color: #777;
}

.step-2-card label.active .content span {
    /* background: rgba(0,33,83,255); */
    background: #521442;
    color: #fff;
}

.step-2-card .content p {
    /* color: black; */
    color: rgb(82, 20, 66);
    padding: 1px 8px 2.5px 7px;
    margin: 5px 37px;
    position: absolute;
    left: 0;
    bottom: 0;
}

.step-2-card img {
    width: auto;
    max-width: 159px;
}

.step-2-card .content {
    padding: unset;
}

.container .step-2-cards {
    display: grid;
    /* grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); */
    /* max-width: 640px; */
    grid-template-columns: repeat(4, 1fr);
    max-width: 885px;
    /* width: 75%; */
    /* margin: 0 auto; */
    gap: 15px;
}

.step-2-cards label.active:after {
    content: '';
    position: absolute;
    /* background: rgba(0,33,83,255); */
    background: #521442;
    height: 77px;
    width: 56px;
    top: 0;
    right: 0;
    rotate: -45deg;
    transform: translate(40px, -9px);
}

.step-2-cards label .checkmark {
    display: none;
}

.step-2-cards label.active .checkmark {
    position: absolute;
    right: 6px;
    /* top: -2px; */
    top: 12px;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    z-index: 9;
    display: block;
}

/* steps card end */

.second_question_image img {
    height: 233px;
}

.form-btn {
    display: flex;
    justify-content: space-between;
}

/* third */
.center-content-div {
    display: flex;
    /* justify-content: center; */
}

.step3-button {
    width: 235px;
    padding: 5px;
    background-color: rgba(82, 20, 66, 0.1);
    /* background-color: var(----button-background); */
    display: flex;
    align-items: center;
    align-content: center;
    margin: 10px;
}

.step3-button.active {
    border: 2px solid rgb(82 20 66);
}

.step3-button:hover {
    /* background-color: var(--button-background2); */
    background-color: rgba(82, 20, 66, 0.3);
}

.step3-button div {
    color: rgb(82, 20, 66);
    margin: 1px;
}

.letter {
    background: #fff;
}

.letter-selected {
    /* background: var(--font-color); */
    background: #521442;
    color: white !important;
    font-weight: 600;
}

.check {
    font-weight: 900;
}

.w-10 {
    width: 10%;
}

.w-20 {
    width: 20%;
}

.w-80 {
    width: 90%;
}

.round {
    width: 20px;
    height: 20px;
    /* border: 2px solid rgba(0,33,83,255); */
    border: 2px solid rgba(82, 20, 66, 0.6);
    ;
    padding: 12px;
    /* border-radius: 50%;  */
    display: flex;
    align-items: center;
    justify-content: center;
}

.text-align-center {
    text-align: center;
}

.text-align-left {
    text-align: left;
}

.second_question_image {
    border: 1px solid;
    width: 415px;
    height: 344px;

}

.error-div {
    color: red;
    font-size: 15px;
    height: 23px;
}

.green-color {
    color: #cf0922;
}

.ok-btn {
    background-color: #002153;
    border: 1px solid transparent;
    padding: 4px;
    font-size: 1rem;
    font-weight: 700;
    color: #fff;
    line-height: 1.5;
    font-size: 19px;
}

.potal-code {
    margin: 0 auto;
}

.post-code-input {
    display: block;
    width: 100%;
    font-family: inherit;
    color: rgb(122, 122, 122);
    /* padding-block-start: 0px; */
    margin-top: 22px;
    border: none;
    outline: none;
    border-radius: 0px;
    appearance: none;
    font-size: 20px;
    -webkit-font-smoothing: antialiased;
    line-height: unset;
    box-shadow: rgba(122, 122, 122, 0.3) 0px 1px;
    background-color: transparent !important;
    color: black !important;
    transition: border-bottom 0.3s ease, box-shadow 0.3s ease;
}

.post-code-input:focus {

    box-shadow: rgb(122, 122, 122) 0px 2px !important;
}

.post-code-input:hover {
    box-shadow: rgb(122, 122, 122) 0px 2px !important;
}


.postal_code-group {
    /* height: 350px; */
    position: relative;
}

.postal_code_type {
    margin-top: 38px;
}

.postalcode_lable {
    display: flex;
    justify-content: center;
}

/* .second-postal-div {
    display: flex;
    justify-content: center;
    margin-top: 15px;
} */

/* .email-form {
    margin: 0 auto;

} */

.postalcode-form {
    /* margin: 0 auto; */
}

#phoneDropdown {
    border: none;
    background-color: transparent;
    outline: none;
    padding-block: 0px 15px;
    padding-inline: 0px;
    opacity: 1;
    transition: box-shadow 0.1s ease-out;
    box-shadow: rgba(122, 122, 122, 0.3) 0px 1px;

}

.show-flag-img {
    height: 30px;
    width: 30px;
}

.choose-flag-div {
    display: flex;
    align-items: flex-end;
}

.step {
    transition: transform 0.5s ease, opacity 0.5s ease;
    position: relative;
    opacity: 1;
    cursor: pointer;
}

.step.d-none {
    display: none;
    transform: translateY(100%);
}

.step.hide-step {
    transform: translateY(-100%);
    opacity: 0;
}

.step.show-step {
    transform: translateY(0);
    opacity: 1;
}

.thankyou-div-icon {
    height: 200px;
    padding: 20px;
}

/* loader css */


.loader-line {
    width: 200px;
    height: 3px;
    position: relative;
    overflow: hidden;
    background-color: #ddd;
    margin: 100px auto;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

.loader-line:before {
    content: "";
    position: absolute;
    left: -50%;
    height: 3px;
    width: 40%;
    background-color: #0142ac;
    -webkit-animation: lineAnim 1s linear infinite;
    -moz-animation: lineAnim 1s linear infinite;
    animation: lineAnim 1s linear infinite;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

@keyframes lineAnim {
    0% {
        left: -40%;
    }

    50% {
        left: 20%;
        width: 80%;
    }

    100% {
        left: 100%;
        width: 100%;
    }
}

.check_details_form {
    max-width: 640px;
    margin: 0 auto;
}


.back-btn {
    /* background-color: rgba(0,33,83,255); */
    background-color: #002153;
    border: 1px solid transparent;
    padding: 4px;
    font-size: 1rem;
    color: #fff;
    line-height: 1.5;
    font-size: 18px;
}



.timeline_step
{
    color:#435d75  !important;
    text-decoration: none;
    font-weight: 500;
}


.timeline_step_selected
{
    color:red !important;
    text-decoration: none;
    font-weight: bold;
}
/* second loader for btn  */

#loading-bar-spinner.spinner {
    left: 50%;
    margin-left: -20px;
    top: 50%;
    margin-top: -20px;
    position: absolute;
    z-index: 19 !important;
    animation: loading-bar-spinner 400ms linear infinite;
}

#loading-bar-spinner.spinner .spinner-icon {
    width: 40px;
    height: 40px;
    border: solid 4px transparent;
    border-top-color: #00C8B1 !important;
    border-left-color: #00C8B1 !important;
    border-radius: 50%;
}

@keyframes loading-bar-spinner {
    0% {
        transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.btn-second-btn {
    display: none;
}
.center-div{
    display: flex;
    justify-content: center;
    align-items: center;
}

@media only screen and (max-width: 768px) {
    .back-btn {
        background-color: rgba(0, 33, 83, 255);
        border: 1px solid transparent;
        font-size: 1rem;
        color: #fff;
        line-height: 1.5;
        /* border-radius: 25px; */
    }

    .check_details_form {
        font-size: 15px;
        line-height: 22px;
    }
    

    .second-postal-div small {
        line-height: 23px;
    }

    .step-2-card {
        height: 188px;
    }

    .step-2-card img {
        padding-top: 10px;
    }

    .btn-second-btn {
        display: block;
        margin: 0 2px;
    }

    .ok-btn {
        height: unset;
        width: 100% !important;
    }

    .post-code-input {
        box-shadow: unset;
    }

    .post-code-input :focus,
    .post-code-input :hover {
        box-shadow: unset !important;
    }

    .form-btn {
        display: flex;
        justify-content: revert-layer;

    }

    .submit-btn-div {
        width: 100%;
    }

    .form-btn .second-btn {
        display: block !important;
    }

    .submit-btn-div-second-form {
        display: none;
    }

    .back-btn,
    .ok-btn {
        width: 100px;
        font-size: 12px !important;
    }

    .container .step-2-cards {
        grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    }
}

@media only screen and (max-width: 575px) {
    .container .step-2-cards {
        grid-template-columns: repeat(auto-fit, minmax(148px, 1fr));
    }

    .container-sm {
        width: 100%;
    }

    .back-btn {
        font-size: 13px;
    }

    .ok-btn {
        font-size: 13px;
    }

    .heading {
        font-size: 17px;
        line-height: 30px;
        padding: 0;
    }
    .iframe-main-div-column{
        margin-left: 0px !important;
    }

    .content span {
        font-size: 16px;
    }

    header .ssl-div {
        display: none;
    }

    .container-sm {
        width: 100%;
    }

    header .heading-line-div .text {
        font-size: 9px;
    }

    header #header-logos-image1 {
        width: 76px;
        height: 39px;
    }

    header #header-logos-image2 {
        width: 58px;
        height: 55px;
    }

    header #header-logos-image3 {
        width: 89px;
        height: 44px;
    }

    header #header-logos-image4 {
        width: 49px;
        height: 46px;
    }

    .photo-section {
        background-size: cover;
    }

    .photo-section .photo-section-div {
        background: rgba(0, 0, 0, 0.39);
    }

    .photo-section .photo-section-div .head {
        margin-bottom: 2px;
    }

    .photo-section .photo-section-div strong {
        line-height: 32px
    }



    .solar-info-section .content-div {
        display: unset;
    }

    .solar-info-section .content-div .image-div {
        display: flex;
        justify-content: center;
    }




    .solar-benefits-section .width-25 {
        width: 50%;
    }



    .content-wrap {
        width: auto;
    }

    .owl-carousel {
        width: 100%;
        top: 16px;
        z-index: 1;
    }


    .custom-nav {
        top: 77%;
        width: 95%;
        left: 0%;
    }

    .tp-stars svg {
        position: absolute !important;
        height: 75% !important;
        width: 100% !important;
        left: 0 !important;
        top: 11px !important;
    }

    /* about section  */

    .about-section {
        min-height: 324px;
    }

    .about-section img {
        height: 258px !important;
    }

    /* .accordion */
    .accordion__header {
        height: auto;
        line-height: 16px;
    }

    .accordion__header::after {
        top: auto;
    }

    .services .item p {
        right: 153px;
        bottom: 0px;
    }

    .image-box-wrap .image-box-warp-content span {
        position: relative;
        bottom: 96px;
        left: 6px;
        font-size: 14px;
    }

    .banner-area .image-box-wrap {
        height: 320px;
        width: 100%;
    }

    .image-box-warp-content img {
        height: 75%;
        width: 100%;
    }

    .first-column {
        font-size: 10px;
        line-height: 15px;
    }

    .image-box-wrapper-main {
        display: flex;
        position: relative;
        top: 20px;
    }

    .second-image-box-warp-content .first-column {
        padding: 4px;
        height: 58px;
    }

    .second-image-box-warp-content {
        width: 413px !important;
        height: 101px !important;
        bottom: 46px;
        padding: 0 0 0 0 !important;
    }

    .first-girl-img img {
        display: none;
    }

    .home-img-sec img {
        height: auto !important;
        width: 100%;
    }

    .chatbox-header {
        width: 100%;
    }

    .chatbox-wrapper-main .img-circle img {
        width: 39px;
        height: 40px;
        margin-top: -2px;
    }

    .chatbox-warp-content img {
        width: 100%;
        height: auto;
    }

    .chatbox-content {
        position: relative;
        bottom: 71px;
    }

    .chatbox-content h6 {
        font-size: 16px;
    }

    .chatbox-header h4 {
        color: white;
        text-align: center;
        margin-top: 6px;
    }

    .chatbox-wrapper-main {
        display: flex;
        position: relative;
        top: 20px;
        margin: 0;
    }

    .banner-area .image-box-wrap .img-circle img {
        width: 52px;
        height: 53px;
        margin: 25px 18px;
        border-radius: 11px;
    }

    .error-div {
        font-size: 11px;
    }

}

@media only screen and (max-width: 375px) {

    .back-btn,
    .ok-btn {
        font-size: 11px;
        ;
    }

    .container .step-2-cards {
        grid-template-columns: repeat(auto-fit, minmax(128px, 1fr));
    }

    .step-2-card img {
        width: auto;
        padding-top: 27px;
        max-width: 128px;
    }
}
.iframe-main-div-column{
    margin-left: 18px;
}