/* body{
  min-height: 100vh;
  padding: 20px;
  background: linear-gradient(0deg, rgba(240,101,36,0.6727065826330532) 0%, rgba(255,100,100,1) 100%);
} */

.gradient-blue-bg{
    background: linear-gradient(0deg, rgb(61 99 160) 0%, rgb(140 182 249) 100%);
}
.gradient-blue-bg-22{
    background: linear-gradient(0deg, rgb(61 99 160) 0%, rgb(140 182 249) 100%);
}

.w-10{width: 30% !important}

.tableActiveBox{
  z-index: 2;
  top: 0;
  background: #effdf3 !important;
  border: 10px solid #4b8823;
  border-width: 3px;
  padding: 30px 20px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 10px 9px 12px #000 !important;
  -webkit-box-shadow: 10px 9px 12px #000 !important;
  box-shadow: 10px 9px 12px #000 !important;
  /*
  -moz-box-shadow: 20px 0 10px -10px rgba(0, 0, 0, 1), -20px 0 10px -10px rgba(0, 0, 0, 1);
  -webkit-box-shadow: 20px 0 10px -10px rgba(0, 0, 0, 1), -20px 0 10px -10px rgba(0, 0, 0, 1);
  box-shadow: 20px 0 10px -10px rgba(0, 0, 0, 1), -20px 0 10px -10px rgba(0, 0, 0, 1);*/
}
.packagesModel-section .card-title{
  margin-bottom: .1rem;
}
.packagesModel-section .card-text, .packagesModel-section p{
  margin-bottom: 0.4rem;
}

.wrapper{
  max-width: 1090px;
  width: 100%;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.wrapper .table{
  background: #fff;
/*  width: calc(33% - 20px);*/
  padding: 30px 30px;
  position: relative;
  box-shadow: 0 5px 10px rgba(0,0,0,0.1);
  text-align: center;
}

/*.packagebasicBlock-heading h2{
  height: 77px;
  max-height: 100%;
  margin-bottom: 0.5rem;
}*/

.table .price-section{
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.table .price-area{
  height: 120px;
  width: 155px;
  border-radius: 50%;
  padding: 2px;
}

.aj_p{
  text-align: center;
}

p.aj_des {
  color: grey;
  padding-bottom: 30px;
  font-size: 14px;
}

.table.premium {
  margin: -20px;
}

.premium_all {
  padding-top: 22px;
}

.font-20 h2{
    font-size: 20px;
    cursor: pointer;
}

.price-area .inner-area{
  height: 100%;
  width: 100%;
  line-height: 117px;
  text-align: center;
  color: #fff;
  position: relative;
}

.price-area .inner-area .text{
  font-size: 25px;
  font-weight: 400;
  position: absolute;
  top: 0px;
  left: 5px;
}

.price-area .inner-area .price{
  font-size: 45px;
  font-weight: 500;
  margin-left: 16px;
}

.table .package-name{
  width: 100%;
  height: 2px;
  margin :35px 0;
  position: relative;
}

.table .features li{
  margin-bottom: 15px;
  list-style: none;
  display: flex;
  justify-content: space-between;
}

.features li .list-name{
  font-size: 17px;
  font-weight: 400;
  text-align: left;
}

.features li .icon{
  font-size: 15px;
}

.features li .icon.check{
  color: #2db94d;
}

.features li .icon.cross{
  color: #cd3241;
}

.table .btn{
  width: 100%;
  display: flex;
  justify-content: center;
}

.table .btn button{
  width: 80%;
  height: 50px;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  border: none;
  outline: none;
  border-radius: 25px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.table .btn button:hover{
  border-radius: 5px;
}

.basic ::selection,
.basic .price-area,
.basic .inner-area,
.basic .head_tab h2{
  color:red;
}

.basic .btn button{
  background: red;
  color: #fff;
  margin-top: -75px;
}

.basic .btn button:hover{
  background: rgba(240, 101,36);
  color: #fff;
}

.premium ::selection,
.premium .price-area,
.premium .inner-area,
.premium .head_tab h2{
  color:#ba24f0;
}

.premium .btn button{
  background: #ba24f0;
  color: #fff;
  margin-top: -75px;
}

.premium .btn button:hover{
  background: rgba(240, 101,36);
  color: #fff;
}

.ultimate ::selection,
.ultimate .price-area,
.ultimate .inner-area,
.ultimate .head_tab h2{
  color:#f5b55a;
}

.ultimate .btn button{
  background: #f5b55a;
  color: #fff;
  margin-top: -75px;
}

.ultimate .btn button:hover{
  background: rgba(240, 101,36);
  color: #fff;
}

.wrapper .table{
    width: auto;
  }
  .packagebasicBlock-heading {
    margin-top: 20px;
  }
  .packagebasicBlock-heading h2{
    height: 77px;
    max-height: 100%;
    margin-bottom: 0.5rem;
  }
  .aj_p p{
    height: 73px;
    max-height: 100%;
  }
  .price-area .inner-area{
    text-align: left;
  }
  .table .price-area{
     width: auto; 
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .price-area .inner-area .text{
    top: 0;
  }
  .price-area .inner-area .price {
    margin-left: 20px;
  }
  .features{
    height: 210px;
    max-height: 100%;
    /*overflow: scroll;*/
    overflow-x: hidden;
  }
  .package_detail_view_btn{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 6px;
  }

  @media (max-width:767px){
    .packagebasicBlock-heading {
      padding: 0 21px;
        min-height: 77px;
        max-height: max-content;
        margin-bottom: 0.5rem;
    }
    .packagebasicBlock-heading h2{
      font-size: 27px;
    }
    .aj_p p{
      min-height: 73px;
      max-height: 100%;
    }
    .features{
      min-height: 125px;
      max-height: 100%;
    }
    .package_detail_view_btn{
      position: relative;
      left: 0;
      right: 0;
      bottom: 6px;
    }
  }

@media (max-width:756px){
  .wrapper .table{
    width: 100%;
  }

  .table.premium{
    margin: 40px 0px;
  }
  .table.ultimate{
    margin: 0px;
  }
}

::selection{
  color:#fff;
}

.table .ribbon{
  width: 100%;
  height: 46px;
  position: absolute;
  top: 0px;
  left: 0px;
  overflow: hidden;
}

.table .ribbon::before,
table .ribbon::after{
  position: absolute;
  content: "";
  z-index: -1;
  display: block;
  border: 7px solid #ba24f0;
  border-top-color: transparent;
  border-left-color: transparent;
}

.table .ribbon::before{
  top: 0px;
  right: 15px;
}

.table .ribbon::after{
  bottom: 15px;
  left: 0px;
}

.table .ribbon span{
  position: absolute;
  top:0;
  right: 0;
  left: 0;
/*  transform: rotate(-45deg);*/
  width: 100%;
  background: #ba24f0;
  padding: 10px 0;
  color: #fff;
  font-weight: 700;
  text-align: center;
  font-size: 17px;
  box-shadow: 0 5px 10px rgba(0,0,0,0.12);
}

.packagesModel-section{
  padding: 10px;
  border: 1px solid #dadee0;
  border-radius: 5px;
  margin-bottom: 10px;
}
.packagesModel-section .badge{
  margin: 5px 0;
}
.height490-scroll {
  max-height: 495px;
  overflow-y: scroll;
}
@media (min-width: 992px){
  .modal-xl {
    max-width: 90vw;
  }
}
@media (min-width:1200px){
  .wrapper .table{
    padding: 30px 10px;
  }
}
@media (min-width: 1400px){
  .packagebasicBlock-heading h2{
    min-height: 77px;
    max-height: 100%;
    margin-bottom: 0.5rem;
  }
}