.pricing-box {
    float: left;
    width: 100%;
    position: relative;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.08);
    padding: 50px;
}
.pricing-head {
    float: left;
    width: 100%;
    position: relative;
}
.pricing-head h3 {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 20px;
}
.pricing-box2 .price-count {
    display: inline-block;
    margin-bottom: 15px;
}
.pricing-box2 .price-count h2 {
    font-size: 36px;
}
.price-count h2 strong {
    font-size: 15px;
    margin-left: -5px;
    color: #141b22;
    font-weight: 600;
}
.pricing-box2 .pricing-head p {
    margin-bottom: 10px;
    margin-top: 0;
}
.pricing-body {
    float: left;
}
.pricing-body li:first-child {
    margin-top: 0;
}
.pricing-btn {
    width: 60%;
    margin: auto;
}
.pricing-btn .btn {
    background: #125875;
    border-color: #125875;
}
.pricing-btn .btn::before {
    background: #ff7350;
    border-color: #ff7350;
}
.pricing-box2.active {
    background: #1fe0b3 !important;
}

.pricing-body li {
    margin-top: 15px;
    list-style: none !important;
}
.pricingBoxWraper .btn {
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 1;
    margin-bottom: 0;
    padding: 20px 30px;
    text-align: center;
    text-transform: unset;
    touch-action: manipulation;
    transition: all 0.3s ease 0s;
    vertical-align: middle;
    white-space: nowrap;
    position: relative;
    z-index: 1;
    text-transform: capitalize;
    background: #ff7350;
    border: 1px solid #ff7350;
    overflow: hidden;
}