<style>
 .snip1214 {
 font-family: Arial, '-apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Arial", sans-serif';
  color: #000000;
  text-align: center;
  font-size: 16px;
  width: 100%;
  max-width: 1000px;
  margin: 70px 10px;
}
.snip1214 .plan {
  margin: 0;
  width: 25%;
  position: relative;
  float: left;
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.snip1214 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.snip1214 header {
  position: relative;
}
.snip1214 .plan-title {
  position: relative;
  top: 0;
  font-weight: 800;
  padding: 5px 0px;
  margin: 0 auto;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: 0;
  display: inline-block;
  background-color: #000;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 12px;
}

.snip1214 .plan-title {
  position: relative;
  top: 0;
  font-weight: 800;
  padding: 5px 0px;
  margin: 0 auto;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: 0;
  display: inline-block;
  background-color: #000;
  color: #ffffff;
  text-transform: uppercase;
}

.snip1214 .plan-title p:first-child {
  font-size: 16px;
}

.snip1214 .plan-cost {
  padding: 0px 10px 20px;
}
.snip1214 .plan-price {
  font-family: Arial, '-apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Arial", sans-serif';
  font-weight: 800;
  font-size: 1.4em;
  color: #000;
}
.snip1214 .plan-type {
  opacity: 0.6;
}
.snip1214 .plan-features {
  padding: 0;
  margin: 0;
  text-align: center;
  list-style: outside none none;
  font-size: 0.8em;
}
.snip1214 .plan-features li {
  border-top: 1px solid #d2d7e2;
  padding: 10px 5%;
}
.snip1214 .plan-features li:nth-child(even) {
  background: rgba(0, 0, 0, 0.08);
}
.snip1214 .plan-features i {
  margin-right: 8px;
  opacity: 0.4;
}
.snip1214 .plan-select {
  border-top: 1px solid #d2d7e2;
  padding: 10px 10px 0;
}
.snip1214 .plan-select a {
  background-color: #000;
  color: #fed001;
  text-decoration: none;
  /* padding: 0.5em 1em; */
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
  font-weight: 800;
  text-transform: uppercase;
  display: inline-block;
  margin-right: 2%;
}
.snip1214 .plan-select a:hover {
  background-color: #fed001;
  color: #000;
}
.snip1214 .featured {
  margin-top: -10px;
  background-color: #fed001;
  color: #000;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
  z-index: 1;
}
.snip1214 .featured .plan-title
{
  color: #fff;
}

.snip1214 .featured .plan-price {
  color: #000;
}

.snip1214 .featured .plan-cost {
  padding: 10px 10px 20px;
}
.snip1214 .featured .plan-features li {
  border-top: 1px solid rgba(255, 255, 255, 0.4);
}
.snip1214 .featured .plan-select {
  padding: 20px 10px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
}

.field--type-text-with-summary ul li::before{
content: "";
}
@media only screen and (max-width: 767px) {
  .snip1214 .plan {
    width: 50%;
  }
  .snip1214 .plan-title,
  .snip1214 .plan-select a {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  .snip1214 .plan-cost,
  .snip1214 .featured .plan-cost {
    padding: 20px 10px 20px;
  }
  .snip1214 .plan-select,
  .snip1214 .featured .plan-select {
    padding: 10px 10px 10px;
  }
  .snip1214 .featured {
    margin-top: 0;
  }
}
@media only screen and (max-width: 440px) {
  .snip1214 .plan {
    width: 100%;
  }
}

.col-md-8{
	margin-bottom: 90px !important;
}


.modal1, .modal2, .modal3, .modal4 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.4rem;
  width: 300px;
  padding: 1.3rem;
  height: 250px;
  position: absolute;
  top: 40%;
  background-color: white;
  border: 1px solid #ddd;
  border-radius: 15px;
}

.modal1 .flex, .modal2 .flex, .modal3 .flex, .modal4 .flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.modal1 input, .modal2 input, .modal3 input, .modal4 input {
  padding: 0.7rem 1rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 0.9em;
  color: #2d2d2d
}

.modal1 p, .modal2 p, .modal3 p, .modal4 p {
  font-size: 0.9rem;
  color: #777;
  margin: 0.4rem 0 0.2rem;
}

button {
  cursor: pointer;
  border: none;
  font-weight: 600;
}

.btn {
  display: inline-block;
  padding: 0.8rem 1.4rem;
  font-weight: 700;
  background-color: black;
  color: white;
  border-radius: 0px;
  text-align: center;
  font-size: 1em;
}

.btn-open1, .btn-open2, .btn-open3, .btn-open4 {
  /*position: absolute;*/
  bottom: 150px;
}

.btn-close1, .btn-close2, .btn-close3, .btn-close4 {
  transform: translate(256px, -23px);
  padding: 1px 5px 3px 5px;
  background: #2d2d2d;
  /* border-radius: 50%; */
}

.modal1, .modal2, .modal3, .modal4 {
  z-index: 999;
}

.ovrlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(3px);
  z-index: 2;
}

.hid {
  display: none;
}

#bstbutton1, #bstbutton2, #bstbutton3, #bstbutton4 {
  display: inline-block;
  padding: 0.8rem 1.4rem;
  font-weight: 700;
  background-color: #fed001;
  color: black;
  border-radius: 0px;
  text-align: center;
  font-size: 1em;
  width: 100%;
  text-transform: uppercase;
  /* visibility: hidden; */
}

#bstbutton1:disabled {
  background-color: #FFE4B5;
  color: grey;
}

#bstbutton2:disabled{
  background-color: #FFE4B5;
  color: grey;
}

#bstbutton3:disabled {
  background-color: #FFE4B5;
  color: grey;
}

#bstbutton4:disabled  {
  background-color: #FFE4B5;
  color: grey;
}

#message_false1, #message_false2, #message_false3, #message_false4 {
  color: red;
  text-align: center;
}


</style>