.packages {
    padding: 50px 0;
    background-image: linear-gradient(to right bottom, #fff, #fffed7);
}

/* background-image: linear-gradient(to right bottom, #fff, #fffed7); */
.nav-menu .links::after {
    position: absolute;
    background-color: #fffff5 !important;
}

.nav-menu .links::before {
    position: absolute;
    background-color: #fffff2 !important;
}



.package-box {
    padding: 10px;
    background: #fff;
    display: flex;
    align-items: center;
    border-radius: 25px;
    flex-direction: column;
    box-shadow: 5px 5px 5px #ddd;
    margin-bottom: 20px
}

.package-image {
    width: 130px;
    margin-bottom: 15px;
    margin-top: 15px
}

.package-image img {
    width: 100%
}

.package-title {
    font-size: 14px;
    margin: 10px;
    line-height: 1.5;
    color: #a6a6a6;
    font-style: italic;
    margin-top: 40px;
    font-weight: 500
}

.package-list {
    list-style: none;
    margin: 0;
    padding: 10px 0
}

.package-list li {
    margin: 7px 0;
    font-size: 14px;
    color: #495a67
}

.package-list li i {
    width: 20px;
    height: 20px;
    background: linear-gradient(104.43deg, #2fd0c7 0%, #2476b7 102.27%);
    border-radius: 25px;
    text-align: center;
    margin-right: 5px;
    line-height: 20px;
    color: #fff;
    font-size: 11px
}

.package-price {
    font-size: 23px;
    cursor: pointer;
    margin-top: 10px;
    font-weight: 700;
    background: -webkit-linear-gradient(#30d5c8 0%, #10bcea 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-style: italic
}

.package-price-numeric {
    font-size: 23px;
    font-weight: 700;
}

.package-price:first-child {
    font-size: 34px;
    text-decoration: solid;
    padding-bottom: 2px;
}

.package-price:first-child .package-price-numeric {
    font-size: 34px;
}

.package-price .year {
    font-size: 16px;
    font-weight: 500
}

.package-btn {
    background: linear-gradient(104.43deg, #2fd0c7 0%, #10bcea 102.27%);
    box-shadow: 0 0 4px rgba(0, 0, 0, .25);
    border-radius: 25px;
    width: 236px;
    display: flex;
    justify-content: center;
    padding: 10px;
    margin: 10px 0;
    transition: all 0.3s ease-in-out
}

.package-btn:hover {
    background: linear-gradient(300.43deg, #2fd0c7 0%, #2476b7 102.27%)
}

.package-btn a {
    text-decoration: none;
    color: #fff;
    font-weight: 600;
    width: 100%;
    text-align: center
}

.category_package {
    margin: 15px 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.category_package li {
    color: #9a9797;
    margin: 0 18px;
    font-weight: 500;
    position: relative;
    margin-bottom: 5px;
}

.category_package li.active {
    color: #10bcea
}

.category_package li:nth-child(2)::after {
    content: "";
    position: absolute;
    width: 5px;
    height: 5px;
    background: #d9d9d9;
    top: 8px;
    border-radius: 50%;
    right: -20px;
    z-index: 10
}

.category_package li:nth-child(2)::before {
    content: "";
    position: absolute;
    width: 5px;
    height: 5px;
    background: #d9d9d9;
    top: 8px;
    border-radius: 50%;
    left: -20px;
    z-index: 10
}

.packages_title {
    width: 50%;
    margin: auto;
    text-align: center;
    background-color: #10BCEA;
    color: #fff;
    padding: 13px;
    font-size: 33px;
    font-weight: 300;
    border-radius: 41px;
    margin-bottom: 25px;
}

@media (max-width: 767px) {

    .packages_title {
        width: 80%;
    }
}

.package-quantity {
    position: relative;
}

.package-quantity .text-wrapper {
    margin-top: 20px;
    display: inline-block;
    color: #869295;
}

.package-quantity input {
    border: navajowhite;
    border-bottom: 2px solid #18c1e0;
    margin-left: 10px;
    text-align: center;
    font-size: 18px;
    color: #15c0e5;
    font-weight: bold;
    outline: none;
    max-width: 100px;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    display: none;
}

.btns_inc {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 7px;
    right: -25px;
}

.btns_inc .inc {
    color: #15bfe3;
    font-size: 19px;
    margin: 0;
    cursor: pointer;
    /* background: #ddd; */
    width: 20px;
    height: 20px;
    /* text-align: center; */
    /* line-height: 20px; */
    display: flex;
    justify-content: center;
    font-weight: bold;
    align-items: center;
}

.btns_inc .dec {
    color: #15bfe3;
    font-size: 19px;
    font-weight: bold;
    margin: 0;
    cursor: pointer;
    /* background: #777; */
    width: 20px;
    height: 20px;
    margin-top: 7px;
    /* text-align: center; */
    /* line-height: 20px; */
    display: flex;
    justify-content: center;
    align-items: center;
}