html,
body {
    font-size: 15px;
    color: #505050;
    
    vertical-align: baseline;
    line-height: 25px;
    font-weight: 400;
    overflow-x: hidden;
}
p {
    margin: 0 0;
}
a {
    color: #4ab98b;
    transition: all 0.3s ease 0s;
    text-decoration: none !important;
    outline: none !important;
}
a:active,
a:hover {
    text-decoration: none;
    outline: 0 none;
    color: #333333;
}
ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
::-moz-selection {
    background: #4ab98b;
    text-shadow: none;
    color: #ffffff;
}
::selection {
    background: #4ab98b;
    text-shadow: none;
    color: #ffffff;
}


.pt-90 {
    padding-top: 60px !important;
}

/* ------------------------------------
02. Global CSS
---------------------------------------*/
.readon {
    position: relative;
    font-size:1.1rem;
    display: inline-block !important;
    background: #333333;
    padding: 13px 60px;
    line-height: normal;
    color: #ffffff !important;
    transition: all 0.3s ease 0s;
    border-radius: 30px;
    text-transform: capitalize !important;
    cursor: pointer;
    box-shadow: 0 6px 30px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 6px 30px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 6px 30px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 6px 30px rgba(0, 0, 0, 0.1);
}
.readon:hover,
.readon:focus {
    background: black;
}

.inner{
    width:100%;
    float:left;
    position:relative;
}



.pricingTable .holder{
    background: #fff;
    box-shadow: 1px 20px 12px -15px rgba(0,0,0,0.2);
    padding: 60px 15px;
    text-align: center;
    border: 2px solid rgba(0,0,0,0.05);
    transition:0.5s ease;
    border-radius: 10px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.pricingTable .holder:hover{
    transform:translateY(-5px);
    
}

.pricingTable .holder .hdng p{
    font-size:3.8rem;
    font-weight:bold;
    color:#333333;
}

.palnPrice {
    padding-top:60px !important;
    padding-bottom:30px !important;
}

.priceDuration{
    font-size: 0.8rem !important;
}

.priceCurrency{
    font-size: 0.8rem !important;
    vertical-align:top;
    position:absolute;
    margin-top:-20px;
    padding:3px;
    
}

.priceValue{
    font-size: 3.8rem !important;
    font-weight:bold;
}


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


.pricingTable .holder .info p{
    margin-bottom:15px;
    color:#333333;
    font-weight:14px;
}

.pricingTable .holder.active{
    background:#333333;
    margin-top: 10px;
    margin-bottom: 10px;
}

.pricingTable .holder.active .hdng p,
.pricingTable .holder.active .price p,
.pricingTable .holder.active .info p,
.pricingTable .holder.active .palnPrice{
    color:#fff;
}

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

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

.pricingTable .tabsBtnHolder ul{
    display:table;
    width:100%;
    max-width:326px;   
    border-radius:1.6666666667rem;
    margin:0px auto;
    margin-bottom:40px; 
    background:#333333;
    text-align:center;
    position:relative;
}

.pricingTable .tabsBtnHolder ul li{
    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:#4ab98b;
}

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

.invincibleDiv{
    display:none !important;
}

