/* 
- make mobile switch sticky
*/

.price-container {
  width:100%;
  /* max-width:1200px; */
  margin:0 auto;
  /* height:1000px; */
  position:relative;
  padding: 5rem 1%;
  background-color: var(--dark-black);
}

.package-content{
  padding: 5rem  5% 0;

}

.package-content .content p{
  font-size: 1.4rem;
  line-height: 1.8;
  margin-bottom: 2rem;
}
.price-container ul {
  display:flex;
  top:0px;
  z-index:10;
  padding-bottom:1.4rem;
  position: sticky;
  top: 0;
  left: 0;
}
.price-container ul li {
  list-style:none;
  flex:1;
}
.price-container ul li:last-child {
  border-right:1px solid #DDD;
}
.basic-button {
  width:100%;
  border: 1px solid #DDD;
  border-right:0;
  border-top:0;
  padding: 1rem;
  background:#FFF;
  font-size:1.4rem;
  font-weight:bold;
  height:7rem;
  color:#999
}
.price-container ul li.active button {
  background:#F5F5F5;
  color:#000;
}
.pricing-table { border-collapse:collapse;
     /* table-layout:fixed;  */
     width:100%; 
    }

  .pricing-table  .tab-head {
    position: sticky;
    top: 0;
    left: 0;
}

.pricing-table  .tab-head img{
  display:block;
  margin:auto;
  padding-bottom:2rem
}

.pricing-table th { 
  /* background: var(--white-color);  */
  display:none;
   box-shadow: 0 .3rem .5rem rgba(0, 0, 0, .3); 
   
  }
.pricing-table td, th {
  height:5.3rem;
}
.pricing-table td,th { border:1px solid #DDD; padding:10px; empty-cells:show; }
.pricing-table td,th {
  /* text-align:left; */
  /* text-transform: uppercase; */
  color: var(--white-color);
}
.pricing-table td+td, th+th {
  text-align:center;
  display:none;
}
td.default {
  display:table-cell;
}
.bg-purple {
  /* border-top:.3rem solid #A32362; */
  font-size: 3rem;
  background-color: purple;
  font-weight: 300;
}

.bg-red {
  /* border-top:.3rem solid #fc4903; */
  font-size: 3rem;
  font-weight: 300;
}
.bg-blue {
  /* border-top:3px solid #0097CF; */
  font-size: 3rem;
  font-weight: 300;
  background-color: var(--orange-color);
}
.bg-green {
  /* border-top:3px solid green; */
  font-size: 3rem;
  font-weight: 300;
  background-color: green;
}

.bg-orangered{
  font-size: 3rem;
  font-weight: 300;
  background-color: orangered;
}

.bg-yellow{
  font-size: 3rem;
  font-weight: 300;
  background-color: yellowgreen;
}


.inline-form-container .submit-area{
  padding: 2rem 5%;
}

.inline-form {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 8rem;
}

.inline-form label {
  margin-right: .5rem;
  margin-left: .5rem;
}

.inline-form input{
  margin-right: 1rem;
  padding: 1.5rem 3rem;
  width: 25%;
  border-radius: 3rem;
  margin-bottom: 1rem;
}

.inline-form-container .submit-area{
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 3rem;
}
.inline-form-container .submit-area .btn{
  display: inline-block;
  text-align: center;
  padding: 1.5rem 6rem;
  text-transform: uppercase;
  font-size: 2rem;
  border-radius: 5rem;
  letter-spacing: .3rem;
  font-weight: 600;
  border: .1rem solid var(--first-color);
}

/* The Close Button */
.close {
  color: #aaa;
  float: right;
  font-size: 3rem;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.sep {
  background:var(--light-black);
  font-weight:bold;
  color: var(--first-color);
  font-size: 1.8rem;
  text-align: center;
}

.pricing-heading{
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 3rem;
}
.price-container h1 {font-size: 4rem;text-transform: uppercase; text-align:center; margin: 3rem 0;position: relative;color: var(--hover-color);}

.price-container h1::before{
  position: absolute;
  content: '';
  top: 100%;
  left: 0%;
  background-color: var(--hover-color);
  width: 100%;
  height: .1rem;
  text-align: center;

}

.price-container h1::after{
  position: absolute;
  content: '';
  top: 110%;
  left: 10%;
  background-color: var(--hover-color);
  width: 100%;
  height: .1rem;
  text-align: center;

}

td.sep{
  color: var(--first-color);
}
.txt-l { font-size:2.5rem;font-weight:600;color:var(--first-color)}
.txt-2 { font-size:1.8rem; margin: 1rem 0; }
.txt-top { position:relative; top:-9px; left:-2px; }

.fa-check-circle:before, .fa-circle-check:before {
  content: "\f058";
}

.tick { font-size:3rem; color:#2CA01C;width: 3rem; height: 3rem;padding: 2rem; border-radius: 50%; }
.tick::before {
  font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f058";
}
.closetick { font-size:3rem; color:red; font-weight: bold;}
.closetick::before {
  font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f057";
}
.hide {
  border:0;
  background:none;
}

.accordion-header{cursor: pointer;}
.hidden {display: none;}

.price-form-container {
  position: fixed;
  display: none;
  background-color: rgba(0, 0, 0, .9);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 110;
  overflow: scroll;
}

.price-form-container #request-form{
  padding: 3rem;
  position: absolute;
  top: 80%;
  left: 50%;
  transform: translate(-50%,-50%);
  background-color:var(--white-color);
  z-index: 100;
  width: 80rem;
  max-width: 90%;
  margin: 0 auto;
}

.price-form-container #request-form h2{
  font-size: 2.5rem;
  text-transform: uppercase;
  margin-bottom: 2rem;
  font-weight: 500;
  color: var(--hover-color);
}


.price-form-container #request-form label {
  display: block;
  margin: 10px 0 5px;
  font-size: 1.2rem;
}

.price-form-container #request-form::placeholder{
  color: rgba(0, 0, 0, .3);
}

.price-form-container #request-form input,.price-form-container #request-form select, #request-form textarea {
  width: 100%;
  padding: 8px;
  margin-bottom: 10px;
  border: .1rem solid rgba(0, 0, 0, .3);
 
}

#request-form textarea{
  resize: none;
}

@media (min-width: 640px) {
    .price-container ul {
    display:none;
  }
  .pricing-table td,th {
    display:table-cell !important;
  }
  .pricing-table td,th {
    width: 330px;
  
  }

  .price-tab li img{
    display:block;
    margin:auto;
    padding-bottom:1rem;
  }

  

  /* .pricing-table td+td, th+th {
    width: auto;
  } */
}

td{
  font-size: 1.5rem;
}

.price-description{
  font-size: 1.4rem;
  line-height: 2;
  padding: 1rem 3rem;
  padding-bottom: 5rem;
}


@media (max-width: 640px) {


.inline-form{
  flex-direction: column;
  padding: 0 2rem;
  }

  .inline-form input{
    width: 100%;
  }

  .inline-form::placeholder{
    color: var(--dark-black);
  }

  .inline-form-container .submit-area .btn{
    padding: 1.5rem 1rem;
  }

}