/*indexcss*/

/*/indexcss*/
p.subtitle {
    margin-top: 6px;
    font-family: sans-serif;
    color: black;
    margin-bottom: 33px;
    font-size: 13px;
}
.v-hide{
visibility:hidden;
position:absolute;
}

#monthlyBill {
    width: 40%;
}

#zipcode{
    width: 60%;    
}

    @charset "UTF-8";
/*
 * Breakpoint mixins to ease development conditions
 */
span, p{
        font-family: 'Roboto';

}


.errmsg {
    font-family: 'Roboto';
    color: red;
    font-size: 13px;
}

.cgreen {
    margin-top: 19px;
    color: green;
    margin-bottom: 0px;
}

h1,h3,h4,h2{
    font-family:Quicksand;
}

form.slideform-form {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}
form.slideform-form .slideform-track {
  overflow: hidden;
  flex: 1;
}
form.slideform-form .slideform-wrapper {
  transition: all 0.5s ease;
}
form.slideform-form .slideform-slide {
  /*margin-top: 13vh;*/
    width: 100%;
    display: flex;
    align-items: start;
    justify-content: center;
  -webkit-overflow-scrolling: touch;
  opacity: 0;
  transition: opacity 0.5s ease;
  overflow: auto;
  box-sizing: border-box;
}
form.slideform-form .slideform-slide.active {
  opacity: 1;
}

/*body {*/
/*    background: linear-gradient(180deg, #4297ff, rgb(255 255 255 / 76%)), url(background2.png);*/
/*    background-size: cover;*/
/*    background-repeat: no-repeat;*/
/*     opacity: 0.8; */
/*}*/



#utilityProvider{
    width:50%!important;
}


.slideform-btn-next{
 padding:5px 18px 7px 18px!important;   
}

@media screen and (max-width: 500px) {


.terms {
    margin-top:-15px;
    line-height: 16px!important;
    font-size: 10px !important;
    margin-bottom: -16px !important;
}
}


@media screen and (max-width: 767px) {
   
   .dollar {
    
display:contents;
}
    
   body {
 background: none;
}


   
   
   h2{
       
       font-size:18px!important;
   }
    form.slideform-form input:not([type=checkbox]):not([type=radio]):not([type=submit]){
        width:55%!important;
    }
     .control{
       display:flex;
       justify-content:center;
       

   }
    form.slideform-form .slideform-btn {
        margin-top: 41px!important;
    }
    .w-100{
        width:100%!important;
    }
    .text-left1{
        display:grid;
    }
    
    .weight{
        width:100%!important;
    }
    .lbl{
        display:inline-grid;
    }

  form.slideform-form .slideform-slide {
    display: block;
  }
   .stt{
      width: 50%!important;
      margin-left: 25%;
  }
}
form.slideform-form .slideform-group {
  max-width: 608px;
  padding: 14px 15px;
  box-sizing: border-box;
  margin-top: 1%;
  text-align:center;
}
  
  .terms{
      padding:20px;
      font-size:12px!important;
      margin-bottom: -6px!important;
      
  }
  
  .mx-2 {
    width: 46%;
}


input[type="radio"]:checked {
            background-color: #4CAF50; /* Change this to the desired background color */
            color: #ffffff; /* Change this to the desired text color */
        }




@media screen and (max-width: 767px) {
    
    .emailadd{
            margin-left: -58px;

    }
    
    .address{
                    margin-left: -58px;

    }
    .mspanf {
    margin-left: -58px!important;
}
    .mspanl {
    margin-left: -58px!important;
}

    #utilityProvider {
width:66%!important;
}

  form.slideform-form .slideform-group {
    margin: auto;
  }
  ::placeholder {
      font-family:'Heebo';
    font-size:16px;
    text-align:left;
    font-weight:500;
}

form.slideform-form input:not([type=checkbox]):not([type=radio]):not([type=submit]), form.slideform-form textarea {

    padding: 24px 24px 24px 22px!important;
    
}
form.slideform-form textarea{
        width:80%!important;
    }
    
    form.slideform-form label.error {
        font-weight:500;
    }
    
    form.slideform-form textarea {
        height:100px!important;
    }
    
}

.slideform-btn-prev
{
          -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    /* height: 58px; */
    padding: 0px 20px;
    font-size: 1.5em;
    margin-right: 10px;
    margin-top: 56px;
    border-radius: 25px;
    background: none;
    border: none;
    color: #fff;
    transition: all 0.3s ease;
    outline: none;
}

form.slideform-form .slideform-btn {
      -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    /* height: 58px; */
    padding: 0px 20px;
    font-size: 1.5em;
    margin-top: 36px;
    border-radius: 25px;
   background: #f36c29;
    border: 0px solid #f36c29;
    color: #fff;
    transition: all 0.3s ease;
    outline: none;
    cursor:pointer;
}
form.slideform-form .slideform-btn:active {
 border-color: #f36c29;
    background: #f36c29;
}
form.slideform-form .slideform-btn:disabled {
  background: #f6f6f6;
  border: 1px solid #f6f6f6;
  color: #E0E0CE;
}


form.slideform-form form.slideform-form text #monthlyBill{

    width: 50%!important;
}


form.slideform-form input:not([type=checkbox]):not([type=radio]):not([type=submit]), form.slideform-form textarea, form.slideform-form text {
    
    font-family:'Roboto';
     border-radius: 50px;
    width: 100%;
    padding: 20px 29px;
    font-size: 16px;
    box-sizing: border-box;
    border: 1px solid #0052b4;
    outline: none;
    border-radius: none;
    background: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: black!important;
    font-weight: 500!important;

}


form.slideform-form textarea {
    border-radius: 24px;
    width: 90%;
    padding: 29px 20px;
    font-size: 16px;
    box-sizing: border-box;
    border: 1px solid #0052b4;
    outline: none;
    border-radius: none;
    background: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-family:Roboto;
}


form.slideform-form input:not([type=checkbox]):not([type=radio]):not([type=submit]):focus, form.slideform-form textarea:focus {
  /*border-bottom: 2px solid #0052b4;*/
}
form.slideform-form input[type=text], form.slideform-form input[type=email], form.slideform-form input[type=tel], form.slideform-form input[type=number] {
  height: 45px;
}


form.slideform-form input[type=text].small, form.slideform-form input[type=email].small, form.slideform-form input[type=tel].small, form.slideform-form input[type=number].small {
  height: 40px;
  padding: 10px 15px;
  font-size: 16px;
}
form.slideform-form .options-list label {
      display: block;
    margin: 0;
    padding: 10px 0;
    font-size: 1em;
}
form.slideform-form .options-list input[type=radio], form.slideform-form .options-list input[type=radio] {
  position: absolute;
  z-index: -1;
  visibility: hidden;
  width: auto;
  height: auto;
}
form.slideform-form .options-list input[type=radio]:checked + span:after, form.slideform-form .options-list input[type=radio]:checked + span:after {
  opacity: 1;
  transform: scale(1);
}


form.slideform-form .options-list input[type=radio] + span, form.slideform-form .options-list input[type=radio] + span {
  display: inline-block;
  position: relative;
  font-weight: 500;
  font-family:Roboto;
  text-align:left;
  line-height:2;
  cursor:pointer;
}
form.slideform-form .options-list input[type=radio] + span:before, form.slideform-form .options-list input[type=radio] + span:before {
  content: "";
  margin-right: 10px;
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  background: #f6f6f6;
  border:2px solid #c2c2c2;
  margin-bottom:1px;
}
form.slideform-form .options-list input[type=radio] + span:after, form.slideform-form .options-list input[type=radio] + span:after {
  /*font-family: "slideform" !important;*/
  display: inline-block;
  content: "\F00C";
  font-size: 22px;
  color: #6FB253;
  width: 30px;
  height: 30px;
  position: absolute;
  left: 0;
  text-align: center;
  line-height: 30px;
  opacity: 0;
  transform: scale(3);
  transition: all 0.3s ease;
}
form.slideform-form .options-list input[type=radio] + span:before {
  border-radius: 50%;
}
form.slideform-form .options-list input[type=radio] + span:after {
     content: "";
   width: 12px;
    height: 12px;
    background: #f36c29;
    border-radius: 50%;
    top: 17px;
    left: 21px
}
form.slideform-form .options-buttons label {
  margin: 0 5px 15px 0;
  display: inline-block;
  text-transform: none;
}
form.slideform-form .options-buttons input[type=radio], form.slideform-form .options-buttons input[type=radio] {.c
  position: absolute;
  left: -9999px;
}
form.slideform-form .options-buttons input[type=radio]:checked + span, form.slideform-form .options-buttons input[type=radio]:checked + span {
  background: #6FB253;
  border: 1px solid white;
  color: #fff;
}
form.slideform-form .options-buttons input[type=radio] + span, form.slideform-form .options-buttons input[type=radio] + span {
   font-size: 1.6rem;
    line-height: 29px;
    display: inline-block;
    background: white;
    border: 1px solid #6fb350;
    padding: 13px 68px;
    width: auto;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease;
    border-radius: 50px;
    font-weight: 500;
    color: #6fb350;
}
form.slideform-form label.error {
    color: red;
    display: block;
    font-size: 13px;
    margin-top: 5px;
    text-transform: none;
    padding: 3px 9px;
    border-radius: 3px;
    font-family: system-ui;
    border-radius: 14px;
}
form.slideform-form .slideform-condition {
  display: none;
}
form.slideform-form .slideform-footer {
  padding: 0 15px;
  z-index: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  margin-top:2%;
}
form.slideform-form .slideform-footer .slideform-btn {
    display: inline-block;
    line-height: 0;
    font-size: 13px;
    margin: 2px 7px 0px -72px;
}
form.slideform-form .slideform-progress-bar {
    height: 12px;
    border-radius: 50px;
    max-width: 480px;
    background: white;
    display: inline-block;
    overflow: hidden;
    line-height: 0;
    flex: 1;
    margin-right: 20px;
}
form.slideform-form .slideform-progress-bar span {
  display: inline-block;
  width: 0%;
  height: 100%;
  background: #0052B4;
  transition: all 0.5s ease;
}

/*@font-face {*/
/*  font-family: "slideform";*/
/*  src: url("../fonts/slideform.eot?p7vt47");*/
/*  src: url("../fonts/slideform.eot?p7vt47#iefix") format("embedded-opentype"), url("../fonts/slideform.ttf?p7vt47") format("truetype"), url("../fonts/slideform.woff?p7vt47") format("woff"), url("../fonts/slideform.svg?p7vt47#slideform") format("svg");*/
/*  font-weight: normal;*/
/*  font-style: normal;*/
/*}*/
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

i.icon-chevron-up,i.icon-chevron-down {
    font-family: "slideform" !important;
}



.icon-check:before {
  content: "\F00C";
}

.icon-close:before {
  content: "\F00D";
}

.icon-remove:before {
  content: "\F00D";
}

.icon-times:before {
  content: "\F00D";
}

.icon-chevron-left:before {
  content: "\F053";
}

.icon-chevron-right:before {
  content: "\F054";
}

.icon-chevron-up:before {
  content: "\F077";
}

.icon-chevron-down:before {
  content: "\F078";
}

.icon-paper-plane:before {
  content: "\F1D8";
}

.icon-send:before {
  content: "\F1D8";
}


.redrt {
    font-size: 18px;
    color: #6c6c6c;
    margin-top: 103px;
    font-weight: 100;
}

:focus-visible {
    outline: none;
}




@media screen and (max-width:768px){
 
 form.slideform-form .slideform-progress-bar {
    max-width: 289px;
 
}
 form.slideform-form .slideform-footer .slideform-btn {
 
     margin: 2px 7px 40px -72px;
 }
 
 
 .control span {
 
     width: 90%!important;
     
     
 }
 
 .coldc{
     flex-direction:column;
 }
 
 .d-flx {
    display: grid!important;
    gap:0!important;
     
 }
 form.slideform-form .slideform-footer {
    margin-top: 5%;
    padding: 0px 0px 13px 80px;
}
   
 .radio-button-group {
   width: inherit!important;
    
}  
label {
    display: block;
    font-size: 13px;
    margin-bottom: 13px;
}
   
    
}








  
.nav {
    height: 66px;
    width: 100%;
    background-color: #ffffff;
    position: relative;
    /*box-shadow: 1px 1px 8px #d6d6d6;*/
}

.nav > .nav-header {
  display: inline;
}

.nav > .nav-header > .nav-title {
  display: inline-block;
  font-size: 22px;
  color: #fff;
  padding: 4px 10px 10px 10px;
}

.nav > .nav-btn {
  display: none;
}

.nav > .nav-links {
  display: inline;
  float: right;
  font-size: 18px;
}

.nav > .nav-links > a {
  display: inline-block;
  padding: 13px 10px 13px 10px;
  text-decoration: none;
  color: #efefef;
}

.nav > .nav-links > a:hover {
  background-color: rgba(0, 0, 0, 0.3);
}

.nav > #nav-check {
  display: none;
}


@media (min-width:600px) {
    
.mylogo{
    margin-left: 38px;
}
}

.mylogo{
max-width:50%;
}


@media (max-width:600px) {
    
.nav > .nav-header > .nav-title a{
    display: flex;
    justify-content: center;
}

  .nav > .nav-btn {
    display: inline-block;
    position: absolute;
    right: 0px;
    top: 0px;
  }
  .nav > .nav-btn > label {
    display: inline-block;
    width: 50px;
    height: 50px;
    padding: 13px;
  }
  .nav > .nav-btn > label:hover,.nav  #nav-check:checked ~ .nav-btn > label {
    background-color: rgba(0, 0, 0, 0.3);
  }
  .nav > .nav-btn > label > span {
    display: block;
    width: 25px;
    height: 10px;
    border-top: 2px solid #eee;
  }
  .nav > .nav-links {
    position: absolute;
    display: block;
    width: 100%;
    background-color: #333;
    height: 0px;
    transition: all 0.3s ease-in;
    overflow-y: hidden;
    top: 50px;
    left: 0px;
  }
  .nav > .nav-links > a {
    display: block;
    width: 100%;
  }
  .nav > #nav-check:not(:checked) ~ .nav-links {
    height: 0px;
  }
  .nav > #nav-check:checked ~ .nav-links {
    height: calc(100vh - 50px);
    overflow-y: auto;
  }
}
  
  




    
    .radio-button-group {
  display: flex;
    flex-direction: column;
    width: 53%;
    justify-content: center;
}
.radio-button-group .item {
  width: 100%;
}
.radio-button-group .radio-button {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
}
.radio-button-group .radio-button + label {
      padding: 10px 20px;
    cursor: pointer;
    border: 1px solid #0052b4;
    margin-right: -2px;
    color: #0052b4;
    background-color: transparent;
    display: block;
    text-align: center;
    border-radius: 36px;
    width: 83%;
    font-family: 'Roboto';
    font-weight: 500;
}
.radio-button-group .radio-button:checked + label {
    background-color: #f36c29;
    color: #FFF;
    border: 1px solid #f36c29;
}
    
    
    
.control{
 display:flex;
 justify-content:center;
}
   
   
   .slideform-btn-submit:hover{
           background: #ff5500;
   }
   
   form.slideform-form .slideform-btn:hover {
    background: #ff5500;

}


   .radio-button-group .radio-button + label:hover {
    border: 1px solid #f36c29;
    color: white;
    background-color: #f36c29;

}




    

.slideform-btn-submit {
padding: 10px 34px !important;
    font-size: 18px !important;
    font-family: Rubik;
    background: #f36c29 !important;
}
a:hover{
    text-decoration:none!important;
}
a {
    text-decoration: none;
}
   .control{
       display:flex;
       justify-content:center;
   }
.control span {
    border: 1px solid #c2c2c2;
    padding: 7px 15px;
    border-radius: 36px;
    width: 50%;
}

span.w-90
{
     border: 1px solid #c2c2c2;
    padding: 7px 15px;
    border-radius: 36px;
    width: 90%;
}


button:disabled {

    background:none;
}

#zipcode::placeholder
{   
    color: #0052b4;
}

#phone::placeholder {
    color: #0052b4;

}

#monthlyBill::placeholder{
        color: #0052b4;

}

#utilityProvider::placeholder

{
        color: #0052b4;

}

#description::placeholder

{
        color: #0052b4;

}


::placeholder {
    font-family: 'Roboto';
}



#zip,
#phone
{
    display:flex!important;
    height:48px;
}

.text-left1{
    text-align:center;
}
.text-center1{
    text-align:center;
}

.phn{
  display: flex;
    font-size: 14px;
    margin-bottom: 10px;
    letter-spacing: .5px;
    font-weight: 600;
    text-align: center;
    justify-content: center;

}

.terms{
    line-height: 17px;
    margin-bottom: 15px;
    text-align: justify;
    font-family:Rubik;
}
#phone
{

    width:250px;
}
    
    .bg_health{
    /*background-image:linear-gradient(269deg, rgb(0 0 0 / 47%), rgb(0 0 0 / 48%)), url(assets/img/health.jpg);*/
    /*background-image: linear-gradient( 91deg,  rgba(72,154,78,1) 5.2%, rgba(251,206,70,1) 95.9% );*/
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    overflow: hidden;
    margin: 0 auto;
}

.weight{
            padding: 25px 19px!important;
        display:flex;
            font-weight: 400;
    color:black!important;
}


i.icon-check {
    display: none;
}

.hide {
  display: none;
}

    form {
        opacity: 0;
        transition: all .3s ease;
    }

    form.slideform-form {
        opacity: 1;
    }

    html, body {
        height: 100%;
        width: 100%;
        padding: 0;
        margin: 0;
        overflow: hidden;
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
    }


    input {
        font-size: 16px;
    }

    label {
        display: block;
        font-size: 14px;
        margin-bottom: 13px;
        letter-spacing: .5px;
        font-weight: 600;
    }

    h1 {
        letter-spacing: .5px;
    }

 h2, h3 {
    margin-bottom: 0;
    margin-top: 0px;
}


    
    button.slideform-btn.slideform-btn-submit {
    margin-top: 13px!important;
}

 h2.quest {
    font-size: 30px;
    color: #0052b4;
    font-weight: 600;
    font-family:sans-serif;
}

    h3 {
        font-size: 20px;
        line-height: 1.4em;
        font-weight: bold;
        margin-bottom: 20px;
        margin-top: 20px;
    }

    h4 {
        font-size: 16px;
        font-weight: bold;
        margin: 20px 0 10px;
    }

    p {
        font-size: 16px;
        line-height: 1.6em;
        margin-bottom: 15px;
    }

    a {
        -webkit-tap-highlight-color: transparent;
    }


    .gist .gist-file {
        margin-top: 40px;
    }

    .gist .gist-meta {
        display: none !important;
    }

.d-flx{
 display: flex;
    justify-content: center;
    gap: 41px;
    margin-bottom: 4%;
}

.select{
background:white!important;
    color:gray!important;
    font-weight:400!important;
}
select {
    border-radius: 4px!important;
    width: 100%!important;
    padding:13px 18px!important;
    font-size: 20px!important;
    box-sizing: border-box!important;
    border: 1px solid #5c9345!important;
    outline: none!important;
    border-radius: 50px!important;
    background: white;
    -webkit-appearance: none!important;
    -moz-appearance: none!important;
    appearance: none!important;
}



form.myslideform-form input:[type=text] {
{
    width: 36%;
    height: 28px;
    font-size: 16px;
    box-sizing: border-box;
    border: 1px solid #E0E0CE;
    outline: none;
    border-radius: none;
    background: #E0E0CE;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: white!important;
}


input.[placeholder] {
    color: white !important;
}

.::-webkit-input-placeholder {
    color: white!important;
}

.::placeholder {
    color: white!important;
}


form.slideform-form textarea {
    border-radius: 25px!important;
    width: 82%!important;
}


.consentcheck input[type=radio]{
    position: absolute;
    z-index: -1;
    /* visibility: hidden; */
    width: auto;
    height: auto;
    margin-left: -19px;
}

    
  .slideform-btn-submit.loading::after {
  content: '...';
  animation: dots 1s infinite;
}

@keyframes dots {
  0%, 20% {
    content: '.';
  }
  40% {
    content: '..';
  }
  60% {
    content: '...';
  }
  80%, 100% {
    content: '';
  }
}




