.topButton {
  color: white !important;
  font-weight: 500;
  text-decoration: none;
  user-select: none;
}
.topButton:hover {
  color: #60ba8e !important;
}
.buttonSpacer {
  margin: 0 20px;
  user-select: none;
}
.imgHeader {
  background-image: url(/assets/img/header.jpeg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 600px;
}
.headerText {
  color: #f8fafb;

  font-size: 75px;
  line-height: 75px;
  font-family: roboto;
  font-weight: 500;
  user-select: none;
  padding-top: 75px;
}

.benefictsTitle {
  color: #429e70;
  font-size: 40px;
  font-weight: 600;
  line-height: 40px;
  font-family: roboto;
  user-select: none;
}

.benefictsText {
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
  font-family: roboto;
  user-select: none;
  color: #727272;
}
.benefictsBoxText {
  text-align: center;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  font-family: roboto;
  user-select: none;
  color: #727272;
}

.plansTitle {
  color: #429e70;
  font-size: 40px;
  font-weight: 600;
  line-height: 40px;
  font-family: roboto;
  user-select: none;
}
.planHeaderCol {
  width: 22%;
}
.planItem {
  margin-top: 5px;
  font-size: 16px !important;
  line-height: 16px;
  padding-right: 16px;
  padding-left: 16px;
}

.planSubItem {
  color: #36815c;
  font-size: 13px;
  font-weight: 400;
  line-height: 12px;
  font-family: roboto;
  user-select: none;
}
.planHeader {
  font-size: 20px;
  color: #132237;
  font-weight: 600;
}
.planPrice {
  margin: 10px auto 20px;
  font-size: 22px;
  color: #132237;
  font-weight: 600;
  user-select: none;
}
.planRow {
  user-select: none;
  height: 40px;
}
.planDark {
  background-color: #ebedf0;
}
.planBorderTopLeft {
  border-top: #5fba8e solid 2px;
  border-left: #5fba8e solid 2px;
  border-top-left-radius: 20px;
}
.planBorderTopRight {
  border-top: #5fba8e solid 2px;
  border-right: #5fba8e solid 2px;
  border-top-right-radius: 20px;
}
.planBorderBottomLeft {
  border-bottom: #5fba8e solid 2px;
  border-left: #5fba8e solid 2px;
  border-bottom-left-radius: 20px;
}
.planBorderBottomRight {
  border-bottom: #5fba8e solid 2px;
  border-right: #5fba8e solid 2px;
  border-bottom-right-radius: 20px;
}
.planBorderTop {
  border-top: #5fba8e solid 2px;
}
.planBorderBottom {
  border-bottom: #5fba8e solid 2px;
}
.planBorderLeft {
  border-left: #5fba8e solid 2px;
}
.planBorderRight {
  border-right: #5fba8e solid 2px;
}
.planVerticalText {
  writing-mode: vertical-lr;
  -ms-writing-mode: tb-rl;
  transform: rotate(180deg);
  position: relative;
  left: 35px;
  background-color: #f8fafb;
  padding: 10px;
}
.planBtn {
  margin-bottom: 10px;
}

.contact {
  background-image: url(/assets/img/footer.jpeg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 300px;
}
.contactTitle {
  color: #429e70;
  font-size: 40px;
  font-weight: 600;
  line-height: 40px;
  font-family: roboto;
  user-select: none;
}
.contactPhone {
  color: #f8fafb !important;
  text-decoration: none;
  font-size: 24px;
  font-weight: 600;
  line-height: 24px;
  font-family: roboto;
}
.contactEmail {
  color: #f8fafb !important;
  text-decoration: none;
  font-size: 24px;
  font-weight: 600;
  line-height: 24px;
  font-family: roboto;
}
.contactCopy {
  width: 100%;
  position: absolute;
  bottom: 0;
  text-align: center;
  color: #f8fafb !important;
  font-size: 16px;
  font-weight: 300;
  line-height: 16px;
  font-family: roboto;
  background-color: #0b192b;
  height: 40px;
  line-height: 40px;
}

@media only screen and (max-width: 768px) {
  /* For smartphone: */
  .headerText {
    color: #f8fafb;
    font-size: 40px;
    line-height: 40px;
    text-align: center;
    padding-top: 45px;
  }
  .knowButton {
    margin-left: 30px;
    margin-top: 50px;
  }
  .imgHeader {
    background-image: url(/assets/img/headerMobile.jpeg);
    height: 470px;
  }
  .MobileFixed {
    position: absolute;
    width: 42%;
    left: 0;
  }
  .planItem {
    margin-top: 0;
    border-style: none;
  }
  .planItemDescription {
    height: 40px;
    align-items: center;
    display: inline-grid;
  }
  .hideOnMobile {
    display: none;
  }
  .planArea {
    width: 600;
    overflow-x: scroll;
    margin-left: 42%;
    overflow-y: visible;
    border-style: none;
  }
  .planVerticalText {
    left: 25px;
    top: 25px;
    z-index: 1;
  }
  .planHeaderCol {
    width: 59%;
    padding: 10px 60px !important;
  }
  .planPrice {
    font-size: 14px;
  }
  .planBorderTop {
    border-style: none;
  }
  .planBorderBottom {
    border-style: none;
  }
  .planBorderLeft {
    border-style: none;
  }
  .planBorderRight {
    border-style: none;
  }
  .planBorderTopRight {
    border-style: none;
  }
  .planBorderBottomRight {
    border-style: none;
  }
}
