
.price-wrp {
    padding-bottom: 64px;
    width: 100%;
}

    .price-wrp .discountPrice {
        position: absolute;
        right: -120px;
        top: 0px;
        background-color: #10B392;
        color: #ffffff;
        font-size: 14px;
        font-weight: bold;
        border-radius: 16px;
        padding: 2px 8px;
        opacity: 1;
        visibility: visible;
        transition: all 0.3s ease-in-out;
    }

        .price-wrp .discountPrice.hidden {
            opacity: 0;
            visibility: hidden;
        }

    .price-wrp .firstMonthClass {
        color: #ffffff;
        background-color: #e76625;
        font-weight: bold;
        border-radius: 16px 16px 0px 0px;
        margin: -25px -16px 16px -16px;
        padding: 0 16px;
        font-size: 16px;
        opacity: 1;
        visibility: visible;
        transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
    }

        .price-wrp .firstMonthClass.hidden {
            opacity: 0;
            visibility: hidden;
        }

    .price-wrp .form-switch {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        gap: 8px;
        padding-left: 0;
        margin-bottom: 24px;
    }

        .price-wrp .form-switch .form-check-input {
            width: 50px;
            height: 25px;
            background-color: #405064;
            border: none;
            transition: all 0.3s ease;
            background-image: none;
            position: relative;
        }

    .price-wrp .switchBox .form-check-input:hover {
        cursor: pointer;
    }


    .price-wrp .form-switch .form-check-input::before {
        content: "";
        position: absolute;
        top: 3px;
        left: 4px;
        width: 18px;
        height: 18px;
        background-color: #fff;
        border-radius: 50%;
        transition: transform 0.3s ease;
    }

    .price-wrp .form-check-input:checked::before {
        transform: translateX(24px);
    }

    .price-wrp .form-check-input:focus {
        box-shadow: none;
    }


    .price-wrp .slick-slide {
        padding: 0 15px;
    }

    .price-wrp .slick-list {
        margin: 0 -15px;
    }

    .price-wrp h2 {
        font-size: 30px;
        font-weight: bold;
        color: #405064;
        text-align: center;
        margin: 0 0 15px;
        font-family: sans-serif;
    }

    .price-wrp .subTitle {
        font-size: 18px;
        font-weight: 300;
        color: #405064;
        line-height: 26px;
        margin: 0 0 45px;
        text-align: center;
    }

    .price-wrp .price-plnbx {
        padding: 25px 15px;
        border: 2px solid #EAEDF2;
        border-radius: 16px;
        display: flex;
        justify-content: flex-start;
        flex-direction: column;
    }

        .price-wrp .price-plnbx .pricingHeadDiv {
            display: flex;
            justify-content: flex-start;
            align-items: flex-start;
            flex-wrap: nowrap;
            white-space: nowrap;
            margin-bottom: 8px;
        }

        .price-wrp .price-plnbx .pricingHead {
            display: inline-block;
            border: 2px solid #405064;
            border-radius: 8px;
            font-size: large;
            font-weight: 500 !important;
            font-family: Inter;
            color: #405064;
            text-align: center;
            margin: 0;
            padding: 4px 8px;
            background-color: #ffffff;
        }

    .price-wrp .priceBox {
        padding-bottom: 8px;
    }

        .price-wrp .priceBox span {
            line-height: 1;
        }


    .price-wrp .price-plnbx .plusPopular {
        color: #ffffff;
        font-size: large;
        font-weight: 400;
        padding: 0 8px
    }

    .price-wrp .price-plnbx .bigPrice {
        font-size: 40px;
        font-weight: bold;
        color: #405064;
    }

    .price-wrp .price-plnbx .thenSpan {
        font-weight: normal;
        color: #8A9CB3;
        font-size: small;
        height: 32px;
        display: flex;
        flex-direction: column;
        height: 48px
    }

    .price-wrp .price-plnbx li {
        padding: 5px 0 5px 20px;
        font-size: 14px;
        font-weight: normal;
        color: #405064;
        position: relative;
    }

        .price-wrp .price-plnbx li.active {
            font-weight: bold;
        }

        .price-wrp .price-plnbx li:before {
            position: absolute;
            content: "\f00c";
            font-family: "Font Awesome 5 Pro";
            font-size: 10px;
            font-weight: 700;
            color: #10B392;
            top: 9px;
            left: 0;
        }

    .price-wrp .price-plnbx .noBold {
        font-weight: bold;
    }

    .price-wrp .price-plnbx li.sepreter:before {
        display: none;
        padding: 5px 0;
    }

    .price-wrp .price-plnbx li.sepreter:after {
        position: absolute;
        content: '';
        width: 100%;
        height: 1px;
        background: #D0D1D3;
        top: 5px;
        left: 0;
        right: 0;
    }

    .price-wrp .price-plnbx li.active:before {
        top: 4px;
        content: "\2726";
        font-size: 16px;
        color: #e76625
    }

    .price-wrp button.slick-prev.slick-arrow,
    .price-wrp button.slick-next.slick-arrow {
        position: absolute;
        left: 0;
        top: 50%;
        z-index: 2;
        font-size: 0;
        border: none;
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%);
    }

    .price-wrp button.slick-next.slick-arrow {
        left: auto;
        right: -1px;
    }

    .price-wrp button.slick-prev.slick-arrow:before {
        border-bottom-right-radius: 6px;
        border-top-right-radius: 6px;
        border-left: none !important
    }

    .price-wrp button.slick-next.slick-arrow:before {
        border-bottom-left-radius: 6px;
        border-top-left-radius: 6px;
        border-right: none !important
    }

    .price-wrp button.slick-prev.slick-arrow:before,
    .price-wrp button.slick-next.slick-arrow:before {
        position: absolute;
        content: "\276e";
        height: 50px;
        width: 50px;
        background: #e76625;
        left: 0;
        top: -10px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-family: "Font Awesome 5 Pro";
        font-weight: 400;
        font-size: 16px;
        color: #fff;
        -webkit-transition: all 0.3s linear;
        transition: all 0.3s linear;
    }

    .price-wrp button.slick-next.slick-arrow:before {
        content: "\276f ";
        /*/f061*/
        left: auto;
        right: 0;
    }

    .price-wrp button.slick-prev.slick-arrow:hover:before,
    .price-wrp button.slick-next.slick-arrow:hover:before {
        background: #FFFFFF;
        color: #e76625;
        border: 1px solid #e76625
    }

    .price-wrp .slick-dots {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 40px;
        flex-direction: row;
        padding: 0;
    }

        .price-wrp .slick-dots li {
            margin: 20px 4px 0 4px;
            display: flex;
            align-items: center;
            justify-content: center;
            width: 20px;
            height: 20px;
        }

            .price-wrp .slick-dots li button {
                height: 14px;
                width: 14px;
                background-color: #D4DEEC;
                font-size: 0;
                border: none;
                border-radius: 50%;
                display: inline-block;
                transition: .3s linear;
                -webkit-transition: .3s linear;
            }

            .price-wrp .slick-dots li.slick-active button {
                height: 20px;
                width: 20px;
                border-radius: 50%;
                display: inline-block;
                background-color: #536C8C;
            }

@@media(min-width:576px) and (max-width:991px) {
    .price-wrp .price-plnbx ul {
        min-height: 770px;
    }

    .price-wrp .container {
        max-width: 100%;
        padding: 0;
    }
}

@@media(max-width:575px) {

    .price-wrp h2 {
        font-size: 25px;
    }

    .price-wrp .subTitle br {
        display: none;
    }
}
