.pricingTable .header {
  height: 130px;
  background-image: url("/images/pricing/topbg.png");
  background-size: cover;
  position: relative;
  border-bottom: none;
}

.pricingTable .header .price {
  border: 5px solid rgba(9, 175, 223, 0.3);
  border-radius: 50%;
  background-color: white;
  position: absolute;
  width: 110px;
  height: 110px;
  left: 30%;
  top: -3rem;
}

.pricingTable .header .price div {
  margin-top: 28px;
}

.pricingTable .header .price div span {
  color: #0181a5;
  font-weight: 700;
  font-size: 43px;
  line-height: 0.7;
  margin-left: -8px;
}

.pricingTable .header .price div span.dollar {
  color: #0181a5;
  font-size: 18px;
  font-weight: 700;
  top: 41px;
  left: 18px;
  position: absolute;
}

.pricingTable .header .price div span.dollar2 {
  color: #0181a5;
  font-size: 18px;
  font-weight: 700;
  top: 34px;
  left: 20px;
  position: absolute;
}

.pricingTable .header .price div span.perHour {
  color: #555;
  font-weight: 400;
  font-size: 14px;
  margin-left: 1px;
}

.pricingTable .header .usd-rate {
  background-color: white;
  float: right;
  margin-right: 4px;
  margin-top: 4px;
  padding: 2px 4px;
}

.pricingTable .header .usd-rate img {
  width: 18px;
  height: 12px;
  margin-right: 3px;
}

.pricingTable .header .usd-rate span {
  font-size: 14px;
}

.pricingTable .header .position {
  background-color: rgba(0, 53, 69, 0.75);
  position: absolute;
  bottom: 0;
  width: 100%;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.pricingTable .header .position span {
  color: white;
  font-size: 16px;
}

.pricingTable .description,
.pricingTable .description2,
.pricingTable .description3,
.pricingTable .description4,
.pricingTable .description5 {
  border: 1px solid rgba(157, 206, 220, 0.5);
}

.pricingTable .description span,
.pricingTable .description2 span,
.pricingTable .description3 span,
.pricingTable .description4 span,
.pricingTable .description5 span {
  color: black;
}

.pricingTable .description img,
.pricingTable .description2 img,
.pricingTable .description3 img,
.pricingTable .description4 img,
.pricingTable .description5 img {
  height: 22px;
}

.pricingTable .blueDiv {
  background-color: #f4fdff;
}

.maple-rates {
  width: 17px;
  height: 17px;
  margin-top: -26px;
  position: absolute;
  left: 69%;
}

@media (min-width: 768px) {
  .description2 {
    min-height: 334px;
  }

  .description3 {
    min-height: 500px;
  }

  .description4 {
    min-height: 362px;
  }

  .description5 {
    min-height: 406px;
  }
}

@media (max-width: 992px) {
  .pricingTable .header .price {
    left: 35%;
  }
}

