
.price-header {font-size:3.2em; font-weight:800; text-align:center; color:#282727; line-height:1.2em; padding: 0 0 0.6em 0}
.price-sub {font-size:2.5em; font-weight:300; text-align:center; padding:1em 0 1.5em 0; color:#282727; line-height:1.2em}

.packages {
  margin: 20px;
  width: 320px;
  padding-bottom: 1.5em;
  height: 100%;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  border-radius: 14px;
  border:0px solid #dcdcdc;
  flex-wrap: wrap;
  color: #f4f4f4;
  box-shadow: 0 0 20px rgba(0, 0, 0, .08)
}

.packages-tip {color:#fff; background:#7dc855; width:100%; border-radius:20px 20px 0 0;}
.packages-tip-inner {height:30px; padding-top:0px}


.text1,
.text2{
    color: #282727;
    font-size: 2.4em;
    font-weight:600;
    margin:0.6em 0 0.1em 0;
}

.text-sub {font-weight:300; font-size:0.5em; color:#afafaf}

.packages-name {font-size: 1.4em; color:#282727;; font-weight:600; padding:1.6em 0 0 0}

.list li {
  font-size: 16px;
  list-style: none;
  border-bottom: 1px solid #f4f4f4;
  padding-inline-start: 0;
  border-width: 1px;
  padding: 8px;
  font-weight:400;
  color:#363636;
}

.first {
  margin-top: 20px;
  border-top: 1px solid #f4f4f4;
}

.list {
  width: 80%;
}



.top {
  display: flex;
  flex-direction: column;
  align-items: center;
}

input,
label {
  display: inline-block;
  vertical-align: middle;
  margin: 10px 0;
}


ul {
  padding: 0;
}



.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider-ftn 
{
  margin: 0.8em;
  font-size:1.2em;
  color:#282727
}

.slider-toggler {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #f57c01;
  -webkit-transition: 0.4s;
  transform: translate(0px, 0px);
  transition: 0.6s ease transform, 0.6s box-shadow;
}

.slider-toggler:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input:checked + .slider-toggler {
  background-color: #f57c01;
}

input:focus + .slider-toggler {
  box-shadow: 0 0 1px #f57c01;
}

input:checked + .slider-toggler:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

.slider-toggler.round {
  border-radius: 34px;
}

.slider-toggler.round:before {
  border-radius: 50%;
}

.package-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}