@import url('https://fonts.googleapis.com/css2?family=Domine:wght@400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap');

html{
    scroll-behavior: smooth;
}
body{
    min-height: 100vh;
    overflow-y: hidden;
}
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Roboto', sans-serif;
}
.vanish{
    display: none;
}
.first_section {
    width: 100%;
    height: 100vh;
    background-image: url(images/image/heroImg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom center;
}
.logo{
    position: absolute;
    top: 30px;
    right: 100px;
    width: 140px;
    height: 74px;
}
.logo img{
    width: 100%;
    height: 100%;
    filter: invert(1);
}
.first_section_parent{
    width: 100%;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;

}
.first_section_div{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.header_text{
    margin: 0;
    padding: 0;
    font-size: 7.6vh;
    font-weight: 500;
    line-height: 1.2;
    font-family: 'Domine', serif;
    text-align: center;
    color: #fff;
}
.header_intro{
    color: #fff;
    max-width: 840px;
    font-size: 25px;
    text-align: center;
    margin: 40px 0 60px 0;
}
.input_field_btn{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.input_field_btn input{
    width: 280px;
    height: 55px;
    border: none;
    outline: none;
    text-align: center;
    font-size: 20px;
    color: #000;
    font-weight: 800;
    background: #fff;
    border-radius: 2px;
}
.input_field_btn input::placeholder{
    text-align: center;
    font-size: 20px;
    color: rgb(149, 149, 149);
    font-weight: 800;
    background: #fff;
}

.first_btn button{
    border: none;
    cursor: pointer;
    color: #ffffff;
    background-image: linear-gradient(to right, #FF8008 0%, #FFC837  51%, #FF8008  100%);
    background-size: 200% auto;
    transition: 0.5s;
    padding: 15px 30px;
    border: 0px;
    font-size: 22px;
    font-weight: 700;
    border-radius: 100px;
    margin-top: 20px;
}
.first_btn button a{
    text-decoration: none;
    color: #fff;
}

.first_btn button:hover{
    background-position: right center; /* change the direction of the change here */
    color: #fff;
    text-decoration: none;
}
.copy-wrap-div{
    display: flex;
    flex-direction: column;
    align-items: center;
    position: absolute;
    bottom: 10px;
}
.copy-wrap-div span{
    font-size: 10px;
    color: #C0C0C0;
    margin-bottom: 5px;
}
.copy-wrap-div p{
    font-size: 10px;
    color: #fff;
    text-decoration: none;
}
.copy-wrap-div a{
    font-size: 10px;
    color: #fff;
    text-decoration: none;
}
.fineprint-link{
    margin: 0 5px;
}

.sec_section{
    width: 100%;
    height: 100vh;
    background: #203447;
}

.sec_section_div{
    width: 100%;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 30px;
}

.progress-holder {
    width: 100%;
    text-align: center
}
.progress-number {
    font-size: 25px;
    font-weight: 600;
    text-align: center;
    border-radius: 50%;
    border: 2px solid #fff;
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 34px;
    position: relative;
    color: #fff;
    font-family: "Untitled Sans";
}

.progress-number:before,
.progress-number:after {
    content: "";
    display: block;
    position: absolute;
    width: 65px;
    height: 1px;
    background-color: #fff;
    top: 16px
}

.progress-number:before {
    left: 50px
}

.progress-number:after {
    right: 50px
}

h2 {
    margin: 0;
    padding: 0;
    font-size: 52px;
    letter-spacing: 1px;
    font-weight: 500;
    margin-top: 48px;
    margin-bottom: 50px;
    line-height: 1.3;
    text-align: center;
    color: #fff;
    font-family: 'Domine', serif;
}

.icon_div{
    display: flex;
}
#residential,
#commercial {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1)
}

#residential:hover,
#commercial:hover {
    -webkit-filter: none;
    filter: none
}

.icon-residential {
    display: block;
    margin-right: 25px;
}
.icon-commercial {
    display: block;
    margin-left: 25px;
}

.icon-residential img,
.icon-commercial img {
    cursor: pointer;
    padding-bottom: 12px;
    width: 170px;
}

.home_ans{
    text-align: center;
    color: #fff;
    font-size: 20px;
}
@media screen and (min-width: 767px) and (min-height: 770px) {
    .progress-number {
        width: 75px;
        height: 75px;
        line-height: 75px;
        font-size: 39px
    }
    .progress-number:before,
    .progress-number:after {
        width: 135px;
        top: 37px
    }
    .progress-number:before {
        left: 100px
    }
    .progress-number:after {
        right: 100px
    }
}
.elactic_bill_btn{
    text-decoration: none;
    color: #fff;
}

.third_header_intro{
    color: #fff;
    max-width: 780px;
    font-size: 25px;
    text-align: center;
    font-family: 'Domine', serif;
}
.range{
    margin: 80px 0 0 0;
    height: 80px;
    width: 600px;
    border-radius: 10px;
    padding: 0 65px 0 45px;
}
.range .sliderView{
    position: relative;
    width: 100%;
}
.range .sliderView span{
    position: absolute;
    height: 45px;
    width: 45px;
    color: #fff;
    font-weight: 500;
    top: -40px;
    transform: translateX(-50%);
    line-height: 55px;
    z-index: 2;

}

.range .sliderView span::after{
    position: absolute;
    content: "";
    height: 45px;
    width: 45px;
    /* background: red; */
    left: 50%;
    /* transform: translateX(-50%) rotate(45deg); */
    /* border: 3px solid #fff; */
    z-index: -1;
    /* border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    border-bottom-left-radius: 50%; */

}
.range .field{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.range .field .value{
    position: absolute;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
}
.range .field .value.left{
    left: -28px;
}
.range .field .value.right{
    right: -48px;
}
.range .field input{
    -webkit-appearance: none;
    height: 8px;
    width: 100%;
    background: #ddd;
    border-radius: 5px;
    border: none;
    outline: none;
}
.range .field input::-webkit-slider-thumb{
    -webkit-appearance: none;
    height: 40px;
    width: 40px;
    background: #269ccc;
    border-radius: 50%;
    cursor: pointer;
}
.range .field input::-moz-range-progress{
    background: #664AFF;
}

.emai_input_field_btn{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.emai_input_field_btn input{
    width: 558px;
    height: 71px;
    border: none;
    outline: none;
    text-align: center;
    font-size: 25px;
    color: #000;
    font-weight: 400;
    background: #fff;
    border-radius: 2px;
    font-family: 'Domine', serif;
    margin-top: 20px;
}
.emai_input_field_btn input::placeholder{
    text-align: center;
    font-size: 25px;
    color: rgb(149, 149, 149);
    font-weight: 800;
    background: #fff;
    font-weight: 400;
    font-family: 'Domine', serif;
}

.email_btn button{
    width: 120px;
    height: 58px;
    margin-top: 30px;
    cursor: pointer;
    background-image: linear-gradient(to right, #FF8008 0%, #FFC837  51%, #FF8008  100%);
    background-size: 200% auto;
    transition: 0.5s;
    color: #ffffff;
    padding: 15px;
    border: 0px;
    font-size: 20px;
    letter-spacing: 1px;
    font-weight: 700;
    border-radius: 100px;
    margin: 0 auto;
    text-decoration: none;
    text-align: center;
    font-family: 'Domine', serif;
    margin-top: 20px;
}
.email_btn button a{
    text-decoration: none;
    color: #fff;
    font-family: 'Domine', serif;
}

.email_btn button:hover{
    background-position: right center;
    color: #fff;
    text-decoration: none;
}

.checkbox-div{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px 0 30px 0;
}
.checkbox-div input{
    width: 15px;
    height: 15px;
    margin-top: 0;
    margin-right: 5px;
}
.checkbox-div label{
    color: #fff;
    font-size: 12px;
    margin-top: 2px;
    font-family: 'Domine', serif;
}
.teram_and_text_div{
    margin-top: 40px;
    width: 630px;
}
.teram_and_text_div p{
    text-align: center;
    font-size: 12px;
    color: #C0C0C0;
    font-family: 'Domine', serif;
}
.teram_and_text_div p a{
    text-decoration: none;
    color: #fff;
    margin: 0;
    font-family: 'Domine', serif;
}
.submit_btn button{
    width: 250px;
    height: 54px;
    margin-top: 20px;
    cursor: pointer;
    background-image: linear-gradient(to right, #FF8008 0%, #FFC837  51%, #FF8008  100%);
    background-size: 200% auto;
    transition: 0.5s;
    color: #ffffff;
    padding: 15px;
    border: 0px;
    font-size: 20px;
    letter-spacing: 1px;
    font-weight: 700;
    border-radius: 100px;
    margin: 0 auto;
    text-decoration: none;
    text-align: center;
    font-family: 'Domine', serif;
    margin-top: 30px;
}
.submit_btn button a{
    text-decoration: none;
    color: #fff;
    font-family: 'Domine', serif;
}

.submit_btn button:hover{
    background-position: right center;
    color: #fff;
    text-decoration: none;
}
.slide_up{
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 30px;
    height: 30px;
    background-color: rgba(161, 161, 161, 0.525);
    cursor: pointer;
}
.slide_up img{
    width: 100%;
    height: 100%;
}
.display_none{
    display: none;
}

.phone_input{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.phone_text_input{
    width: 558px;
    height: 71px;
    border: none;
    outline: none;
    text-align: center;
    font-size: 25px;
    color: #000;
    font-weight: 400;
    background: #fff;
    border-radius: 2px;
    font-family: 'Domine', serif;
    margin-top: 20px;
}
.phone_text_input:hover{
    text-align: center;
    font-size: 25px;
    color: rgb(149, 149, 149);
    font-weight: 800;
    background: #fff;
    font-weight: 400;
    font-family: 'Domine', serif;
}


@media screen and (max-width: 999px) {
    .logo{
        top: 30px;
        right: 20px;
        width: 100px;
        height: auto;
    }
    .header_text{
        font-size: 5.5vh;
        padding: 0 20px;
    }

    .header_intro{
        max-width: 640px;
        font-size: 25px;
    }
    h2 {
        font-size: 42px;
        margin-top: 48px;
        line-height: 1.1;
        padding: 0 20px;
    }
    .icon-residential img{
        width: 150px;
    }
    .third_header_intro{
        max-width: 500px;
        font-size: 20px;
    }
    .range{
        margin: 50px 0 0 0;
        height: 80px;
        width: 500px;
        border-radius: 10px;
        padding: 0 65px 0 45px;
    }
    .teram_and_text_div{
        width: 530px;
    }

}


@media screen and (max-width: 600px) {
    .first_section_div{
        padding-top: 100px;
    }
    .logo{
        top: 20px;
        right: 20px;
        width: 50px;
        height: auto;
    }
    .header_text{
        font-size: 20px;
        padding: 0 10px;
    }
    .header_intro{
        max-width: 100%;
        font-size: 12px;
        padding: 0 10px;
        margin: 20px 0 20px 0;
    }
    .first_btn button{
        font-size: 15px;
 
    }
    h2 {
        font-size: 32px;
        margin-top: 20px;
        margin-bottom: 20px;
        line-height: 1;
        padding: 0 20px;
    }
    .icon-residential{
        display: flex;
        flex-direction: column;
        margin: 0;
        margin-bottom: 30px;
    }
    .icon-commercial{
        display: flex;
        flex-direction: column;
        margin: 0;
    }
    .icon_div{
        display: flex;
        flex-direction: column;
    }
    .a-tag-margin{
        margin: 0;
        padding: 0;
    }
    .icon-residential img,
    .icon-commercial img {
        width: 100px;
    }
    .third_header_intro{
        max-width: 100%;
        font-size: 18px;
        padding: 0 20px;
    }
    .range{
        margin: 50px 0 0 0;
        height: 80px;
        width: 100%;
        border-radius: 10px;
        padding: 0 65px 0 45px;
    }
    .emai_input_field_btn input{
        width: 300px;
    }
    .teram_and_text_div{
        width: 100%;
        padding: 0 20px;
    }
    .phone_text_input{
        width: 300px;
    }

    .copy-wrap-div{
        width: 100%;
        padding: 0 20px;
        text-align: center;
        bottom: 50px;
    }
    .copy-wrap-div span {
        font-size: 8px;

    }

    .copy-wrap-div p {
        font-size: 8px;

    }

    .copy-wrap-div a {
        font-size: 8px;
    }
    .fineprint-link {
        margin: 0 5px;

    }

    .email-margin{
        margin-top: -150px;
    }
    .name-margin{
        margin-top: -150px;
    }
    .home-margin{
        margin-top: -120px;
    }
    .range-mergin{
        margin-top: -120px;
    }

}
