.catBtn {
  display: block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  background-color: #ff66a3;
  font-size: 1.2em;
  font-weight: bold;
  color: #000000;
  border-top-left-radius: 100px;
  border-bottom-left-radius: 100px;
  border-bottom-right-radius: 100px;
  border-top-right-radius: 100px;
  border: 2px solid #000000;
  vertical-align: top;
  height: 200px;
  padding-top: 75px;
  margin: 10px;
}

.catBtn:hover,
.catBtn:focus {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
  background-color: rgba(0, 0, 0, .5);
  color: #fff;
  border: 4px solid #ffbf80;
}

@media only screen and (max-width: 991px) {

  ul.resp-tabs-list {
    display: none;
  }

  h2.resp-accordion {
    display: block;
  }

  .resp-vtabs .resp-tab-content {
    border: 1px solid #C1C1C1;
  }

  .resp-vtabs .resp-tabs-container {
    border: none;
    float: none;
    width: 100%;
    min-height: initial;
    clear: none;
  }

  .resp-accordion-closed {
    display: none !important;
  }

  .resp-vtabs .resp-tab-content:last-child {
    border-bottom: 1px solid #c1c1c1 !important;
  }
}

.threeD {
  text-shadow: 0px 1px 0px #999, 0px 2px 0px #888, 0px 3px 0px #777, 0px 4px 0px #666, 0px 5px 0px #555, 0px 6px 0px #444, 0px 7px 0px #333, 0px 8px 7px #001135;
}

.threeD2 {
  text-shadow: 0px 1px 0px #000, 0px 2px 0px #000, 0px 3px 0px #000, 0px 4px 0px #000, 0px 5px 0px #000, 0px 6px 0px #000, 0px 7px 0px #000, 0px 8px 7px #000000;
}

.threeD3 {
  text-shadow: 0px 1px 0px #408000, 0px 2px 0px #000, 0px 3px 0px #000, 0px 4px 0px #000, 0px 5px 6px #408000;
}

.threeD4 {
  text-shadow: 0px 1px 0px #000, 0px 2px 0px #000, 0px 3px 0px #c2c2d6, 0px 4px 0px #000, 0px 5px 6px #000, 0px 6px 0px #000;
}

.threeD5 {
  text-shadow: 0px 1px 0px #000, 0px 2px 0px #000, 0px 3px 0px #000, 0px 4px 0px #000, 0px 5px 8px #000;
}

.threeD6 {
  text-shadow: 0px 1px 0px #000, 0px 2px 0px #000, 0px 3px 0px #000, 0px 4px 0px #000, 0px 5px 0px #000;
}

.threeD7 {
  text-shadow: 0px 1px 0px #000, 0px 2px 0px #fff, 0px 3px 0px #000, 0px 4px 0px #fff, 0px 3px 3px #fff;
}

.redText {
  color: #ff0000;
}

.billingDiv {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.billingTitleSpan {
  width: 100%;
  font-weight: bold;
  font-size: 1.2em;
}

.billingNumericSpan {
  font-weight: bold;
  font-size: 1.2em;
}

.bottomright {
  position: fixed;
  right: 0px;
  bottom: 180px;
  width: 60px;
  height: 60px;
  color: #000000;
  font-size: 2em;
  background-color: #fff;
  border-radius: 50px;
  margin-right: 15px;
  padding: 1px;
  display: none;
}

.enable-notifications {
  display: none;
}