/*------ price tables------------------------------------------------*/
.price-item {
    float: right;
    /*width: 33.3%;*/
    position: relative;
    z-index: 1;
    overflow: hidden;
    border-radius: 10px;
}

.price-item:hover, .best-price {
    box-shadow: 0px 0px 90px 0px rgba(0, 0, 0, 0.07);
    z-index: 2;
}

.best-price {
    top: -30px;
}

.price-item:hover {
    z-index: 3;
}

.price-head {
    float: left;
    width: 100%;
    padding: 32px 20px 80px;
    position: relative;
    border-radius: 10px 10px 0 0;
    overflow: hidden;
}

.price-head .footer-wave {
    bottom: -12px;
    left: 0;
    height: 100px;
    opacity: 1;
    z-index: 10;
}

.price-head .footer-wave.footer-wave2 {
    opacity: 0.3;
    bottom: 10px;
}

.price-head h3 {
    color: #fff;
    position: relative;
    z-index: 2;
    font-size: 18px;
    font-weight: 800;
    border: 2px solid #ffffff9e;
    display: inline-table;
    padding: 10px 40px;
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.11);
    overflow: hidden;
}

.price-head-decor {
    position: absolute;
    bottom: 70px;
    left: 20px;
    color: #fff;
    opacity: 0.2;
    font-size: 54px;
}

.price-num {
    padding: 10px 15px 0;
    overflow: hidden;
}

.price-num:before {
    content: '';
    position: absolute;
    left: 50%;
    top: -35px;
    width: 50px;
    height: 50px;
    margin-left: -25px;
    border-radius: 100%;
    z-index: 10;
    -webkit-transform: translate3d(0, 0, 0);
}

.price-num span.curen {
    position: relative;
    top: -32px;
    padding-right: 0;
    font-weight: 400;
    font-size: 19px;
}

.price-num-item {
    font-size: 50px;
    position: relative;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.81);
    display: inline-table;
}

.price-desc ul li {
    float: left;
    width: 100%;
    padding: 18px 20px;
    color: #000000;
    font-weight: 800;
    font-size: 12px;
    text-align: right;
}
.price-desc ul li .value {
    float: left;
}

.pri ce-desc ul li:nth-child(2n+1) {
    background: #f9f9f9;
}

.price-desc ul li:last-child {
    border-bottom: 1px solid #eee;
}

.price-link {
    display: inline-table;
    padding: 10px 30px;
    color: #fff;
    border-radius: 6px;
    font-size: 14px;
    position: relative;
    margin: 15px 0 20px;
    font-weight: 800;
}

.price-link:before {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    background: #fff;
    opacity: 0;
    border-radius: 100%;
    right: 20px;
    bottom: 30px;
    transition: all .4s ease-in-out;
    transform: scale(0.0);
}

.price-link:hover:before {
    opacity: 0.2;
    transform: scale(4.0);
}

.price-content {
    background: #fff;
    border: 1px solid #eee;
    border-top: none;
    overflow: hidden;
    z-index: 20;
    box-sizing: border-box;
    border-radius: 0 0 10px 10px;
}

.pricing-wrap {
    margin: 30px 0;
}

.pricing-switcher {
    text-align: center;
    position: relative;
}

.pricing-switcher .fieldset {
    display: inline-block;
    position: relative;
    padding: 2px;
    border-radius: 6px;
    margin-bottom: 10px;
    box-shadow: 0px 0px 90px 0px rgba(0, 0, 0, 0.07);
}

.pricing-switcher input[type="radio"] {
    position: absolute;
    opacity: 0;
    left: -1000px;
}

.pricing-switcher label {
    position: relative;
    z-index: 1;
    display: inline-block;
    float: left;
    width: 210px;
    height: 46px;
    line-height: 46px;
    cursor: pointer;
    font-weight: 600;
    font-size: 11px;
    color: #fff;
    transition: all 400ms ease-out;
}

.pricing-switcher .switch {
    position: absolute;
    top: 5px;
    left: 5px;
    height: 40px;
    width: 210px;
    background: #fff;
    border-radius: 6px;
    transition: all 300ms ease-out;
}

.pricing-switcher input[type="radio"]:checked + label + .switch,
.pricing-switcher input[type="radio"]:checked + label:nth-of-type(n) + .switch {
    -webkit-transform: translateX(204px);
    transform: translateX(204px);
}

.pricing-switcher input[type="radio"]:checked + label {
    color: #7d93b2;
}

.price-num span.curen {
    position: relative;
    top: -30px;
    right: -10px;
    padding-right: 7px;
    font-weight: 800;
    font-size: 17px;
}

.price-num-desc {
    color: #fff;
    display: inline-table;
    font-size: 13px;
    font-weight: 400;
    position: relative;
    overflow: hidden;
}

.mouth-cont {
    z-index: 1;
    opacity: 1;
    position: relative;
}

.year-cont {
    position: absolute;
    left: 0;
    opacity: 0;
    top: 0;
    z-index: 2;
}

.year-cont, .year-sale, .price-item {
    transition: all 300ms ease-out;
}

.year-sale {
    position: absolute;
    top: 60px;
    right: 30px;
    font-size: 36px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.41);
    opacity: 0;
}

.year-mont .year-sale {
    opacity: 1;
    top: 80px;
}

.year-mont .mouth-cont {
    opacity: 0;
}

.year-mont .year-cont {
    opacity: 1;
}

.year-mont .price-num-item .year-cont {
    left: -30px;
}

.recomm-price {
    margin: 0 0 20px;
    font-weight: 400;
    color: #7d93b2;
    font-size: 12px;
    position: absolute;
    left: 50%;
    bottom: -20px;
    margin-left: -90px;
    width: 180px;
    background: #f9f9f9;
    padding: 15px 0;
    border-radius: 20px 20px 0 0;
    border: 1px solid #eee;
    box-shadow: 0 -4px 15px rgba(0, 0, 0, 0.05);
}

.recomm-price i {
    margin-right: 10px;
}

.rec-link {
    margin-bottom: 85px;
}

.align-titile h4 {
    position: relative;
    top: 30px;
    text-align: left;
    font-weight: 600;
    color: #7d93b2;
    font-size: 19px;
    display: block;
}

.client-item {
    padding: 0 20px;
    display: block;
}

.client-item img {
    width: 100%;
    height: auto;
    transition: all 300ms linear;
}

.cc-btn {
    position: absolute;
    top: 50%;
    width: 36px;
    height: 36px;
    line-height: 36px;
    margin-top: -18px;
    border-radius: 100%;
    background: #fff;
    border: 1px solid #eee;
    box-sizing: border-box;
    z-index: 20;
    cursor: pointer;
}

.clients-carousel-wrap {
    padding: 0 20px;
}

.cc-btn.cc-next {
    right: 0;
}

.cc-btn.cc-prev {
    left: 0;
}

.price-item {
    padding: 0 10px;
    margin-bottom: 20px;
}
.price-item .price-head {
    box-shadow: 0 1px 6px 0 rgba(0,0,0,.1);
}
.price-content {
    border: 1px solid #bebebe;
    box-shadow: 0 1px 0 0 rgba(0,0,0,.1);
    border-bottom: 0;
    border-top: 0;
}
.rating i.filled {
    color: #FACC39;
}

.feature.no-support span {
    text-decoration: line-through;
    color: #cf1111;
}

.value {
    padding: 2px 10px;
    color: #fff;
    vertical-align: baseline;
    border-radius: .25em;
    margin: 0 3px;
    background-color: #428bca;
    min-width: 40px;
    text-align: center;
}
.value.small {
    font-size: 11px;
}
.value.special{
    background-color: #5cb85c;
}

.features-box p{
    font-weight: 800;
    color: #666666;
    font-size: 13px;
    line-height: 30px;
}

@media(max-width: 500px) {
    .features-box-container .features-box{
        padding-right: 15px;
        padding-top: 100px;
    }
    .features-box .time-line-icon {
        right: 40%;
    }
}