body,
html {
  height: 100%;
}

.logo-site {
  width: 200px;
}

.feature {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 3rem;
  width: 3rem;
  font-size: 1.5rem;
  background: #007e49 !important;
}

.bg-featured-blog {
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 15rem;
}

.bg-primary {
  background-color: #007e49 !important;
}

.btn-primary {
  background-color: #007e49 !important;
  border: #007e49 !important;
}

.btn-primary:hover,
.btn-primary:focus {
  background-color: #006a3e !important;
  border: #007e49 !important;
}

.navbar {
  background-color: #fff;
  border-bottom: 3px solid #007e49 !important;
}

.navbar .nav-link {
  font-weight: 700;
}

.navbar-height-shrink {
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}

.navbar-height-shrink .logo-site {
  width: 145px;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.navbar-height-shrink .nav-link {
  font-size: 14px;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

@media (max-width: 768px) {
  .logo-site {
    width: 145px;
  }
  .navbar-height-shrink .logo-site {
    width: 145px;
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
  }
  .navbar-height-shrink .nav-link {
    font-size: 16px;
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
  }
}

.header-banner {
  background: url("https://images.unsplash.com/photo-1505845664900-f883fde76fb0?ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&ixlib=rb-1.2.1&auto=format&fit=crop&w=2070&q=80") center center/cover no-repeat;
}

.header-banner .overlay {
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
}

.header-banner .overlay .lead {
  color: rgba(250, 250, 250, 0.8);
}

#testimonialCarousel {
  background: #f8f9fa;
  padding: 5rem 0;
}

#testimonialCarousel .skim {
  width: 650px;
  margin: 35px auto;
  text-shadow: 0 10px 15px rgba(0, 0, 0, 0.3);
}

@media (max-width: 500px) {
  #testimonialCarousel .skim {
    width: 95%;
  }
}

@media (min-width: 1000px) {
  .bsull-img {
    width: 40%;
  }
}

.phone-hover:hover {
  background: #006a3e !important;
}

.phone-link {
  text-decoration: none;
  color: #fff;
}

.phone-link:hover,
.phone-link:focus,
.phone-link:visited {
  text-decoration: none;
  color: #fff;
}

.dropdown-menu .dropdown-item {
  color: #007e49;
}

.dropdown-menu .active {
  background: #007e49;
  color: #fff;
}

.dropdown-menu .dropdown-item:active {
  background: #007e49 !important;
  color: #fff;
}

.banyan-img-container {
  border-radius: 25px;
  -webkit-box-shadow: 0 0 15px rgba(220, 220, 220, 0.769);
          box-shadow: 0 0 15px rgba(220, 220, 220, 0.769);
}

.banyan-img-container .banyan-img {
  border-radius: 5px;
}

body {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
  margin: 0;
  background: #fff;
  font-family: "Anton", sans-serif;
}

.counter-container {
  width: 100%;
  background: #f8f9fa;
  padding: 1rem 0;
}

.counter-container .coverage-plans-btn {
  font-size: 1.5rem;
}

.counter {
  margin: 0rem auto 0 auto;
  font-size: 7rem;
  color: #007e49;
  text-align: center;
}

.counter .annual {
  font-size: 3.5rem;
  font-weight: bold;
  margin-bottom: 0;
}

.digits {
  text-shadow: 2px 2px 15px rgba(250, 250, 250, 0.9);
  letter-spacing: 0.5rem;
}

.time-measurement {
  font-size: 2rem;
  position: relative;
  top: -3rem;
  margin-bottom: 0;
}

.d {
  color: #007e49;
  text-shadow: 2px 2px 15px #007e4955;
}

.h {
  color: #007e49;
  text-shadow: 2px 2px 15px #007e4955;
}

.m {
  color: #007e49;
  text-shadow: 2px 2px 15px #007e4955;
}

.s {
  color: #007e49;
  text-shadow: 2px 2px 15px #007e4955;
}

.days {
  position: relative;
  left: -3.5rem;
  color: #007e49;
}

.hrs {
  position: relative;
  left: -2rem;
  color: #007e49;
}

.min {
  color: #007e49;
}

.sec {
  position: relative;
  right: -2.5rem;
  color: #007e49;
}

.unit {
  margin: 0 2rem;
}

@media (max-width: 684px) {
  .counter {
    font-size: 3rem;
  }
  .counter .annual {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 0;
  }
  .time-measurement {
    font-size: 2rem;
    position: relative;
    top: -2rem;
  }
  .unit {
    margin: 0 0.5rem;
    letter-spacing: 0.1rem;
  }
  .days {
    position: relative;
    left: 0rem;
  }
  .hrs {
    position: relative;
    left: 0rem;
  }
  .sec {
    position: relative;
    right: 0rem;
  }
}

@media (max-width: 330px) {
  .counter {
    font-size: 2.5rem;
  }
  .time-measurement {
    font-size: 1.5rem;
    position: relative;
    top: -2rem;
  }
  .unit {
    margin: 0 0.5rem;
    letter-spacing: 0.1rem;
  }
  .days {
    position: relative;
    left: 0rem;
  }
  .hrs {
    position: relative;
    left: 0rem;
  }
  .sec {
    position: relative;
    right: 0rem;
  }
}

.page-load-container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 0;
  position: fixed;
  top: 0;
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
  width: 100%;
  z-index: 5000;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.page-load-container .sprk-logo {
  width: 15rem;
}

@media (max-width: 439px) {
  .page-load-container {
    -webkit-box-align: inherit;
        -ms-flex-align: inherit;
            align-items: inherit;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100vh;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    left: 0;
    position: fixed;
    top: 0;
    -webkit-transition: opacity 0.3s linear;
    transition: opacity 0.3s linear;
    width: 100%;
    z-index: 5000;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .page-load-container .sprk-logo {
    width: 15rem;
  }
}

.hide-loader {
  display: none;
}
/*# sourceMappingURL=styles.css.map */