.calculator-form .title {
  font-family: "BebusNeue-Regular";
  font-size: 70px;
  color: #2d2d2d;
}

@media screen and (min-width: 1400px) {
  .calculator-form .container {
    max-width: 1320px;
  }
}

.calculator-form input.form-control,
textarea.form-control {
  height: 70px;
  margin-top: 20px;
  border: 1px solid #aeaeae;
  font-size: 14px;
  padding-left: 25px;
}

.calculator-form select.form-select {
  height: 70px;
  margin-top: 20px;
  border: 1px solid black;
  font-size: 14px;
  padding-left: 25px;
  background: transparent;
  color: black;
}

.calculator-form select.form-select option {
  background-color: white;
  color: black;
}

.enquiry-animate-btn button {
  position: relative;
  border-radius: 5px;
  transition: 2s all ease;
  z-index: 1;
  font-size: 16px !important;
  cursor: pointer;
  font-family: "BebusNeue-Regular";
  background-color: #002347;
  color: white;
}

.enquiry-animate-btn button::before {
  content: "";
  position: absolute;
  z-index: -1;
  transform: translate(-50%, -50%);
  background-color: white;
  border-radius: 5px;
  transition: all 0.3s;
  top: 50%;
  left: 50%;
  width: 0%;
  height: 100%;
}

.enquiry-animate-btn button:hover {
  color: #002347;
  transition: all 0.6s;
}

.enquiry-animate-btn button:hover::before {
  height: 100%;
  width: 100%;
  border-radius: 5px;
}

.calculator-form .blue-box {
  background-color: #002347;
  height: 325px;
  position: relative;
  margin-top: 200px;
}

.calculator-form .blue-box .container {
  background: #ee7e30;
  position: relative;
  top: -200px;
}

@media screen and (max-width: 768px) {
  .calculator-form .title {
    font-size: 40px;
  }

  .calculator-form input.form-control,
  textarea.form-control {
    height: 45px;
    margin-top: 10px;
    font-size: 12px;
  }

  .calculator-form select.form-select {
    height: 45px;
    margin-top: 10px;
    border: 1px solid #000;
    font-size: 12px;
  }

  .calculator-form .blue-box {
    background-color: #002347;
    height: 285px;
    position: relative;
    margin-top: 200px;
  }

  .calculator-form .blue-box .container {
    background: #ee7e30;
    position: absolute;
    top: -200px;
    left: 0px;
    right: 0;
  }

  .enquiry-animate-btn button {
    height: 45px;
  }
}

.result {
  background-color: #002347;
}

.result .first-row lottie-player {
  width: 350px;
  margin-top: -30px;
  margin-left: -95px;
}

.result .first-row .green-text,
.result .second-row .green-text {
  color: #26ff87;
  margin-bottom: 0px;
}

.result .first-row .kwh,
.result .second-row .kwh {
  font-size: 25px;
  color: #ee7e30;
  text-align: end;
  margin: 35px 70px 5px 0px;
}

.result .first-row h1 {
  font-size: 210px;
  font-family: "BebusNeue-Regular";
  margin-top: -30px;
  color: #ee7e30;
}

.result .first-row img.line {
  height: 80%;
  margin-left: -10px;
}

.result .first-row .fs-20,
.result .second-row .fw-20 {
  color: white;
  font-size: 20px;
}

.result .first-row .fs-20 > .orange-subtext,
.result .second-row .fs-20 > .orange-subtext {
  color: #ee7e30;
  font-size: 40px;
  font-family: "BebusNeue-Regular";
}

.result .second-row {
  background-color: #26ff87;
}

.result .second-row .div-title {
  /* height: 90px; */
}

.result .second-row .div-title .annual-saving {
  color: #2d2d2d;
  font-size: 18px;
  font-family: "BebusNeue-Regular";
  position: relative;
  padding-bottom: 5px;
  display: inline-block;
}

.result .second-row .div-title .annual-saving::after {
  position: absolute;
  bottom: 0px;
  content: " ";
  width: 100%;
  background: #002347;
  height: 3px;
  left: 0%;
  right: 0%;
}

.result .third-row {
  background: #26ff87;
}

.result .third-row ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.result .third-row ul li {
  list-style: none;
}

.result .third-row ul li h1 {
  font-family: "BebusNeue-Regular";
}

.result .third-row ul li lottie-player {
  height: 150px;
  width: 100%;
  margin-top: -35px;
  margin-left: 0;
}

.result .third-row .d-flex p {
  margin: 0px 5px -10px 0px;
  font-family: "Lato-Heavy";
  color: #002347;
  text-align: end;
}

.result .third-row .d-flex h1 {
  font-size: 90px;
  font-family: "BebusNeue-Regular";
}

.result .third-row .d-flex lottie-player {
  width: 100%;
  position: absolute;
  top: -25px;
  left: 155px;
}

@media screen and (min-width: 1400px) {
  .calculator-form lottie-player {
    margin-top: -100px !important;
    margin-bottom: 30px;
  }

  .result .third-row .d-flex lottie-player {
    left: 215px;
  }
}

@media screen and (max-width: 768px) {
  .result .orange-hr {
    width: 85% !important;
  }

  .result .first-row lottie-player {
    width: 200px;
    margin-top: -15px;
    margin-left: -70px;
  }

  .result .first-row .kwh,
  .result .second-row .kwh {
    font-size: 15px;
    margin: 15px 0px 15px 0px;
  }

  .result .first-row h1 {
    font-size: 85px;
    margin-top: -30px;
    text-align: end;
  }

  .result .first-row .green-text,
  .result .second-row .green-text {
    text-align: center;
    display: grid;
    justify-content: space-around;
    font-size: 14px;
  }

  .result .first-row .fs-20 > .orange-subtext,
  .result .second-row .fs-20 > .orange-subtext {
    font-size: 30px;
  }

  .result .first-row .fs-20,
  .result .second-row .fw-20 {
    text-align: center;
    font-size: 15px;
  }

  .result .second-row .div-title .annual-saving {
    margin: 25px auto;
    width: auto;
  }

  .result .third-row {
    padding-top: 110px;
  }

  .result .third-row ul {
    grid-template-columns: repeat(1, 1fr);
  }

  .result .third-row ul li {
    margin-bottom: 35px;
  }

  .result .third-row ul li lottie-player {
    height: 130px;
    width: 100%;
    margin-top: -35px;
    margin-left: 0;
  }

  .result .third-row .d-flex h1 {
    font-size: 90px;
  }

  .result .third-row .d-flex lottie-player {
    top: -215px;
    left: -50px;
    width: 300px;
    height: 300px;
  }
}

/*---------------------------------
Select StyleSheet
----------------------------------*/

.select1 .dropdown-el,
.select2 .dropdown-el {
  position: relative;
  display: inline-block;
  overflow: hidden;
  cursor: pointer;
  white-space: nowrap;
  color: #fff;
  outline: none;
  border: 1px solid #002347;
  border-radius: 5px;
  background: transparent;
  font-family: "Lato-SemiBold";
  width: 100%;
  margin-top: 20px;
  height: 70px;
}

.select1 .dropdown-el input:focus + label,
.select2 .dropdown-el input:focus + label {
  background: #def;
}

.select1 .dropdown-el input,
.select2 .dropdown-el input {
  display: inline-block;
  position: absolute;
  opacity: 0.01;
}

.select1 .dropdown-el label,
.select2 .dropdown-el label {
  /* border-top: 1px solid #AEAEAE; */
  font-family: "Lato-SemiBold";
  display: block;
  line-height: 2em;
  cursor: pointer;
  position: relative;
  font-size: 14px;
  top: 0px;
  display: none;
}

.select1 .dropdown-el label.active,
.select2 .dropdown-el label.active {
  display: block;
  /* border-top: none; */
  position: relative;
  width: 100%;
  margin-top: 20px;
  padding-left: 20px;
  color: #002347;
  margin-bottom: 20px;
  font-family: "Lato-SemiBold";
}

.select1 .dropdown-el::after,
.select2 .dropdown-el::after {
  content: "";
  position: absolute;
  right: 30px;
  top: 30px;
  border: 0.3em solid #002347;
  border-color: #002347 transparent transparent transparent;
  transition: 0.4s all ease-in-out;
}

.select1 .dropdown-el.expanded,
.select2 .dropdown-el.expanded {
  /* border: 1px solid #002347; */
  background: #fff;
  border-radius: 0.25em;
  padding: 0;
  color: #4e4e4e;
  margin-top: 25px;
  padding: 20px 30px 15px 25px;
  position: absolute;
  width: 360px;
  top: 60px;
  height: auto;
  max-height: fit-content;
}

.select1 .dropdown-el.expanded .first-label,
.select2 .dropdown-el.expanded .first-label {
  margin-bottom: 8px !important;
  border-bottom: 0;
  font-family: "Lato-SemiBold";
}

.select1 .dropdown-el.expanded label,
.select2 .dropdown-el.expanded label {
  border-bottom: 1px solid #aeaeae;
  font-family: "Lato-Light";
  padding-left: 0px !important;
  margin-top: 0;
  margin-bottom: 0;
  display: block;
}

.select1 .dropdown-el.expanded label:hover,
.select2 .dropdown-el.expanded label:hover {
  color: #ee7e30;
}

.select1 .dropdown-el.expanded label.active,
.select2 .dropdown-el.expanded label.active {
  margin-top: 0;
  margin-bottom: 0;
}

.select1 .dropdown-el.expanded::after,
.select2 .dropdown-el.expanded::after {
  transform: rotate(-180deg);
  top: 25px;
  border-color: #002347 transparent transparent transparent !important;
}

.select1 .dropdown-el.selected::after,
.select2 .dropdown-el.selected::after {
  border: 0.3em solid #fff;
  border-color: #fff transparent transparent transparent;
}

.enquiry-animate-btn button.hide {
  position: inherit !important;
}

@media screen and (max-width: 768px) {
  .select1 .dropdown-el,
  .select2 .dropdown-el {
    max-height: 45px;
    margin-top: 10px;
  }

  .select1 .dropdown-el.expanded,
  .select2 .dropdown-el.expanded {
    position: relative;
    width: 100%;
    top: 0;
    margin-top: 10px;
  }

  .select1 .dropdown-el.expanded .first-label,
  .select2 .dropdown-el.expanded .first-label {
    margin-bottom: 0px !important;
  }

  .select1 .dropdown-el label,
  .select2 .dropdown-el label {
    font-size: 12px;
  }

  .select1 .dropdown-el label.active,
  .select2 .dropdown-el label.active {
    margin-top: 8px;
  }

  .select1 .dropdown-el::after,
  .select2 .dropdown-el::after {
    top: 18px;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1200px) {
  .select1 .dropdown-el.expanded,
  .select2 .dropdown-el.expanded {
    width: 240px;
  }
}

@media screen and (min-width: 1201px) and (max-width: 1399px) {
  .select1 .dropdown-el.expanded,
  .select2 .dropdown-el.expanded {
    width: 300px;
  }
}
