.box,
.boxe {
  width: 150px;
  height: 150px;
  line-height: 150px;
  text-align: center;
  vertical-align: middle;
  float: left;
  margin-bottom: 20px;
  margin-right: 50px;
}
.box i,
.boxe i {
  font-size: 66px;
  color: #fff;
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
  transition: all 0.5s ease-in-out;
}
.box img,
.boxe img {
  width: 100px;
  height: 100px;
  transition: all 0.5s ease-in-out;
}
.boxe {
  background-color: rgb(219, 65, 120);
  transition: background-color 0.3s linear;
  -webkit-transition: background-color 0.3s linear;
  -moz-transition: background-color 0.3s linear;
}

.box {
  /* background-color:rgb(0, 162, 226);  */
  background-color: rgb(0, 111, 155);
  transition: background-color 0.3s linear;
  -webkit-transition: background-color 0.3s linear;
  -moz-transition: background-color 0.3s linear;
}

.boxodd:hover .box,
.boxeven:hover .boxe {
  background-color: rgba(46, 46, 46, 0.2);
}

.boxodd:hover i,
.boxeven:hover i {
  color: rgba(46, 46, 46, 0.8);
  padding-bottom: 40px;
  padding-right: 20px;
}
.boxodd:hover .numberCircle,
.boxeven:hover .numberCircle {
  margin-left: 60px;
  margin-top: 65px;
}

.boxodd,
.boxodd a {
  color: rgb(219, 65, 120);
  font-weight: 400;
}
.boxeven,
.boxeven a {
  color: rgb(0, 162, 226);
  color: rgb(0, 111, 155);
  font-weight: 400;
}
.boxodd a:hover,
.boxeven a:hover {
  color: rgb(37, 36, 37);
  text-decoration: none;
}

.boxodd p,
.boxeven p {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700 !important;
}
.numberCircle {
  width: 60px;
  line-height: 60px;
  border-radius: 50%;
  text-align: center;
  font-size: 32px;
  font-weight: bolder !important;
  background-color: #fff !important;
  position: absolute;
  top: 0;
  margin-top: 45px;
  margin-left: 120px;
  box-shadow: 4px 2px 10px #b8b8b8;
  transition: all 0.8s ease-in-out;
}
@media screen and (min-width: 1024px) {
  .boxodd p,
  .boxeven p {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700 !important;
  }
}

@media screen and (min-width: 1700px) {
  .modal-60 {
    max-width: 60% !important;
  }
}

.modal-60 {
  max-width: 95%;
}
.modal-60 .modal-content {
  background-color: rgba(255, 255, 255, 0.95);
}

#step1Title,
#step2Title,
#step3Title,
#step4Title,
#step5Title,
#step6Title,
#step7Title,
#step8Title,
#step9Title,
#step10Title {
  color: #ffffff !important;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1.5rem;
}
