@charset "UTF-8";
.wrapper {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: space-between;
  padding: 60px 20px;
  max-width: 1140px;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}

section {
  padding: 0 !important;
}

.banner-wrapper {
  background: url(/wp-content/themes/understrap-child/images/stock-checker-app/banner-bg.png) no-repeat bottom center;
  height: 100%;
  width: 100%;
}
.banner-wrapper .wrapper .banner-text {
  max-width: 50%;
  display: flex;
  flex-direction: column;
  width: 500px;
}
.banner-wrapper .wrapper .banner-text h1 {
  color: #fff;
  margin-bottom: 20px;
  font-size: clamp(1.5rem, 4vw, 45px) !important;
}
.banner-wrapper .wrapper .banner-text p {
  color: #fff;
  margin: 30px 0 70px;
  text-transform: capitalize;
}
.banner-wrapper .wrapper .banner-text img {
  max-width: 260px;
  width: 100%;
  align-self: start;
}
@media only screen and (max-width: 600px) {
  .banner-wrapper .wrapper .banner-text {
    max-width: 100%;
    width: 100%;
    text-align: center;
    justify-content: center;
  }
  .banner-wrapper .wrapper .banner-text img {
    align-self: auto;
  }
}
.banner-wrapper .wrapper .banner-img {
  width: calc(100% - 500px);
}
@media only screen and (max-width: 768px) {
  .banner-wrapper .wrapper .banner-img {
    width: calc(100% - 365px);
  }
}
@media only screen and (max-width: 600px) {
  .banner-wrapper .wrapper .banner-img {
    display: none;
  }
}
@media only screen and (max-width: 1024px) {
  .banner-wrapper {
    background: #0050EB;
  }
}

section.mid1-section .wrapper {
  justify-content: space-evenly;
  padding: 0 20px;
}
section.mid1-section .wrapper .mid1-text h2 {
  font-size: clamp(1.5rem, 4vw, 38px) !important;
  color: #030359;
}
section.mid1-section .wrapper .mid1-text h3 {
  margin: 18px 0 30px;
  font-weight: 600 !important;
  font-size: 21px !important;
  line-height: 31px;
}
section.mid1-section .wrapper .mid1-text h3 span {
  font-weight: 400 !important;
  display: block;
}
section.mid1-section .wrapper .mid1-text ul {
  padding-left: 15px;
}
section.mid1-section .wrapper .mid1-text ul li {
  position: relative;
  padding-left: 35px;
  margin-bottom: 10px;
  list-style: none;
  font-size: 19px !important;
}
section.mid1-section .wrapper .mid1-text ul li::before {
  content: "✔";
  color: rgb(255, 255, 255);
  position: absolute;
  top: 3px;
  left: 0px;
  font-size: 12px;
  background: #4249D7;
  border-radius: 50px;
  padding: 2px 6px;
}
@media only screen and (max-width: 1024px) {
  section.mid1-section .wrapper {
    padding: 60px 20px;
  }
  section.mid1-section .wrapper .mid1-img {
    width: calc(100% - 554px);
  }
}
@media only screen and (max-width: 600px) {
  section.mid1-section .wrapper .mid1-img {
    display: none;
  }
}

section.mid2-section {
  background: url(/wp-content/themes/understrap-child/images/stock-checker-app/mid1-bg.png) no-repeat center top;
  padding-top: 106px !important;
}
section.mid2-section .wrapper {
  justify-content: space-evenly;
  padding: 0;
}
section.mid2-section .wrapper .mid2-text h2 {
  font-size: clamp(1.5rem, 4vw, 38px) !important;
  color: #fff;
  margin-bottom: 30px;
}
section.mid2-section .wrapper .mid2-text ul {
  padding-left: 15px;
}
section.mid2-section .wrapper .mid2-text ul li {
  position: relative;
  padding-left: 35px;
  margin-bottom: 10px;
  list-style: none;
  color: #fff;
  font-size: 19px !important;
}
section.mid2-section .wrapper .mid2-text ul li::before {
  content: "✔";
  color: rgb(255, 255, 255);
  position: absolute;
  top: 3px;
  left: 0px;
  font-size: 12px;
  background: #0DD9F6;
  border-radius: 50px;
  padding: 2px 6px;
}
section.mid2-section .wrapper .mid2-img {
  width: calc(100% - 655px);
}
@media only screen and (max-width: 1024px) {
  section.mid2-section {
    background: #0050EB;
    padding: 60px 20px !important;
  }
}
@media only screen and (max-width: 768px) {
  section.mid2-section {
    padding: 60px 20px !important;
  }
  section.mid2-section .mid2-text {
    width: 100%;
  }
  section.mid2-section .mid2-img {
    display: none;
  }
}

section.mid3-section {
  background-color: #E0EAFD;
}
section.mid3-section .wrapper {
  flex-direction: column;
  text-align: center;
  padding: 8rem 0;
}
section.mid3-section .wrapper h2 {
  font-size: clamp(1.5rem, 4vw, 38px) !important;
  color: #030359;
}
section.mid3-section .wrapper p {
  font-size: 19px !important;
  margin: 15px 0;
}
section.mid3-section .wrapper ul {
  display: flex;
  flex-flow: row wrap;
  gap: 3rem;
  margin: 0;
  padding: 0;
  justify-content: center;
}
section.mid3-section .wrapper ul li {
  list-style: none;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  width: 100%;
  max-width: 230px;
  height: 100%;
  text-align: center;
  padding: 20px;
  min-height: 216px;
}
section.mid3-section .wrapper ul li img {
  max-width: 80px;
  width: 100%;
  margin-bottom: 15px;
}
section.mid3-section .wrapper ul li h3 {
  margin: 18px 0 30px;
  font-weight: 400 !important;
  font-size: 19px !important;
  line-height: 25px;
  color: #030359;
  margin: 0;
}
section.mid3-section .wrapper ul li h3 span {
  color: #958c8c;
  display: block;
}
section.mid3-section .wrapper .mid3-top {
  width: 100%;
}
section.mid3-section .wrapper .mid3-top ul {
  margin: 4rem 0 2rem;
}
section.mid3-section .wrapper .mid3-bottom {
  width: 100%;
  margin-top: 6rem;
}
section.mid3-section .wrapper .mid3-bottom h2 {
  margin-bottom: 3rem;
}
@media only screen and (max-width: 1024px) {
  section.mid3-section .wrapper {
    padding: 60px 20px;
  }
}

section.mid4-section {
  background: url(/wp-content/themes/understrap-child/images/stock-checker-app/mid4-bg.png) no-repeat center bottom 93%;
  background-size: cover;
}
section.mid4-section .wrapper {
  flex-direction: column;
  padding: 6rem 0;
}
section.mid4-section .wrapper h2 {
  color: #fff;
  font-size: clamp(1.5rem, 4vw, 38px) !important;
  margin-bottom: 6rem;
}
section.mid4-section .wrapper .card-holder {
  flex-direction: column;
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  section.mid4-section .wrapper {
    padding: 60px 20px;
  }
  section.mid4-section .wrapper h2 {
    margin-bottom: 40px;
  }
}
section.mid4-section [class^=card-] {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
section.mid4-section [class^=card-] .cards {
  background: #fff;
  border-radius: 30px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  width: 29%;
  padding: 20px;
  text-align: left;
  margin-bottom: 5rem;
}
section.mid4-section [class^=card-] .cards img {
  max-width: 100px;
  margin: 0 auto 20px;
  display: block;
}
section.mid4-section [class^=card-] .cards h3 {
  font-weight: 700 !important;
  font-size: 19px !important;
  line-height: 25px;
  margin: 0 0 15px;
}
section.mid4-section [class^=card-] .cards h3 h3::before {
  counter-increment: section -1;
  content: "Section " counter(section) ": ";
}
section.mid4-section [class^=card-] .cards h3 span.step-number {
  font-size: 15px;
  color: #fff;
  background: #4249D7;
  padding: 1px 7px;
  border-radius: 50px;
}
section.mid4-section [class^=card-] .cards p {
  font-size: 19px !important;
  margin: 0 0 10px;
}
section.mid4-section [class^=card-] .cards ul {
  padding-left: 21px;
}
section.mid4-section [class^=card-] .cards ul li {
  font-size: 19px;
}
@media only screen and (max-width: 1024px) {
  section.mid4-section [class^=card-] {
    flex-wrap: wrap;
    justify-content: space-around;
  }
  section.mid4-section [class^=card-] .cards {
    width: 48%;
    text-align: center;
    margin-bottom: 40px;
  }
  section.mid4-section [class^=card-] .cards ul {
    padding-left: 0;
  }
  section.mid4-section [class^=card-] .cards ul li {
    list-style: none;
  }
}
@media only screen and (max-width: 600px) {
  section.mid4-section [class^=card-] {
    flex-direction: column;
  }
  section.mid4-section [class^=card-] .cards {
    max-width: 300px;
    width: 100%;
  }
}

section.mid5-section .wrapper {
  justify-content: space-evenly;
  flex-direction: row;
  padding: 8rem 0;
}
section.mid5-section .wrapper .mid5-img {
  width: calc(100% - 457px);
}
@media only screen and (max-width: 600px) {
  section.mid5-section .wrapper .mid5-img {
    display: none;
  }
}
section.mid5-section .wrapper .mid5-text h2 {
  font-size: clamp(1.5rem, 4vw, 38px) !important;
  color: #030359;
  margin-bottom: 20px;
}
section.mid5-section .wrapper .mid5-text ul {
  padding-left: 15px;
}
section.mid5-section .wrapper .mid5-text ul li {
  position: relative;
  padding-left: 35px;
  margin-bottom: 10px;
  list-style: none;
  font-size: 19px !important;
}
section.mid5-section .wrapper .mid5-text ul li::before {
  content: "✔";
  color: rgb(255, 255, 255);
  position: absolute;
  top: 3px;
  left: 0px;
  font-size: 12px;
  background: #4249D7;
  border-radius: 50px;
  padding: 2px 6px;
}
@media only screen and (max-width: 1024px) {
  section.mid5-section .wrapper {
    padding: 60px 20px;
  }
}

section.mid6-section {
  background: url(/wp-content/themes/understrap-child/images/stock-checker-app/mid4-bg.png) no-repeat center bottom 93%;
}
section.mid6-section .wrapper {
  padding: 8rem 0;
  position: relative;
  display: flow-root;
}
section.mid6-section .wrapper .faq-img {
  position: absolute;
  left: -391px;
  bottom: 0;
  width: calc(100% - 225px);
}
@media only screen and (max-width: 1024px) {
  section.mid6-section .wrapper .faq-img {
    display: none;
  }
}
section.mid6-section .wrapper .faq-holder {
  float: right;
  width: 700px;
  text-align: center;
}
section.mid6-section .wrapper .faq-holder .faq-card {
  margin-bottom: 3rem;
}
section.mid6-section .wrapper .faq-holder .faq-card h3 {
  color: #fff;
  font-size: clamp(1.2rem, 4vw, 30px) !important;
}
section.mid6-section .wrapper .faq-holder .faq-card p {
  color: #fff;
  font-size: 19px !important;
}
section.mid6-section .wrapper .faq-holder .faq-card ul {
  text-align: left;
  max-width: 547px;
  margin: 20px auto 0;
  width: 100%;
}
section.mid6-section .wrapper .faq-holder .faq-card ul li {
  position: relative;
  padding-left: 35px;
  margin-bottom: 10px;
  list-style: none;
  font-size: 19px !important;
  color: #fff;
}
section.mid6-section .wrapper .faq-holder .faq-card ul li::before {
  content: "✔";
  color: rgb(255, 255, 255);
  position: absolute;
  top: 3px;
  left: 0px;
  font-size: 12px;
  background: #0DD9F6;
  border-radius: 50px;
  padding: 2px 6px;
}
section.mid6-section .wrapper .faq-holder .faq-card:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 1024px) {
  section.mid6-section .wrapper .faq-holder {
    float: none;
  }
}
section.mid6-section .wrapper h2 {
  color: #fff;
  font-size: clamp(1.5rem, 4vw, 38px) !important;
  margin-bottom: 25px;
}
@media only screen and (max-width: 1024px) {
  section.mid6-section .wrapper {
    display: flex;
    justify-content: center;
    padding: 60px 20px;
  }
}

section.mid7-section {
  background-color: #EFEFEF;
}
section.mid7-section .wrapper {
  flex-direction: column;
  text-align: center;
  padding: 8rem 0;
}
section.mid7-section .wrapper h2 {
  font-size: clamp(1.5rem, 4vw, 38px) !important;
  color: #030359;
}
section.mid7-section .wrapper p {
  font-size: 19px !important;
  margin: 15px 0;
}
section.mid7-section .wrapper ul {
  display: flex;
  flex-flow: row wrap;
  gap: 3rem;
  margin: 0;
  padding: 0;
  justify-content: center;
}
section.mid7-section .wrapper ul li {
  list-style: none;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  width: 100%;
  max-width: 230px;
  height: 100%;
  text-align: center;
  padding: 20px;
  min-height: 190px;
}
section.mid7-section .wrapper ul li img {
  max-width: 80px;
  width: 100%;
  margin-bottom: 15px;
}
section.mid7-section .wrapper ul li h3 {
  margin: 18px 0 30px;
  font-weight: 400 !important;
  font-size: 19px !important;
  line-height: 25px;
  color: #030359;
  margin: 0;
}
section.mid7-section .wrapper .mid7-top {
  width: 100%;
}
section.mid7-section .wrapper .mid7-top ul {
  margin: 4rem 0 2rem;
}
section.mid7-section .wrapper .mid7-bottom {
  width: 100%;
  margin-top: 2rem;
}
section.mid7-section .wrapper .mid7-bottom h2 {
  margin-bottom: 3rem;
}
@media only screen and (max-width: 1024px) {
  section.mid7-section .wrapper {
    padding: 60px 20px;
  }
}

/*# sourceMappingURL=stock-checker.css.map */
