
p {
    margin: 0 0;
}
a {
    color: #8f1f5a;
    transition: all 0.3s ease 0s;
    text-decoration: none !important;
    outline: none !important;
}
a:active,
a:hover {
    text-decoration: none;
    outline: 0 none;
    color: #242526;
}
ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
::-moz-selection {
    background: #8f1f5a;
    text-shadow: none;
    color: #ffffff;
}
::selection {
    background: #8f1f5a;
    text-shadow: none;
    color: #ffffff;
}



/* ------------------------------------
02. Global CSS
---------------------------------------*/


.inner{
    width:100%;
    float:left;
    position:relative;
}



.pricingTable .holder{
    background: #fff;
    box-shadow: 1px 20px 12px -15px rgba(0,0,0,0.2);
    padding: 40px 15px;
    text-align: center;
    border: 1px solid rgba(0,0,0,0.05);
    transition:0.5s ease;
    border-radius: 0px 0px 15px 15px;
}

.pricingTable .holder:hover{
    transform:translateY(-5px);
    
}

.pricingTable .holder-head{
    background: #8f1f5a;
    box-shadow: inset 0px -20px 11px -8px rgb(0 0 0 / 24%);
    padding: 40px 15px;
    text-align: center;
    border: 1px solid rgba(0,0,0,0.05);
    border-radius: 15px 15px 0px 0px;
   
}



.pricingTable .holder-head .hdng p{
    font-size:28px;
    font-weight:bold;
    color:#fff;
}

.pricingTable .holder-head .img img{
    width:70%;
}

.pricingTable .holder-head .price p{
    color:#fff;
    margin-bottom:25px;    
}

.pricingTable .holder-head .price p b{
    font-size:40px;
    font-weight:bold;
}

.pricingTable .holder .price p span{
    font-size:18px;
}

.pricingTable .holder .info p{
    margin-bottom:15px;
    color:#242526;
    font-weight:14px;
}





.pricingTable .holder.active .readon:hover{
    background:#242526;
    color:#fff!important;
}

.pricingTable .tabsBtnHolder ul{
    float:left;
    display:block;
    width:100%;
    max-width:326px;   
    border-radius:1.6666666667rem;
    margin:0px auto;
    margin-bottom:40px; 
    background:#8f1f5a;
    text-align:center;
    position:relative;
}

.pricingTable .tabsBtnHolder ul li{
    float:left;
    width:calc(100% / 2);
    display:inline-block;
    transition:0.4s ease;
}

.pricingTable .tabsBtnHolder ul li p{
    color:#fff;
    padding:10px 15px;
    z-index:10;
    position:relative;
    cursor:pointer;
}

.pricingTable .tabsBtnHolder ul li p.active{
    color:#8f1f5a;
}

.pricingTable .tabsBtnHolder ul li.indicator{
    position: absolute;
    top: 50%;
    left: 2px; /*163px*/
    background: #fff;
    height: calc(100% - 4px);
    transform: translateY(-50%);
    border-radius: 1.5333333333rem;
    width: 161px;
    z-index:9
}

.info .accordion-button:focus {
    border-color: #8f1f5a;
    box-shadow: 0 0 0 0.25rem rgb(255 255 255 / 26%);
}

.info .accordion-button:not(.collapsed) {
    color: #8f1f5b;
    background-color: #ffffff29;
}

.info .accordion .accordion-body .feature-no{
    display: inline-block;
    width: 19px;
    background-color: #eb0000;
    border-radius: 50%;
    color: rgb(255 255 255);
    font-weight: 900;
    font-size: 13px;
    margin-right: 10px;
    
}
.info .accordion .accordion-body .feature-yes{
    display: inline-block;
    width: 19px;
    background-color: #0d9b00;
    border-radius: 50%;
    color: rgb(255 255 255);
    font-weight: 900;
    font-size: 13px;
    margin-right: 10px;
}

.info .accordion .accordion-body ul hr{
    margin: 0.6rem 0;
    color: #8f1d58;
}
.info .accordion  .accordion-item {
    background-color: none;
    border: none;
}

.feature-list{
    text-align: left;
}