.analytics-blocks .analytic-card {
  padding: 32px;
  border-radius: 10px;
  margin-bottom: 15px;
  align-items: center;
  position: relative;
  height: 120px;
}
.analytics-blocks .analytic-card:before {
  position: absolute;
  content: "";
  width: 80%;
  height: 100%;
  background: #ffffff26;
  top: 0;
  left: 0;
  border-radius: 15px 100px 0px 15px;
}
.analytics-blocks .analytic-card img {
  width: 40px;
  filter: invert(1);
}
.analytics-blocks .analytic-card h6 {
  font-size: 16px;
  font-weight: 500;
}
.analytics-blocks .analytic-card:before {
  position: absolute;
  content: "";
  width: 80%;
  height: 100%;
  background: #ffffff26;
  top: 0;
  left: 0;
  border-radius: 15px 150px 0px 15px;
}
.analytics-blocks .analytic-card:after {
  position: absolute;
  content: "";
  width: 17%;
  height: 60%;
  background: #ffffff26;
  top: 0;
  right: 0;
  border-radius: 0px 15px 0px 100px;
}

.bgtracker-db .row .col-md-3:nth-child(1) .analytic-card {
  background: #67b61c;
  box-shadow: 0px 8px 20px 0px #67b61c66;
}
.bgtracker-db .row .col-md-3:nth-child(2) .analytic-card {
  background: #5339b5;
  box-shadow: 0px 8px 20px 0px #5339b545;
}
.bgtracker-db .row .col-md-3:nth-child(3) .analytic-card {
  background: #39b2b5;
  box-shadow: 0px 8px 20px 0px #39b2b566;
}
.bgtracker-db .row .col-md-3:nth-child(4) .analytic-card {
  background: #fd7e14;
  box-shadow: 0px 8px 20px 0px #fd7e1461;
}

.bgtracker-db-div .analytics-blocks-parent {
  background: #fff;
  border-radius: 10px;
  padding: 15px;
}
.bgtracker-db-div .analytics-blocks-parent .analytic-card img {
  width: 45px;
}
.bgtracker-db-div .analytics-blocks-parent .analytic-card .analytic-values h2 {
  font-size: 45px;
  font-weight: 600;
}

.step-card-width-10 {
  margin: 0px 10%;
}

.step-card-width-15 {
  margin: 0px 15%;
}

.step-card-width-20 {
  margin: 0px 20%;
}

.step-card-width-25 {
  margin: 0px 25%;
}

.step-card-width-30 {
  margin: 0px 30%;
}

.step-card-width-35 {
  margin: 0px 35%;
}

.link-box {
  background: linear-gradient(90deg, #2b4b99 0%, #bd1f57 100%);
  transition: all 0.5s;
  padding: 20px 10px;
  border-radius: 25px;
}

.link-box:hover img.img-small {
  filter: invert(1);
}

.link-box .link-icon {
  height: 80px;
  width: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  background-color: #FFFFFF;
  box-shadow: 0px 2px 15px rgba(17, 17, 17, 0.06);
  border: 2px solid #fff;
}

.link-box .bg-icon {
  transform: translateX(-15%);
}

.link-box h4 {
  color: #ffffff;
  line-height: 20px;
  font-size: 16px;
  margin-bottom: 0;
}

.link-box:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0px;
  background-image: url(/documents/d/amphenol/shape);
  width: 100%;
  height: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: center;
  transition: all 0.5s;
}

.link-box:hover:after {
  height: 60%;
}

.link-box .link-icon:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.5s;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  transform: scale(0);
  z-index: -1;
  background: linear-gradient(90deg, #374793 100%, #bb1f57 0%);
}

.link-box:hover .link-icon:before {
  transform: scale(1);
}

img.img-small {
  width: 30px;
}

.plng-btn {
  background: #1d4e97;
  border: 0px;
  padding: 8px 15px;
  color: #fff;
  border-radius: 5px;
  font-weight: 600;
  text-decoration: none;
}