p {
    margin: 0 0;
}
a {
    color: #354e9c;
    transition: all 0.3s ease 0s;
    text-decoration: none !important;
    outline: none !important;
}
a:active,
a:hover {
    text-decoration: none;
    outline: 0 none;
    color: #252525;
}
ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
::-moz-selection {
    background: #354e9c;
    text-shadow: none;
    color: #ffffff;
}
::selection {
    background: #354e9c;
    text-shadow: none;
    color: #ffffff;
}


/* ------------------------------------
02. Global CSS
---------------------------------------*/
.pricingTable .btn-primary:hover {
    background: #000000;
    border-color: #000000;
    color: #ffffff !important;
}
.inner{
    width:100%;
    float:left;
    position:relative;
}

.pricingTable .holder{
    background: #f5f5f5;
    padding: 40px 15px;
    text-align: center;
    transition:0.5s ease;
    border-radius: 1rem;
    height: 100%;
}

.pricingTable .holder:hover{
    transform:translateY(-5px);
    
}
.pricingTable .holder .title p{
    font-size:28px;
    font-weight:bold;
    color:#000;
}

.pricingTable .holder .img img{
    width:70%;
}

.pricingTable .holder .price p{
    color:#000; 
}
.pricingTable .holder .price>p+p{
    color:#252525;
    margin-bottom: 25px;
}

.pricingTable .holder .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:#252525;
}
.pricingTable .popular{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    border-radius: 0.5rem 0.5rem 0 0;
    background: #fbdbd8;
    border: 2px solid #fbdbd8;
    padding: 5px;
}
.pricingTable .holder.active {
    background: #ffffff;
    border: 2px solid rgba(233, 77, 62, 0.2);
    -webkit-box-shadow: 0 4px 40px rgb(0 0 0 / 8%);
    box-shadow: 0 4px 40px rgb(0 0 0 / 8%);
    transform: scale(1.05);
    z-index: 9;
}
/*
.pricingTable .holder.active .title p,
.pricingTable .holder.active .price p,
.pricingTable .holder.active .info p{
    color:#fff;
}*/

.pricingTable .holder.active .readon{
    background:#fff;
    color:#354e9c!important;
}

.pricingTable .holder.active .readon:hover{
    background:#252525;
    color:#fff!important;
}

.pricingTable .tabsBtnHolder {    
    margin-top: 2rem;
    margin-bottom: 2rem;
}
.pricingTable .tabsBtnHolder ul {
    /*float: left;
    display: block;*/
    width: 100%;
    max-width: 326px;
    border-radius: 3rem;
    /*margin: 0px auto;
    margin-top: 2rem;*/
    background: #e5e5e5;
    text-align: center;
    position: relative;
    padding: 0.5rem;
}

.pricingTable .tabsBtnHolder ul li{
    float:left;
    width:calc(100% / 2);
    display:inline-block;
    transition:0.4s ease;
}

.pricingTable .tabsBtnHolder ul li p{
    color:#000000;
    opacity: .4;
    padding:1rem;
    z-index:10;
    position:relative;
    cursor:pointer;
}

.pricingTable .tabsBtnHolder ul li p.active{
    color:#000000;
    opacity: 1;
}

.pricingTable .tabsBtnHolder ul li.indicator{
    position: absolute;
    top: 50%;
    left: 4px; /*163px*/
    background: #fff;
    height: calc(100% - 8px);
    transform: translateY(-50%);
    border-radius: 3rem;
    width: 161px;
    z-index:9
}
/**/