.utility-para {
  width:100%;
  max-width:518px;
  margin:0 auto;
  font-family: Poppins;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  text-align: center;
  color: #4D4D4D;
}
input.range-slider__range.arange {
background: linear-gradient(90deg, rgb(222, 112, 8) 12.5%, rgb(94 91 83) 16.5%) !important;
}

.calc_sec {
  text-align: center;
  background-color: #FAF6EF;
  font-family: 'poppins';
  padding: 120px 20px;
}
.calc_sec h1.heading-h1 {
  margin-bottom: 28px;
  color: #575760 !important;
}
p.btm_text {
  color: #575760;
  font-size: 24px;
  line-height: 36px;
  font-weight: 400;
  max-width: 800px;
  margin: 0 auto;
  padding-bottom: 96px;
}
.calculation {
  max-width: 510px;
  margin: 0 auto;
  background-color: #FFF;
  border-radius: 24px;
  box-shadow: 0px 3px 36px #00000017;
  padding: 40px;
  text-align: left;
}
.calculation p {
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 32px;
  font-weight: 500;
}
.calculation p:nth-child(2) {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 24px;
  margin-bottom: 70px;
}
.range-slider__range {
  -webkit-appearance: none;
  width: 100%;
  height: 6px;
  border-radius: 5px;
  background: #d7dcdf;
  outline: none;
  padding: 0;
  margin: 0;
}
.range-slider__range::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #000000;
  cursor: pointer;
  -webkit-transition: background 0.15s ease-in-out;
  transition: background 0.15s ease-in-out;
}
.range-slider__value {
  position: absolute;
  top: -56px;
  width: 83px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  padding-left: 6px;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.8px;
  border-radius: 50px;
  background: #DE7008;
}
.range-slider__value:after {
  position: absolute;
  top: 34px;
  left: 40px;
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-right: 7px solid #DE7008;
  border-bottom: 7px solid transparent;
  content: "";
  transform: rotate(-90deg);
}
.range-slider__value:before {
  position: absolute;
  content: "$";
  left: 16.5px;
}

::-moz-range-track {
  background: #d7dcdf;
  border: 0;
}

input::-moz-focus-inner,
input::-moz-focus-outer {
  border: 0;
}
.calc_sec .form-row label {
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
  color: #000;
  display: block;
  margin-bottom: 12px;
}
.calc_sec .form-row input {
  width: 100%;
  background-color: #FAF6EF;
  border-radius: 14px;
  padding: 10.5px 24px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: #000;
  margin-bottom: 30px;
}
.calc_sec .form-row input::placeholder {
  color: #000; 
}
.calc_sec input[type="submit"] {
  width: 100%;
  background-color: #DE7008;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: 0.28px;
  border-radius: 50px;

  height: 48px;
}
.calc_sec input[type="submit"]:hover {
  background-color: #3c3c3c;
  border: 1px solid #3c3c3c; 
}
.range-slider {
  position: relative;
}
.cal_output_col {
  text-align: left;
  width: 100%;
}
.cal_output {
  background-color: #DE7008;
  padding: 48px 40px;
  border-radius: 24px;
}  
.elec_usage_col {
  width: 52.8%;
}
.cal_output p, .small_text {
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  color: #FFF;
  margin-bottom: 0;
}
.cal_result {
  padding: 20px 32px 20px 62px;
  background-color: #FFF;
  border-radius: 12px;
  margin: 24px 0 32px 0;
  font-size: 48px;
  line-height: 60px;
  font-weight: 500;
  color: #DE7008;
  position: relative;
} 
.cal_result::before {
  position: absolute;
  content: "$";
  left: 32px;
}
.cal_output .underline {
  border: 1px solid #FAF6EF;
  opacity: 0.48;
  margin-bottom: 32px;
}
.range-info {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
.range-info div {
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
}
.range-info .gray {
  position: relative;
  color: #666366;
}
.range-info .gray::before {
  position: absolute;
  content: "I";
  left: 50%;
  top: -20px;
  color: #666366;
}
.disclaimer_text {
  text-align: left;
  margin-top: 48px;
}
.disclaimer_text p {
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 20px;
  font-weight: 400;
  color: #393639; 
}
.disclaimer_text p:last-child {
  font-size: 17px;
  line-height: 20px;
  color: #666366;
  margin-bottom: 0;
}
.disclaimer_text p:last-child a {
  color: #666366;
}
.all_cal {
 /*  display: flex; */
  max-width: 510px;
  margin: 0 auto;
  column-gap: 64px;
  padding-top: 64px;
}
.elec_usage {
  background-color: #000000;
  border-radius: 24px;
  padding: 48px 40px;
  text-align: left;
}
#solar_saving {
  margin-bottom: 0;
}
.cal_output_col .cal_output + p {
  font-size: 20px;
  line-height: 28px;
  color: #393639;
  margin-top: 36px;
  margin-bottom: 0;
}


@media(max-width: 1023px) {
  .elec_usage, .cal_output {
    padding: 40px 32px;
  }
  .all_cal {
    column-gap: 48px;
  }
}

@media(max-width: 767px){
  .calc_sec {
    padding: 80px 20px;
  }
  p.btm_text {
    padding-bottom: 64px;
  }
  .all_cal {
    flex-wrap: wrap;
  }
  .elec_usage_col, .cal_output_col {
    width: 100%;
  }
  .cal_result {
    font-size: 36px;
    line-height: 48px;
  }
}
@media (max-width: 400px){ 
  .cal_result {
    font-size: 24px;
    line-height: 36px;
  }
  .cal_result {
    padding: 18px 32px 18px 48px;   
  }
  .cal_result::before {
    left: 26px;
  }
}


/* Pricing section css */
.cal-section .parent-calculator .calculation{
  background: #1C1C1C;
  color:#fff;
}
.cal-section .rates-year {
  display:flex;
  gap:30px;
}
.cal-section .form-row {
  background: #FFFFFF2B;
  padding:20px 28px;
  border-radius:12px;
}
.cal-section .calc_sec .form-row input {
  background:unset !important;
  border:unset;
  padding:0px;
  margin-bottom:0px;

}
.cal-section .calc_sec .form-row label {
  margin-bottom:0px;
  color: #FFFFFFCC;
  font-family: Poppins;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  text-align: left;
  color: #FFFFFFCC;
  text-transform:uppercase;
  padding-bottom:10px;
}
.cal-section .range-info {
  margin-bottom:30px;
}
.cal-section .calc_sec .form-row input {
  font-family: Poppins;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  text-align: left;
  color:#fff;
}
.cal-section .parent-calculator  input::placeholder {
  color: #fff !important;
  font-family: Poppins;
  font-size: 18px ;
  font-weight: 400;
  line-height: 28px;
  text-align: left;
}
.cal-section .range-info .gray {
  font-family: Poppins;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  text-align: left;
  color: #FFFFFFCC;
}
.cal-section .parent-calculator .range-info .gray::before {
  color:#1C1C1C;
}
.cal-section .calc_sec input[type="submit"] {
  margin-top:40px;
}


.cal-section input[type="range"]::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
width: 15px !important;
height: 15px !important;
border-radius: 50%;
background: #FAF6EF;
cursor: pointer;
}
/* .cal-section input[type="range"]::-webkit-slider-runnable-track {
width: 100%;
height:10px;
background: linear-gradient(90deg, rgb(222, 112, 8) 12.5%, rgba(165, 116, 30, 16.9)) !important;
} */
/* .cal-section .submitting-val {
  background: #DE7008 !important;
} */

@media only screen and (max-width:380px) {
  .cal-section  .rates-year {
    flex-direction:column !important;
  }
}