@font-face {
  font-family: MetronicPro;
  src: url(../fonts/MetronicProLight.woff) format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: MetronicPro;
  src: url(../fonts/MetronicProBold.woff) format("woff");
  font-weight: 500;
  font-style: normal;
}

.land_wrap {
  overflow: hidden;
  font-family: 'MetronicPro',Arial,sans-serif;
  background: #fff;
  color:#000;
  box-sizing: border-box;

}

.container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  width: 100%;
}

.container_steps {
  display: flex;
  flex-flow: row nowrap;
  margin-bottom:140px;
}
.step_h2 {
  font-size: 46px;
  text-align: center;
  line-height: 1.23;
  font-weight: 600;
  margin-top: 60px;
  margin-bottom: 120px;
}
.range_heading {
  font-size: 46px;
  text-align: center;
  line-height: 1.23;
  font-weight: 600;
  padding-top: 100px;
  margin-bottom: 100px;
}

.link_wrap,  .link_wrap:visited, .link_wrap:active{
  text-decoration: none;
  text-align: center;
  color: #000;
}
.important_decription a{
  text-decoration: none;
  color: rgb(4, 138, 191);
}
.step_image {
  width: 60px;
  height: 60px;
  margin-bottom: 25px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.step_heading {
  font-weight: 700;
  margin-bottom: 25px;
  margin-top: 12px;
  font-size: 26px;
  line-height: 1.17;
  text-align: center;
  font-family: 'MetronicPro',Arial,sans-serif;
}
.step {
  flex:3;
}
.step_descr {
  padding-left: 40px;
  padding-right: 40px;
  font-size: 20px;
  line-height: 1.55;
  font-family: 'MetronicPro',Arial,sans-serif;
  font-weight: 300;
  text-align: center;
}
.step_descr a {
  text-decoration: none;
  color:#023859;
}
.step1 {
  background-image: url("{{'cashbackharvestcart.png' | file_url }}");
}

.step2 {
  background-image: url("{{'cashbackharvestqrcodescan.png' | file_url }}");
}

.step3 {
  background-image: url("{{'cashbackharvestthumbsup.png' | file_url }}");
}

#cashback_garantiya {
  background-color: #003A62;
  color:#fff;
  padding-bottom: 100px;
  font-weight: 500;
}

.harvestfresh-item {
  margin-bottom: 20px;
}
.harvestfresh-item .card-inner {
  background: #fff;
}
.heading_products {
  font-size: 38px;
  line-height: 1.23;
  font-weight: 600;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 50px;
}

.wrap_important_heading {
  margin-top: 120px;
  width: 100%;
  text-align: center;
  position: relative;
}

.important_heading {
  background-color: #023859;
  padding: 10px 43px;
  display: inline-block;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 2px;
  position: relative;
  font-size: 34px;
  z-index: 1;
}

.wrap_important_heading::after {
  background-color: #023859;
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 1px;
  z-index: 0;
}

.important_decription {
  padding: 40px 0 30px 0;
  font-size: 18px;
  margin-bottom:40px;
}

.cashbacktext {
  font-size: 26px;
  line-height: 1.55;
  text-align: center;
  margin-bottom:50px;
}
#range-slider {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  height: 80px;
  width:70%;
  padding:50px;
}
@media (max-width: 1200px) {
  #range-slider {
    width:90%;
  }
}
#range-slider .irs--round .irs-min,#range-slider .irs--round .irs-max {
  color:#fff;
  font-size:26px;
  top:-10px;
  background-color: transparent;
  border:none;
}
#range-slider .irs--round .irs-bar {
  height: 15px;

}
#range-slider .irs--round .irs-line {
  height: 15px;
}
#range-slider .irs--round .irs-handle {
  width: 40px;
  height: 40px;
}
#range-slider .irs--round .irs-single {
  border:none;
}
@media (max-width: 767px) {
  .container_steps {
    flex-direction: column;
    margin-bottom: 50px;
  }

  .step {
    margin-bottom: 50px;
  }

  .step_h2 {
    margin-bottom: 50px;
  }
  .heading_size {
    font-size: 230%;
  }
}
.irs--round .irs-bar {
  background-color: #0083BE!important;
}
.irs--round .irs-from, .irs--round .irs-to, .irs--round .irs-single {
    background-color: #0083BE!important;
}
.irs--round .irs-handle {
border: 4px solid #0083BE!important;
}
