.packages {
  margin: 20px;
  width: 30%;
  padding-bottom: 1.5em;
  height: 100%;
  background-color: #ccc;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  border-radius: 20px;
  /*box-shadow: 0 19px 38px rgba(30, 35, 33, 1), 0 15px 12px rgba(30, 35, 33, 0.2);*/
  flex-wrap: wrap;
  color: #f4f4f4;
}



 /* .list li {
  font-size: 20px;
  list-style: none;
  border-bottom: 1px solid #f4f4f4;
  padding-inline-start: 0;
  border-width: 1px;
  padding: 10px;
} */

 .first {
  margin-top: 40px;
  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;
}

 /* .button {
  padding: 10px 30px;
  text-decoration: none;
  font-size: 1.4em;
  margin: 15px 15px;
  border-radius: 50px;
  color: #f4f4f4;
  transition: all 0.3s ease 0s;
}

 .button:hover {
  transform: scale(1.2);
}

  .button1 {
  background-color: #00cc99;
  box-shadow: 0 0 10px 0 #00cc99 inset, 0 0 20px 2px #00cc99;
}

 .button2 {
  background-color: #ff007c;
  box-shadow: 0 0 10px 0 #ff007c inset, 0 0 20px 2px #ff007c;
}

 .button3 {
  background-color: #ffae42;
  box-shadow: 0 0 10px 0 #ffae42 inset, 0 0 20px 2px #ffae42;
} */

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

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

 .slider1 {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #dee2e6;
  -webkit-transition: 0.4s;

  /*box-shadow: 2px 6px 25px #1e2321;*/
  transform: translate(0px, 0px);
  transition: 0.6s ease transform, 0.6s box-shadow;
}

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

  input:checked + .slider1 {
  background-color: #b11b43;
}

 input:focus + .slider1 {
  box-shadow: 0 0 1px #b11b43;
}

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

 .slider1.round {
  border-radius: 34px;
}

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

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

.list-unstyled {
  padding-left: 30px;
  list-style: none;
  text-align: left;
  line-height: 33px;
  font-size: 14px;
}
.plan-list li {
  line-height: 28px;
  color: #495057;
}
.shadow-dark-80 {
  box-shadow: 0 8px 16px rgb(0 0 0 / 4%);
}
.rounded-12 {
  border-radius: 12px!important;
}
.border-gray-200 {
  border-color: #e9ecef!important;
}
.plan-list li+li {
  margin-top: 10px;
}
.btn-success {
  background-color: #b11b43 !important;
  border-color: #b11b43!important;
}
.btn-success:hover {
  background-color: #212529!important;
  border-color: #212529!important;
  color: #fff!important;
}
.plan-list li span {
  width: calc(100% - 15px);
  padding-left: 6px;
}
.priceTable1{
  margin-top: 70px !important;
  /* padding-bottom: 70px !important; */
}
.priceTable1 i{
  color: #b11b43 !important;
    background: initial;
    margin-right: 5px;
}
.priceTable1 .fa-lg {
  font-size: 1.2em;
  line-height: .75em;
  vertical-align: -15%;
}
.priceTable1 .fa-times {
  color: #b9b9b9 !important;
  background: initial;
}
.priceTable1 .pricing-card-title{
  color: #b11b43;
}
.text-bold-600{
  font-weight: 600 !important;
}