.feature-table-container{
    width:100%;
    position: relative;
    margin-top: 30px;


}

.feature-table-container ul{
margin-left:0px!important;
padding-left: 0px!important;
margin-bottom: 0px!important;
}
.feature-table-container a{
text-decoration:none!important;    
}

.feature-table-container * {
  box-sizing: border-box;
}

.feature-table-price .header img{
width:100px;
       display: block;
    margin: -30px auto 0 auto;
    
}
.feature-table-title{
    font-family: Helvetica,Arial,sans-serif;
  font-size: 18px;
  font-weight:bold;
  display: table;
  height:140px;
}




.feature-table-title span{
    display: table-cell;
    vertical-align: middle;
}

.feature-table-img{
display:block;
}
.feature-table-img:after {
    display:block;
    clear:both;
    content : "";
    position: relative;
    left    : 0;
    bottom  : 0;
    max-width:30px;
    height  : 1px;
    width   : 50%;  
    border-bottom:1px solid #e2000f;
    margin:0 auto;
    padding:4px 0px;
}

.feature-table-columns {
  float: left;
  width: 33%;
  border: 1px solid #eee;
  border-top: 0px;
   
}

.feature-table-price {
  list-style-type: none;
  border: 1px solid transparent;
  border-top: 0px;
  margin: 0;
  padding: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
 
}

.feature-table-price ul{
    margin-bottom: 0px!important;
    padding-left: 0px!important;
}


.cat-item-description a{
    color: #fff!important;
}


.feature-table-price:hover {
  box-shadow: 0 8px 12px 0 rgba(0,0,0,0.2);
   cursor: pointer;
   border: 1px solid #e9393b;
   border-top: 0px;
}

.feature-table-price .header {
  color: black;
  font-size: 15px;
  font-weight: bold;
}

.feature-table-price li {
  
  padding: 10px 5px;
  text-align: center;
}

.feature-table-price li:last-child{
    border-top: 1px solid #eee;
    padding: 20px 5px;
}

.feature-table-price .grey {
  background-color: #f18d41;
  
}


.feature-table-button{
display: inline-block;
    padding: 10px 5px;

  width: 200px; 
  line-height: 20px;
      font-size: 12px;
  font-family: sans-serif;
  text-decoration: none;
  color: #ffffff;
      background: #13a93a;
    box-shadow: 0 5px 21px 0 rgba(19,169,58,.45);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  letter-spacing: 2px;
  text-align: center;
  position: relative;
  transition: all .35s;
    border-bottom: none!important;

    text-transform: uppercase;
    font-family: Helvetica,Arial,sans-serif;
     
}

.feature-table-button:hover{
  color: #fff;
  border-radius: 50px;
  box-shadow: 0 5px 21px 0 rgba(0,0,0,.45);
}

.feature-table-button span{
 

  display: inline-block;
    position: relative;
    opacity: 1;
    padding-right: 18px;
}

.feature-table-button span:before {
    opacity: 1;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translate(0,-50%);
    transform: translate(0,-50%);
    content: "➜";
    font-size: 14px;
    font-family: FontAwesome;
    color: #fff;
    line-height: 1;
    transition: .3s ease-in-out;
}

.feature-table-button:hover span{
    visibility: hidden;
}

.feature-table-button:after{
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #000000;
  transition: all .35s;
border-radius: 50px;

}


.feature-table-button:hover:after{
  width: 100%;
  position: absolute;
 
  content: "➔";
  font-size:25px;
  color:#13a93a;
}

 

.jh-feature-button-left {
 
display:none;
}
.jh-feature-button-right{
    
  display:none;
}

.jh-feature-box {display:inherit;}
.jh-animate-fading {
    animation: opac 0.8s;
}@keyframes opac{from{opacity:0} to{opacity:1}}

:root {
  --star-size: 20px;
  --star-color: #ccc;
  --star-background: #fc0;
}

.css-stars {
  --percent: calc(var(--rating) / 5 * 100%);
  display: inline-block;
  font-size: var(--star-size);
  font-family: Times;
  line-height: 1;
}

.css-stars::before {
    content: '★★★★★';
    letter-spacing: 3px;
    background: linear-gradient(90deg, var(--star-background) var(--percent), var(--star-color) var(--percent));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }



@media only screen and (max-width: 600px) {
    
    
    
    .circle{
    background-color: #fff;
    border:1px solid #e9393b;
    border-radius: 50px;
    height: 50px;
    position: absolute;
    display: inherit;
    top: 200px;
    width: 50px;
  
   
}
.circle:hover{
background-color: #fff;
}

.circle_inner{
    position: relative;
    height: 100%;
    
}
.circle_inner:before{
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
 
    border-width: 10px 0 10px 20px;
    border-color: transparent transparent transparent #e9393b;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -10px 0 0 -7px;
}
    
    
    
    .feature-table-button{
        font-size: 12px;
        width:200px;
    }
    
    .banner-item-btn {
        max-width:200px;
    }
    
    
  .feature-table-columns {
    width: 100%;
       
  }
  
 .jh-feature-box {display:none;}

.jh-feature-button:hover{
        background-color: transparent;
}
.jh-feature-button{
    top: 35%;
     display:inherit;
    position: absolute;
    border-radius: 50%;
    color: #e9393b;
    width: 59px;
    height: 59px;
    background:transparent;
    font-size: 16px;
}
.jh-feature-button-left {
transform: rotate(180deg);
 -ms-transform: rotate(180deg);
    
  left: 15px;

}


.jh-feature-button-right{
   
    
    right: 15px;

}
  
}



/* new button */

.cat-item-description.item-btn .banner-item-btn {
    max-width: 90%;
}
.cat-item-description .banner-item-btn {
   
    position: relative;
    z-index: 5;
}



.jh-feature-table-btn {
    position: relative;
    padding: 11px 10px;
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    font-family: montserratsemibold,Helvetica,Arial,sans-serif;
    font-size: 12px;
    color: #fff;
    background: #13a93a;
    transition: .3s ease-in-out;
    cursor: pointer;
    box-shadow: 0 5px 21px 0 rgba(19,169,58,.45);
    -webkit-transform: translateY(0);
    transform: translateY(0);
    max-width: 90%;
    overflow: hidden;
    border-bottom: 1px solid transparent!important;
    color:#fff!important;
        margin-bottom: 0px!important;
}

.jh-feature-table-btn:before {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    opacity: 0;
    content: '➔';
    font-size: 30px;
    font-family: Arial;
    color: #13a93a;
    z-index: 3;
    -webkit-transition: all 0s ease 0s;
    transition: all 0s ease 0s;
}



.jh-feature-table-btn span {
    display: inline-block;
    position: relative;
    opacity: 1;
    padding-right: 22px;
}

.jh-feature-table-btn:after {
    content: '';
    background-color: #000;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 0;
    display: block;
    z-index: 2;
    transition: .3s ease-in-out;
}

.jh-feature-table-btn span:before {
    opacity: 1;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translate(0,-50%);
    transform: translate(0,-50%);
    content: "➜";
    font-size: 14px;
    font-family: FontAwesome;
    color: #fff;
    line-height: 1;
    transition: .3s ease-in-out;
}

.jh-feature-table-btn:hover {
    box-shadow: none;
    border-radius: 30px;
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
    transition: .3s ease-in-out
}

.jh-feature-table-btn:hover:after {
    width: 100%
}

.jh-feature-table-btn:hover:before {
    opacity: 1;
    -webkit-transition: all .25s ease-in-out .1s;
    transition: all .25s ease-in-out .1s
}

.jh-feature-table-btn:hover span {
    opacity: 0
}

.jh-feature-table-btn:hover span:before {
    opacity: 0;
    transition: .3s ease-in-out
}

/* new button 2 */

.jh-easy-buttons{
text-align:center;
}

.jh-button-2 {
    border-bottom: 4px solid #348d24!important;
    border-radius: 4px;
    border-top-color: #fff;
    border-right-color: #fff;
    border-left-color: #fff;
    background-image: none !important;
    background-color: #32a91d !important;
        padding: 12px 15px;
    font-size: 18px;
    color:#fff;
        display: inline-block;
}

.jh-button-2:hover{
color:#ffffff;
}
.jh-button-icon {
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1em;
    vertical-align: middle;
    stroke-width: 0;
    stroke: currentColor;
    fill: currentColor;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}