/* Home Page Styles Start */
/* for browser horizontal scroll on load*/
main.container {
  max-width: unset !important;
  padding: 0px !important;
}

header.header {
  height: 60%;
  background-image: url("/assets/bloomstack_website/images/home-page-banner.png");
  background-size: cover;
  background-repeat: no-repeat;
}

header .header-info {
  padding-top: 6rem;
  padding-bottom: 10rem;
}

header .header-info .learn_more {
  margin: 0;
  margin-top: 35px;
}

header .one_platform {
  text-align: center;
  padding-left: 12rem;
}

header .header-info h1 {
  font-weight: 300;
  font-size: 32px;
  line-height: 46px;
  color: #ffffff;
}

header .header-info .learn_more a {
  background: #FF6538 0% 0% no-repeat;
  border-radius: 17px;
  border: 3px solid #FF6538;
  font-weight: bold;
  font-size: 12px;
  line-height: 22px;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  padding: 7px 12px;
  margin: 0px 5px;
  display: inline-block;
}

header .header-info .learn_more a:hover {
  background-color: #fff;
  color: #FF6538;
}

header .header-info .typewriter-text {
  font-size: 32px;
  line-height: 46px;
  color: #30CE84;
}

/* .tablet-image img {
  position: absolute;
  max-width: 170%;
  left: -170px;
  top: 70px;
}*/

.tablet-image img {
  position: absolute;
  max-width: 150%;
  left: -170px;
  top: -190px;
}

#features-section {
  padding-top: 6.25rem;
  margin-bottom: 6.25rem;
}

#features-section .section-header h2 {
  font-weight: bold;
  font-size: 32px;
  line-height: 32px;
  color: #3E3E3E;
  text-align: center;
}

#features-section .section-header p {
  font-weight: bold;
  font-size: 24px;
  line-height: 29px;
  color: #3E3E3E;
  text-align: center;
  margin-top: 17px;
  margin-bottom: 2.5rem;
}

#features-section .feature p {
  font: normal normal bold 18px/22px 'Signika', sans-serif;
  font-size: 18px;
  line-height: 22px;
  font-weight: bold;
  text-align: center;
  color: #3E3E3E;
  text-transform: uppercase;
}

#features-section .feature p.feature-icon {
  height: 100px;
}

#features-section .feature p.feature-name {
  margin-bottom: 3.6875rem;
}

#radius {
  background-image: url('/assets/bloomstack_website/images/featurebanner.png')
}

#radius h2 {
  padding-top: 3.4375rem;
  max-width: 37.5rem;
  font-weight: bold;
  font-size: 32px;
  line-height: 39px;
  color: #30CE84;
  text-shadow: 0px 3px 6px #0000008C;
  margin-bottom: 2.1825rem;
}

#radius p {
  max-width: 53.125rem;
  padding-bottom: 3.4375rem;
  margin-bottom: 0;
  font: normal normal 300 24px/36px 'Signika', sans-serif;
  letter-spacing: 0px;
  color: #FFFFFF;
  text-shadow: 0px 3px 6px #000000;
}

#steps {
  background-color: #EBEBEB;
}

#steps h2 {
  padding-top: 4.0625rem;
  padding-bottom: 10px;
  text-align: center;
  font-weight: bold;
  font-size: 36px;
  line-height: 44px;
  color: #43444D;
}

#steps p {
  padding-bottom: 4.0625rem;
  text-align: center;
  font: normal normal 600 24px/30px 'Signika', sans-serif;
  color: #43444D;
}

#steps .container {
  padding-bottom: 6.25rem;
}

ul.timeline {
  position: relative;
  list-style-type: none;
  counter-reset: section;
  width: 65%;
  margin: 0 auto;
}

ul.timeline:before {
  content: " ";
  height: 100%;
  width: 3px;
  display: inline-block;
  position: absolute;
  z-index: 5;
  left: 34px;
  background: #489F71;
}

ul.timeline>li {
  padding-left: 20px;
  margin: 20px 0;
  font-weight: bold;
  font-size: 18px;
  line-height: 28px;
  color: #43444D;
}

ul.timeline>li:before {
  counter-increment: section;
  content: ""counter(section) " ";
  font: normal normal 300 18px/22px 'Signika', sans-serif;
  height: 30px;
  color: #fff;
  text-align: center;
  width: 30px;
  border: 3px solid #489F71;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  z-index: 5;
  left: 20px;
  background: #489F71;
}

/* Home Page Styles End */


@media screen and (max-width: 1500px) {
  .tablet-image img {
    max-width: 150%;
    left: -70px;
    top: -115px;
  }
}

@media screen and (max-width: 1350px) {
  .tablet-image img {
    max-width: 130%;
    left: 20px;
    top: -105px;
  }
}

@media screen and (max-width: 1200px) {
  .tablet-image img {
    max-width: 150%;
    left: -60px;
    top: -95px;
  }

  header .header-info .learn_more a {
    letter-spacing: 0.8px;
    padding: 7px 7px;
  }
}

@media screen and (max-width: 1100px) {
  .tablet-image img {
    max-width: 130%;
    left: 20px;
    top: -55px;
  }
}

@media screen and (max-width: 992px) {
  .tablet-image img {
    max-width: 70%;
    left: -75px;
    top: 137px;
    margin-top: 10px;
  }

  header .one_platform {
    text-align: right;
    padding-left: 0;
  }

  header .header-info .h1 {
    font-weight: 300;
    font-size: 32px;
    line-height: 36px;
    color: #ffffff;
  }

  header .header-info .learn_more a {
    letter-spacing: 1.8px;
    padding: 7px 12px;
  }

  .features-section .feature p.feature-name {
    margin-bottom: 1.6875rem;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .tablet-image img {
    max-width: 100%;
    left: 60px;
    top: 85px;
    margin-top: 10px;
  }

  header .one_platform {
    text-align: right;
    padding-left: 0;
  }
}

@media screen and (min-width: 300px) and (max-width: 767px) {
  .tablet-image img {
    max-width: 75%;
    left: 34px;
    top: 290px;
    margin-top: 19px;
  }

  header .one_platform {
    text-align: center;
    padding-left: 0;
  }

  header .header-info {
    padding-top: 2rem;
    padding-bottom: 9rem;
  }

  header .header-info .learn_more a {
    letter-spacing: 0.8px;
    padding: 2px 2px;
  }

}