.d-flex {
  display: flex;
  flex-wrap: wrap;
}
.mb40 {
margin-bottom: 40px;
}
.container-fluid {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.stampd {
  position: relative;
}
.stampd:before {
  content: "";
  background-size: contain;
  width: 500px;
  height: 500px;
  max-height: 80%;
  max-width: 80%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.headerleft {
  flex-direction: column;
}
.headersme {
  /* max-height: 530px;
  overflow-y: hidden; */
}
.headersme img {
  margin-top: 50px;
  border-radius: 15px;
}
.headertext {
line-height: 1.5em;
font-weight: 700;
border-radius: 5px;
}
#introText {
  line-height: 1.5em;
}
#introText ul {
  margin: 40px auto 0;
  display: flex;
  flex-wrap: wrap;
  /* max-width: 700px; */
}
#introText li {
  width: calc(33.333% - 20px);
  margin: 10px;
  margin-bottom: 40px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  /* padding-left: 40px; */
  padding: 30px 10px;
  /* padding-right: 12px; */
  background: #f3f3f3;
  border-radius: 12px;
}

img.goecommerce {width: 500px;}

#introText li img {
  max-height: 200px;
}
#introText li span {
font-size: 20px;
font-weight: 600;
margin: 40px 0 10px;
}
#introText li:last-child {
  width: 100%;
border-bottom: 1px solid #dddddd;
background: #2cc14f;
color: #fff;
padding: 20px 10px;
flex-direction: row;
flex-wrap: wrap;
align-items: baseline;
justify-content: center;
}
#introText li:last-child span {
  padding: 5px 0px 5px 0px;
  margin: 0;
  /* display: inline-block; */
}
#introText li:last-child span.label {
font-size: 24px;
padding: 0;
margin-right: 5px;
color: #bff5cc;
}
#introText li:last-child span.value {
font-weight: 600;
font-size: 32px;
}
#introText li:last-child span.convince {
/* width: 100%; */
margin-left: 10px;
font-size: 24px;
text-align: center;
color: #bff5cc;
}
#introText li:last-child span.convince b {
  color: #ffffff;
}
#introText .sales-merchants {
  margin-bottom: 80px;
}
#introText .sales-merchants ul {
  justify-content: center;
}
#introText .sales-merchants li {
  background: transparent;
  width: 20%;
  padding: 10px;
  margin: 0;
  border: 0;
}
#introText .sales-merchants li img {
  max-width: 100%;
}
#introText li i {
position: absolute;
font-size: 18px;
/* top: 10px; */
left: 10px;
}
#introText h4 {
font-family: 'montserrat','Segoe UI',Helvetica,Arial,sans-serif;
font-size: 36px;
font-weight: 600;
line-height: 1.4em;
text-transform: capitalize;
text-align: center;
}
#introText .sales-merchants h4 {
padding: 0 1%;
}
#introText p {
  line-height: 1.5em;
}
.offerTable {
  margin: 50px 0 80px;
}
.headertext {
  /* background: #ffba00; */
}
/* .headertext:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: #ffba00;
  -webkit-filter: blur(40px);
  z-index: 1;
} */
#quizForm .formpair .input {
    width: calc(100% - 0px);
}
#quizForm .formpair .input div.radioinline {
width: 100%;
}
#quizForm .formpair .input select, #quizForm .formpair .input input[type="text"], #quizForm .formpair .input textarea { width: calc(100% - 7px); }
#introText2 div[data-id="qualified"] .shd, #introText2 div[data-id="notQualified"] .shd {
margin-bottom: 30px;
  font-weight: 700;
}
#introText2 div[data-id="qualified"] ol {
  display: flex;
  align-items: center;
  padding-left: 0;
  list-style: none;
  counter-reset: my-counter;
  align-items: flex-start;
  padding-top: 20px;
  padding-bottom: 20px;
}
#introText2 div[data-id="qualified"] ol li {
  position: relative;
  width: 50%;
  padding: 0px 40px;
  counter-increment: my-counter;
}
#introText2 div[data-id="qualified"] ol li::before {
  background: #e9e93f;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  content: counter(my-counter) ". ";
  font-weight: bold;
  display: block;
  text-align: center;
  padding: 3.5px 0px;
  position: absolute;
  top: -10px;
  left: -5px;
}
/* #introText2 div[data-id="qualified"] ol li:last-child {
border-left: 1px solid #555555;
} */
#introText2 div[data-id="qualified"] ol li:first-child img {
  max-width: 280px;
}
#introText2 div[data-id="qualified"] ol li:last-child img {
margin-top: 20px;
max-width: 140px;
}
#introText2 #callForm {
  position: fixed;
    right: 40px;
    bottom: 40px;
    z-index: 2;
    width: 250px;
}
#introText2 #callForm img {
  width: 100%;
}
#failReason {
  display: block;
  margin-bottom: 30px;
}
#failReason li {
  position: relative;
  padding-left: 25px;
}
#failReason li:before {
font-family: 'FontAwesome';
position: absolute;
left: 0;
content: "\f071";
font-size: 20px;
top: 0px;
width: 22px;
text-align: center;
color: #da2a33;
}
@media only screen and (max-width: 1000px) {
#introText li {
width: calc(50% - 20px);
}
}
@media only screen and (max-width: 767px) {
  .ies-logo {
    margin: 25px 0 0 calc(25% - 5px) !important;
  }
  img.goecommerce {width: 300px;}
  .headersme img {
    margin-top: 80px;
    border-radius: 0;
  }
  .headersme .headertext {
    border-radius: 0;
    margin-top: 0 !important;
  }
  #introText h4 {
    font-size: 22px;
    line-height: 1.45em;
    /* text-align: left; */
  }
  #introText ul {
    margin: 20px auto 0;
  }
  .offerTable {
    margin: 30px 0 60px;
  }
  #introText li {
  width: calc(100% - 20px);
  margin-bottom: 20px;
  }
  #introText li:last-child {
    padding-left: 10px;
    padding-right: 10px;
    justify-content: flex-start;
  }
  #introText li:last-child span.label, #introText li:last-child span.convince {
    font-size: 22px;
    font-weight: 500;
  }
  #introText li:last-child span.convince {
    text-align: left;
  }
  #introText li img {
    max-height: 150px;
  }
  /* .footerlogocontainer  {
    flex-wrap: wrap;
  } */
  .footerimg:nth-child(2):after {
    display: none;
  }
  #introText2 div[data-id="qualified"] ol {flex-wrap: wrap;}
  #introText2 div[data-id="qualified"] ol li {
    width: 100%;
    padding: 0 40px 20px;
    border-bottom: 1px solid #e2e2e2;
  }
  #introText2 div[data-id="qualified"] ol li:last-child {
    margin-top: 20px;
    border: 0;
  }
  #introText2 div[data-id="qualified"] ol li:first-child img {
    max-width: 210px;
  }
  #introText2 #callForm {
    right: 15px;
    bottom: 15px;
    width: 200px;
  }
  #introText li:last-child span.convince {
    margin-left: 0;
  }
  .headerleft {
    margin-top: 60px;
  }
  .logo-stack-horizontal {
    margin-bottom: 20px !important;
  }
  .logo-stack-horizontal div.img {
    max-height: 60px !important;
    height: 60px !important;
  }
  .logo-stack-horizontal div.img img {
    max-width: 45px !important;
  }
  .fullsubsidy {
    width: 100%;
    display: inline-block;
    margin-top: 20px;
    font-size: 20px !important;
  }
  .whatWeofferBtn {
    font-size: 18px !important;
  }
  .headerImg {
    margin-top: 50px !important;
    max-height: 360px;
  }
  #introText .sales-merchants li {
    width: 50% !important;
  }
  .offerTable {
    padding: 0 !important;
  }
}
