.pricing-box {
    text-align: center;
    margin-bottom: 30px;
    position: relative;
    background: #fff;
    box-shadow: 0 0 9px 0px #33333321;
    border-radius: 4%;
    /* height: 500px; */
    /* width: 500px; */
    overflow: hidden;
    border: 5px solid #fff;
  }
  .pricing-box .price {
    font-size: 23px;
    font-weight: bold;
    margin-bottom: 0!important;
    background: #fff0;
    margin: 0;
    padding: 4px;
    color: #ff7f00;
    border-radius: 0;
  }
  .pricing-box .package-details {
    margin-bottom: 0;
  }.pricing-box .package-details h3{
    color: #ff7f00;
    font-size: 24px;
    line-height: 0;
}  .pricing-box .buy-btn:hover {
    background: #ff7f00;
    color: #fff;
}
  .pricing-box .buy-btn {
    font-size: 12px;
    width: 100%;
    background: #ffdfc0;
    color: #ff7f00;
    border-radius: 60px;
    position: relative;
    border-top: 2px solid;
    font-weight: bold;
    margin: 5px;
    padding: 12px 31px;
  }.background-curve img{
    width: 88px;
    margin-top: 29px;
}
  .background-curve {
    left: 0;
    width: 100%;
    background: #adadad3b;
  }
.listpack {
  
margin-bottom: 11px;
}
.listpack ul li{
    font-size: 12px;
    list-style: none;
    text-align: center;
    padding: 9.5px;
}.listpack ul :nth-child(even){background: #e5e5e5;}

.listpack ul{
    padding: 0;
}
 /* موبایل ها */  
@media only screen and (max-width: 767px) {  
 .pricing-box {
    width: 100%;
    border-radius: 4%;
  }
  .pricing-box .buy-btn{position:relative;}
  .pricing-box{height:auto;}
}  
