/* Prices */
.prices {
  padding: 10px 150px;
}

.prices h1 {
  padding-bottom: 30px;
  font-family: "rsc-special";
  font-size: 60px;
  color: #fff;
}

@media (max-width: 995px) {
  .prices {
    padding: 0px 0px;
  }
}

/* TOGGLE BUTTON */
.toggle-top {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 30px;
}

.toggle-switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.toggle-switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.toggle-slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #222f3d;
  -webkit-transition: 0.4s;
  transform: translate(0px, 0px);
  transition: 0.6s ease transform, 0.6s box-shadow;
}

.toggle-slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input:checked + .toggle-slider {
  background-color: #2ea7ff;
}

input:focus + .toggle-slider {
  box-shadow: 0 0 1px #2ea7ff;
}

input:checked + .toggle-slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

.toggle-slider.round {
  border-radius: 34px;
}

.toggle-slider.round:before {
  border-radius: 50%;
}

/*PRICING TABLE*/
.pricing {
  color: #ffffff;
  text-align: left;
  font-size: 16px;
  width: 100%;
  max-width: 1000px;
  margin: 30px 10px;
}

.pricing img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  z-index: -1;
}

.pricing .plan {
  margin: 0 0.5%;
  width: 24%;
  padding-top: 10px;
  position: relative;
  float: left;
  overflow: hidden;
  background-color: #222f3d;
  border-radius: 8px;
}

.pricing .plan:hover i,
.pricing .plan.hover i {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.pricing * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.pricing .plan-header {
  color: #ffffff;
}

.pricing .plan-title {
  line-height: 60px;
  position: relative;
  margin: 0;
  padding: 0 20px;
  font-size: 1.6em;
  letter-spacing: 2px;
  font-weight: 700;
}

.pricing .plan-title:after {
  position: absolute;
  content: '';
  top: 100%;
  left: 20px;
  width: 30px;
  height: 3px;
  background-color: #fff;
}

.pricing .plan-cost {
  padding: 0 20px;
  margin: 0;
}

.pricing .plan-price1 {
  font-weight: 400;
  font-size: 2.8em;
  margin: 10px 0;
  display: inline-block;
}

.pricing .plan-price2 {
  font-weight: 400;
  font-size: 2.8em;
  margin: 10px 0;
  display: inline-block;
}

.pricing .plan-type {
  opacity: 0.8;
  font-size: 0.7em;
  text-transform: uppercase;
}

.pricing .plan-features {
  padding: 0 0 20px;
  margin: 0;
  list-style: outside none none;
  font-size: 0.9em;
}

.pricing .plan-features li {
  padding: 8px 20px;
}

.pricing .plan-features i {
  margin-right: 8px;
  color: rgba(255, 255, 255, 0.5);
}

.pricing .plan-select {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  padding: 20px;
  text-align: center;
}

.pricing .plan-select a {
  background-color: #2ea7ff;
  color: #ffffff;
  text-decoration: none;
  padding: 12px 20px;
  font-size: 0.75em;
  font-weight: 600;
  border-radius: 8px;
  text-transform: uppercase;
  letter-spacing: 4px;
  display: inline-block;
}

.pricing .plan-select a:hover {
  background-color: #1b8ad8 !important;
}

.pricing .featured {
  margin-top: -10px;
  z-index: 1;
  border-radius: 8px;
  border: 2px solid #2ea7ff;
  background-color: #2ea7ff;
}

.pricing .featured .plan-select {
  padding: 30px 20px;
}

.pricing .featured .plan-select a {
  background-color: #10507e;
}

@media only screen and (max-width: 995px) {
  .pricing .plan {
    width: 49%;
    margin: 0.5%;
  }
  .pricing .plan-title,
  .pricing .plan-select a {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  .pricing .plan-select,
  .pricing .featured .plan-select {
    padding: 20px;
  }
  .pricing .featured {
    margin-top: 0;
  }
  .pricing .featured .plan-header {
    line-height: 70px;
  }
}

@media only screen and (max-width: 440px) {
  .pricing .plan {
    margin: 0.5% 0;
    width: 100%;
  }
}

.observations p {
  padding: 0px;
  display: block;
  margin-bottom: 0rem;
  margin-block-start: 0em;
  margin-block-end: 0em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  unicode-bidi: isolate;
}
  