@import url("https://fonts.googleapis.com/css2?family=Mulish:wght@400;500;600;700&display=swap");

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

body {
  font-family: "Mulish", sans-serif !important;
  letter-spacing: 1px;
  overflow-x: hidden;
  color: #ffffff;
}

input {
  color: #d6e4ff !important;
}

.theme-color {
  color: #78d2f9;
}
.theme-color-2 {
  color: #13256e;
}

.logo {
  max-width: 250px;
  width: 100%;
}

.fadeUp {
  opacity: 0;
  filter: blur(2px);
  transform: translateY(-10%);
  transition: ease-out 0.8s;
}

.show {
  opacity: 1;
  filter: blur(0);
  transform: translateX(0);
}

.phone-num {
  width: 250px;
  margin-top: -30px;
}

a {
  text-decoration: none;
}
.bi-header {
  background-color: transparent !important;
}
.bi-header a {
  color: #ffffff!important;
}
.bi-header .navbar-brand {
  font-size: 38px;
  font-weight: 300;
}
.bi-nav {
  width: 75%;
  justify-content: flex-end;
}

.bi-nav li {
  margin: 0 20px;
}

.bi-header-contact {
  width: 25%;
  justify-content: flex-end;
  gap: 20px;
}
.bi-nav li:nth-last-child(1) {
  margin-right: 0 !important;
}
.bi-header-contact a {
  color: #000;
  font-size: 14px;
  font-weight: 300;
  margin-top: 3px;
  transition: 0.3s;
}
.bi-nav li a {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 400;
  transition: 0.3s;
}
.bi-nav li a:hover {
  color: #36b2db !important;
}
.bi-header-contact a:hover {
  color: #36b2db !important;
}

.bi-section {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 100%;
  min-height: 100vh;
  color: #fff;
  background: center / cover no-repeat url("../images/thankyou-img.png") !important;
}

.hero-content {
  text-align: left;
}
.hero-content h5 {
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}

.hero-content h1 {
  font-size: 81px;
  letter-spacing: 3px;
  font-weight: 700;
  position: relative;
  margin-bottom: 20px;
}

.hero-content p {
  max-width: 830px;
  font-size: 19px;
  font-weight: 300;
}

.bi-hero-form {
  background: url("../images/hero-form-bg.png") no-repeat center;
  color: #000;
  max-width: 1300px;
  margin: auto;
  padding: 60px;
  border-radius: 15px;
  margin-top: -110px;
  background-size: cover;
  position: relative;
  z-index: 2;
}
.bi-hero-form .form-wrapper {
  align-items: flex-end;
  justify-content: center;
  color: #fff;
}

.bi-hero-form .form-wrapper label {
  font-size: 15px;
  font-weight: 200;
  margin-bottom: 10px;
}

.bi-hero-form .form-wrapper :is(input, select) {
  border-radius: 0;
  height: 60px;
  color: #8393a1;
  text-indent: 12px;
}

.bi-btn {
  width: 100%;
  height: 60px;
  background-color: #3caf5a;
  color: #fff;
  outline: none;
  border: navajowhite;
  text-transform: uppercase;
  transition: 0.3s;
  letter-spacing: 2px;
}

.bi-btn:hover {
  background-color: #3cd764;
  /*color: #000;*/
}
.top-intro {
  padding-left: 0 !important;
}
.bi-three-step {
  padding: 180px 0 110px;
  text-align: center;
  background: linear-gradient(180deg, rgb(251 254 255) 0%, rgba(223, 240, 253, 1) 70%) !important;
  margin-top: -104px;
  position: relative;
  overflow: hidden;
}
.bi-three-step:after {
  content: "";
  position: absolute;
  bottom: -50px;
  width: 100%;
  height: 130px;
  background: url("../images/graphic-bg.png") no-repeat right;
  background-size: cover;
}
section.bi-our-mission.about-us {
  padding: 60px 0;
}

.top-intro {
  max-width: 1000px;
  margin: auto;
  margin-bottom: 60px;
}

.top-intro h5 {
  margin-bottom: 0px;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: 500 !important;
  color: #4b8ca7;
}

.top-intro h2 {
  font-size: 66px;
  margin-bottom: 100px;
  position: relative;
}

.top-intro h2:before {
  content: "";
  position: absolute;
  bottom: -25px;
  width: 12%;
  margin: auto;
  left: 0;
  right: 0;
  height: 2px;
  background-color: #ff803b;
}
.top-intro p {
  font-size: 19px;
  line-height: 45px;
  color: #616588;
}
.steps-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  height: 300px;
  border-radius: 10px;
  position: relative;
}
.steps-wrapper h3 {
  font-size: 19px;
  margin-top: 30px;
  color: #39454f;
  letter-spacing: 2px;
}
.steps-wrapper span {
  position: absolute;
  right: 30px;
  top: 20px;
  font-size: 30px;
  color: #b0cadf;
  font-weight: 300;
}
.zip-code-section {
  padding-top: 90px;
  text-align: left;
  align-items: center;
  justify-content: center;
}

.zip-code-section h2 {
  line-height: 40px;
  font-size: 27px;
  color: #1f69a4;
  font-weight: 400;
}

.zip-code-section .col-6 {
  padding: 0 !important;
  margin: 0;
}

.zip-code-section input {
  height: 60px;
  border: none;
  outline: none;
  box-shadow: none !important;
  border-radius: 0;
  text-indent: 15px;
}
.zip-code-section .bi-btn {
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 2px;
}

.bi-why-choose {
  position: relative;
  background-color: #1e3288;
  padding: 100px 0;
}
.bi-why-choose:before {
  content: "";
  position: absolute;
  top: 0;
  background: url("../images/why-choose-bg.png") no-repeat top;
  background-size: cover;
  width: 100%;
  height: 100%;
  opacity: 1;
}
.bi-why-choose .row {
  align-items: center;
  position: relative;
}
.bi-why-choose :is(h2, h5, p) {
  color: #fff !important;
}
.bi-why-choose .top-intro h2:before {
  left: 0;
  right: unset;
  width: 20%;
}

.bi-why-choose p {
  font-weight: 300;
  line-height: 28px;
}
.why-choose-info {
  padding: 20px 90px 20px 0px;
  color: #fff;
  position: relative;
}
.why-choose-info:before {
  content: "";
  position: absolute;
  left: -15%;
  height: 100%;
  width: 1px;
  background-color: #ffffff14;
}
.row .col-12:nth-child(1) .why-choose-info:before {
  content: unset !important;
}
.why-choose-info img {
  margin-bottom: 20px;
}

.why-choose-info h4 {
  margin-bottom: 30px;
  font-size: 22px;
  font-weight: 300;
}

.why-choose-info a {
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 300;
  letter-spacing: 2px;
  transition: 0.3s;
}

.why-choose-info a span {
  margin-left: 15px;
  padding: 0px 10px 0;
  transition: 0.3s;
  background: url(../images/arrow.png) no-repeat center !important;
  background-size: contain !important;
}

.why-choose-info a:hover span {
  margin-left: 25px;
}

.bi-reviews-section {
  padding: 100px 0px;
  text-align: center;
  background: linear-gradient(180deg, rgb(251 254 255) 0%, rgba(223, 240, 253, 1) 70%);
}

.review-box {
  height: 360px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: baseline;
  text-align: left;
  position: relative;
  padding: 40px;
}

.review-box.img-only {
  padding: 0;
}

.review-box.img-only img {
  width: 100%;
  position: relative;
  right: 0;
  top: 0;
}

.review-box img {
  position: absolute;
  top: 40px;
  right: 40px;
}

.review-box p {
  font-size: 17px;
  line-height: 30px;
  color: #576d80;
  font-weight: 500;
  padding-right: 50px;
  margin-top: 50px;
  margin-bottom: 40px;
}

.review-box h6 {
  color: #266ea7;
  font-size: 18px;
}

.bi-our-mission {
  overflow: hidden;
  background: linear-gradient(180deg, rgb(251 254 255) 0%, rgba(223, 240, 253, 1) 70%);
}
.bi-our-mission .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
.bi-our-mission img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  background: linear-gradient(180deg, rgba(223, 240, 253, 1) 0%, rgba(229, 246, 252, 1) 70%);
}

.bi-our-mission .col-12 {
  padding-right: 0;
}
.mission-content {
  padding: 160px 270px 160px 80px !important;
  background: url("../images/our-mission-bg.png") no-repeat right;
  background-size: cover;
}
.mission-content .top-intro :is(h2, p) {
  color: #fff;
}
.mission-content .top-intro h5 {
  font-weight: 900;
  color: #266ea7;
  margin-bottom: 10px;
}
.mission-content .top-intro p {
  font-size: 19px;
  font-weight: 400;
  margin-bottom: 50px;
  line-height: 35px;
}
.mission-content .bi-btn {
  width: 280px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.mission-content .top-intro h2:before {
  margin: 0;
  left: 0;
}

.bi-before-footer {
  padding: 80px 0;
  background: linear-gradient(180deg, rgb(251 254 255) 0%, rgba(223, 240, 253, 1) 70%);
}
.bi-before-footer .img-wrapper img {
  width: 100%;
}
.inner-page .bi-our-mission img {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.bi-before-footer .top-intro {
  text-align: center;
  padding: 0 140px !important;
}
.bi-before-footer .top-intro h2:before {
  width: 20%;
}
.bi-before-footer .top-intro p {
  font-size: 17px;
  line-height: 31px;
  font-weight: 500;
}
.top-intro .row .col-12 {
  padding: 0 !important;
}
.top-intro .row {
  align-items: center;
  margin-top: 40px;
}
.top-intro .row input {
  height: 60px;
  border-radius: 0;
  box-shadow: none;
  text-indent: 15px;
}
.bi-before-footer .bottom {
  align-self: flex-end;
}

.bi-footer {
    background-color: white;
}
.bi-footer-st {
  height: 160px;
  align-items: center;
}

.bi-footer-st .footer-title a {
  font-size: 34px;
  font-weight: 300;
  color: #fff;
}
.bi-footer-links {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  position: relative;
}

.bi-footer-links p {
  margin: 0;
  color: #fff;
  font-weight: 300;
}

.bi-footer-links:before {
  content: "";
  position: absolute;
  left: 0;
  width: 1px;
  height: 120px;
  background-color: #fff;
  opacity: 0.1;
}
.bi-bottom-footer {
  border-top: 1px solid rgba(255, 255, 255, 0.11);
}
.bi-bottom-footer .d-flex {
  justify-content: space-between;
}

.bi-bottom-footer .d-flex ul {
  display: flex;
  list-style: none;
  justify-content: flex-start;
  padding: 0;
  margin: 0;
  gap: 30px;
}
.bi-bottom-footer .d-flex ul li {
  font-size: 12px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 300;
  letter-spacing: 1px;
}
.bi-bottom-footer .d-flex span {
  font-size: 13px;
  color: #fff;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 1.2px;
}

.bi-bottom-footer .d-flex span a {
  font-weight: 500;
}

/* About Us */
.bi-section.inner-page {
  background: url("../images/about-us/hero.jpg") no-repeat center !important;
  background-size: cover !important;
  height: 590px !important;
  padding-top: 100px !important;
}
.bi-our-mission.about-us .col-12 {
  padding: 20px !important;
}
.about-us .mission-content {
  padding: 0 !important;
  background: unset !important;
  padding-left: 60px !important;
}
.about-us .top-intro h2 {
  color: #39454f !important;
}
.about-us .future-content {
  align-items: center !important;
}
.about-us .top-intro p {
  color: #616588 !important;
}
.bi-no-utility-bills {
  padding: 150px 0 !important;
  text-align: center !important;
  background: url("../images/about-us/no-bills-bg.jpg") no-repeat center !important;
  background-size: cover !important;
}
.bi-no-utility-bills .top-intro h2 {
  color: #fff !important;
}

.bi-no-utility-bills .top-intro p {
  color: #fff !important;
  line-height: 35px !important;
  font-weight: 300 !important;
}
.bi-three-step.vision-future {
  padding: 120px 0 !important;
}

.bi-three-step.vision-future:after {
  content: unset !important;
}
.steps-wrapper p {
  padding: 0 40px !important;
  font-size: 16px !important;
  line-height: 28px !important;
  margin-top: 10px !important;
}

.bi-three-step.vision-future .steps-wrapper {
  height: auto !important;
  padding: 40px 0 !important;
}

.bi-three-step.vision-future .steps-wrapper img {
  height: 110px !important;
  width: 126px !important;
  object-fit: contain !important;
}
.steps-wrapper h3 {
  color: #0573a1 !important;
}
.bi-simple-strategy {
  padding: 120px 0 !important;
  text-align: center !important;
  background-color: #1e3288 !important;
}
.bi-simple-strategy .steps-wrapper {
  padding: 0 !important;
  height: unset !important;
  max-width: 440px !important;
  border-radius: 0 !important;
}

.bi-simple-strategy .steps-wrapper img {
  width: 100% !important;
}

.bi-simple-strategy .steps-wrapper p {
  padding: 0px 30px 10px !important;
}
.bi-simple-strategy .top-intro h2 {
  color: #fff !important;
}

.bi-simple-strategy .top-intro p {
  color: #fff !important;
}

.bi-simple-strategy .top-intro {
  margin-bottom: 100px !important;
}
.bi-simple-strategy .steps-wrapper h3 {
  color: #3caf5a !important;
  font-weight: 600 !important;
}
.bi-heading {
  color: #fff !important;
  font-size: 48px !important;
  text-transform: uppercase !important;
  font-weight: 300 !important;
  letter-spacing: 5px !important;
  text-align: left !important;
  padding-left: 60px !important;
  padding-top: 20px !important;
}
.icon-list {
  background-color: #3caf5a !important;
  padding: 18px 0px !important;
  border-radius: 50% !important;
  position: relative !important;
}

.icon-list:after {
  content: "" !important;
  position: absolute !important;
  top: 80px !important;
  margin: auto !important;
  left: 0 !important;
  right: 0 !important;
  width: 2px !important;
  height: 400px !important;
  background-color: #3caf5a !important;
}
.bi-simple-strategy .steps-wrapper.second {
  margin-left: auto !important;
  margin-top: -70px !important;
}
.bi-heading.second {
  margin-top: 50px !important;
  text-align: right !important;
  padding-left: 0 !important;
  padding-right: 80px !important;
}
.icon-list.last {
  margin-top: 165px !important;
}

.icon-list.last::after {
  content: unset !important;
}
.icon-list.two {
  margin-top: 80px !important;
}

.icon-list.two::after {
  height: 350px !important;
}
.bi-heading.third {
  padding-top: 175px !important;
}
.bi-section.inner-page.text-start h1::before {
  left: 0 !important;
  margin: unset !important;
}
.bi-breadcrumb p {
  margin-bottom: 0 !important;
  padding: 40px 0 !important;
  border-bottom: solid 1px #e0e0e0 !important;
  font-size: 18px !important;
  color: #616588 !important;
}

.bi-breadcrumb p span {
  margin: 0 15px !important;
}

.bi-breadcrumb {
  background-color: transparent !important;
}
.bi-our-mission.about-us.solar .mission-content {
  padding-left: 0 !important;
  padding-right: 50px !important;
  padding-left: 20px !important;
}
.bi-section.inner-page.text-start.solar {
  background-image: url("../images/solar/hero.jpg") !important;
}
section.bi-our-mission.about-us.solar {
  padding: 0px 0 20px !important;
  background-color: #ededed !important;
}
section.bi-reviews-section.solar {
  background-color: #fafafa !important;
}
section.bi-reviews-section.solar .review-box img {
  width: 100% !important;
  position: relative !important;
  top: unset !important;
  right: unset !important;
  height: 460px !important;
}

section.bi-reviews-section.solar .review-box {
  height: auto !important;
  padding: 0 !important;
}
section.bi-reviews-section.solar.second {
  background-color: #ededed !important;
}
.top-intro .highlight {
  padding: 85px 200px !important;
  box-shadow: 0px 10px 20px #b1b1b1 !important;
  background-color: #f8f8f8 !important;
  border-radius: 10px !important;
  font-size: 24px !important;
  font-weight: 200 !important;
  color: #000 !important;
  position: relative !important;
}
.top-intro .highlight::before {
  content: url("../images/solar/hightlight.png") !important;
  position: absolute !important;
  top: 40px !important;
  right: 40px !important;
}

.bi-simple-strategy.cost-saving .three-img img {
  height: 450px !important;
  width: 100% !important;
}
.bi-hero-form.contact {
  background: #fff !important;
  box-shadow: 0 0 10px #cdcdcd !important;
}
.bi-hero-form.contact .form-wrapper {
  align-items: stretch !important;
}
.bi-hero-form.contact .top-intro h2:before {
  left: 0 !important;
  margin: unset !important;
}
.bi-hero-form.contact .contact-form {
  padding: 60px !important;
  color: #000 !important;
  background-color: #deedf9;
  border-radius: 0px 15px 15px 0px;
}
.bi-hero-form.contact .contact-form label {
  font-weight: 600 !important;
  margin-top: 25px !important;
  text-transform: uppercase !important;
}
.bi-hero-form.contact .contact-form .bi-btn {
  margin-top: 20px !important;
  max-width: 300px !important;
}
.bi-hero-form.contact .form-wrapper .top-intro.small h2 {
  font-size: 27px !important;
  margin-top: 30px !important;
  text-align: center !important;
}

.bi-hero-form.contact .form-wrapper .top-intro.small h2:before {
  left: 0 !important;
  right: 0 !important;
  margin: auto !important;
}
.bi-hero-form.contact .form-wrapper .top-intro.small {
  text-align: center !important;
  /*margin-bottom: 50px !important;*/
}
.contact .col-12.order-2,
.contact .col-12.order-1 {
  padding: 100px 50px 40px !important;
}
.bi-hero-form.contact .form-wrapper .top-intro.small h5 {
  margin-bottom: 15px !important;
}

.bi-hero-form.contact .form-wrapper .top-intro.small p {
  font-size: 16px !important;
  line-height: 25px !important;
}

.bi-hero-form.contact .form-wrapper .top-intro.small a {
  text-transform: uppercase !important;
  text-decoration: underline !important;
}
.contact.bi-before-footer {
  padding: 800px 0 80px !important;
  background-color: #ededed !important;
  margin-top: -700px !important;
}
.bi-utility-bill {
  background-color: #132253;
  min-height: 100vh !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
}
.bi-utility-bill header {
  position: absolute !important;
  top: 0 !important;
  left: 0;
  width: 100% !important;
}
.bi-utility-bill .bi-header .container {
  gap: 12px;
  align-items: flex-start !important;
}

.bi-utility-bill .bi-header {
  padding-top: 50px !important;
  color: #fff !important;
}

.bi-utility-bill .bi-header ul {
  list-style: none !important;
  font-size: 11px !important;
  font-weight: 300 !important;
}

.bi-utility-bill .bi-header ul li {
  margin: 2px 0 !important;
}
.bi-utility-bill-section .top-intro h2 {
  font-size: 50px !important;
}
.bi-utility-bill-section .d-flex {
  align-items: center !important;
  margin-top: 70px !important;
}
.bi-utility-bill-section .d-flex button {
  margin-right: 50px !important;
  background-color: #ff7224;
  width: 300px !important;
  text-transform: uppercase !important;
  border-radius: 100vw;
}
.bi-utility-bill-section .d-flex button:hover {
  background-color: #f84d1f;
}
.bi-utility-bill-section .d-flex a {
  /* width: 100% !important; */
  color: #4b8ca7 !important;
}
.bi-utility-bill-section .top-intro h2::before {
  left: 0 !important;
  margin: unset !important;
}
.irs--flat .irs-bar {
  background-color: #ff5c01 !important;
}

.irs--flat .irs-min,
.irs--flat .irs-max {
  top: unset !important;
  bottom: -75px !important;
  font-size: 20px !important;
  background-color: transparent !important;
  color: #4b8ca7 !important;
}
.irs--flat .irs-handle i {
  display: none !important;
}
.irs--flat .irs-handle {
  top: 17px !important;
  width: 25px !important;
  height: 25px !important;
  background: url("../images/utility-bills/slider-icon.png") no-repeat center !important;
  background-size: contain !important;
}
.irs--flat .irs-from,
.irs--flat .irs-to,
.irs--flat .irs-single {
  background-color: transparent !important;
  font-size: 20px !important;
  top: 55px !important;
  color: #438aa7 !important;
}
.provider-box {
  max-width: 280px !important;
  height: 230px !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  border: 2px solid #ff5c01 !important;
  border-radius: 50px ;
  text-align: center !important;
  cursor: pointer !important;
  transition: 0.3s !important;
  margin-right: 50px;
}

.provider-box:hover {
  background-color: #fc5b02;
}
.provider-box h3 {
  font-size: 20px !important;
  font-weight: 300 !important;
  margin:0
}
.bi-utility-bill-section .d-flex .goback {
  width: 130px !important;
  text-transform: uppercase !important;
}
.bi-before-footer .img-wrapper {
  position: relative !important;
}

.bi-before-footer .img-wrapper:before {
  content: "" !important;
  position: absolute !important;
  bottom: -125px !important;
  right: 0 !important;
  background: url("../images/solar-panel-bg-1.png") no-repeat center !important;
  background-size: contain !important;
  width: 150px !important;
  height: 90px !important;
}
.bi-before-footer .img-wrapper.last:before {
  background: url("../images/solar-panel-bg-2.png") no-repeat center !important;
  width: 90px !important;
  height: 150px !important;
  top: -165px !important;
}
.content-inner .top-intro {
  max-width: unset !important;
}

.top-intro {
  max-width: unset !important;
  /* padding-top: 120px !important; */
}
.bi-radios div {
  display: flex !important;
  justify-content: flex-start !important;
  gap: 10px !important;
  margin-bottom: -10px;
}
.bi-utility-bill-section input.form-control {
  background-color: transparent;
  border: none;
  border-bottom: 2px solid #ffffff;
  box-shadow: none;
  font-size: 20px;
}

.bi-utility-bill-section input.form-control:focus {
  color: #fff;
  border-bottom: 2px solid #3caf5a;
}
.provider-box.active {
  background-color: #fc5b02;
}
.bi-utility-bill-section input.form-control.address {
  text-indent: 50px;
}
.address {
  position: relative;
}

.address:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 40px;
  width: 40px;
  z-index: 999;
  background: url("https://ask-solar.com/s/v2/img/location.png") no-repeat bottom;
}
.bi-utility-bill-section input.form-control::placeholder {
  color: #7590af;
}
.bi-hero-form.contact .container {
  padding: 0 !important;
  margin: 0 !important;
  max-width: 100% !important;
}

.header-phone {
  display: flex;
  gap: 30px;
  align-items: center;
}
.header-phone .ripple-effect {
  width: 40px;
  height: 40px;
  border-radius: 100px;
  position: relative;
}

.header-phone div {
  display: flex;
  flex-direction: column;
}

.header-phone div span {
  font-size: 16px;
}

@media (max-width: 550px) {
  .header-phone div:not(.ripple-effect) {
    display: none;
  }
}
.header-phone .ripple-effect:before {
  content: "";
  position: absolute;
  border: 1px solid #ff5c01;
  inset: 0;
  border-radius: 50%;
  animation: animate 2s linear infinite;
  z-index: 10;
}
.header-phone .ripple-effect:after {
  content: "";
  position: absolute;
  border: 1px solid #ff5c01;
  inset: 0;
  border-radius: 50%;
  animation: animate 2s 1s linear infinite;
  z-index: 10;
}
@keyframes animate {
  100% {
    transform: scale(2);
    opacity: 0;
  }
}
.irs--flat .irs-from:before,
.irs--flat .irs-to:before,
.irs--flat .irs-single:before {
  border-top-color: #ff5c01 !important;
}

.checkbox-container .form-check-input:checked {
  background-color: #ff803b;
  border: none;
}
.checkbox-container .form-check-input:focus {
  border: none !important;
  box-shadow: none;
}

.checkbox-container .form-check-input {
  width: 1.2em;
  height: 1.2em;
  margin-right: 15px;
}
