.pricing_1 * {
    font-family: Nunito, sans-serif;
}

.pricing_1 .responsive-cell-block {
    min-height: 75px;
}

.pricing_1 .responsive-container-block {
    min-height: 75px;
    height: fit-content;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    justify-content: flex-start;
}

.pricing_1 .text-blk {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    line-height: 25px;
}

.pricing_1 .responsive-container-block.big-container {
    padding-top: 10px;
    padding-right: 30px;
    padding-bottom: 10px;
    padding-left: 30px;
}

.pricing_1 .responsive-container-block.container {
    /* max-width: 1320px; */

    padding-left: 0px;
    /* margin-top: 50px; */
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
}

.pricing_1 .text-blk.head {
    width: 100%;
    text-align: center;
    font-size: 36px;
    font-weight: 900;
    line-height: 52px;
}

.pricing_1 input {
    z-index: 5;
    height: 1.8rem;
    opacity: 0;
    width: 6rem;
    position: absolute;
    cursor: pointer;
    margin-left: -1.5rem;
}

.pricing_1 .switch {
    position: relative;
    display: inline-flex;
    width: 51px;
    height: 24px;
    text-align: center;
    margin-left: 1rem;
    margin-right: 1rem;
}

.pricing_1 .switch-text {
    display: flex;
    align-items: center;
}

.pricing_1 .slider {
    z-index: 0;
    position: absolute;
    cursor: pointer;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-color: white;
    border-top-width: 0.5px;
    border-right-width: 0.5px;
    border-bottom-width: 0.5px;
    border-left-width: 0.5px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: #dbdee7;
    border-right-color: #dbdee7;
    border-bottom-color: #dbdee7;
    border-left-color: #dbdee7;
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
    transition-duration: 0.4s;
    transition-timing-function: ease;
    transition-delay: 0s;
    transition-property: all;
}

.pricing_1 .slider::before {
    position: absolute;
    content: "";
    height: 15px;
    width: 15px;
    left: 4px;
    bottom: 4px;
    background-color: black;
    transition-duration: 0.4s;
    transition-timing-function: ease;
    transition-delay: 0s;
    transition-property: all;
}

.pricing_1 input:checked+.slider {
    background-color: white;
}

.pricing_1 input:checked+.slider::before {
    transform: translateX(26px);
}

.pricing_1 .slider.round {
    border-top-left-radius: 34px;
    border-top-right-radius: 34px;
    border-bottom-right-radius: 34px;
    border-bottom-left-radius: 34px;
}

.pricing_1 .slider.round::before {
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
}

.pricing_1 .responsive-container-block.swiping-box {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    min-height: 50px;
    margin-top: 5px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
}

.pricing_1 .d-nones {
    display: none;
}

.pricing_1 .card {
    text-align: center;
    /* width: 350px; */
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: #dbdee7;
    border-right-color: #dbdee7;
    border-bottom-color: #dbdee7;
    border-left-color: #dbdee7;
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    border-bottom-left-radius: 25px;
    display: flex;
    flex-direction: column;
    position: relative;
    align-items: center;
    /* min-height: 500px; */
    margin-top: 16px;
    margin-bottom: 24px;
    font-size: 18px;
    color: #212529;
    padding-top: 25px;
    /* padding-right: 25px; */
    padding-bottom: 25px;
    /* padding-left: 25px; */
    position: relative;
    overflow: hidden;
}

.pricing_1 .card-selected {
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    border-bottom-left-radius: 25px;
    color: white;
    border-top-width: initial;
    border-right-width: initial;
    border-bottom-width: initial;
    border-left-width: initial;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    border-top-color: initial;
    border-right-color: initial;
    border-bottom-color: initial;
    border-left-color: initial;
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
    background-color: #03a9f4;
    box-shadow: rgba(0, 0, 0, 0.54) 1px 2px 13px -1px;
}

.pricing_1 .card-selected .card-text,
.pricing_1 .card-selected .card-description {
    color: white;
}

.pricing_1 .card-description {
    /* margin-bottom: 8rem; */
    color: #686868;
}

.pricing_1 .card h1 {
    font-size: 46px;
    line-height: 64px;
    font-weight: 900;
    margin-top: .5rem;
    margin-right: 0px;
    margin-bottom: .5rem;
    margin-left: 0px;
}

.pricing_1 .card li {
    line-height: 35px;
    list-style-position: initial;
    list-style-image: initial;
    list-style-type: none;
}

.pricing_1 .buy-button {
    bottom: 37px;
    left: 0px;
    position: absolute;
    width: 100%;
    padding-left: 36px;
    padding-right: 36px;
}

.pricing_1 .btns {
    background-color: white;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: #dbdee7;
    border-right-color: #dbdee7;
    border-bottom-color: #dbdee7;
    border-left-color: #dbdee7;
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
    border-top-left-radius: 65px;
    border-top-right-radius: 65px;
    border-bottom-right-radius: 65px;
    border-bottom-left-radius: 65px;
    transition-duration: 0.2s;
    transition-timing-function: ease;
    transition-delay: 0s;
    transition-property: transform;
    width: 100%;
    height: 60px;
    font-size: 20px;
    font-weight: 700;
    cursor: pointer;
}

.pricing_1 .btns:hover {
    text-decoration-line: none;
    text-decoration-thickness: initial;
    text-decoration-style: initial;
    text-decoration-color: initial;
    background-color: white;
    border-top-left-radius: 65px;
    border-top-right-radius: 65px;
    border-bottom-right-radius: 65px;
    border-bottom-left-radius: 65px;
    transform: scale(1.05);
}

.pricing_1 .responsive-cell-block.wk-desk-4.wk-ipadp-4.wk-tab-6.wk-mobile-12 {
    display: flex;
    justify-content: center;
    width: auto;
    margin-top: 0px;
    margin-right: 10px;
    margin-bottom: 0px;
    margin-left: 10px;
    max-width: 360px;
}

.pricing_1 .text-center.witch.switch-text {
    width: 100%;
    justify-content: center;
    margin-top: 20px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
}

.pricing_1 .responsive-container-block.card-container {
    /* margin-top: 40px; */
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    justify-content: center;
}

.pricing_1 .text-blk.card-points {
    line-height: 35px;
}



.card.card_silver {
    background: rgb(233, 235, 241);
    background: linear-gradient(180deg, rgb(255 214 234) 0%, rgb(255 208 221) 100%);
}

.card.card_gold {
    background: rgb(233, 235, 241);
    background: linear-gradient(180deg, rgba(233, 235, 241, 1) 0%, rgba(205, 210, 211, 1) 100%);
}

.card.card_dimond {
    background: rgb(255, 235, 204);
    background: linear-gradient(180deg, rgba(255, 235, 204, 1) 0%, rgba(255, 190, 90, 1) 100%);
}

.card.card_platinum {
    background: rgb(251, 244, 255);
    background: linear-gradient(180deg, rgba(251, 244, 255, 1) 0%, rgba(214, 144, 255, 1) 100%);
}

.package-label {
    font-size: 14px;
    line-height: 40px;
    font-weight: 900;
    color: #fff;
    letter-spacing: 1px;
    text-transform: uppercase;
    width: 281px;
    text-align: center;
    display: block;
    position: absolute;
    right: -100px;
    top: 15px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-transform: rotate(-45deg);
    transform: rotate(45deg);
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
}

.package-label {
    background: -webkit-gradient(linear, left top, right top, from(#b76cd2), to(#4c3bb3));
    background: linear-gradient(to right, #833ab4,#fd1d1d, #fcb045);
}

@media (max-width: 768px) {
    .pricing_1 .text-blk.head {
        font-size: 32px;
        line-height: 40px;
    }
}

@media (max-width: 500px) {
    .pricing_1 .card {
        width: 306px;
    }

    .pricing_1 .card.card-selected {
        padding-top: 25px;
        padding-right: 15px;
        padding-bottom: 25px;
        padding-left: 15px;
    }

    .pricing_1 .text-blk.card-points {
        font-size: 15px;
        line-height: 35px;
    }

    .pricing_1 .text-blk {
        font-size: 16px;
    }

    .pricing_1 .text-blk.head {
        font-size: 28px;
        line-height: 34px;
    }

    .pricing_1 .btns {
        font-size: 18px;
        height: 50px;
    }

    .pricing_1 .card.card-selected {
        min-height: 470px;
    }
}