.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;
}
/* 20 sep  */
.custom-package-cards .package-box {
    background: linear-gradient(107.13deg, #FFF1F5 0%, #ECEEFB 100%);
    box-shadow: none;
    border-radius: 12px;
        padding: 44px 20px;
}
.package-heading-name {
    font-family: var(--montserrat-family);
    font-weight: 600;
    font-size: 23.01px;
    line-height: 100%;
    color: #2d2d2d;
}
.category_package_name {
    margin-bottom: 15px;
}
.package-card-quantity-price .custom-price-content .package-price {
    font-family: var(--montserrat-family);
    font-weight: 700;
    font-size: 51.13px !important;
    line-height: 100%;
        font-style: normal;
}

.package-card-quantity-price .custom-price-content span.package-price-numeric {
    font-size: 51.13px !important;
    font-weight: 700;
    font-family: var(--montserrat-family) !important;
}
.package-card-quantity-price .package-price .year {
    font-size: 16px;
    font-weight: 600;
    color: #656565 !important;
    font-family: var(--montserrat-family) !important;
}
.package-card-list {
    font-family: var(--montserrat-family);
    font-weight: 600;
    font-size: 15.34px;
    line-height: 100%;
    color: #4D4D4D;
    margin-top: 30px;
}

.package-card-list b, .package-card-list strong {
    font-weight: 800 !important;
}
.package-card-list p, .package-card-list li {
    line-height: 22px;
}
.package-card-list ul li {
    font-family: var(--manrope-family) !important;
    margin-bottom: 17px !important;
    line-height: 20px;
}

.package-card-list ul li p {
    margin: 0;
}

.package-card-list p {
    line-height: 22px;
}


.package-card-list ul {
    list-style: none;
    padding: 0;
}

.package-card-list ul li {
    position: relative;
    padding-left: 35px;
}
.package-card-list ul li:before {
    position: absolute;
    content: "";
    background: url(https://influsway.com/frontend/images/check-icon.svg ) no-repeat;
    width: 19px;
    height: 19px;
    left: 0;
}
.custom-package-cards .custom-package-btn a {
    border-radius: 6px !important;
    font-size: 15.34px;
    padding: 19px;
}
.custom-package-cards .custom-package-btn#unsubs {
    padding: 0;
    border-radius: 6px;
    box-shadow: none;
    margin-bottom: 0;
}
.custom-package-cards .package-box.highlighted {
    background: linear-gradient(107.14deg, #FC4778 16.65%, #3952F5 82.18%);
    border: none !important;
}
.highlighted .package-heading-name {
    color: #fff;
}
.highlighted  .custom-price-content h6 {
    -webkit-text-fill-color: #ffffff;
}
.highlighted .package-card-list {
    color: #ffffff;
}
.highlighted .package-card-list ul li:before {
    filter: brightness(0) invert(1);
}
 .custom-package-cards .highlighted .custom-package-btn a {
    color: #3952F5;
    background: #fff;
}

/* 30 sep  */
.package-card-quantity-price .custom-price-content .package-price b {
    font-weight: inherit;
    background: linear-gradient(107.14deg, #FC4778 16.65%, #3952F5 82.18%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.highlighted .package-card-quantity-price .custom-price-content .package-price b {
    -webkit-text-fill-color: #ffffff;
}
.choose-package-heading {
    margin-bottom: 24px;
    text-align: center;
}

.choose-package-heading h4 {
    font-weight: 600;
    font-size: 23px;
}
.package-card-list {
    min-height: 440px;
}
@media (max-width: 1600px) {
.package-card-quantity-price .custom-price-content span.package-price-numeric, 
.package-card-quantity-price .custom-price-content .package-price {
    font-size: 46px !important;
}
}
@media (max-width: 1399px) {
.package-card-quantity-price .custom-price-content span.package-price-numeric, 
.package-card-quantity-price .custom-price-content .package-price {
    font-size: 42px !important;
}
.package-heading-name {
    font-size: 21px;
}
/* 30 sep  */
.package-card-list {
    min-height: 450px;
}
}
@media (max-width: 1199px) {
.package-card-quantity-price .custom-price-content span.package-price-numeric, 
.package-card-quantity-price .custom-price-content .package-price {
    font-size: 38px !important;
}
.package-heading-name {
    font-size: 20px;
}
.custom-package-cards .custom-package-btn a {
    padding: 14px;
}
/* 30 sep  */
.package-card-list {
    min-height: 500px;
}
}
@media (max-width: 767px) {

    .packages_title {
        width: 80%;
    }
    /* 30 sep  */
.package-card-list {
    min-height: auto;
}
}

.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;
}

@media (max-width:576px){
    .package-card-list {
    margin-top: 15px;
}
.package-card-quantity-price .custom-price-content span.package-price-numeric, .package-card-quantity-price .custom-price-content .package-price {
    font-size: 32px !important;
}
.package-heading-name {
    font-size: 19px;
}
.package-card-quantity-price .package-price .year {
    font-size: 15px;
}
.package-card-list ul li {
    margin-bottom: 10px !important;
}
/* 30 sep  */
.choose-package-heading h4 {
    font-size: 20px;
}
.packages.custom-package-page {
    padding-top: 35px;
    padding-bottom: 35px;
}
}