.for-shadow {
    /* box-shadow: 0 0.1rem 1rem 0.25rem rgb(0 0 0 / 23%) !important; */
}

#pills-tab {
    border: 1px solid #48771b;
    background-color: #f6f8fc !important;
}

.nav-item>a:hover {
    background-color: #48771b !important;
    color: white !important;
}

.price-background {
    background-color: #f6f8fc;
    color: #3F4254 !important;
}

.pricing-background {
    padding: 0px 27px;
    background-color: white;
    margin-bottom: 50px;
    box-shadow: 0 0.1rem 1rem 0.25rem rgb(0 0 0 / 23%) !important;
    transition: transform .2s;
}

.pricing-background:hover {
    background-color: #48771b !important;
    color: white;
    /* border-radius: 0.42rem 0.42rem 0rem 0rem; */
    transform: scale(1);
    -ms-transform: scale(1.1);
    /* IE 9 */
    -webkit-transform: scale(1.1);
    /* Safari 3-8 */
    transform: scale(1.1);
    z-index: 95;
}

.stepper-box .top .steps-wrapper .step .circle i {
    background-color: #48771b !important;
    color: #fff;
    border-radius: 100rem;
    padding: 1rem;
}

.pricing-background:hover button {
    background-color: #ffffff !important;
    color: black;
}

.pricing-background:hover div {
    /* padding-top: 91px !important;
    color: #fff !important; */
}

.pricing-background:hover .price {
    background-color: #ffffff !important;
    color: #48771b;
}

.pricing-background:hover i {
    /* background-color: #ffffff !important; */
    color: #fff !important;
}

.for-hover:hover {
    margin-top: -14px;
    border-radius: 0.42 rem !important;
}

.text-color {
    color: #9ccc65 !important;
}

.free-trial {
    font-size: 15px;
    font-weight: 500;
}

.saving-amount {
    font-size: 21px !important;
}

.pricing-table {
    background-color: #faebd700;
    -webkit-box-shadow: 0px 0px 30px 0px rgb(82 63 105 / 5%);
    box-shadow: none;
    border: 0;
}

.main-card-body {
    background-color: #ffffff00 !important
}

.back-btn {
    color: #3699ff;
    font-size: 16px;
}

.cart-list-title {
    font-size: 14px !important;
}

.price {
    font-size: 12px !important;
}

.recomanded {
    font-size: 21px;
    margin-top: 10px;
    color: white;
    text-decoration: underline;
}

.stepper-box {
    min-height: 125px !important;
}

.bg-green {
    background-color: #48771b;
    /* color: white; */
}

.btn-green {
    background-color: #48771b;
    color: white;
}

.nav-item>.active {
    background-color: #48771b !important;
    color: white;
}

.menu-add-img img {
    /* width: 130
px
!important; */
    cursor: pointer;
    width: 250px !important;
    height: 83px;
    border: 1px solid #b5b5c3;
    border-radius: 3px;
    box-shadow: 0px 1px 5px 0px #b5b5c3;
}

.stepper-box .top .steps-wrapper .step .step-title .step-subtitle {
    font-weight: lighter;
    margin: 0;
    color: #555555;
    font-weight: 400 !important;
}