/* new-index-html style */

.section {

  min-height: 250px;

}


.info-text-wrapper-icon {
  transition: all .3s ease;
}

.info-text-wrapper-icon:hover {

  transform: scale(1.1);
}



.section-4 {
  text-align: center;
}

.section-download-block {
  background-color: #21418B;
  padding: 35px 0;
  padding-bottom: 60px;
}

.section-download-block .heading-7 {
  color: #fff;
  font-size: 25px;
}

.download-block {
  background-color: #fff;
  width: 80%;
  margin-top: 20px;
  padding: 10px 20px;
  border-radius: 25px;
  text-decoration: none;
  display: flex;
}



.section-download-block .download-block a {
  text-decoration: none;

}



.section-3 .heading-2 {
  padding-bottom: 35px;
}

.section-3 .waste-with-codes-wrapper .heading-2 {
  padding-bottom: 0;
}

.waste-with-codes-wrapper {
  padding-top: 40px;
}

.section-2 {
  padding-top: 70px;
}

.copyright {

  text-align: center;
  padding-top: 50px;

}

.text-align-center {
  text-align: center;
}

.animation-icon {
  animation: pulse 1.5s linear infinite;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  25% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  75% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}





@media screen and (max-width: 991px) {
  .download-block {
    background-color: #fff;
    width: 100%;
    margin-top: 20px;
    padding: 10px 20px;
    border-radius: 25px;
    text-decoration: none;
  }
}

@media screen and (max-width: 767px) {


  .section-2 .paragraph {
    padding-top: 40px;
  }
}


/* end new-index-html style */