.pricing-card {
    border: none;
    border-radius: 15px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    transition: all 0.2s ease-in-out;
    background: #ffffff;
}

.free_div {
    padding: 32px 24px;
}

.plans_div {
    padding-top: 24px;
}

.radius_extra {
    border-radius: 15px;
    padding: 24px;
    padding-top: 0px;
}

.card-header {
    background-color: #fff;
    border-bottom: none;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.j-c-sp {
    justify-content: space-between;
    padding-left: 24px;
    padding-bottom: 8px;
}

.row > h5.mb-0 {
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    text-align: left;
}

.card-body {
    background-color: #fff;
    color: #333;
}

.card-title {
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    text-align: left;
    color: #232631;
}

.card-text {
    color: #666;
    display: inline;
    padding-bottom: 20px;
}

.feature-list {
    list-style: none;
    margin: 0;
}

.feature-list li {
    padding: 6px 0;
    display: flex;
    font-size: 14px;
    font-weight: 400 !important;
    line-height: 18px !important;
    text-align: left;
}

.feature-list li img {
    padding-right: 8px;
}

.btn-get-premium {
    background-color: #0c2e60;
    color: #fff;
    border-radius: 8px;
    padding: 9px 32px;
    transition: background-color 0.2s ease-in-out;
    display: inline-flex;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-align: center;
}

.btn-get-premium:hover {
    background-color: #304d78;
}

.d-flex.my-3 .price {
    color: #05103c;
    font-size: 24px;
    font-weight: 700;
    line-height: 24px !important;
    text-align: right;
}
.price + span,
.bold-price + span {
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    color: #a2a5ae;
}

.new_style_container {
    text-align: center;
    margin-bottom: 10px;
}

.ribbon-2 {
    position: absolute;
    top: 0;
    right: -2%;
    color: #fff;
    border-radius: 50px;
    font-size: 0.8em;
}

.text-popular {
    position: absolute;
    top: 22%;
    right: 25px;
    color: #fff;
}

.feature_part {
    margin-bottom: 12px;
    background: #f7f8fc;
    padding: 0 0 20px 0;
}

.text-center_margin {
    margin: auto;
}

.form-control {
    display: block;
    width: 100%;
    padding: 0.45rem 0.9rem;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 2.3;
    color: #6c757d;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #0c2e60;
    appearance: none;
    border-radius: 10px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

label {
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    color: #191919;
}

.dis-flex {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    flex-direction: row;
}

.float-right {
    color: #1489ff;
}

.color-orange {
    color: #fa565d;
}

.btn-get-started {
    background-color: #f7f8fc;
    color: #05103c;
    border-radius: 8px;
    padding: 9px 14px;
    border: none;
    align-items: center;
    display: flex;
    margin: auto;
    justify-content: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
    transition: all 0.2s ease-in-out;
}

.btn-get-started:hover {
    background-color: #f2f3f7;
}

.bg-light {
    border: 1.5px solid #dce6f7;
    border-radius: 15px;
    padding: 12px;
    margin: 0 0 8px 0px;
    cursor: pointer;
}

.bg-white {
    background-color: #ffffff;
}

.list-unstyled {
    list-style: none;
}

.list-unstyled li {
    position: relative;
    padding: unset;
    padding-left: 1.5em;
    font-size: 14px;
    font-weight: 400 !important;
    line-height: 18px !important;
    color: #232631;
    margin: 6px 0;
}

.list-unstyled li::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0px;
    width: 1.3em;
    height: 1.1em;
    background: url("../../../images/green_tick.svg") no-repeat center center;
}
.popular_style {
    font-size: 12px;
    font-weight: 600;
    line-height: 16px;
    text-align: left;
    padding: 2px 8px;
}
.list-unstyled:not(.first_child) {
    float: right;
}

hr {
    margin: 11px;
    height: 1px;
    border: 0;
    border-top: 1px solid #dce6f7;
    padding: 0;
}

.btn-get-premium > img {
    margin-left: 10px;
}

.radio-button {
    display: inline-block;
    position: relative;
}

.custom-radio {
    width: 24px;
    height: 24px;
    border: 2px solid #007bff;
    border-radius: 50%;
    cursor: pointer;
    display: inline-block;
    position: relative;
}

.custom-radio::before {
    content: "";
    width: 15px;
    height: 14px;
    background: #007bff;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    transition: transform 0.2s ease-in-out;
}

input[type="radio"]:checked + .custom-radio::before {
    transform: translate(-50%, -50%) scale(1.2);
}

.custom-radio::after {
    content: "✓";
    color: white;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    font-size: 18px;
    transition: transform 0.2s ease-in-out;
}

input[type="radio"]:checked + .custom-radio::after {
    transform: translate(-50%, -50%) scale(1);
}

.go_to_form {
    cursor: pointer;
}

.div_settings {
    justify-content: center;
    gap: 20px;
}

.top_h1_price {
    font-size: 30px;
    font-weight: 700;
    line-height: 35.16px;
    text-align: center;
    color: #191919;
}

.sub_head {
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    text-align: center;
    color: #232631;
}

.bold-price {
    color: #05103c;
    font-size: 24px;
    line-height: 24px;
    font-weight: 700;
}

.text-light {
    color: #6e6e6e;
    font-size: 16px;
    font-weight: 400;
    margin-right: 12px;
}

.inline--div {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 6px;
}
.plan_info > h5.mb-2 {
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
    color: #05103c;
    margin: 32px 0;
}
.agreement {
    font-size: 14px;
    font-weight: 400;
    color: #05103c;
}

.form-check {
    display: flex;
    align-items: center;
    gap: 8px;
}

.rounded-checkbox {
    width: 15px;
    height: 15px;
    border-radius: 25%;
    vertical-align: middle;
    border: 1px solid black;
    appearance: none;
    -webkit-appearance: none;
    outline: none;
    cursor: pointer;
}

.rounded-checkbox:checked {
    appearance: auto;
    clip-path: circle(60% at 50% 50%);
    accent-color: #0c2e60;
}

.round {
    position: relative;
    padding-left: 20px;
}

.name_pop {
    display: flex;
    gap: 8px;
    align-items: center;
}
.name_pop h5 {
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    text-align: left;
}

.round label {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 50%;
    cursor: pointer;
    position: absolute;
    left: 0;
    top: 0px;
    height: 18px;
    width: 18px;
}

.round label:after {
    border: 2px solid #fff;
    border-top: none;
    border-right: none;
    content: "";
    position: absolute;
    top: 5px;
    left: 3px;
    opacity: 0;
    transform: rotate(-45deg);
    height: 4px;
    width: 10px;
}

.round input[type="radio"] {
    visibility: hidden;
}

.round input[type="radio"]:checked + label {
    background-color: #1489ff;
    border-color: #1489ff;
}

.round input[type="radio"]:checked + label:after {
    opacity: 1;
}

.agreement > a {
    color: #1489ff;
    text-decoration: none;
}

.div_settings {
    flex-wrap: nowrap !important;
}
.free_div {
    width: 308px;
    max-width: 100%;
}
.plans_div {
    width: 548px;
    max-width: 100%;
}

.form-group {
    text-align: right;
    /* margin-top: 39px; */
}

.img_div_plans {
    min-height: 40px;
    max-height: 40px;
    min-width: 40px;
}
ul.feature_list {
    min-height: 30px;
}

.single-footer-widget .form-group {
    text-align: center;
}

@media (max-width: 830px) {
    .div_settings {
        flex-direction: column-reverse;
    }
    .div_settings > div {
        width: 100%;
    }
    .form-group{
        margin: 0;
    }
    .plan_info > h5.mb-2 {
        margin: 12px 0;
    }
}

@media (max-width: 768px) {
    .dis-flex {
        display: block;
    }

    .list-unstyled:not(.first_child) {
        float: unset;
    }
}

@media (max-width: 540px) {
    .f-d-column {
        flex-direction: column;
    }
    .list-unstyled > .get_points:last-child {
        margin-bottom: 0;
    }
}
@media (max-width: 485px) {
    .res-div {
        flex-wrap: wrap;
        gap: 6px;
        flex-direction: column;
        align-items: start !important;
    }
}
