#pricingtooi {
    text-align: center;
    background-color: #ffffff;
   margin-top:30px;
   margin-bottom:30px;
}

#pricingtooi .row-title {
    color: #7127ea;
    font-size: 30px;
    margin-bottom: 20px;
	font-weight:600;
	text-align:center;
}

#pricingtooi .row-subtitle {
    color: #336786;
    font-size: 15px;
    margin-bottom: 60px;
    text-align:center;
}

.pricingtooi-box {
    padding: 30px;
    -webkit-box-shadow: 0px 5px 33px 0px rgba(82, 156, 219,0.17);
    -moz-box-shadow: 0px 5px 33px 0px rgba(82, 156, 219,0.17);
    box-shadow: 0px 5px 33px 0px rgba(82, 156, 219,0.17);
    margin: 15px;
    position: relative;
    text-align: center;
}

.pricingtooi-box.best-seller:before {
    position: absolute;
    content: "";
    background-color: #ff5e2c;
    width: 8px;
    height: 26px;
    z-index: 999;
    top: 19px;
    right: -8px;
    -webkit-transform: skewY(10deg);
    -moz-transform: skewY(10deg);
    transform: skewY(10deg);
}

.pricingtooi-box .pricingtooi-icon {
    margin-bottom: 20px;
}
.green-color {
    color: #7127ea;
}

.pricingtooi-box.best-seller .pricingtooi-icon:before {
    position: absolute;
    content: "";
    background-color: #ff5e2c;
    width: 78px;
    height: 26px;
    z-index: 1000;
    right: 0;
    top: 20px;
    -webkit-transform: skewX(-30deg);
    -moz-transform: skewX(-30deg);
    transform: skewX(-30deg);
}

.pricingtooi-box .pricingtooi-icon .hsto, .pricingtooi-box .pricingtooi-icon .fa {
    font-size: 45px;
    border: 1px solid #e1e1e1;
    width: 100px;
    height: 100px;
    border-radius: 50px;
    padding-top: 28px;
}

.pricingtooi-box.best-seller .pricingtooi-icon:after {
    position: absolute;
    content: "";
    background-color: #ff5e2c;
    width: 78px;
    height: 26px;
    z-index: 1000;
    right: 0;
    top: 20px;
    -webkit-transform: skewX(30deg);
    -moz-transform: skewX(30deg);
    transform: skewX(30deg);
}

.pricingtooi-box .pricingtooi-title {
    font-weight: 400;
    font-size: 21px;
    color: #0b0c0c;
    margin-bottom: 10px;
}

.pricingtooi-box.best-seller .pricingtooi-title:before {
    position: absolute;
    content: "";
    background-color: #ff5e2c;
    width: 30px;
    height: 26px;
    z-index: 1000;
    right: -8px;
    top: 20px;
}

.pricingtooi-box.best-seller .pricingtooi-title:after {
    position: absolute;
    content: "Best Seller";
    color: #ffffff;
    z-index: 1001;
    top: 24px;
    right: 3px;
    font-size: 12px;
}

.pricingtooi-box .pricingtooi-details {
    margin-bottom: 30px;
}

.pricingtooi-box .pricingtooi-details ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.pricingtooi-box .pricingtooi-details ul li {
    font-size: 15px;
    color: #0b0c0c;
}

.pricingtooi-box .pricingtooi-amount {
    font-size: 15px;
    color: #000;
    margin-bottom: 40px;
}

.pricingtooi-box .pricingtooi-amount .price {
    font-weight: bold;
    font-size: 21px;
    color: #5551ef;
}

.pricingtooi-box.green-after:after {
    background-color: #7127ea;
}
.pricingtooi-box:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 4px;
    left: 0;
    bottom: 0;
    -webkit-transform-origin: center;
    -moz-transform-origin: center;
    transform-origin: center;
    -webkit-transform: scale(0,1);
    -moz-transform: scale(0,1);
    transform: scale(0,1);
    transition: all 0.3s ease 0.0s;
}

.green-button {
    padding: 7px 16px;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    border-radius: 6px;
    background-color: #f7fcef;
    color: #7127ea;
    border: 1px solid #7127ea;
    display: inline-block;
}

.pricingtooi-box.green-after:after {
    background-color: #7127ea;
}

.pricingtooi-box:hover:after {
    -webkit-transform: scale(1,1);
    -moz-transform: scale(1,1);
    transform: scale(1,1);
    transition: all 0.3s ease 0.0s;
}
.pricingtooi-box:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 4px;
    left: 0;
    bottom: 0;
    -webkit-transform-origin: center;
    -moz-transform-origin: center;
    transform-origin: center;
    -webkit-transform: scale(0,1);
    -moz-transform: scale(0,1);
    transform: scale(0,1);
    transition: all 0.3s ease 0.0s;
}

.pricingtooi-box:hover {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    transform: scale(1.05);
}
.pricingtooi-box.pink-after:after {
    background-color: #ff5e2c;
}

.pricingtooi-box.purple-after:after {
    background-color: #7127ea;
}