     .package hr{
            margin-top:6px ;
        }
    .box_icon {
    
    border-radius: 50%;
    display: table;
    height: 100px;
    margin: auto auto;
        margin-top: 0px;
    width: 180px;
    margin-top: -61px;
}
.box_icon img{
  margin:auto
}
.plan-container:before {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 80%;
    background: #fff;
    height: 50px;
    border-radius: 10px 10px 0 0;
    top: -27px;
    box-shadow: 3px 3px 10px rgba(0,0,0,0.5);
    z-index: -1;
}
.plan-container:after {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 90%;
    background: #fff;
    height: 50px;
    border-radius: 10px 10px 0 0;
    top: -15px;
    box-shadow: 3px 3px 10px rgba(0,0,0,0.5);
    z-index: -1;
}
 .plan-container .head1 {
    background: url(../../page-elements/images/1_pbg.jpg) no-repeat;
    background-size: cover;
}
.plan-container .head2 {
    background: url(../../page-elements/images/2_pbg.jpg) no-repeat;
    background-size: cover;
}
.plan-container .head3 {
    background: url(../../page-elements/images/3_pbg.jpg) no-repeat;
    background-size: cover;
}
.plan-container .head4 {
    background: url(../../page-elements/images/4_pbg.jpg) no-repeat;
    background-size: cover;
}.plan-container .plan-details .plan-title{
   min-height:70px;
}
.plan-container .plan-details li{
    text-align: center;
}
.plan-container .plan-details .old-price{

   text-decoration: line-through; 
   color:#cc0000;
}
.plan-container .plan-details .new-price{
  
   text-decoration: none !important;
    font-size: 18px;
    font-weight: 900; 
    color:#15a7ff;
}
.plan-container .plan-footer {
    border: 1px solid #eaeaea;
    padding: 20px 0px 0px 0px;
    border-left: none;
    border-right: none;
}
.plan-container  .plan-footer .pkg-stfd,
.plan-container  .plan-footer .pkg-rate {
    width: 100%;
    font-size: 12px;
    color: #a1a0a0;
    line-height: 18px;
    text-align:center;
}
.plan-container  .plan-center{
  padding:10px 0px;
}
.plan-container  .plan-footer .pkg-stfd span {
    color: #000;
    display: block;
    font-size: 15px;
    font-weight: bold;
    
}
.plan-container  .plan-footer .pkg-rate  span {
    display: block;
    color: #FFD300;
    text-shadow: 1px 1px 0px rgba(0,0,0,0.5);
    font-size: 11px;
    
}
.plan-container  .plan-footer .pkg-rate  span i {
    padding: 0 1px;
}
.buy-now{
  background-color: #009048 !important;
}
.cbox {
   font-size: 16px;
 }
 .plan-container .plan-details .plan-title h1,h2,h3,h4,h5{
  padding:0px !important;
}
.plan-container .plan-details p {
    border-top: 2px solid #e8edef;
    padding: 5px 0;
    font-weight: bold;
    color: #5f5f5f;
}