.serviceSection > .row {
  margin-bottom: 50px;
}

.planOuter {
  padding-left: 10px;
  padding-right: 10px;
}

#c3 > p > a {
  color: silver;
  text-decoration: none;
}

.planItems {
  border: 1px solid silver;
}

.planItems > img {
  height: 200px;
  object-fit: cover;
}

.serviceTitle {
  font-weight: bold;
  margin-bottom: 15px;
}

.backToTop {
  width: 60px;
  height: 60px;
  border-radius: 50px;
  background-color: #e13737;
  position: fixed;
  color: white;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 3px 10px 0 rgba(0, 0, 0, 0.1);
  right: 25px;
  bottom: 25px;
  text-align: center;
  padding-top: 17px;
  z-index: 999;
  cursor: pointer;
  /* display: none; */
}

.serviceDetails {
  color: grey;
  font-family: sans-serif;
  font-size: 15px;
  text-align: justify;
}

.planContentOutline {
  padding-top: 20px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 10px;
}

/* Mobile Device */
@media (min-width: 360px) and (max-width: 767px) {
  .serviceSection > .row {
    margin-top: -45px;
  }

  .planOuter {
    margin-bottom: 20px;
  }
}
