section.subscribe {
    background: linear-gradient(rgb(66 133 244) 70%, rgb(255, 255, 255) 30%);
    min-height: calc(-604px + 100vh);
    display: flex;
    align-items: center;
}

.subscribe .title {
    transform: translateY(1.5px);
}

.subscribe-main {
    max-width: 1000px;
    margin: auto;
}

.subscribe .card .sub-row {
    background: #fff;
    box-shadow: 0 10px 20px rgb(0 0 0 / 16%);
}

.subscribe_2 {
    padding: 25px 35px;
}

    .subscribe_2 h4.text-turquoise {
        position: relative;
        color: rgb(66 133 244);
        font-size: 20px;
        border-bottom: 1px solid rgb(66 133 244);
        padding-bottom: 10px;
        margin-bottom: 0px;
        font-weight: 700;
        margin-top: 25px;
        cursor: pointer;
    }

    .subscribe_2 label {
        margin: 15px 0;
        font-weight: 700;
    }

    .subscribe_2 a.text-turquoise {
        color: #4285f4;
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
    }


.term-con p {
    font-size: 14px;
    color: #58595A;
}

.term-con a {
    color: #4285f4;
    text-decoration: underline;
}

.plan-selected_1 {
    background-color: #4285f438;
    padding: 50px;
    border-radius: 0px;
    text-align: center;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

    .plan-selected_1 .packages {
        background-color: transparent;
    }


    .plan-selected_1 .btn_2 {
        text-transform: uppercase;
        font-size: 18px;
        min-width: 181px;
        min-height: 50px;
        display: inline-block;
        line-height: 30px;
    }

.my-plans .packages .sub-title {
    margin-top: 20px;
    color: #4285f4;
    text-transform: uppercase;
    /* font-size: 30px; */
}

.my-plans .packages .price {
    color: #4285f4;
    font-weight: 700;
    font-size: 79px;
    margin-bottom: 15px;
}

    .my-plans .packages .price sub {
        font-size: 16px;
    }

.plan-selected_1 .packages h5 {
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 600;
    color: #000;
    margin: 15px 0;
    color: #0000008c;
}

.packages h6 {
    color: #000;
    font-weight: 600;
    font-size: 20px;
    text-transform: capitalize;
    margin: 15px 0;
}

.plan-selected_1 .packages p {
    font-size: 18px;
    color: #000;
}

.extra-template {
    margin-top: 20px;
}

    .extra-template h4 {
        font-size: 18px;
        font-weight: 600;
        color: #000;
        margin-bottom: 15px;
    }

    .extra-template input[type="checkbox"] {
        position: relative;
        width: 60px;
        height: 30px;
        -webkit-appearance: none;
        appearance: none;
        background: #FFF;
        outline: none;
        border-radius: 2rem;
        cursor: pointer;
        /* box-shadow: inset 0 0 5px rgb(0 0 0 / 50%); */
        margin: 12px 0;
    }

        .extra-template input[type="checkbox"]::before {
            content: "";
            width: 30px;
            height: 30px;
            border-radius: 50%;
            background: #0d3455;
            position: absolute;
            top: 0;
            left: 0;
            transition: 0.5s;
        }

        .extra-template input[type="checkbox"]:checked {
            background: #a4ce4c;
        }

            .extra-template input[type="checkbox"]:checked::before {
                transform: translateX(100%);
                background: #4285f4;
            }

.template-box {
    width: fit-content;
    margin: auto;
    margin-top: 20px;
}

    .template-box img {
        max-width: 200px;
        border: 1px solid #CCC;
    }

.template-details {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
}

    .template-details span {
        color: #000;
        font-weight: 700;
    }

.billing-radio {
    margin: 15px 0;
}

    .billing-radio label:first-of-type {
        margin-right: 15px !important;
    }

    .billing-radio input[type="radio"] {
        appearance: none;
        width: 21px;
        height: 21px;
        border-radius: 100px;
        border: 1px solid #ccc;
        position: relative;
    }

        .billing-radio input[type="radio"]:checked::after {
            content: '';
            position: absolute;
            width: 11px;
            height: 11px;
            background: #4285f4;
            border-radius: 100px;
            top: 4px;
            left: 4px;
        }

        .billing-radio input[type="radio"]:checked {
            border: 1px solid #4285f4;
        }

.summary-btn .btn_2 {
    background: #4285f4;
    border-color: #4285f4;
    line-height: 28px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    min-width: 150px;
    min-height: 48px;
    padding: 0;
    border: 1px solid #4285f4;
}

.blue_btn {
    background: #4285f4;
    border-color: #4285f4;
    line-height: 28px;
    border-radius: 10px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    min-width: 150px;
    min-height: 48px;
    padding: 0;
    border: 1px solid #4285f4;
}

.summary-card {
    padding: 50px 35px;
}

.summary-template-sec {
    display: flex;
    margin-bottom: 50px;
    align-items: center;
}

.summary-table {
    border: 1px solid #CCC;
}

    .summary-table tbody tr:nth-of-type(odd) {
        background-color: #f5f5f5;
    }

    .summary-table tbody tr td {
        color: #000;
        font-size: 18px;
        padding: 20px 15px;
    }

.summary-btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 40px 0px;
}

.summary-card p {
    text-align: center;
    color: #7a7a7a;
    font-size: 18px;
    font-weight: 500;
}

.billing_address {
    display: none;
}

.template-content p {
    text-align: left !important;
}

.template-content {
    margin-left: 20px;
}

.summary-template-sec .template-content h4 {
    margin: 15px 0px;
}

.subscribe_2 .btn_2 {
    position: relative;
    font-weight: 500;
    min-width: 150px;
    min-height: 48px;
    background: #4285f4;
    border-color: #4285f4;
    line-height: 28px;
    border-radius: 10px;
}

.my-plans .list li {
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    color: #000;
    margin-bottom: 15px;
    position: relative;
    padding: 0 15px;
    text-align: start;
}

    .my-plans .list li:before {
        position: absolute;
        content: "";
        height: 10px;
        width: 10px;
        border-radius: 50%;
        left: -6px;
        background-color: #4285f4;
        top: 8px;
    }

.lower_subscribe {
    position: absolute;
    bottom: 0;
    left: 0;
}

.subscribe_2 {
    position: relative;
}

.lower_subscribe_inner {
    background-color: #4285f4;
    padding: 7px 35px;
}

.memoryVault-item {
    margin-top: 30px;
}

    .memoryVault-item h6 {
        font-size: 20px;
        text-transform: uppercase;
        font-weight: 700;
    }

    .memoryVault-item p {
        font-size: 14px;
        color: #0000008c;
        margin: 15px 0;
        font-weight: 500;
    }

.limit {
    margin-top: 40px;
    display: block;
    margin-bottom: 15px;
    font-weight: 600;
    font-size: 14px;
    color: #00000087;
}

.vault-qnt {
    display: none;
}

.quantity {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.quantity__minus, .quantity__plus {
    display: block;
    width: 25px;
    height: 32px;
    margin: 0;
    background-color: #004fa6;
    text-decoration: none;
    text-align: center;
    line-height: 23px;
    border: 0;
    color: #fff;
}

.quantity__input {
    width: 55px;
    height: 32px;
    margin: 0;
    padding: 0;
    text-align: center;
    background: #fff;
    color: #000;
    border: 0;
    font-size: 14px;
}

.total-price sub {
    font-size: 10px;
    bottom: 0px;
}

@media (min-width: 992px) {
    .company-details-container {
        display: none;
    }
}

@media (max-width: 991px) {
    .vault-qnt {
        bottom:32px;
    }
    .lower_subscribe_inner {
        padding: 7px 20px !important;
    }

    .subscribe_2 {
        position: static;
    }

    .my-plans .packages .price {
        font-size: 48px;
    }

    .summary-card p {
        margin-bottom: 25px;
    }

    .title {
        font-size: 30px;
    }

    .billing-address-container {
        display: none;
    }

    .company-details-container {
        display: block;
    }

    .user-info, .company-info {
        display: none;
        padding: 0 15px;
    }

    .second-step .btn_2, .final-step .btn_2 {
        width: 150px;
        max-height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .plan-selected_1 {
        padding: 25px 15px;
    }

    .subscribe_2 {
        padding: 0;
    }

    .subscribe .card .sub-row {
        padding: 15px;
    }

    .second-step, .final-step {
        padding: 20px 0;
        /*margin-bottom: 60px;*/
    }

    lower_subscribe.for-mobile {
        bottom: 35px;
    }
}


@media (max-width: 767px) {
    .summary-template-sec {
        flex-direction: column;
        margin-bottom: 0px;
    }

    .template-content {
        text-align: center !important;
        margin: 25px 0px 0px !important;
    }

        .template-content p {
            text-align: center !important;
        }
}

@media (max-width: 425px) {
    .second-step .btn_2,
    .final-step .btn_2 {
        width: 45%;
        font-size: 14px;
        min-width: 110px;
        position: relative;
        line-height: 30px;
        text-transform: capitalize;
    }
}
.subscribe_2 input.form-control::placeholder, .subscribe_2 select.form-control::placeholder {
    font-size: 16px;
    font-weight: 400;
    color: #d6d6d6;
}